/*! tailwindcss v2.0.4 | 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: #e5e7eb; /* 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:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-1px > :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-1px > :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-2px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2px * var(--tw-space-y-reverse));
}

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

.space-y-3px > :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-3px > :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-4px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

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

.space-y-5px > :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-5px > :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-6px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse));
}

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

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

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

.space-y-8px > :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-8px > :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-9px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9px * var(--tw-space-y-reverse));
}

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

.space-y-10px > :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-10px > :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-11px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11px * var(--tw-space-y-reverse));
}

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

.space-y-12px > :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-12px > :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-13px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13px * var(--tw-space-y-reverse));
}

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

.space-y-14px > :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-14px > :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-15px > :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-15px > :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-16px > :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-16px > :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-17px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(17px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(17px * var(--tw-space-y-reverse));
}

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

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

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

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

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

.space-y-20px > :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-20px > :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-21px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(21px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(21px * var(--tw-space-y-reverse));
}

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

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

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

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

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

.space-y-24px > :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-24px > :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-25px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(25px * var(--tw-space-y-reverse));
}

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

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

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

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

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

.space-y-28px > :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-28px > :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-29px > :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-29px > :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-30px > :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-30px > :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-31px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(31px * var(--tw-space-y-reverse));
}

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

.space-y-32px > :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-32px > :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-33px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(33px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(33px * var(--tw-space-y-reverse));
}

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

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

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

.space-y-35px > :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-35px > :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-36px > :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-36px > :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-37px > :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-37px > :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-38px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(38px * var(--tw-space-y-reverse));
}

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

.space-y-39px > :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-39px > :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-40px > :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-40px > :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-41px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(41px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(41px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

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

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

.space-y-47px > :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-47px > :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-48px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(48px * var(--tw-space-y-reverse));
}

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

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

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

.space-y-50px > :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-50px > :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-51px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(51px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(51px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

.space-y-56px > :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-56px > :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-57px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(57px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(57px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-64px > :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-64px > :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-65px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(65px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

.space-y-70px > :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-70px > :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-71px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(71px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(71px * var(--tw-space-y-reverse));
}

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

.space-y-72px > :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-72px > :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-73px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(73px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(73px * var(--tw-space-y-reverse));
}

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

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

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

.space-y-75px > :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-75px > :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-76px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(76px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

.space-y-80px > :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-80px > :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-81px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(81px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(81px * var(--tw-space-y-reverse));
}

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

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

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

.space-y-83px > :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-83px > :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-84px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(84px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-100px > :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-100px > :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-101px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(101px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(101px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-118px > :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-118px > :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-119px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(119px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(119px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-130px > :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-130px > :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-133px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(133px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(133px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-y-1px > :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-1px > :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-2px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2px * var(--tw-space-y-reverse));
}

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

.-space-y-3px > :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-3px > :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-4px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4px * var(--tw-space-y-reverse));
}

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

.-space-y-5px > :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-5px > :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-6px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6px * var(--tw-space-y-reverse));
}

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

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

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

.-space-y-8px > :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-8px > :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-9px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-9px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9px * var(--tw-space-y-reverse));
}

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

.-space-y-10px > :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-10px > :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-11px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11px * var(--tw-space-y-reverse));
}

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

.-space-y-12px > :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-12px > :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-13px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13px * var(--tw-space-y-reverse));
}

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

.-space-y-14px > :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-14px > :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-15px > :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-15px > :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-16px > :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-16px > :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-17px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-17px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-17px * var(--tw-space-y-reverse));
}

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

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

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

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

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

.-space-y-20px > :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-20px > :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-21px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-21px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-21px * var(--tw-space-y-reverse));
}

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

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

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

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

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

.-space-y-24px > :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-24px > :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-25px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-25px * var(--tw-space-y-reverse));
}

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

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

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

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

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

.-space-y-28px > :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-28px > :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-29px > :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-29px > :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-30px > :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-30px > :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-31px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-31px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-31px * var(--tw-space-y-reverse));
}

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

.-space-y-32px > :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-32px > :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-33px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-33px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-33px * var(--tw-space-y-reverse));
}

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

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

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

.-space-y-35px > :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-35px > :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-36px > :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-36px > :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-37px > :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-37px > :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-38px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-38px * var(--tw-space-y-reverse));
}

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

.-space-y-39px > :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-39px > :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-40px > :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-40px > :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-41px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-41px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-41px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

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

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

.-space-y-47px > :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-47px > :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-48px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-48px * var(--tw-space-y-reverse));
}

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

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

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

.-space-y-50px > :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-50px > :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-51px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-51px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-51px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

.-space-y-56px > :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-56px > :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-57px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-57px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-57px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-y-64px > :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-64px > :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-65px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-65px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

.-space-y-70px > :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-70px > :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-71px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-71px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-71px * var(--tw-space-y-reverse));
}

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

.-space-y-72px > :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-72px > :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-73px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-73px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-73px * var(--tw-space-y-reverse));
}

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

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

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

.-space-y-75px > :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-75px > :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-76px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-76px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

.-space-y-80px > :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-80px > :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-81px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-81px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-81px * var(--tw-space-y-reverse));
}

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

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

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

.-space-y-83px > :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-83px > :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-84px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-84px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-y-100px > :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-100px > :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-101px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-101px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-101px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-y-118px > :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-118px > :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-119px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-119px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-119px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-y-130px > :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-130px > :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-133px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-133px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-133px * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-x-1366px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1366px * var(--tw-space-x-reverse));
  margin-left: calc(-1366px * 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 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, 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-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-main-bg > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(32, 38, 75, var(--tw-divide-opacity));
}

.divide-main-bg-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 20, 53, var(--tw-divide-opacity));
}

.divide-main-bg-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 21, 49, var(--tw-divide-opacity));
}

.divide-web-logo-brown > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(178, 125, 26, var(--tw-divide-opacity));
}

.divide-public-logo-brown > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 109, 10, var(--tw-divide-opacity));
}

.divide-button-primary-pink > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(207, 18, 91, var(--tw-divide-opacity));
}

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

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

.divide-sub-text-brown > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(162, 144, 99, var(--tw-divide-opacity));
}

.divide-body-brown > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(141, 135, 121, var(--tw-divide-opacity));
}

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

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

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

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

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

.divide-background-black-c > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 21, 49, var(--tw-divide-opacity));
}

.divide-background-black-d > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 8, 34, var(--tw-divide-opacity));
}

.divide-product-detail-body-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 243, 239, var(--tw-divide-opacity));
}

.divide-primary-pink > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(213, 37, 37, var(--tw-divide-opacity));
}

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

.divide-detail-text-brown > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(106, 81, 14, var(--tw-divide-opacity));
}

.divide-detail-desc-brown > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 96, 81, var(--tw-divide-opacity));
}

.divide-border-brown > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 223, 214, 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;
          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 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

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

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

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

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

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

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

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

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

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

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

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

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

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

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

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

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

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

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

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

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

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

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

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

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

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

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

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

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-main-bg {
  --tw-bg-opacity: 1;
  background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
}

.bg-main-bg-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
}

.bg-main-bg-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
}

.bg-web-logo-brown {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
}

.bg-public-logo-brown {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
}

.bg-button-primary-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
}

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

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

.bg-sub-text-brown {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
}

.bg-body-brown {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
}

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

.bg-breadcrumb-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
}

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

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

.bg-background-black-b {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
}

.bg-background-black-c {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
}

.bg-background-black-d {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
}

.bg-product-detail-body-white {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
}

.bg-primary-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
}

.bg-footer-divide-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
}

.bg-detail-text-brown {
  --tw-bg-opacity: 1;
  background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
}

.bg-detail-desc-brown {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
}

.bg-border-brown {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 223, 214, 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 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 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-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

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

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

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

.group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

.group:hover .group-hover\:bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

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

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

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

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

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

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

.group:hover .group-hover\:bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:bg-main-bg {
  --tw-bg-opacity: 1;
  background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-main-bg-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-main-bg-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-web-logo-brown {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-public-logo-brown {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-button-primary-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-button-secondary-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-link-text-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sub-text-brown {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-body-brown {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-copyright-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-breadcrumb-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-dark-text-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-background-black-a {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-background-black-b {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-background-black-c {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-background-black-d {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-product-detail-body-white {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-primary-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-footer-divide-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-detail-text-brown {
  --tw-bg-opacity: 1;
  background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-detail-desc-brown {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-border-brown {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 223, 214, 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:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 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-gray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus-within\:bg-red-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus-within\:bg-red-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus-within\:bg-red-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-red-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus-within\:bg-red-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus-within\:bg-red-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus-within\:bg-red-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus-within\:bg-red-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus-within\:bg-red-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus-within\:bg-red-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.focus-within\:bg-green-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-green-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-green-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus-within\:bg-green-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus-within\:bg-green-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-green-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-green-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus-within\:bg-green-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus-within\:bg-green-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-green-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.focus-within\:bg-main-bg:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
}

.focus-within\:bg-main-bg-2:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
}

.focus-within\:bg-main-bg-3:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
}

.focus-within\:bg-web-logo-brown:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
}

.focus-within\:bg-public-logo-brown:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
}

.focus-within\:bg-button-primary-pink:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
}

.focus-within\:bg-button-secondary-black:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-link-text-white:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-sub-text-brown:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
}

.focus-within\:bg-body-brown:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
}

.focus-within\:bg-copyright-gray:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
}

.focus-within\:bg-breadcrumb-gray:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
}

.focus-within\:bg-dark-text-white:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-background-black-a:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
}

.focus-within\:bg-background-black-b:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
}

.focus-within\:bg-background-black-c:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
}

.focus-within\:bg-background-black-d:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
}

.focus-within\:bg-product-detail-body-white:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
}

.focus-within\:bg-primary-pink:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
}

.focus-within\:bg-footer-divide-gray:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
}

.focus-within\:bg-detail-text-brown:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
}

.focus-within\:bg-detail-desc-brown:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
}

.focus-within\:bg-border-brown:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 223, 214, var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-current:hover {
  background-color: currentColor;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.hover\:bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.hover\:bg-yellow-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.hover\:bg-yellow-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.hover\:bg-yellow-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.hover\:bg-green-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.hover\:bg-indigo-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.hover\:bg-purple-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.hover\:bg-purple-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.hover\:bg-purple-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.hover\:bg-purple-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.hover\:bg-purple-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.hover\:bg-pink-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.hover\:bg-pink-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.hover\:bg-pink-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.hover\:bg-pink-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.hover\:bg-pink-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.hover\:bg-pink-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.hover\:bg-pink-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.hover\:bg-pink-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.hover\:bg-main-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
}

.hover\:bg-main-bg-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
}

.hover\:bg-main-bg-3:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
}

.hover\:bg-web-logo-brown:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
}

.hover\:bg-public-logo-brown:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
}

.hover\:bg-button-primary-pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
}

.hover\:bg-button-secondary-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-link-text-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-sub-text-brown:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
}

.hover\:bg-body-brown:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
}

.hover\:bg-copyright-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
}

.hover\:bg-breadcrumb-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
}

.hover\:bg-dark-text-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-background-black-a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
}

.hover\:bg-background-black-b:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
}

.hover\:bg-background-black-c:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
}

.hover\:bg-background-black-d:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
}

.hover\:bg-product-detail-body-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
}

.hover\:bg-primary-pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
}

.hover\:bg-footer-divide-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
}

.hover\:bg-detail-text-brown:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
}

.hover\:bg-detail-desc-brown:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
}

.hover\:bg-border-brown:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 223, 214, var(--tw-bg-opacity));
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:bg-current:focus {
  background-color: currentColor;
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus\:bg-gray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus\:bg-gray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus\:bg-gray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus\:bg-red-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus\:bg-red-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus\:bg-red-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus\:bg-red-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus\:bg-red-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus\:bg-red-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus\:bg-red-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus\:bg-red-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus\:bg-red-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus\:bg-yellow-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus\:bg-yellow-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus\:bg-yellow-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus\:bg-yellow-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus\:bg-yellow-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus\:bg-yellow-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus\:bg-yellow-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus\:bg-yellow-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus\:bg-yellow-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus\:bg-yellow-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.focus\:bg-green-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus\:bg-green-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus\:bg-green-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus\:bg-green-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus\:bg-green-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus\:bg-green-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus\:bg-green-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus\:bg-green-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.focus\:bg-blue-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus\:bg-blue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus\:bg-blue-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus\:bg-blue-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus\:bg-blue-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus\:bg-blue-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus\:bg-blue-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus\:bg-blue-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus\:bg-blue-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus\:bg-indigo-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus\:bg-indigo-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus\:bg-indigo-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus\:bg-indigo-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus\:bg-indigo-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus\:bg-indigo-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus\:bg-indigo-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus\:bg-purple-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus\:bg-purple-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus\:bg-purple-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus\:bg-purple-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus\:bg-purple-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus\:bg-purple-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus\:bg-purple-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus\:bg-purple-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus\:bg-purple-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus\:bg-purple-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.focus\:bg-pink-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus\:bg-pink-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus\:bg-pink-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus\:bg-pink-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus\:bg-pink-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus\:bg-pink-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus\:bg-pink-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus\:bg-pink-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus\:bg-pink-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus\:bg-pink-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.focus\:bg-main-bg:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
}

.focus\:bg-main-bg-2:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
}

.focus\:bg-main-bg-3:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
}

.focus\:bg-web-logo-brown:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
}

.focus\:bg-public-logo-brown:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
}

.focus\:bg-button-primary-pink:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
}

.focus\:bg-button-secondary-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-link-text-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-sub-text-brown:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
}

.focus\:bg-body-brown:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
}

.focus\:bg-copyright-gray:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
}

.focus\:bg-breadcrumb-gray:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
}

.focus\:bg-dark-text-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-background-black-a:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
}

.focus\:bg-background-black-b:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
}

.focus\:bg-background-black-c:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
}

.focus\:bg-background-black-d:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
}

.focus\:bg-product-detail-body-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
}

.focus\:bg-primary-pink:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
}

.focus\:bg-footer-divide-gray:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
}

.focus\:bg-detail-text-brown:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
}

.focus\:bg-detail-desc-brown:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
}

.focus\:bg-border-brown:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 223, 214, 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));
}

.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 {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-gray-50 {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.from-gray-100 {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.from-gray-200 {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.from-gray-300 {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.from-gray-400 {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.from-gray-500 {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.from-gray-600 {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.from-gray-700 {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.from-gray-800 {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.from-gray-900 {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.from-red-50 {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.from-red-100 {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.from-red-200 {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.from-red-300 {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.from-red-400 {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.from-red-500 {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.from-red-600 {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.from-red-700 {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.from-red-800 {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.from-red-900 {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.from-yellow-50 {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.from-yellow-100 {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.from-yellow-200 {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.from-yellow-300 {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.from-yellow-400 {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.from-yellow-500 {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.from-yellow-600 {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.from-yellow-700 {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.from-yellow-800 {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.from-yellow-900 {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.from-green-50 {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.from-green-100 {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.from-green-200 {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.from-green-300 {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.from-green-400 {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.from-green-500 {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.from-green-600 {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.from-green-700 {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.from-green-800 {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.from-green-900 {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.from-blue-50 {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.from-blue-100 {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.from-blue-200 {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.from-blue-300 {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.from-blue-400 {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.from-blue-600 {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.from-blue-700 {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.from-blue-800 {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.from-blue-900 {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.from-indigo-50 {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.from-indigo-100 {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.from-indigo-200 {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.from-indigo-300 {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.from-indigo-400 {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.from-indigo-600 {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.from-indigo-700 {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.from-indigo-800 {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.from-indigo-900 {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.from-purple-50 {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.from-purple-100 {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.from-purple-200 {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.from-purple-300 {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.from-purple-400 {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.from-purple-500 {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.from-purple-600 {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.from-purple-700 {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.from-purple-800 {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.from-purple-900 {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.from-pink-50 {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.from-pink-100 {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.from-pink-200 {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.from-pink-300 {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.from-pink-400 {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.from-pink-500 {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.from-pink-600 {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.from-pink-700 {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.from-pink-800 {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.from-pink-900 {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.from-main-bg {
  --tw-gradient-from: #20264B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
}

.from-main-bg-2 {
  --tw-gradient-from: #101435;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
}

.from-main-bg-3 {
  --tw-gradient-from: #101531;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
}

.from-web-logo-brown {
  --tw-gradient-from: #B27D1A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
}

.from-public-logo-brown {
  --tw-gradient-from: #9A6D0A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
}

.from-button-primary-pink {
  --tw-gradient-from: #CF125B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
}

.from-button-secondary-black {
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-link-text-white {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-sub-text-brown {
  --tw-gradient-from: #A29063;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
}

.from-body-brown {
  --tw-gradient-from: #8D8779;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
}

.from-copyright-gray {
  --tw-gradient-from: #D5D5D5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
}

.from-breadcrumb-gray {
  --tw-gradient-from: #858593;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
}

.from-dark-text-white {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-background-black-a {
  --tw-gradient-from: #191919;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
}

.from-background-black-b {
  --tw-gradient-from: #343445;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
}

.from-background-black-c {
  --tw-gradient-from: #101531;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
}

.from-background-black-d {
  --tw-gradient-from: #040822;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
}

.from-product-detail-body-white {
  --tw-gradient-from: #F7F3EF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
}

.from-primary-pink {
  --tw-gradient-from: #D52525;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
}

.from-footer-divide-gray {
  --tw-gradient-from: #545467;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
}

.from-detail-text-brown {
  --tw-gradient-from: #6A510E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
}

.from-detail-desc-brown {
  --tw-gradient-from: #676051;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
}

.from-border-brown {
  --tw-gradient-from: #E8DFD6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 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 {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.via-red-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.via-red-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.via-red-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.via-red-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.via-red-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.via-red-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.via-red-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.via-red-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.via-red-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.via-red-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.via-yellow-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.via-yellow-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.via-yellow-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.via-yellow-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.via-yellow-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.via-yellow-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.via-yellow-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.via-yellow-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.via-yellow-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.via-yellow-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.via-green-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.via-green-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.via-green-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.via-green-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.via-green-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.via-green-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.via-green-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.via-green-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.via-green-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.via-green-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.via-blue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.via-blue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.via-blue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.via-blue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.via-blue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.via-blue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.via-blue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.via-blue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.via-blue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.via-blue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.via-indigo-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.via-indigo-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.via-indigo-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.via-indigo-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.via-indigo-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.via-indigo-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.via-indigo-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.via-indigo-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.via-indigo-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.via-indigo-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.via-purple-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.via-purple-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.via-purple-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.via-purple-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.via-purple-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.via-purple-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.via-purple-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.via-purple-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.via-purple-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.via-purple-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.via-pink-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.via-pink-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.via-pink-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.via-pink-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.via-pink-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.via-pink-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.via-pink-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.via-pink-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.via-pink-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.via-pink-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.via-main-bg {
  --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
}

.via-main-bg-2 {
  --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
}

.via-main-bg-3 {
  --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
}

.via-web-logo-brown {
  --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
}

.via-public-logo-brown {
  --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
}

.via-button-primary-pink {
  --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
}

.via-button-secondary-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-link-text-white {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-sub-text-brown {
  --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
}

.via-body-brown {
  --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
}

.via-copyright-gray {
  --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
}

.via-breadcrumb-gray {
  --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
}

.via-dark-text-white {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-background-black-a {
  --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
}

.via-background-black-b {
  --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
}

.via-background-black-c {
  --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
}

.via-background-black-d {
  --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
}

.via-product-detail-body-white {
  --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
}

.via-primary-pink {
  --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
}

.via-footer-divide-gray {
  --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
}

.via-detail-text-brown {
  --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
}

.via-detail-desc-brown {
  --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
}

.via-border-brown {
  --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.to-current {
  --tw-gradient-to: currentColor;
}

.to-black {
  --tw-gradient-to: #000;
}

.to-white {
  --tw-gradient-to: #fff;
}

.to-gray-50 {
  --tw-gradient-to: #f9fafb;
}

.to-gray-100 {
  --tw-gradient-to: #f3f4f6;
}

.to-gray-200 {
  --tw-gradient-to: #e5e7eb;
}

.to-gray-300 {
  --tw-gradient-to: #d1d5db;
}

.to-gray-400 {
  --tw-gradient-to: #9ca3af;
}

.to-gray-500 {
  --tw-gradient-to: #6b7280;
}

.to-gray-600 {
  --tw-gradient-to: #4b5563;
}

.to-gray-700 {
  --tw-gradient-to: #374151;
}

.to-gray-800 {
  --tw-gradient-to: #1f2937;
}

.to-gray-900 {
  --tw-gradient-to: #111827;
}

.to-red-50 {
  --tw-gradient-to: #fef2f2;
}

.to-red-100 {
  --tw-gradient-to: #fee2e2;
}

.to-red-200 {
  --tw-gradient-to: #fecaca;
}

.to-red-300 {
  --tw-gradient-to: #fca5a5;
}

.to-red-400 {
  --tw-gradient-to: #f87171;
}

.to-red-500 {
  --tw-gradient-to: #ef4444;
}

.to-red-600 {
  --tw-gradient-to: #dc2626;
}

.to-red-700 {
  --tw-gradient-to: #b91c1c;
}

.to-red-800 {
  --tw-gradient-to: #991b1b;
}

.to-red-900 {
  --tw-gradient-to: #7f1d1d;
}

.to-yellow-50 {
  --tw-gradient-to: #fffbeb;
}

.to-yellow-100 {
  --tw-gradient-to: #fef3c7;
}

.to-yellow-200 {
  --tw-gradient-to: #fde68a;
}

.to-yellow-300 {
  --tw-gradient-to: #fcd34d;
}

.to-yellow-400 {
  --tw-gradient-to: #fbbf24;
}

.to-yellow-500 {
  --tw-gradient-to: #f59e0b;
}

.to-yellow-600 {
  --tw-gradient-to: #d97706;
}

.to-yellow-700 {
  --tw-gradient-to: #b45309;
}

.to-yellow-800 {
  --tw-gradient-to: #92400e;
}

.to-yellow-900 {
  --tw-gradient-to: #78350f;
}

.to-green-50 {
  --tw-gradient-to: #ecfdf5;
}

.to-green-100 {
  --tw-gradient-to: #d1fae5;
}

.to-green-200 {
  --tw-gradient-to: #a7f3d0;
}

.to-green-300 {
  --tw-gradient-to: #6ee7b7;
}

.to-green-400 {
  --tw-gradient-to: #34d399;
}

.to-green-500 {
  --tw-gradient-to: #10b981;
}

.to-green-600 {
  --tw-gradient-to: #059669;
}

.to-green-700 {
  --tw-gradient-to: #047857;
}

.to-green-800 {
  --tw-gradient-to: #065f46;
}

.to-green-900 {
  --tw-gradient-to: #064e3b;
}

.to-blue-50 {
  --tw-gradient-to: #eff6ff;
}

.to-blue-100 {
  --tw-gradient-to: #dbeafe;
}

.to-blue-200 {
  --tw-gradient-to: #bfdbfe;
}

.to-blue-300 {
  --tw-gradient-to: #93c5fd;
}

.to-blue-400 {
  --tw-gradient-to: #60a5fa;
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6;
}

.to-blue-600 {
  --tw-gradient-to: #2563eb;
}

.to-blue-700 {
  --tw-gradient-to: #1d4ed8;
}

.to-blue-800 {
  --tw-gradient-to: #1e40af;
}

.to-blue-900 {
  --tw-gradient-to: #1e3a8a;
}

.to-indigo-50 {
  --tw-gradient-to: #eef2ff;
}

.to-indigo-100 {
  --tw-gradient-to: #e0e7ff;
}

.to-indigo-200 {
  --tw-gradient-to: #c7d2fe;
}

.to-indigo-300 {
  --tw-gradient-to: #a5b4fc;
}

.to-indigo-400 {
  --tw-gradient-to: #818cf8;
}

.to-indigo-500 {
  --tw-gradient-to: #6366f1;
}

.to-indigo-600 {
  --tw-gradient-to: #4f46e5;
}

.to-indigo-700 {
  --tw-gradient-to: #4338ca;
}

.to-indigo-800 {
  --tw-gradient-to: #3730a3;
}

.to-indigo-900 {
  --tw-gradient-to: #312e81;
}

.to-purple-50 {
  --tw-gradient-to: #f5f3ff;
}

.to-purple-100 {
  --tw-gradient-to: #ede9fe;
}

.to-purple-200 {
  --tw-gradient-to: #ddd6fe;
}

.to-purple-300 {
  --tw-gradient-to: #c4b5fd;
}

.to-purple-400 {
  --tw-gradient-to: #a78bfa;
}

.to-purple-500 {
  --tw-gradient-to: #8b5cf6;
}

.to-purple-600 {
  --tw-gradient-to: #7c3aed;
}

.to-purple-700 {
  --tw-gradient-to: #6d28d9;
}

.to-purple-800 {
  --tw-gradient-to: #5b21b6;
}

.to-purple-900 {
  --tw-gradient-to: #4c1d95;
}

.to-pink-50 {
  --tw-gradient-to: #fdf2f8;
}

.to-pink-100 {
  --tw-gradient-to: #fce7f3;
}

.to-pink-200 {
  --tw-gradient-to: #fbcfe8;
}

.to-pink-300 {
  --tw-gradient-to: #f9a8d4;
}

.to-pink-400 {
  --tw-gradient-to: #f472b6;
}

.to-pink-500 {
  --tw-gradient-to: #ec4899;
}

.to-pink-600 {
  --tw-gradient-to: #db2777;
}

.to-pink-700 {
  --tw-gradient-to: #be185d;
}

.to-pink-800 {
  --tw-gradient-to: #9d174d;
}

.to-pink-900 {
  --tw-gradient-to: #831843;
}

.to-main-bg {
  --tw-gradient-to: #20264B;
}

.to-main-bg-2 {
  --tw-gradient-to: #101435;
}

.to-main-bg-3 {
  --tw-gradient-to: #101531;
}

.to-web-logo-brown {
  --tw-gradient-to: #B27D1A;
}

.to-public-logo-brown {
  --tw-gradient-to: #9A6D0A;
}

.to-button-primary-pink {
  --tw-gradient-to: #CF125B;
}

.to-button-secondary-black {
  --tw-gradient-to: #000000;
}

.to-link-text-white {
  --tw-gradient-to: #ffffff;
}

.to-sub-text-brown {
  --tw-gradient-to: #A29063;
}

.to-body-brown {
  --tw-gradient-to: #8D8779;
}

.to-copyright-gray {
  --tw-gradient-to: #D5D5D5;
}

.to-breadcrumb-gray {
  --tw-gradient-to: #858593;
}

.to-dark-text-white {
  --tw-gradient-to: #ffffff;
}

.to-background-black-a {
  --tw-gradient-to: #191919;
}

.to-background-black-b {
  --tw-gradient-to: #343445;
}

.to-background-black-c {
  --tw-gradient-to: #101531;
}

.to-background-black-d {
  --tw-gradient-to: #040822;
}

.to-product-detail-body-white {
  --tw-gradient-to: #F7F3EF;
}

.to-primary-pink {
  --tw-gradient-to: #D52525;
}

.to-footer-divide-gray {
  --tw-gradient-to: #545467;
}

.to-detail-text-brown {
  --tw-gradient-to: #6A510E;
}

.to-detail-desc-brown {
  --tw-gradient-to: #676051;
}

.to-border-brown {
  --tw-gradient-to: #E8DFD6;
}

.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:hover {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 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-gray-50:hover {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:from-gray-100:hover {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:from-gray-200:hover {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:from-gray-300:hover {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:from-gray-400:hover {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:from-gray-500:hover {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:from-gray-600:hover {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:from-gray-700:hover {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:from-gray-800:hover {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:from-gray-900:hover {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.hover\:from-red-50:hover {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:from-red-100:hover {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:from-red-200:hover {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hover\:from-red-300:hover {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hover\:from-red-400:hover {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hover\:from-red-500:hover {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hover\:from-red-600:hover {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hover\:from-red-700:hover {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hover\:from-red-800:hover {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hover\:from-red-900:hover {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hover\:from-yellow-50:hover {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.hover\:from-yellow-100:hover {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.hover\:from-yellow-200:hover {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.hover\:from-yellow-300:hover {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.hover\:from-yellow-400:hover {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.hover\:from-yellow-500:hover {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.hover\:from-yellow-600:hover {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.hover\:from-yellow-700:hover {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.hover\:from-yellow-800:hover {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.hover\:from-yellow-900:hover {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.hover\:from-green-50:hover {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.hover\:from-green-100:hover {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.hover\:from-green-200:hover {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.hover\:from-green-300:hover {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.hover\:from-green-400:hover {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.hover\:from-green-500:hover {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.hover\:from-green-600:hover {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.hover\:from-green-700:hover {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.hover\:from-green-800:hover {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.hover\:from-green-900:hover {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.hover\:from-blue-50:hover {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hover\:from-blue-100:hover {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hover\:from-blue-200:hover {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hover\:from-blue-300:hover {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hover\:from-blue-400:hover {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.hover\:from-blue-500:hover {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hover\:from-blue-600:hover {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hover\:from-blue-800:hover {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hover\:from-blue-900:hover {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hover\:from-indigo-50:hover {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:from-indigo-100:hover {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:from-indigo-200:hover {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:from-indigo-300:hover {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:from-indigo-400:hover {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:from-indigo-500:hover {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:from-indigo-600:hover {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:from-indigo-700:hover {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:from-indigo-800:hover {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:from-indigo-900:hover {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:from-purple-50:hover {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:from-purple-100:hover {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:from-purple-200:hover {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:from-purple-300:hover {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:from-purple-400:hover {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:from-purple-500:hover {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:from-purple-600:hover {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:from-purple-700:hover {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:from-purple-800:hover {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:from-purple-900:hover {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hover\:from-pink-50:hover {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.hover\:from-pink-100:hover {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.hover\:from-pink-200:hover {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.hover\:from-pink-300:hover {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.hover\:from-pink-400:hover {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.hover\:from-pink-500:hover {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.hover\:from-pink-600:hover {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.hover\:from-pink-700:hover {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.hover\:from-pink-800:hover {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.hover\:from-pink-900:hover {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.hover\:from-main-bg:hover {
  --tw-gradient-from: #20264B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
}

.hover\:from-main-bg-2:hover {
  --tw-gradient-from: #101435;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
}

.hover\:from-main-bg-3:hover {
  --tw-gradient-from: #101531;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
}

.hover\:from-web-logo-brown:hover {
  --tw-gradient-from: #B27D1A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
}

.hover\:from-public-logo-brown:hover {
  --tw-gradient-from: #9A6D0A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
}

.hover\:from-button-primary-pink:hover {
  --tw-gradient-from: #CF125B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
}

.hover\:from-button-secondary-black:hover {
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-link-text-white:hover {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-sub-text-brown:hover {
  --tw-gradient-from: #A29063;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
}

.hover\:from-body-brown:hover {
  --tw-gradient-from: #8D8779;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
}

.hover\:from-copyright-gray:hover {
  --tw-gradient-from: #D5D5D5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
}

.hover\:from-breadcrumb-gray:hover {
  --tw-gradient-from: #858593;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
}

.hover\:from-dark-text-white:hover {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-background-black-a:hover {
  --tw-gradient-from: #191919;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
}

.hover\:from-background-black-b:hover {
  --tw-gradient-from: #343445;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
}

.hover\:from-background-black-c:hover {
  --tw-gradient-from: #101531;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
}

.hover\:from-background-black-d:hover {
  --tw-gradient-from: #040822;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
}

.hover\:from-product-detail-body-white:hover {
  --tw-gradient-from: #F7F3EF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
}

.hover\:from-primary-pink:hover {
  --tw-gradient-from: #D52525;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
}

.hover\:from-footer-divide-gray:hover {
  --tw-gradient-from: #545467;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
}

.hover\:from-detail-text-brown:hover {
  --tw-gradient-from: #6A510E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
}

.hover\:from-detail-desc-brown:hover {
  --tw-gradient-from: #676051;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
}

.hover\:from-border-brown:hover {
  --tw-gradient-from: #E8DFD6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 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:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-gray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:via-gray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:via-gray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:via-gray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:via-gray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:via-gray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:via-gray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:via-gray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:via-gray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:via-gray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.hover\:via-red-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:via-red-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:via-red-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hover\:via-red-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hover\:via-red-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hover\:via-red-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hover\:via-red-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hover\:via-red-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hover\:via-red-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hover\:via-red-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hover\:via-yellow-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.hover\:via-yellow-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.hover\:via-yellow-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.hover\:via-yellow-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.hover\:via-yellow-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.hover\:via-yellow-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.hover\:via-yellow-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.hover\:via-yellow-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.hover\:via-yellow-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.hover\:via-yellow-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.hover\:via-green-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.hover\:via-green-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.hover\:via-green-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.hover\:via-green-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.hover\:via-green-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.hover\:via-green-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.hover\:via-green-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.hover\:via-green-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.hover\:via-green-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.hover\:via-green-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.hover\:via-blue-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hover\:via-blue-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hover\:via-blue-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hover\:via-blue-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hover\:via-blue-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.hover\:via-blue-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hover\:via-blue-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hover\:via-blue-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hover\:via-blue-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hover\:via-blue-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hover\:via-indigo-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:via-indigo-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:via-indigo-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:via-indigo-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:via-indigo-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:via-indigo-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:via-indigo-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:via-indigo-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:via-indigo-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:via-indigo-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:via-purple-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:via-purple-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:via-purple-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:via-purple-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:via-purple-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:via-purple-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:via-purple-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:via-purple-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:via-purple-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:via-purple-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hover\:via-pink-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.hover\:via-pink-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.hover\:via-pink-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.hover\:via-pink-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.hover\:via-pink-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.hover\:via-pink-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.hover\:via-pink-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.hover\:via-pink-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.hover\:via-pink-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.hover\:via-pink-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.hover\:via-main-bg:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
}

.hover\:via-main-bg-2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
}

.hover\:via-main-bg-3:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
}

.hover\:via-web-logo-brown:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
}

.hover\:via-public-logo-brown:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
}

.hover\:via-button-primary-pink:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
}

.hover\:via-button-secondary-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-link-text-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-sub-text-brown:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
}

.hover\:via-body-brown:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
}

.hover\:via-copyright-gray:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
}

.hover\:via-breadcrumb-gray:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
}

.hover\:via-dark-text-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-background-black-a:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
}

.hover\:via-background-black-b:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
}

.hover\:via-background-black-c:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
}

.hover\:via-background-black-d:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
}

.hover\:via-product-detail-body-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
}

.hover\:via-primary-pink:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
}

.hover\:via-footer-divide-gray:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
}

.hover\:via-detail-text-brown:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
}

.hover\:via-detail-desc-brown:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
}

.hover\:via-border-brown:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent;
}

.hover\:to-current:hover {
  --tw-gradient-to: currentColor;
}

.hover\:to-black:hover {
  --tw-gradient-to: #000;
}

.hover\:to-white:hover {
  --tw-gradient-to: #fff;
}

.hover\:to-gray-50:hover {
  --tw-gradient-to: #f9fafb;
}

.hover\:to-gray-100:hover {
  --tw-gradient-to: #f3f4f6;
}

.hover\:to-gray-200:hover {
  --tw-gradient-to: #e5e7eb;
}

.hover\:to-gray-300:hover {
  --tw-gradient-to: #d1d5db;
}

.hover\:to-gray-400:hover {
  --tw-gradient-to: #9ca3af;
}

.hover\:to-gray-500:hover {
  --tw-gradient-to: #6b7280;
}

.hover\:to-gray-600:hover {
  --tw-gradient-to: #4b5563;
}

.hover\:to-gray-700:hover {
  --tw-gradient-to: #374151;
}

.hover\:to-gray-800:hover {
  --tw-gradient-to: #1f2937;
}

.hover\:to-gray-900:hover {
  --tw-gradient-to: #111827;
}

.hover\:to-red-50:hover {
  --tw-gradient-to: #fef2f2;
}

.hover\:to-red-100:hover {
  --tw-gradient-to: #fee2e2;
}

.hover\:to-red-200:hover {
  --tw-gradient-to: #fecaca;
}

.hover\:to-red-300:hover {
  --tw-gradient-to: #fca5a5;
}

.hover\:to-red-400:hover {
  --tw-gradient-to: #f87171;
}

.hover\:to-red-500:hover {
  --tw-gradient-to: #ef4444;
}

.hover\:to-red-600:hover {
  --tw-gradient-to: #dc2626;
}

.hover\:to-red-700:hover {
  --tw-gradient-to: #b91c1c;
}

.hover\:to-red-800:hover {
  --tw-gradient-to: #991b1b;
}

.hover\:to-red-900:hover {
  --tw-gradient-to: #7f1d1d;
}

.hover\:to-yellow-50:hover {
  --tw-gradient-to: #fffbeb;
}

.hover\:to-yellow-100:hover {
  --tw-gradient-to: #fef3c7;
}

.hover\:to-yellow-200:hover {
  --tw-gradient-to: #fde68a;
}

.hover\:to-yellow-300:hover {
  --tw-gradient-to: #fcd34d;
}

.hover\:to-yellow-400:hover {
  --tw-gradient-to: #fbbf24;
}

.hover\:to-yellow-500:hover {
  --tw-gradient-to: #f59e0b;
}

.hover\:to-yellow-600:hover {
  --tw-gradient-to: #d97706;
}

.hover\:to-yellow-700:hover {
  --tw-gradient-to: #b45309;
}

.hover\:to-yellow-800:hover {
  --tw-gradient-to: #92400e;
}

.hover\:to-yellow-900:hover {
  --tw-gradient-to: #78350f;
}

.hover\:to-green-50:hover {
  --tw-gradient-to: #ecfdf5;
}

.hover\:to-green-100:hover {
  --tw-gradient-to: #d1fae5;
}

.hover\:to-green-200:hover {
  --tw-gradient-to: #a7f3d0;
}

.hover\:to-green-300:hover {
  --tw-gradient-to: #6ee7b7;
}

.hover\:to-green-400:hover {
  --tw-gradient-to: #34d399;
}

.hover\:to-green-500:hover {
  --tw-gradient-to: #10b981;
}

.hover\:to-green-600:hover {
  --tw-gradient-to: #059669;
}

.hover\:to-green-700:hover {
  --tw-gradient-to: #047857;
}

.hover\:to-green-800:hover {
  --tw-gradient-to: #065f46;
}

.hover\:to-green-900:hover {
  --tw-gradient-to: #064e3b;
}

.hover\:to-blue-50:hover {
  --tw-gradient-to: #eff6ff;
}

.hover\:to-blue-100:hover {
  --tw-gradient-to: #dbeafe;
}

.hover\:to-blue-200:hover {
  --tw-gradient-to: #bfdbfe;
}

.hover\:to-blue-300:hover {
  --tw-gradient-to: #93c5fd;
}

.hover\:to-blue-400:hover {
  --tw-gradient-to: #60a5fa;
}

.hover\:to-blue-500:hover {
  --tw-gradient-to: #3b82f6;
}

.hover\:to-blue-600:hover {
  --tw-gradient-to: #2563eb;
}

.hover\:to-blue-700:hover {
  --tw-gradient-to: #1d4ed8;
}

.hover\:to-blue-800:hover {
  --tw-gradient-to: #1e40af;
}

.hover\:to-blue-900:hover {
  --tw-gradient-to: #1e3a8a;
}

.hover\:to-indigo-50:hover {
  --tw-gradient-to: #eef2ff;
}

.hover\:to-indigo-100:hover {
  --tw-gradient-to: #e0e7ff;
}

.hover\:to-indigo-200:hover {
  --tw-gradient-to: #c7d2fe;
}

.hover\:to-indigo-300:hover {
  --tw-gradient-to: #a5b4fc;
}

.hover\:to-indigo-400:hover {
  --tw-gradient-to: #818cf8;
}

.hover\:to-indigo-500:hover {
  --tw-gradient-to: #6366f1;
}

.hover\:to-indigo-600:hover {
  --tw-gradient-to: #4f46e5;
}

.hover\:to-indigo-700:hover {
  --tw-gradient-to: #4338ca;
}

.hover\:to-indigo-800:hover {
  --tw-gradient-to: #3730a3;
}

.hover\:to-indigo-900:hover {
  --tw-gradient-to: #312e81;
}

.hover\:to-purple-50:hover {
  --tw-gradient-to: #f5f3ff;
}

.hover\:to-purple-100:hover {
  --tw-gradient-to: #ede9fe;
}

.hover\:to-purple-200:hover {
  --tw-gradient-to: #ddd6fe;
}

.hover\:to-purple-300:hover {
  --tw-gradient-to: #c4b5fd;
}

.hover\:to-purple-400:hover {
  --tw-gradient-to: #a78bfa;
}

.hover\:to-purple-500:hover {
  --tw-gradient-to: #8b5cf6;
}

.hover\:to-purple-600:hover {
  --tw-gradient-to: #7c3aed;
}

.hover\:to-purple-700:hover {
  --tw-gradient-to: #6d28d9;
}

.hover\:to-purple-800:hover {
  --tw-gradient-to: #5b21b6;
}

.hover\:to-purple-900:hover {
  --tw-gradient-to: #4c1d95;
}

.hover\:to-pink-50:hover {
  --tw-gradient-to: #fdf2f8;
}

.hover\:to-pink-100:hover {
  --tw-gradient-to: #fce7f3;
}

.hover\:to-pink-200:hover {
  --tw-gradient-to: #fbcfe8;
}

.hover\:to-pink-300:hover {
  --tw-gradient-to: #f9a8d4;
}

.hover\:to-pink-400:hover {
  --tw-gradient-to: #f472b6;
}

.hover\:to-pink-500:hover {
  --tw-gradient-to: #ec4899;
}

.hover\:to-pink-600:hover {
  --tw-gradient-to: #db2777;
}

.hover\:to-pink-700:hover {
  --tw-gradient-to: #be185d;
}

.hover\:to-pink-800:hover {
  --tw-gradient-to: #9d174d;
}

.hover\:to-pink-900:hover {
  --tw-gradient-to: #831843;
}

.hover\:to-main-bg:hover {
  --tw-gradient-to: #20264B;
}

.hover\:to-main-bg-2:hover {
  --tw-gradient-to: #101435;
}

.hover\:to-main-bg-3:hover {
  --tw-gradient-to: #101531;
}

.hover\:to-web-logo-brown:hover {
  --tw-gradient-to: #B27D1A;
}

.hover\:to-public-logo-brown:hover {
  --tw-gradient-to: #9A6D0A;
}

.hover\:to-button-primary-pink:hover {
  --tw-gradient-to: #CF125B;
}

.hover\:to-button-secondary-black:hover {
  --tw-gradient-to: #000000;
}

.hover\:to-link-text-white:hover {
  --tw-gradient-to: #ffffff;
}

.hover\:to-sub-text-brown:hover {
  --tw-gradient-to: #A29063;
}

.hover\:to-body-brown:hover {
  --tw-gradient-to: #8D8779;
}

.hover\:to-copyright-gray:hover {
  --tw-gradient-to: #D5D5D5;
}

.hover\:to-breadcrumb-gray:hover {
  --tw-gradient-to: #858593;
}

.hover\:to-dark-text-white:hover {
  --tw-gradient-to: #ffffff;
}

.hover\:to-background-black-a:hover {
  --tw-gradient-to: #191919;
}

.hover\:to-background-black-b:hover {
  --tw-gradient-to: #343445;
}

.hover\:to-background-black-c:hover {
  --tw-gradient-to: #101531;
}

.hover\:to-background-black-d:hover {
  --tw-gradient-to: #040822;
}

.hover\:to-product-detail-body-white:hover {
  --tw-gradient-to: #F7F3EF;
}

.hover\:to-primary-pink:hover {
  --tw-gradient-to: #D52525;
}

.hover\:to-footer-divide-gray:hover {
  --tw-gradient-to: #545467;
}

.hover\:to-detail-text-brown:hover {
  --tw-gradient-to: #6A510E;
}

.hover\:to-detail-desc-brown:hover {
  --tw-gradient-to: #676051;
}

.hover\:to-border-brown:hover {
  --tw-gradient-to: #E8DFD6;
}

.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:focus {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 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-gray-50:focus {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:from-gray-100:focus {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:from-gray-200:focus {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:from-gray-300:focus {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:from-gray-400:focus {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:from-gray-500:focus {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:from-gray-600:focus {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:from-gray-700:focus {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:from-gray-800:focus {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:from-gray-900:focus {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus\:from-red-50:focus {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:from-red-100:focus {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:from-red-200:focus {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus\:from-red-300:focus {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus\:from-red-400:focus {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus\:from-red-500:focus {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus\:from-red-600:focus {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus\:from-red-700:focus {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus\:from-red-800:focus {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus\:from-red-900:focus {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus\:from-yellow-50:focus {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus\:from-yellow-100:focus {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus\:from-yellow-200:focus {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus\:from-yellow-300:focus {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus\:from-yellow-400:focus {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.focus\:from-yellow-500:focus {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus\:from-yellow-600:focus {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus\:from-yellow-700:focus {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus\:from-yellow-800:focus {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus\:from-yellow-900:focus {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus\:from-green-50:focus {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus\:from-green-100:focus {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus\:from-green-200:focus {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus\:from-green-300:focus {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.focus\:from-green-400:focus {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.focus\:from-green-500:focus {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.focus\:from-green-600:focus {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.focus\:from-green-700:focus {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.focus\:from-green-800:focus {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus\:from-green-900:focus {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.focus\:from-blue-50:focus {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus\:from-blue-100:focus {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus\:from-blue-200:focus {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus\:from-blue-300:focus {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus\:from-blue-400:focus {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.focus\:from-blue-500:focus {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus\:from-blue-600:focus {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus\:from-blue-700:focus {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus\:from-blue-800:focus {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus\:from-blue-900:focus {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus\:from-indigo-50:focus {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:from-indigo-100:focus {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:from-indigo-200:focus {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:from-indigo-300:focus {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:from-indigo-400:focus {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:from-indigo-500:focus {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:from-indigo-600:focus {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:from-indigo-700:focus {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:from-indigo-800:focus {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:from-indigo-900:focus {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:from-purple-50:focus {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:from-purple-100:focus {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:from-purple-200:focus {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:from-purple-300:focus {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:from-purple-400:focus {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:from-purple-500:focus {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:from-purple-600:focus {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:from-purple-700:focus {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:from-purple-800:focus {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:from-purple-900:focus {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus\:from-pink-50:focus {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.focus\:from-pink-100:focus {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.focus\:from-pink-200:focus {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.focus\:from-pink-300:focus {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.focus\:from-pink-400:focus {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.focus\:from-pink-500:focus {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.focus\:from-pink-600:focus {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.focus\:from-pink-700:focus {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.focus\:from-pink-800:focus {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.focus\:from-pink-900:focus {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.focus\:from-main-bg:focus {
  --tw-gradient-from: #20264B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
}

.focus\:from-main-bg-2:focus {
  --tw-gradient-from: #101435;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
}

.focus\:from-main-bg-3:focus {
  --tw-gradient-from: #101531;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
}

.focus\:from-web-logo-brown:focus {
  --tw-gradient-from: #B27D1A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
}

.focus\:from-public-logo-brown:focus {
  --tw-gradient-from: #9A6D0A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
}

.focus\:from-button-primary-pink:focus {
  --tw-gradient-from: #CF125B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
}

.focus\:from-button-secondary-black:focus {
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-link-text-white:focus {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-sub-text-brown:focus {
  --tw-gradient-from: #A29063;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
}

.focus\:from-body-brown:focus {
  --tw-gradient-from: #8D8779;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
}

.focus\:from-copyright-gray:focus {
  --tw-gradient-from: #D5D5D5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
}

.focus\:from-breadcrumb-gray:focus {
  --tw-gradient-from: #858593;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
}

.focus\:from-dark-text-white:focus {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-background-black-a:focus {
  --tw-gradient-from: #191919;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
}

.focus\:from-background-black-b:focus {
  --tw-gradient-from: #343445;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
}

.focus\:from-background-black-c:focus {
  --tw-gradient-from: #101531;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
}

.focus\:from-background-black-d:focus {
  --tw-gradient-from: #040822;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
}

.focus\:from-product-detail-body-white:focus {
  --tw-gradient-from: #F7F3EF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
}

.focus\:from-primary-pink:focus {
  --tw-gradient-from: #D52525;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
}

.focus\:from-footer-divide-gray:focus {
  --tw-gradient-from: #545467;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
}

.focus\:from-detail-text-brown:focus {
  --tw-gradient-from: #6A510E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
}

.focus\:from-detail-desc-brown:focus {
  --tw-gradient-from: #676051;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
}

.focus\:from-border-brown:focus {
  --tw-gradient-from: #E8DFD6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 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:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-gray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:via-gray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:via-gray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:via-gray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:via-gray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:via-gray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:via-gray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:via-gray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:via-gray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:via-gray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus\:via-red-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:via-red-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:via-red-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus\:via-red-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus\:via-red-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus\:via-red-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus\:via-red-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus\:via-red-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus\:via-red-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus\:via-red-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus\:via-yellow-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus\:via-yellow-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus\:via-yellow-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus\:via-yellow-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus\:via-yellow-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.focus\:via-yellow-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus\:via-yellow-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus\:via-yellow-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus\:via-yellow-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus\:via-yellow-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus\:via-green-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus\:via-green-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus\:via-green-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus\:via-green-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.focus\:via-green-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.focus\:via-green-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.focus\:via-green-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.focus\:via-green-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.focus\:via-green-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus\:via-green-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.focus\:via-blue-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus\:via-blue-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus\:via-blue-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus\:via-blue-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus\:via-blue-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.focus\:via-blue-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus\:via-blue-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus\:via-blue-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus\:via-blue-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus\:via-blue-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus\:via-indigo-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:via-indigo-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:via-indigo-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:via-indigo-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:via-indigo-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:via-indigo-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:via-indigo-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:via-indigo-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:via-indigo-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:via-indigo-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:via-purple-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:via-purple-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:via-purple-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:via-purple-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:via-purple-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:via-purple-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:via-purple-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:via-purple-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:via-purple-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:via-purple-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus\:via-pink-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.focus\:via-pink-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.focus\:via-pink-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.focus\:via-pink-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.focus\:via-pink-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.focus\:via-pink-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.focus\:via-pink-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.focus\:via-pink-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.focus\:via-pink-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.focus\:via-pink-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.focus\:via-main-bg:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
}

.focus\:via-main-bg-2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
}

.focus\:via-main-bg-3:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
}

.focus\:via-web-logo-brown:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
}

.focus\:via-public-logo-brown:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
}

.focus\:via-button-primary-pink:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
}

.focus\:via-button-secondary-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-link-text-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-sub-text-brown:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
}

.focus\:via-body-brown:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
}

.focus\:via-copyright-gray:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
}

.focus\:via-breadcrumb-gray:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
}

.focus\:via-dark-text-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-background-black-a:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
}

.focus\:via-background-black-b:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
}

.focus\:via-background-black-c:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
}

.focus\:via-background-black-d:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
}

.focus\:via-product-detail-body-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
}

.focus\:via-primary-pink:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
}

.focus\:via-footer-divide-gray:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
}

.focus\:via-detail-text-brown:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
}

.focus\:via-detail-desc-brown:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
}

.focus\:via-border-brown:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent;
}

.focus\:to-current:focus {
  --tw-gradient-to: currentColor;
}

.focus\:to-black:focus {
  --tw-gradient-to: #000;
}

.focus\:to-white:focus {
  --tw-gradient-to: #fff;
}

.focus\:to-gray-50:focus {
  --tw-gradient-to: #f9fafb;
}

.focus\:to-gray-100:focus {
  --tw-gradient-to: #f3f4f6;
}

.focus\:to-gray-200:focus {
  --tw-gradient-to: #e5e7eb;
}

.focus\:to-gray-300:focus {
  --tw-gradient-to: #d1d5db;
}

.focus\:to-gray-400:focus {
  --tw-gradient-to: #9ca3af;
}

.focus\:to-gray-500:focus {
  --tw-gradient-to: #6b7280;
}

.focus\:to-gray-600:focus {
  --tw-gradient-to: #4b5563;
}

.focus\:to-gray-700:focus {
  --tw-gradient-to: #374151;
}

.focus\:to-gray-800:focus {
  --tw-gradient-to: #1f2937;
}

.focus\:to-gray-900:focus {
  --tw-gradient-to: #111827;
}

.focus\:to-red-50:focus {
  --tw-gradient-to: #fef2f2;
}

.focus\:to-red-100:focus {
  --tw-gradient-to: #fee2e2;
}

.focus\:to-red-200:focus {
  --tw-gradient-to: #fecaca;
}

.focus\:to-red-300:focus {
  --tw-gradient-to: #fca5a5;
}

.focus\:to-red-400:focus {
  --tw-gradient-to: #f87171;
}

.focus\:to-red-500:focus {
  --tw-gradient-to: #ef4444;
}

.focus\:to-red-600:focus {
  --tw-gradient-to: #dc2626;
}

.focus\:to-red-700:focus {
  --tw-gradient-to: #b91c1c;
}

.focus\:to-red-800:focus {
  --tw-gradient-to: #991b1b;
}

.focus\:to-red-900:focus {
  --tw-gradient-to: #7f1d1d;
}

.focus\:to-yellow-50:focus {
  --tw-gradient-to: #fffbeb;
}

.focus\:to-yellow-100:focus {
  --tw-gradient-to: #fef3c7;
}

.focus\:to-yellow-200:focus {
  --tw-gradient-to: #fde68a;
}

.focus\:to-yellow-300:focus {
  --tw-gradient-to: #fcd34d;
}

.focus\:to-yellow-400:focus {
  --tw-gradient-to: #fbbf24;
}

.focus\:to-yellow-500:focus {
  --tw-gradient-to: #f59e0b;
}

.focus\:to-yellow-600:focus {
  --tw-gradient-to: #d97706;
}

.focus\:to-yellow-700:focus {
  --tw-gradient-to: #b45309;
}

.focus\:to-yellow-800:focus {
  --tw-gradient-to: #92400e;
}

.focus\:to-yellow-900:focus {
  --tw-gradient-to: #78350f;
}

.focus\:to-green-50:focus {
  --tw-gradient-to: #ecfdf5;
}

.focus\:to-green-100:focus {
  --tw-gradient-to: #d1fae5;
}

.focus\:to-green-200:focus {
  --tw-gradient-to: #a7f3d0;
}

.focus\:to-green-300:focus {
  --tw-gradient-to: #6ee7b7;
}

.focus\:to-green-400:focus {
  --tw-gradient-to: #34d399;
}

.focus\:to-green-500:focus {
  --tw-gradient-to: #10b981;
}

.focus\:to-green-600:focus {
  --tw-gradient-to: #059669;
}

.focus\:to-green-700:focus {
  --tw-gradient-to: #047857;
}

.focus\:to-green-800:focus {
  --tw-gradient-to: #065f46;
}

.focus\:to-green-900:focus {
  --tw-gradient-to: #064e3b;
}

.focus\:to-blue-50:focus {
  --tw-gradient-to: #eff6ff;
}

.focus\:to-blue-100:focus {
  --tw-gradient-to: #dbeafe;
}

.focus\:to-blue-200:focus {
  --tw-gradient-to: #bfdbfe;
}

.focus\:to-blue-300:focus {
  --tw-gradient-to: #93c5fd;
}

.focus\:to-blue-400:focus {
  --tw-gradient-to: #60a5fa;
}

.focus\:to-blue-500:focus {
  --tw-gradient-to: #3b82f6;
}

.focus\:to-blue-600:focus {
  --tw-gradient-to: #2563eb;
}

.focus\:to-blue-700:focus {
  --tw-gradient-to: #1d4ed8;
}

.focus\:to-blue-800:focus {
  --tw-gradient-to: #1e40af;
}

.focus\:to-blue-900:focus {
  --tw-gradient-to: #1e3a8a;
}

.focus\:to-indigo-50:focus {
  --tw-gradient-to: #eef2ff;
}

.focus\:to-indigo-100:focus {
  --tw-gradient-to: #e0e7ff;
}

.focus\:to-indigo-200:focus {
  --tw-gradient-to: #c7d2fe;
}

.focus\:to-indigo-300:focus {
  --tw-gradient-to: #a5b4fc;
}

.focus\:to-indigo-400:focus {
  --tw-gradient-to: #818cf8;
}

.focus\:to-indigo-500:focus {
  --tw-gradient-to: #6366f1;
}

.focus\:to-indigo-600:focus {
  --tw-gradient-to: #4f46e5;
}

.focus\:to-indigo-700:focus {
  --tw-gradient-to: #4338ca;
}

.focus\:to-indigo-800:focus {
  --tw-gradient-to: #3730a3;
}

.focus\:to-indigo-900:focus {
  --tw-gradient-to: #312e81;
}

.focus\:to-purple-50:focus {
  --tw-gradient-to: #f5f3ff;
}

.focus\:to-purple-100:focus {
  --tw-gradient-to: #ede9fe;
}

.focus\:to-purple-200:focus {
  --tw-gradient-to: #ddd6fe;
}

.focus\:to-purple-300:focus {
  --tw-gradient-to: #c4b5fd;
}

.focus\:to-purple-400:focus {
  --tw-gradient-to: #a78bfa;
}

.focus\:to-purple-500:focus {
  --tw-gradient-to: #8b5cf6;
}

.focus\:to-purple-600:focus {
  --tw-gradient-to: #7c3aed;
}

.focus\:to-purple-700:focus {
  --tw-gradient-to: #6d28d9;
}

.focus\:to-purple-800:focus {
  --tw-gradient-to: #5b21b6;
}

.focus\:to-purple-900:focus {
  --tw-gradient-to: #4c1d95;
}

.focus\:to-pink-50:focus {
  --tw-gradient-to: #fdf2f8;
}

.focus\:to-pink-100:focus {
  --tw-gradient-to: #fce7f3;
}

.focus\:to-pink-200:focus {
  --tw-gradient-to: #fbcfe8;
}

.focus\:to-pink-300:focus {
  --tw-gradient-to: #f9a8d4;
}

.focus\:to-pink-400:focus {
  --tw-gradient-to: #f472b6;
}

.focus\:to-pink-500:focus {
  --tw-gradient-to: #ec4899;
}

.focus\:to-pink-600:focus {
  --tw-gradient-to: #db2777;
}

.focus\:to-pink-700:focus {
  --tw-gradient-to: #be185d;
}

.focus\:to-pink-800:focus {
  --tw-gradient-to: #9d174d;
}

.focus\:to-pink-900:focus {
  --tw-gradient-to: #831843;
}

.focus\:to-main-bg:focus {
  --tw-gradient-to: #20264B;
}

.focus\:to-main-bg-2:focus {
  --tw-gradient-to: #101435;
}

.focus\:to-main-bg-3:focus {
  --tw-gradient-to: #101531;
}

.focus\:to-web-logo-brown:focus {
  --tw-gradient-to: #B27D1A;
}

.focus\:to-public-logo-brown:focus {
  --tw-gradient-to: #9A6D0A;
}

.focus\:to-button-primary-pink:focus {
  --tw-gradient-to: #CF125B;
}

.focus\:to-button-secondary-black:focus {
  --tw-gradient-to: #000000;
}

.focus\:to-link-text-white:focus {
  --tw-gradient-to: #ffffff;
}

.focus\:to-sub-text-brown:focus {
  --tw-gradient-to: #A29063;
}

.focus\:to-body-brown:focus {
  --tw-gradient-to: #8D8779;
}

.focus\:to-copyright-gray:focus {
  --tw-gradient-to: #D5D5D5;
}

.focus\:to-breadcrumb-gray:focus {
  --tw-gradient-to: #858593;
}

.focus\:to-dark-text-white:focus {
  --tw-gradient-to: #ffffff;
}

.focus\:to-background-black-a:focus {
  --tw-gradient-to: #191919;
}

.focus\:to-background-black-b:focus {
  --tw-gradient-to: #343445;
}

.focus\:to-background-black-c:focus {
  --tw-gradient-to: #101531;
}

.focus\:to-background-black-d:focus {
  --tw-gradient-to: #040822;
}

.focus\:to-product-detail-body-white:focus {
  --tw-gradient-to: #F7F3EF;
}

.focus\:to-primary-pink:focus {
  --tw-gradient-to: #D52525;
}

.focus\:to-footer-divide-gray:focus {
  --tw-gradient-to: #545467;
}

.focus\:to-detail-text-brown:focus {
  --tw-gradient-to: #6A510E;
}

.focus\:to-detail-desc-brown:focus {
  --tw-gradient-to: #676051;
}

.focus\:to-border-brown:focus {
  --tw-gradient-to: #E8DFD6;
}

.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-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-transparent {
  border-color: transparent;
}

.border-current {
  border-color: currentColor;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.border-main-bg {
  --tw-border-opacity: 1;
  border-color: rgba(32, 38, 75, var(--tw-border-opacity));
}

.border-main-bg-2 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 20, 53, var(--tw-border-opacity));
}

.border-main-bg-3 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 21, 49, var(--tw-border-opacity));
}

.border-web-logo-brown {
  --tw-border-opacity: 1;
  border-color: rgba(178, 125, 26, var(--tw-border-opacity));
}

.border-public-logo-brown {
  --tw-border-opacity: 1;
  border-color: rgba(154, 109, 10, var(--tw-border-opacity));
}

.border-button-primary-pink {
  --tw-border-opacity: 1;
  border-color: rgba(207, 18, 91, var(--tw-border-opacity));
}

.border-button-secondary-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-link-text-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-sub-text-brown {
  --tw-border-opacity: 1;
  border-color: rgba(162, 144, 99, var(--tw-border-opacity));
}

.border-body-brown {
  --tw-border-opacity: 1;
  border-color: rgba(141, 135, 121, var(--tw-border-opacity));
}

.border-copyright-gray {
  --tw-border-opacity: 1;
  border-color: rgba(213, 213, 213, var(--tw-border-opacity));
}

.border-breadcrumb-gray {
  --tw-border-opacity: 1;
  border-color: rgba(133, 133, 147, var(--tw-border-opacity));
}

.border-dark-text-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-background-black-a {
  --tw-border-opacity: 1;
  border-color: rgba(25, 25, 25, var(--tw-border-opacity));
}

.border-background-black-b {
  --tw-border-opacity: 1;
  border-color: rgba(52, 52, 69, var(--tw-border-opacity));
}

.border-background-black-c {
  --tw-border-opacity: 1;
  border-color: rgba(16, 21, 49, var(--tw-border-opacity));
}

.border-background-black-d {
  --tw-border-opacity: 1;
  border-color: rgba(4, 8, 34, var(--tw-border-opacity));
}

.border-product-detail-body-white {
  --tw-border-opacity: 1;
  border-color: rgba(247, 243, 239, var(--tw-border-opacity));
}

.border-primary-pink {
  --tw-border-opacity: 1;
  border-color: rgba(213, 37, 37, var(--tw-border-opacity));
}

.border-footer-divide-gray {
  --tw-border-opacity: 1;
  border-color: rgba(84, 84, 103, var(--tw-border-opacity));
}

.border-detail-text-brown {
  --tw-border-opacity: 1;
  border-color: rgba(106, 81, 14, var(--tw-border-opacity));
}

.border-detail-desc-brown {
  --tw-border-opacity: 1;
  border-color: rgba(103, 96, 81, var(--tw-border-opacity));
}

.border-border-brown {
  --tw-border-opacity: 1;
  border-color: rgba(232, 223, 214, 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 {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 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-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-main-bg {
  --tw-border-opacity: 1;
  border-color: rgba(32, 38, 75, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-main-bg-2 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 20, 53, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-main-bg-3 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 21, 49, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-web-logo-brown {
  --tw-border-opacity: 1;
  border-color: rgba(178, 125, 26, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-public-logo-brown {
  --tw-border-opacity: 1;
  border-color: rgba(154, 109, 10, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-button-primary-pink {
  --tw-border-opacity: 1;
  border-color: rgba(207, 18, 91, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-button-secondary-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-link-text-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sub-text-brown {
  --tw-border-opacity: 1;
  border-color: rgba(162, 144, 99, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-body-brown {
  --tw-border-opacity: 1;
  border-color: rgba(141, 135, 121, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-copyright-gray {
  --tw-border-opacity: 1;
  border-color: rgba(213, 213, 213, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-breadcrumb-gray {
  --tw-border-opacity: 1;
  border-color: rgba(133, 133, 147, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-dark-text-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-background-black-a {
  --tw-border-opacity: 1;
  border-color: rgba(25, 25, 25, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-background-black-b {
  --tw-border-opacity: 1;
  border-color: rgba(52, 52, 69, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-background-black-c {
  --tw-border-opacity: 1;
  border-color: rgba(16, 21, 49, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-background-black-d {
  --tw-border-opacity: 1;
  border-color: rgba(4, 8, 34, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-product-detail-body-white {
  --tw-border-opacity: 1;
  border-color: rgba(247, 243, 239, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-primary-pink {
  --tw-border-opacity: 1;
  border-color: rgba(213, 37, 37, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-footer-divide-gray {
  --tw-border-opacity: 1;
  border-color: rgba(84, 84, 103, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-detail-text-brown {
  --tw-border-opacity: 1;
  border-color: rgba(106, 81, 14, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-detail-desc-brown {
  --tw-border-opacity: 1;
  border-color: rgba(103, 96, 81, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-border-brown {
  --tw-border-opacity: 1;
  border-color: rgba(232, 223, 214, 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:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 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-gray-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.focus-within\:border-gray-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.focus-within\:border-gray-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.focus-within\:border-gray-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.focus-within\:border-gray-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.focus-within\:border-gray-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.focus-within\:border-gray-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.focus-within\:border-gray-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.focus-within\:border-gray-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.focus-within\:border-gray-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.focus-within\:border-red-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus-within\:border-red-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus-within\:border-red-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.focus-within\:border-red-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.focus-within\:border-red-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.focus-within\:border-red-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus-within\:border-red-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.focus-within\:border-red-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.focus-within\:border-red-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.focus-within\:border-red-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.focus-within\:border-yellow-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.focus-within\:border-yellow-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.focus-within\:border-yellow-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.focus-within\:border-yellow-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.focus-within\:border-yellow-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.focus-within\:border-yellow-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.focus-within\:border-yellow-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.focus-within\:border-yellow-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.focus-within\:border-yellow-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.focus-within\:border-yellow-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.focus-within\:border-green-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.focus-within\:border-green-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.focus-within\:border-green-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.focus-within\:border-green-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.focus-within\:border-green-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.focus-within\:border-green-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.focus-within\:border-green-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.focus-within\:border-green-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.focus-within\:border-green-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.focus-within\:border-green-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.focus-within\:border-blue-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.focus-within\:border-blue-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.focus-within\:border-blue-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.focus-within\:border-blue-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus-within\:border-blue-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.focus-within\:border-blue-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.focus-within\:border-blue-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.focus-within\:border-blue-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.focus-within\:border-blue-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.focus-within\:border-blue-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.focus-within\:border-indigo-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus-within\:border-indigo-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus-within\:border-indigo-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus-within\:border-indigo-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus-within\:border-indigo-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus-within\:border-indigo-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus-within\:border-indigo-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus-within\:border-indigo-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.focus-within\:border-purple-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.focus-within\:border-purple-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.focus-within\:border-purple-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.focus-within\:border-purple-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.focus-within\:border-purple-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.focus-within\:border-purple-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.focus-within\:border-purple-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.focus-within\:border-purple-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.focus-within\:border-purple-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.focus-within\:border-purple-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.focus-within\:border-pink-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.focus-within\:border-pink-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.focus-within\:border-pink-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.focus-within\:border-pink-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.focus-within\:border-pink-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.focus-within\:border-pink-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.focus-within\:border-pink-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.focus-within\:border-pink-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.focus-within\:border-pink-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.focus-within\:border-pink-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.focus-within\:border-main-bg:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(32, 38, 75, var(--tw-border-opacity));
}

.focus-within\:border-main-bg-2:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(16, 20, 53, var(--tw-border-opacity));
}

.focus-within\:border-main-bg-3:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(16, 21, 49, var(--tw-border-opacity));
}

.focus-within\:border-web-logo-brown:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(178, 125, 26, var(--tw-border-opacity));
}

.focus-within\:border-public-logo-brown:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(154, 109, 10, var(--tw-border-opacity));
}

.focus-within\:border-button-primary-pink:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(207, 18, 91, var(--tw-border-opacity));
}

.focus-within\:border-button-secondary-black:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus-within\:border-link-text-white:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-sub-text-brown:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(162, 144, 99, var(--tw-border-opacity));
}

.focus-within\:border-body-brown:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(141, 135, 121, var(--tw-border-opacity));
}

.focus-within\:border-copyright-gray:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(213, 213, 213, var(--tw-border-opacity));
}

.focus-within\:border-breadcrumb-gray:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(133, 133, 147, var(--tw-border-opacity));
}

.focus-within\:border-dark-text-white:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-background-black-a:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(25, 25, 25, var(--tw-border-opacity));
}

.focus-within\:border-background-black-b:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(52, 52, 69, var(--tw-border-opacity));
}

.focus-within\:border-background-black-c:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(16, 21, 49, var(--tw-border-opacity));
}

.focus-within\:border-background-black-d:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(4, 8, 34, var(--tw-border-opacity));
}

.focus-within\:border-product-detail-body-white:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(247, 243, 239, var(--tw-border-opacity));
}

.focus-within\:border-primary-pink:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(213, 37, 37, var(--tw-border-opacity));
}

.focus-within\:border-footer-divide-gray:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(84, 84, 103, var(--tw-border-opacity));
}

.focus-within\:border-detail-text-brown:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(106, 81, 14, var(--tw-border-opacity));
}

.focus-within\:border-detail-desc-brown:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(103, 96, 81, var(--tw-border-opacity));
}

.focus-within\:border-border-brown:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(232, 223, 214, var(--tw-border-opacity));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-current:hover {
  border-color: currentColor;
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-gray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.hover\:border-gray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.hover\:border-gray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.hover\:border-red-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.hover\:border-red-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.hover\:border-red-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.hover\:border-red-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.hover\:border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.hover\:border-red-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.hover\:border-red-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.hover\:border-red-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.hover\:border-yellow-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.hover\:border-yellow-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.hover\:border-yellow-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.hover\:border-yellow-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.hover\:border-yellow-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.hover\:border-yellow-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.hover\:border-yellow-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.hover\:border-yellow-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.hover\:border-yellow-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.hover\:border-yellow-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.hover\:border-green-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.hover\:border-green-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.hover\:border-green-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.hover\:border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.hover\:border-green-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.hover\:border-green-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.hover\:border-green-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.hover\:border-green-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.hover\:border-green-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.hover\:border-green-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.hover\:border-blue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.hover\:border-blue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.hover\:border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.hover\:border-blue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.hover\:border-blue-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.hover\:border-blue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.hover\:border-indigo-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.hover\:border-indigo-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.hover\:border-indigo-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.hover\:border-indigo-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.hover\:border-indigo-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.hover\:border-indigo-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.hover\:border-indigo-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.hover\:border-indigo-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.hover\:border-purple-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.hover\:border-purple-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.hover\:border-purple-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.hover\:border-purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.hover\:border-purple-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.hover\:border-purple-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.hover\:border-purple-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.hover\:border-purple-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.hover\:border-purple-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.hover\:border-pink-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.hover\:border-pink-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.hover\:border-pink-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.hover\:border-pink-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.hover\:border-pink-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.hover\:border-pink-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.hover\:border-pink-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.hover\:border-pink-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.hover\:border-pink-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.hover\:border-pink-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.hover\:border-main-bg:hover {
  --tw-border-opacity: 1;
  border-color: rgba(32, 38, 75, var(--tw-border-opacity));
}

.hover\:border-main-bg-2:hover {
  --tw-border-opacity: 1;
  border-color: rgba(16, 20, 53, var(--tw-border-opacity));
}

.hover\:border-main-bg-3:hover {
  --tw-border-opacity: 1;
  border-color: rgba(16, 21, 49, var(--tw-border-opacity));
}

.hover\:border-web-logo-brown:hover {
  --tw-border-opacity: 1;
  border-color: rgba(178, 125, 26, var(--tw-border-opacity));
}

.hover\:border-public-logo-brown:hover {
  --tw-border-opacity: 1;
  border-color: rgba(154, 109, 10, var(--tw-border-opacity));
}

.hover\:border-button-primary-pink:hover {
  --tw-border-opacity: 1;
  border-color: rgba(207, 18, 91, var(--tw-border-opacity));
}

.hover\:border-button-secondary-black:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:border-link-text-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-sub-text-brown:hover {
  --tw-border-opacity: 1;
  border-color: rgba(162, 144, 99, var(--tw-border-opacity));
}

.hover\:border-body-brown:hover {
  --tw-border-opacity: 1;
  border-color: rgba(141, 135, 121, var(--tw-border-opacity));
}

.hover\:border-copyright-gray:hover {
  --tw-border-opacity: 1;
  border-color: rgba(213, 213, 213, var(--tw-border-opacity));
}

.hover\:border-breadcrumb-gray:hover {
  --tw-border-opacity: 1;
  border-color: rgba(133, 133, 147, var(--tw-border-opacity));
}

.hover\:border-dark-text-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-background-black-a:hover {
  --tw-border-opacity: 1;
  border-color: rgba(25, 25, 25, var(--tw-border-opacity));
}

.hover\:border-background-black-b:hover {
  --tw-border-opacity: 1;
  border-color: rgba(52, 52, 69, var(--tw-border-opacity));
}

.hover\:border-background-black-c:hover {
  --tw-border-opacity: 1;
  border-color: rgba(16, 21, 49, var(--tw-border-opacity));
}

.hover\:border-background-black-d:hover {
  --tw-border-opacity: 1;
  border-color: rgba(4, 8, 34, var(--tw-border-opacity));
}

.hover\:border-product-detail-body-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 243, 239, var(--tw-border-opacity));
}

.hover\:border-primary-pink:hover {
  --tw-border-opacity: 1;
  border-color: rgba(213, 37, 37, var(--tw-border-opacity));
}

.hover\:border-footer-divide-gray:hover {
  --tw-border-opacity: 1;
  border-color: rgba(84, 84, 103, var(--tw-border-opacity));
}

.hover\:border-detail-text-brown:hover {
  --tw-border-opacity: 1;
  border-color: rgba(106, 81, 14, var(--tw-border-opacity));
}

.hover\:border-detail-desc-brown:hover {
  --tw-border-opacity: 1;
  border-color: rgba(103, 96, 81, var(--tw-border-opacity));
}

.hover\:border-border-brown:hover {
  --tw-border-opacity: 1;
  border-color: rgba(232, 223, 214, var(--tw-border-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-current:focus {
  border-color: currentColor;
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-gray-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.focus\:border-gray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.focus\:border-gray-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.focus\:border-gray-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.focus\:border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.focus\:border-gray-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.focus\:border-red-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus\:border-red-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus\:border-red-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.focus\:border-red-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.focus\:border-red-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus\:border-red-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.focus\:border-red-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.focus\:border-red-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.focus\:border-red-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.focus\:border-yellow-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.focus\:border-yellow-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.focus\:border-yellow-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.focus\:border-yellow-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.focus\:border-yellow-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.focus\:border-yellow-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.focus\:border-yellow-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.focus\:border-yellow-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.focus\:border-yellow-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.focus\:border-yellow-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.focus\:border-green-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.focus\:border-green-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.focus\:border-green-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.focus\:border-green-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.focus\:border-green-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.focus\:border-green-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.focus\:border-green-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.focus\:border-green-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.focus\:border-green-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.focus\:border-green-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.focus\:border-blue-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.focus\:border-blue-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.focus\:border-blue-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.focus\:border-blue-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.focus\:border-blue-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.focus\:border-blue-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.focus\:border-blue-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.focus\:border-indigo-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus\:border-indigo-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus\:border-indigo-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus\:border-indigo-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus\:border-indigo-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.focus\:border-purple-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.focus\:border-purple-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.focus\:border-purple-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.focus\:border-purple-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.focus\:border-purple-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.focus\:border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.focus\:border-purple-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.focus\:border-purple-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.focus\:border-purple-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.focus\:border-purple-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.focus\:border-pink-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.focus\:border-pink-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.focus\:border-pink-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.focus\:border-pink-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.focus\:border-pink-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.focus\:border-pink-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.focus\:border-pink-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.focus\:border-pink-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.focus\:border-pink-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.focus\:border-pink-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.focus\:border-main-bg:focus {
  --tw-border-opacity: 1;
  border-color: rgba(32, 38, 75, var(--tw-border-opacity));
}

.focus\:border-main-bg-2:focus {
  --tw-border-opacity: 1;
  border-color: rgba(16, 20, 53, var(--tw-border-opacity));
}

.focus\:border-main-bg-3:focus {
  --tw-border-opacity: 1;
  border-color: rgba(16, 21, 49, var(--tw-border-opacity));
}

.focus\:border-web-logo-brown:focus {
  --tw-border-opacity: 1;
  border-color: rgba(178, 125, 26, var(--tw-border-opacity));
}

.focus\:border-public-logo-brown:focus {
  --tw-border-opacity: 1;
  border-color: rgba(154, 109, 10, var(--tw-border-opacity));
}

.focus\:border-button-primary-pink:focus {
  --tw-border-opacity: 1;
  border-color: rgba(207, 18, 91, var(--tw-border-opacity));
}

.focus\:border-button-secondary-black:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:border-link-text-white:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-sub-text-brown:focus {
  --tw-border-opacity: 1;
  border-color: rgba(162, 144, 99, var(--tw-border-opacity));
}

.focus\:border-body-brown:focus {
  --tw-border-opacity: 1;
  border-color: rgba(141, 135, 121, var(--tw-border-opacity));
}

.focus\:border-copyright-gray:focus {
  --tw-border-opacity: 1;
  border-color: rgba(213, 213, 213, var(--tw-border-opacity));
}

.focus\:border-breadcrumb-gray:focus {
  --tw-border-opacity: 1;
  border-color: rgba(133, 133, 147, var(--tw-border-opacity));
}

.focus\:border-dark-text-white:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-background-black-a:focus {
  --tw-border-opacity: 1;
  border-color: rgba(25, 25, 25, var(--tw-border-opacity));
}

.focus\:border-background-black-b:focus {
  --tw-border-opacity: 1;
  border-color: rgba(52, 52, 69, var(--tw-border-opacity));
}

.focus\:border-background-black-c:focus {
  --tw-border-opacity: 1;
  border-color: rgba(16, 21, 49, var(--tw-border-opacity));
}

.focus\:border-background-black-d:focus {
  --tw-border-opacity: 1;
  border-color: rgba(4, 8, 34, var(--tw-border-opacity));
}

.focus\:border-product-detail-body-white:focus {
  --tw-border-opacity: 1;
  border-color: rgba(247, 243, 239, var(--tw-border-opacity));
}

.focus\:border-primary-pink:focus {
  --tw-border-opacity: 1;
  border-color: rgba(213, 37, 37, var(--tw-border-opacity));
}

.focus\:border-footer-divide-gray:focus {
  --tw-border-opacity: 1;
  border-color: rgba(84, 84, 103, var(--tw-border-opacity));
}

.focus\:border-detail-text-brown:focus {
  --tw-border-opacity: 1;
  border-color: rgba(106, 81, 14, var(--tw-border-opacity));
}

.focus\:border-detail-desc-brown:focus {
  --tw-border-opacity: 1;
  border-color: rgba(103, 96, 81, var(--tw-border-opacity));
}

.focus\:border-border-brown:focus {
  --tw-border-opacity: 1;
  border-color: rgba(232, 223, 214, 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-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-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-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;
}

.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-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.place-items-auto {
  place-items: auto;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-stretch {
  place-items: stretch;
}

.place-content-center {
  place-content: center;
}

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-stretch {
  place-content: stretch;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.justify-items-auto {
  justify-items: auto;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-josefin {
  font-family: Josefin Slab;
}

.font-eb-garamond {
  font-family: EB Garamond;
}

.font-hiragino-gothic {
  font-family: Hiragino Sans, Hiragino Kaku Gothic Std, 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-yu-gothic {
  font-family: Yu Gothic Std, 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-hiragino-mincho {
  font-family: ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, Hiragino Mincho Std, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-72 {
  height: 18rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-1px {
  height: 1px;
}

.h-2px {
  height: 2px;
}

.h-3px {
  height: 3px;
}

.h-4px {
  height: 4px;
}

.h-5px {
  height: 5px;
}

.h-6px {
  height: 6px;
}

.h-7px {
  height: 7px;
}

.h-8px {
  height: 8px;
}

.h-9px {
  height: 9px;
}

.h-10px {
  height: 10px;
}

.h-11px {
  height: 11px;
}

.h-12px {
  height: 12px;
}

.h-13px {
  height: 13px;
}

.h-14px {
  height: 14px;
}

.h-15px {
  height: 15px;
}

.h-16px {
  height: 16px;
}

.h-17px {
  height: 17px;
}

.h-18px {
  height: 18px;
}

.h-19px {
  height: 19px;
}

.h-20px {
  height: 20px;
}

.h-21px {
  height: 21px;
}

.h-22px {
  height: 22px;
}

.h-23px {
  height: 23px;
}

.h-24px {
  height: 24px;
}

.h-25px {
  height: 25px;
}

.h-26px {
  height: 26px;
}

.h-27px {
  height: 27px;
}

.h-28px {
  height: 28px;
}

.h-29px {
  height: 29px;
}

.h-30px {
  height: 30px;
}

.h-31px {
  height: 31px;
}

.h-32px {
  height: 32px;
}

.h-33px {
  height: 33px;
}

.h-34px {
  height: 34px;
}

.h-35px {
  height: 35px;
}

.h-36px {
  height: 36px;
}

.h-37px {
  height: 37px;
}

.h-38px {
  height: 38px;
}

.h-39px {
  height: 39px;
}

.h-40px {
  height: 40px;
}

.h-41px {
  height: 41px;
}

.h-42px {
  height: 42px;
}

.h-43px {
  height: 43px;
}

.h-44px {
  height: 44px;
}

.h-45px {
  height: 45px;
}

.h-46px {
  height: 46px;
}

.h-47px {
  height: 47px;
}

.h-48px {
  height: 48px;
}

.h-49px {
  height: 49px;
}

.h-50px {
  height: 50px;
}

.h-51px {
  height: 51px;
}

.h-52px {
  height: 52px;
}

.h-53px {
  height: 53px;
}

.h-54px {
  height: 54px;
}

.h-55px {
  height: 55px;
}

.h-56px {
  height: 56px;
}

.h-57px {
  height: 57px;
}

.h-58px {
  height: 58px;
}

.h-59px {
  height: 59px;
}

.h-60px {
  height: 60px;
}

.h-61px {
  height: 61px;
}

.h-62px {
  height: 62px;
}

.h-63px {
  height: 63px;
}

.h-64px {
  height: 64px;
}

.h-65px {
  height: 65px;
}

.h-66px {
  height: 66px;
}

.h-67px {
  height: 67px;
}

.h-68px {
  height: 68px;
}

.h-69px {
  height: 69px;
}

.h-70px {
  height: 70px;
}

.h-71px {
  height: 71px;
}

.h-72px {
  height: 72px;
}

.h-73px {
  height: 73px;
}

.h-74px {
  height: 74px;
}

.h-75px {
  height: 75px;
}

.h-76px {
  height: 76px;
}

.h-77px {
  height: 77px;
}

.h-78px {
  height: 78px;
}

.h-79px {
  height: 79px;
}

.h-80px {
  height: 80px;
}

.h-81px {
  height: 81px;
}

.h-82px {
  height: 82px;
}

.h-83px {
  height: 83px;
}

.h-84px {
  height: 84px;
}

.h-85px {
  height: 85px;
}

.h-86px {
  height: 86px;
}

.h-87px {
  height: 87px;
}

.h-88px {
  height: 88px;
}

.h-89px {
  height: 89px;
}

.h-90px {
  height: 90px;
}

.h-91px {
  height: 91px;
}

.h-92px {
  height: 92px;
}

.h-93px {
  height: 93px;
}

.h-94px {
  height: 94px;
}

.h-95px {
  height: 95px;
}

.h-96px {
  height: 96px;
}

.h-97px {
  height: 97px;
}

.h-98px {
  height: 98px;
}

.h-99px {
  height: 99px;
}

.h-100px {
  height: 100px;
}

.h-101px {
  height: 101px;
}

.h-102px {
  height: 102px;
}

.h-103px {
  height: 103px;
}

.h-104px {
  height: 104px;
}

.h-105px {
  height: 105px;
}

.h-106px {
  height: 106px;
}

.h-107px {
  height: 107px;
}

.h-108px {
  height: 108px;
}

.h-109px {
  height: 109px;
}

.h-110px {
  height: 110px;
}

.h-111px {
  height: 111px;
}

.h-112px {
  height: 112px;
}

.h-113px {
  height: 113px;
}

.h-114px {
  height: 114px;
}

.h-115px {
  height: 115px;
}

.h-116px {
  height: 116px;
}

.h-117px {
  height: 117px;
}

.h-118px {
  height: 118px;
}

.h-119px {
  height: 119px;
}

.h-120px {
  height: 120px;
}

.h-121px {
  height: 121px;
}

.h-122px {
  height: 122px;
}

.h-123px {
  height: 123px;
}

.h-124px {
  height: 124px;
}

.h-125px {
  height: 125px;
}

.h-126px {
  height: 126px;
}

.h-127px {
  height: 127px;
}

.h-128px {
  height: 128px;
}

.h-129px {
  height: 129px;
}

.h-130px {
  height: 130px;
}

.h-133px {
  height: 133px;
}

.h-140px {
  height: 140px;
}

.h-195px {
  height: 195px;
}

.h-200px {
  height: 200px;
}

.h-210px {
  height: 210px;
}

.h-222px {
  height: 222px;
}

.h-258px {
  height: 258px;
}

.h-280px {
  height: 280px;
}

.h-334px {
  height: 334px;
}

.h-388px {
  height: 388px;
}

.h-480px {
  height: 480px;
}

.h-490px {
  height: 490px;
}

.h-505px {
  height: 505px;
}

.h-507px {
  height: 507px;
}

.h-760px {
  height: 760px;
}

.h-780px {
  height: 780px;
}

.h-980px {
  height: 980px;
}

.h-1366px {
  height: 1366px;
}

.h-1\/2 {
  height: 50%;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-1\/4 {
  height: 25%;
}

.h-2\/4 {
  height: 50%;
}

.h-3\/4 {
  height: 75%;
}

.h-1\/5 {
  height: 20%;
}

.h-2\/5 {
  height: 40%;
}

.h-3\/5 {
  height: 60%;
}

.h-4\/5 {
  height: 80%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-3\/6 {
  height: 50%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-75vh {
  height: 75vh;
}

.h-85vh {
  height: 85vh;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-34px {
  font-size: 34px;
}

.text-40px {
  font-size: 40px;
}

.text-52px {
  font-size: 52px;
}

.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;
}

.leading-9x36 {
  line-height: 4;
}

.leading-10x36 {
  line-height: 3.6;
}

.leading-11x28 {
  line-height: 2.5;
}

.leading-12x39 {
  line-height: 3.3;
}

.leading-12x24 {
  line-height: 2;
}

.leading-14x28 {
  line-height: 2;
}

.leading-14x35 {
  line-height: 2.5;
}

.leading-14x39 {
  line-height: 2.8;
}

.leading-14x26 {
  line-height: 1.9;
}

.leading-14x40 {
  line-height: 2.9;
}

.leading-14x57 {
  line-height: 4.1;
}

.leading-14x36 {
  line-height: 2.6;
}

.leading-16x40 {
  line-height: 2.5;
}

.leading-16x39 {
  line-height: 0.4;
}

.leading-16x31 {
  line-height: 1.9;
}

.leading-16x36 {
  line-height: 2.25;
}

.leading-17x35 {
  line-height: 2.1;
}

.leading-18x39 {
  line-height: 2.2;
}

.leading-18x28 {
  line-height: 1.6;
}

.leading-18x30 {
  line-height: 1.7;
}

.leading-20x40 {
  line-height: 2;
}

.leading-20x39 {
  line-height: 2;
}

.leading-20x28 {
  line-height: 1.4;
}

.leading-22x40 {
  line-height: 1.8;
}

.leading-24x40 {
  line-height: 1.7;
}

.leading-28x39 {
  line-height: 1.4;
}

.leading-30x39 {
  line-height: 1.3;
}

.leading-34x39 {
  line-height: 1.1;
}

.leading-38x15 {
  line-height: 0.4;
}

.leading-52x39 {
  line-height: 0.75;
}

.leading-52x40 {
  line-height: 0.8;
}

.leading-52x36 {
  line-height: 0.7;
}

.leading-70x39 {
  line-height: 0.6;
}

.leading-90x36 {
  line-height: 0.4;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-72 {
  margin: 18rem;
}

.m-80 {
  margin: 20rem;
}

.m-96 {
  margin: 24rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.m-0\.5 {
  margin: 0.125rem;
}

.m-1\.5 {
  margin: 0.375rem;
}

.m-2\.5 {
  margin: 0.625rem;
}

.m-3\.5 {
  margin: 0.875rem;
}

.m-1px {
  margin: 1px;
}

.m-2px {
  margin: 2px;
}

.m-3px {
  margin: 3px;
}

.m-4px {
  margin: 4px;
}

.m-5px {
  margin: 5px;
}

.m-6px {
  margin: 6px;
}

.m-7px {
  margin: 7px;
}

.m-8px {
  margin: 8px;
}

.m-9px {
  margin: 9px;
}

.m-10px {
  margin: 10px;
}

.m-11px {
  margin: 11px;
}

.m-12px {
  margin: 12px;
}

.m-13px {
  margin: 13px;
}

.m-14px {
  margin: 14px;
}

.m-15px {
  margin: 15px;
}

.m-16px {
  margin: 16px;
}

.m-17px {
  margin: 17px;
}

.m-18px {
  margin: 18px;
}

.m-19px {
  margin: 19px;
}

.m-20px {
  margin: 20px;
}

.m-21px {
  margin: 21px;
}

.m-22px {
  margin: 22px;
}

.m-23px {
  margin: 23px;
}

.m-24px {
  margin: 24px;
}

.m-25px {
  margin: 25px;
}

.m-26px {
  margin: 26px;
}

.m-27px {
  margin: 27px;
}

.m-28px {
  margin: 28px;
}

.m-29px {
  margin: 29px;
}

.m-30px {
  margin: 30px;
}

.m-31px {
  margin: 31px;
}

.m-32px {
  margin: 32px;
}

.m-33px {
  margin: 33px;
}

.m-34px {
  margin: 34px;
}

.m-35px {
  margin: 35px;
}

.m-36px {
  margin: 36px;
}

.m-37px {
  margin: 37px;
}

.m-38px {
  margin: 38px;
}

.m-39px {
  margin: 39px;
}

.m-40px {
  margin: 40px;
}

.m-41px {
  margin: 41px;
}

.m-42px {
  margin: 42px;
}

.m-43px {
  margin: 43px;
}

.m-44px {
  margin: 44px;
}

.m-45px {
  margin: 45px;
}

.m-46px {
  margin: 46px;
}

.m-47px {
  margin: 47px;
}

.m-48px {
  margin: 48px;
}

.m-49px {
  margin: 49px;
}

.m-50px {
  margin: 50px;
}

.m-51px {
  margin: 51px;
}

.m-52px {
  margin: 52px;
}

.m-53px {
  margin: 53px;
}

.m-54px {
  margin: 54px;
}

.m-55px {
  margin: 55px;
}

.m-56px {
  margin: 56px;
}

.m-57px {
  margin: 57px;
}

.m-58px {
  margin: 58px;
}

.m-59px {
  margin: 59px;
}

.m-60px {
  margin: 60px;
}

.m-61px {
  margin: 61px;
}

.m-62px {
  margin: 62px;
}

.m-63px {
  margin: 63px;
}

.m-64px {
  margin: 64px;
}

.m-65px {
  margin: 65px;
}

.m-66px {
  margin: 66px;
}

.m-67px {
  margin: 67px;
}

.m-68px {
  margin: 68px;
}

.m-69px {
  margin: 69px;
}

.m-70px {
  margin: 70px;
}

.m-71px {
  margin: 71px;
}

.m-72px {
  margin: 72px;
}

.m-73px {
  margin: 73px;
}

.m-74px {
  margin: 74px;
}

.m-75px {
  margin: 75px;
}

.m-76px {
  margin: 76px;
}

.m-77px {
  margin: 77px;
}

.m-78px {
  margin: 78px;
}

.m-79px {
  margin: 79px;
}

.m-80px {
  margin: 80px;
}

.m-81px {
  margin: 81px;
}

.m-82px {
  margin: 82px;
}

.m-83px {
  margin: 83px;
}

.m-84px {
  margin: 84px;
}

.m-85px {
  margin: 85px;
}

.m-86px {
  margin: 86px;
}

.m-87px {
  margin: 87px;
}

.m-88px {
  margin: 88px;
}

.m-89px {
  margin: 89px;
}

.m-90px {
  margin: 90px;
}

.m-91px {
  margin: 91px;
}

.m-92px {
  margin: 92px;
}

.m-93px {
  margin: 93px;
}

.m-94px {
  margin: 94px;
}

.m-95px {
  margin: 95px;
}

.m-96px {
  margin: 96px;
}

.m-97px {
  margin: 97px;
}

.m-98px {
  margin: 98px;
}

.m-99px {
  margin: 99px;
}

.m-100px {
  margin: 100px;
}

.m-101px {
  margin: 101px;
}

.m-102px {
  margin: 102px;
}

.m-103px {
  margin: 103px;
}

.m-104px {
  margin: 104px;
}

.m-105px {
  margin: 105px;
}

.m-106px {
  margin: 106px;
}

.m-107px {
  margin: 107px;
}

.m-108px {
  margin: 108px;
}

.m-109px {
  margin: 109px;
}

.m-110px {
  margin: 110px;
}

.m-111px {
  margin: 111px;
}

.m-112px {
  margin: 112px;
}

.m-113px {
  margin: 113px;
}

.m-114px {
  margin: 114px;
}

.m-115px {
  margin: 115px;
}

.m-116px {
  margin: 116px;
}

.m-117px {
  margin: 117px;
}

.m-118px {
  margin: 118px;
}

.m-119px {
  margin: 119px;
}

.m-120px {
  margin: 120px;
}

.m-121px {
  margin: 121px;
}

.m-122px {
  margin: 122px;
}

.m-123px {
  margin: 123px;
}

.m-124px {
  margin: 124px;
}

.m-125px {
  margin: 125px;
}

.m-126px {
  margin: 126px;
}

.m-127px {
  margin: 127px;
}

.m-128px {
  margin: 128px;
}

.m-129px {
  margin: 129px;
}

.m-130px {
  margin: 130px;
}

.m-133px {
  margin: 133px;
}

.m-140px {
  margin: 140px;
}

.m-195px {
  margin: 195px;
}

.m-200px {
  margin: 200px;
}

.m-210px {
  margin: 210px;
}

.m-222px {
  margin: 222px;
}

.m-258px {
  margin: 258px;
}

.m-280px {
  margin: 280px;
}

.m-334px {
  margin: 334px;
}

.m-388px {
  margin: 388px;
}

.m-480px {
  margin: 480px;
}

.m-490px {
  margin: 490px;
}

.m-505px {
  margin: 505px;
}

.m-507px {
  margin: 507px;
}

.m-760px {
  margin: 760px;
}

.m-780px {
  margin: 780px;
}

.m-980px {
  margin: 980px;
}

.m-1366px {
  margin: 1366px;
}

.-m-0 {
  margin: 0px;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-7 {
  margin: -1.75rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-9 {
  margin: -2.25rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-11 {
  margin: -2.75rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-28 {
  margin: -7rem;
}

.-m-32 {
  margin: -8rem;
}

.-m-36 {
  margin: -9rem;
}

.-m-40 {
  margin: -10rem;
}

.-m-44 {
  margin: -11rem;
}

.-m-48 {
  margin: -12rem;
}

.-m-52 {
  margin: -13rem;
}

.-m-56 {
  margin: -14rem;
}

.-m-60 {
  margin: -15rem;
}

.-m-64 {
  margin: -16rem;
}

.-m-72 {
  margin: -18rem;
}

.-m-80 {
  margin: -20rem;
}

.-m-96 {
  margin: -24rem;
}

.-m-px {
  margin: -1px;
}

.-m-0\.5 {
  margin: -0.125rem;
}

.-m-1\.5 {
  margin: -0.375rem;
}

.-m-2\.5 {
  margin: -0.625rem;
}

.-m-3\.5 {
  margin: -0.875rem;
}

.-m-1px {
  margin: -1px;
}

.-m-2px {
  margin: -2px;
}

.-m-3px {
  margin: -3px;
}

.-m-4px {
  margin: -4px;
}

.-m-5px {
  margin: -5px;
}

.-m-6px {
  margin: -6px;
}

.-m-7px {
  margin: -7px;
}

.-m-8px {
  margin: -8px;
}

.-m-9px {
  margin: -9px;
}

.-m-10px {
  margin: -10px;
}

.-m-11px {
  margin: -11px;
}

.-m-12px {
  margin: -12px;
}

.-m-13px {
  margin: -13px;
}

.-m-14px {
  margin: -14px;
}

.-m-15px {
  margin: -15px;
}

.-m-16px {
  margin: -16px;
}

.-m-17px {
  margin: -17px;
}

.-m-18px {
  margin: -18px;
}

.-m-19px {
  margin: -19px;
}

.-m-20px {
  margin: -20px;
}

.-m-21px {
  margin: -21px;
}

.-m-22px {
  margin: -22px;
}

.-m-23px {
  margin: -23px;
}

.-m-24px {
  margin: -24px;
}

.-m-25px {
  margin: -25px;
}

.-m-26px {
  margin: -26px;
}

.-m-27px {
  margin: -27px;
}

.-m-28px {
  margin: -28px;
}

.-m-29px {
  margin: -29px;
}

.-m-30px {
  margin: -30px;
}

.-m-31px {
  margin: -31px;
}

.-m-32px {
  margin: -32px;
}

.-m-33px {
  margin: -33px;
}

.-m-34px {
  margin: -34px;
}

.-m-35px {
  margin: -35px;
}

.-m-36px {
  margin: -36px;
}

.-m-37px {
  margin: -37px;
}

.-m-38px {
  margin: -38px;
}

.-m-39px {
  margin: -39px;
}

.-m-40px {
  margin: -40px;
}

.-m-41px {
  margin: -41px;
}

.-m-42px {
  margin: -42px;
}

.-m-43px {
  margin: -43px;
}

.-m-44px {
  margin: -44px;
}

.-m-45px {
  margin: -45px;
}

.-m-46px {
  margin: -46px;
}

.-m-47px {
  margin: -47px;
}

.-m-48px {
  margin: -48px;
}

.-m-49px {
  margin: -49px;
}

.-m-50px {
  margin: -50px;
}

.-m-51px {
  margin: -51px;
}

.-m-52px {
  margin: -52px;
}

.-m-53px {
  margin: -53px;
}

.-m-54px {
  margin: -54px;
}

.-m-55px {
  margin: -55px;
}

.-m-56px {
  margin: -56px;
}

.-m-57px {
  margin: -57px;
}

.-m-58px {
  margin: -58px;
}

.-m-59px {
  margin: -59px;
}

.-m-60px {
  margin: -60px;
}

.-m-61px {
  margin: -61px;
}

.-m-62px {
  margin: -62px;
}

.-m-63px {
  margin: -63px;
}

.-m-64px {
  margin: -64px;
}

.-m-65px {
  margin: -65px;
}

.-m-66px {
  margin: -66px;
}

.-m-67px {
  margin: -67px;
}

.-m-68px {
  margin: -68px;
}

.-m-69px {
  margin: -69px;
}

.-m-70px {
  margin: -70px;
}

.-m-71px {
  margin: -71px;
}

.-m-72px {
  margin: -72px;
}

.-m-73px {
  margin: -73px;
}

.-m-74px {
  margin: -74px;
}

.-m-75px {
  margin: -75px;
}

.-m-76px {
  margin: -76px;
}

.-m-77px {
  margin: -77px;
}

.-m-78px {
  margin: -78px;
}

.-m-79px {
  margin: -79px;
}

.-m-80px {
  margin: -80px;
}

.-m-81px {
  margin: -81px;
}

.-m-82px {
  margin: -82px;
}

.-m-83px {
  margin: -83px;
}

.-m-84px {
  margin: -84px;
}

.-m-85px {
  margin: -85px;
}

.-m-86px {
  margin: -86px;
}

.-m-87px {
  margin: -87px;
}

.-m-88px {
  margin: -88px;
}

.-m-89px {
  margin: -89px;
}

.-m-90px {
  margin: -90px;
}

.-m-91px {
  margin: -91px;
}

.-m-92px {
  margin: -92px;
}

.-m-93px {
  margin: -93px;
}

.-m-94px {
  margin: -94px;
}

.-m-95px {
  margin: -95px;
}

.-m-96px {
  margin: -96px;
}

.-m-97px {
  margin: -97px;
}

.-m-98px {
  margin: -98px;
}

.-m-99px {
  margin: -99px;
}

.-m-100px {
  margin: -100px;
}

.-m-101px {
  margin: -101px;
}

.-m-102px {
  margin: -102px;
}

.-m-103px {
  margin: -103px;
}

.-m-104px {
  margin: -104px;
}

.-m-105px {
  margin: -105px;
}

.-m-106px {
  margin: -106px;
}

.-m-107px {
  margin: -107px;
}

.-m-108px {
  margin: -108px;
}

.-m-109px {
  margin: -109px;
}

.-m-110px {
  margin: -110px;
}

.-m-111px {
  margin: -111px;
}

.-m-112px {
  margin: -112px;
}

.-m-113px {
  margin: -113px;
}

.-m-114px {
  margin: -114px;
}

.-m-115px {
  margin: -115px;
}

.-m-116px {
  margin: -116px;
}

.-m-117px {
  margin: -117px;
}

.-m-118px {
  margin: -118px;
}

.-m-119px {
  margin: -119px;
}

.-m-120px {
  margin: -120px;
}

.-m-121px {
  margin: -121px;
}

.-m-122px {
  margin: -122px;
}

.-m-123px {
  margin: -123px;
}

.-m-124px {
  margin: -124px;
}

.-m-125px {
  margin: -125px;
}

.-m-126px {
  margin: -126px;
}

.-m-127px {
  margin: -127px;
}

.-m-128px {
  margin: -128px;
}

.-m-129px {
  margin: -129px;
}

.-m-130px {
  margin: -130px;
}

.-m-133px {
  margin: -133px;
}

.-m-140px {
  margin: -140px;
}

.-m-195px {
  margin: -195px;
}

.-m-200px {
  margin: -200px;
}

.-m-210px {
  margin: -210px;
}

.-m-222px {
  margin: -222px;
}

.-m-258px {
  margin: -258px;
}

.-m-280px {
  margin: -280px;
}

.-m-334px {
  margin: -334px;
}

.-m-388px {
  margin: -388px;
}

.-m-480px {
  margin: -480px;
}

.-m-490px {
  margin: -490px;
}

.-m-505px {
  margin: -505px;
}

.-m-507px {
  margin: -507px;
}

.-m-760px {
  margin: -760px;
}

.-m-780px {
  margin: -780px;
}

.-m-980px {
  margin: -980px;
}

.-m-1366px {
  margin: -1366px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.my-1px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-1px {
  margin-left: 1px;
  margin-right: 1px;
}

.my-2px {
  margin-top: 2px;
  margin-bottom: 2px;
}

.mx-2px {
  margin-left: 2px;
  margin-right: 2px;
}

.my-3px {
  margin-top: 3px;
  margin-bottom: 3px;
}

.mx-3px {
  margin-left: 3px;
  margin-right: 3px;
}

.my-4px {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mx-4px {
  margin-left: 4px;
  margin-right: 4px;
}

.my-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mx-5px {
  margin-left: 5px;
  margin-right: 5px;
}

.my-6px {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mx-6px {
  margin-left: 6px;
  margin-right: 6px;
}

.my-7px {
  margin-top: 7px;
  margin-bottom: 7px;
}

.mx-7px {
  margin-left: 7px;
  margin-right: 7px;
}

.my-8px {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mx-8px {
  margin-left: 8px;
  margin-right: 8px;
}

.my-9px {
  margin-top: 9px;
  margin-bottom: 9px;
}

.mx-9px {
  margin-left: 9px;
  margin-right: 9px;
}

.my-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx-10px {
  margin-left: 10px;
  margin-right: 10px;
}

.my-11px {
  margin-top: 11px;
  margin-bottom: 11px;
}

.mx-11px {
  margin-left: 11px;
  margin-right: 11px;
}

.my-12px {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mx-12px {
  margin-left: 12px;
  margin-right: 12px;
}

.my-13px {
  margin-top: 13px;
  margin-bottom: 13px;
}

.mx-13px {
  margin-left: 13px;
  margin-right: 13px;
}

.my-14px {
  margin-top: 14px;
  margin-bottom: 14px;
}

.mx-14px {
  margin-left: 14px;
  margin-right: 14px;
}

.my-15px {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mx-15px {
  margin-left: 15px;
  margin-right: 15px;
}

.my-16px {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mx-16px {
  margin-left: 16px;
  margin-right: 16px;
}

.my-17px {
  margin-top: 17px;
  margin-bottom: 17px;
}

.mx-17px {
  margin-left: 17px;
  margin-right: 17px;
}

.my-18px {
  margin-top: 18px;
  margin-bottom: 18px;
}

.mx-18px {
  margin-left: 18px;
  margin-right: 18px;
}

.my-19px {
  margin-top: 19px;
  margin-bottom: 19px;
}

.mx-19px {
  margin-left: 19px;
  margin-right: 19px;
}

.my-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-20px {
  margin-left: 20px;
  margin-right: 20px;
}

.my-21px {
  margin-top: 21px;
  margin-bottom: 21px;
}

.mx-21px {
  margin-left: 21px;
  margin-right: 21px;
}

.my-22px {
  margin-top: 22px;
  margin-bottom: 22px;
}

.mx-22px {
  margin-left: 22px;
  margin-right: 22px;
}

.my-23px {
  margin-top: 23px;
  margin-bottom: 23px;
}

.mx-23px {
  margin-left: 23px;
  margin-right: 23px;
}

.my-24px {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mx-24px {
  margin-left: 24px;
  margin-right: 24px;
}

.my-25px {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mx-25px {
  margin-left: 25px;
  margin-right: 25px;
}

.my-26px {
  margin-top: 26px;
  margin-bottom: 26px;
}

.mx-26px {
  margin-left: 26px;
  margin-right: 26px;
}

.my-27px {
  margin-top: 27px;
  margin-bottom: 27px;
}

.mx-27px {
  margin-left: 27px;
  margin-right: 27px;
}

.my-28px {
  margin-top: 28px;
  margin-bottom: 28px;
}

.mx-28px {
  margin-left: 28px;
  margin-right: 28px;
}

.my-29px {
  margin-top: 29px;
  margin-bottom: 29px;
}

.mx-29px {
  margin-left: 29px;
  margin-right: 29px;
}

.my-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx-30px {
  margin-left: 30px;
  margin-right: 30px;
}

.my-31px {
  margin-top: 31px;
  margin-bottom: 31px;
}

.mx-31px {
  margin-left: 31px;
  margin-right: 31px;
}

.my-32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mx-32px {
  margin-left: 32px;
  margin-right: 32px;
}

.my-33px {
  margin-top: 33px;
  margin-bottom: 33px;
}

.mx-33px {
  margin-left: 33px;
  margin-right: 33px;
}

.my-34px {
  margin-top: 34px;
  margin-bottom: 34px;
}

.mx-34px {
  margin-left: 34px;
  margin-right: 34px;
}

.my-35px {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mx-35px {
  margin-left: 35px;
  margin-right: 35px;
}

.my-36px {
  margin-top: 36px;
  margin-bottom: 36px;
}

.mx-36px {
  margin-left: 36px;
  margin-right: 36px;
}

.my-37px {
  margin-top: 37px;
  margin-bottom: 37px;
}

.mx-37px {
  margin-left: 37px;
  margin-right: 37px;
}

.my-38px {
  margin-top: 38px;
  margin-bottom: 38px;
}

.mx-38px {
  margin-left: 38px;
  margin-right: 38px;
}

.my-39px {
  margin-top: 39px;
  margin-bottom: 39px;
}

.mx-39px {
  margin-left: 39px;
  margin-right: 39px;
}

.my-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mx-40px {
  margin-left: 40px;
  margin-right: 40px;
}

.my-41px {
  margin-top: 41px;
  margin-bottom: 41px;
}

.mx-41px {
  margin-left: 41px;
  margin-right: 41px;
}

.my-42px {
  margin-top: 42px;
  margin-bottom: 42px;
}

.mx-42px {
  margin-left: 42px;
  margin-right: 42px;
}

.my-43px {
  margin-top: 43px;
  margin-bottom: 43px;
}

.mx-43px {
  margin-left: 43px;
  margin-right: 43px;
}

.my-44px {
  margin-top: 44px;
  margin-bottom: 44px;
}

.mx-44px {
  margin-left: 44px;
  margin-right: 44px;
}

.my-45px {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mx-45px {
  margin-left: 45px;
  margin-right: 45px;
}

.my-46px {
  margin-top: 46px;
  margin-bottom: 46px;
}

.mx-46px {
  margin-left: 46px;
  margin-right: 46px;
}

.my-47px {
  margin-top: 47px;
  margin-bottom: 47px;
}

.mx-47px {
  margin-left: 47px;
  margin-right: 47px;
}

.my-48px {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mx-48px {
  margin-left: 48px;
  margin-right: 48px;
}

.my-49px {
  margin-top: 49px;
  margin-bottom: 49px;
}

.mx-49px {
  margin-left: 49px;
  margin-right: 49px;
}

.my-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mx-50px {
  margin-left: 50px;
  margin-right: 50px;
}

.my-51px {
  margin-top: 51px;
  margin-bottom: 51px;
}

.mx-51px {
  margin-left: 51px;
  margin-right: 51px;
}

.my-52px {
  margin-top: 52px;
  margin-bottom: 52px;
}

.mx-52px {
  margin-left: 52px;
  margin-right: 52px;
}

.my-53px {
  margin-top: 53px;
  margin-bottom: 53px;
}

.mx-53px {
  margin-left: 53px;
  margin-right: 53px;
}

.my-54px {
  margin-top: 54px;
  margin-bottom: 54px;
}

.mx-54px {
  margin-left: 54px;
  margin-right: 54px;
}

.my-55px {
  margin-top: 55px;
  margin-bottom: 55px;
}

.mx-55px {
  margin-left: 55px;
  margin-right: 55px;
}

.my-56px {
  margin-top: 56px;
  margin-bottom: 56px;
}

.mx-56px {
  margin-left: 56px;
  margin-right: 56px;
}

.my-57px {
  margin-top: 57px;
  margin-bottom: 57px;
}

.mx-57px {
  margin-left: 57px;
  margin-right: 57px;
}

.my-58px {
  margin-top: 58px;
  margin-bottom: 58px;
}

.mx-58px {
  margin-left: 58px;
  margin-right: 58px;
}

.my-59px {
  margin-top: 59px;
  margin-bottom: 59px;
}

.mx-59px {
  margin-left: 59px;
  margin-right: 59px;
}

.my-60px {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mx-60px {
  margin-left: 60px;
  margin-right: 60px;
}

.my-61px {
  margin-top: 61px;
  margin-bottom: 61px;
}

.mx-61px {
  margin-left: 61px;
  margin-right: 61px;
}

.my-62px {
  margin-top: 62px;
  margin-bottom: 62px;
}

.mx-62px {
  margin-left: 62px;
  margin-right: 62px;
}

.my-63px {
  margin-top: 63px;
  margin-bottom: 63px;
}

.mx-63px {
  margin-left: 63px;
  margin-right: 63px;
}

.my-64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mx-64px {
  margin-left: 64px;
  margin-right: 64px;
}

.my-65px {
  margin-top: 65px;
  margin-bottom: 65px;
}

.mx-65px {
  margin-left: 65px;
  margin-right: 65px;
}

.my-66px {
  margin-top: 66px;
  margin-bottom: 66px;
}

.mx-66px {
  margin-left: 66px;
  margin-right: 66px;
}

.my-67px {
  margin-top: 67px;
  margin-bottom: 67px;
}

.mx-67px {
  margin-left: 67px;
  margin-right: 67px;
}

.my-68px {
  margin-top: 68px;
  margin-bottom: 68px;
}

.mx-68px {
  margin-left: 68px;
  margin-right: 68px;
}

.my-69px {
  margin-top: 69px;
  margin-bottom: 69px;
}

.mx-69px {
  margin-left: 69px;
  margin-right: 69px;
}

.my-70px {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mx-70px {
  margin-left: 70px;
  margin-right: 70px;
}

.my-71px {
  margin-top: 71px;
  margin-bottom: 71px;
}

.mx-71px {
  margin-left: 71px;
  margin-right: 71px;
}

.my-72px {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mx-72px {
  margin-left: 72px;
  margin-right: 72px;
}

.my-73px {
  margin-top: 73px;
  margin-bottom: 73px;
}

.mx-73px {
  margin-left: 73px;
  margin-right: 73px;
}

.my-74px {
  margin-top: 74px;
  margin-bottom: 74px;
}

.mx-74px {
  margin-left: 74px;
  margin-right: 74px;
}

.my-75px {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mx-75px {
  margin-left: 75px;
  margin-right: 75px;
}

.my-76px {
  margin-top: 76px;
  margin-bottom: 76px;
}

.mx-76px {
  margin-left: 76px;
  margin-right: 76px;
}

.my-77px {
  margin-top: 77px;
  margin-bottom: 77px;
}

.mx-77px {
  margin-left: 77px;
  margin-right: 77px;
}

.my-78px {
  margin-top: 78px;
  margin-bottom: 78px;
}

.mx-78px {
  margin-left: 78px;
  margin-right: 78px;
}

.my-79px {
  margin-top: 79px;
  margin-bottom: 79px;
}

.mx-79px {
  margin-left: 79px;
  margin-right: 79px;
}

.my-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-80px {
  margin-left: 80px;
  margin-right: 80px;
}

.my-81px {
  margin-top: 81px;
  margin-bottom: 81px;
}

.mx-81px {
  margin-left: 81px;
  margin-right: 81px;
}

.my-82px {
  margin-top: 82px;
  margin-bottom: 82px;
}

.mx-82px {
  margin-left: 82px;
  margin-right: 82px;
}

.my-83px {
  margin-top: 83px;
  margin-bottom: 83px;
}

.mx-83px {
  margin-left: 83px;
  margin-right: 83px;
}

.my-84px {
  margin-top: 84px;
  margin-bottom: 84px;
}

.mx-84px {
  margin-left: 84px;
  margin-right: 84px;
}

.my-85px {
  margin-top: 85px;
  margin-bottom: 85px;
}

.mx-85px {
  margin-left: 85px;
  margin-right: 85px;
}

.my-86px {
  margin-top: 86px;
  margin-bottom: 86px;
}

.mx-86px {
  margin-left: 86px;
  margin-right: 86px;
}

.my-87px {
  margin-top: 87px;
  margin-bottom: 87px;
}

.mx-87px {
  margin-left: 87px;
  margin-right: 87px;
}

.my-88px {
  margin-top: 88px;
  margin-bottom: 88px;
}

.mx-88px {
  margin-left: 88px;
  margin-right: 88px;
}

.my-89px {
  margin-top: 89px;
  margin-bottom: 89px;
}

.mx-89px {
  margin-left: 89px;
  margin-right: 89px;
}

.my-90px {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mx-90px {
  margin-left: 90px;
  margin-right: 90px;
}

.my-91px {
  margin-top: 91px;
  margin-bottom: 91px;
}

.mx-91px {
  margin-left: 91px;
  margin-right: 91px;
}

.my-92px {
  margin-top: 92px;
  margin-bottom: 92px;
}

.mx-92px {
  margin-left: 92px;
  margin-right: 92px;
}

.my-93px {
  margin-top: 93px;
  margin-bottom: 93px;
}

.mx-93px {
  margin-left: 93px;
  margin-right: 93px;
}

.my-94px {
  margin-top: 94px;
  margin-bottom: 94px;
}

.mx-94px {
  margin-left: 94px;
  margin-right: 94px;
}

.my-95px {
  margin-top: 95px;
  margin-bottom: 95px;
}

.mx-95px {
  margin-left: 95px;
  margin-right: 95px;
}

.my-96px {
  margin-top: 96px;
  margin-bottom: 96px;
}

.mx-96px {
  margin-left: 96px;
  margin-right: 96px;
}

.my-97px {
  margin-top: 97px;
  margin-bottom: 97px;
}

.mx-97px {
  margin-left: 97px;
  margin-right: 97px;
}

.my-98px {
  margin-top: 98px;
  margin-bottom: 98px;
}

.mx-98px {
  margin-left: 98px;
  margin-right: 98px;
}

.my-99px {
  margin-top: 99px;
  margin-bottom: 99px;
}

.mx-99px {
  margin-left: 99px;
  margin-right: 99px;
}

.my-100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mx-100px {
  margin-left: 100px;
  margin-right: 100px;
}

.my-101px {
  margin-top: 101px;
  margin-bottom: 101px;
}

.mx-101px {
  margin-left: 101px;
  margin-right: 101px;
}

.my-102px {
  margin-top: 102px;
  margin-bottom: 102px;
}

.mx-102px {
  margin-left: 102px;
  margin-right: 102px;
}

.my-103px {
  margin-top: 103px;
  margin-bottom: 103px;
}

.mx-103px {
  margin-left: 103px;
  margin-right: 103px;
}

.my-104px {
  margin-top: 104px;
  margin-bottom: 104px;
}

.mx-104px {
  margin-left: 104px;
  margin-right: 104px;
}

.my-105px {
  margin-top: 105px;
  margin-bottom: 105px;
}

.mx-105px {
  margin-left: 105px;
  margin-right: 105px;
}

.my-106px {
  margin-top: 106px;
  margin-bottom: 106px;
}

.mx-106px {
  margin-left: 106px;
  margin-right: 106px;
}

.my-107px {
  margin-top: 107px;
  margin-bottom: 107px;
}

.mx-107px {
  margin-left: 107px;
  margin-right: 107px;
}

.my-108px {
  margin-top: 108px;
  margin-bottom: 108px;
}

.mx-108px {
  margin-left: 108px;
  margin-right: 108px;
}

.my-109px {
  margin-top: 109px;
  margin-bottom: 109px;
}

.mx-109px {
  margin-left: 109px;
  margin-right: 109px;
}

.my-110px {
  margin-top: 110px;
  margin-bottom: 110px;
}

.mx-110px {
  margin-left: 110px;
  margin-right: 110px;
}

.my-111px {
  margin-top: 111px;
  margin-bottom: 111px;
}

.mx-111px {
  margin-left: 111px;
  margin-right: 111px;
}

.my-112px {
  margin-top: 112px;
  margin-bottom: 112px;
}

.mx-112px {
  margin-left: 112px;
  margin-right: 112px;
}

.my-113px {
  margin-top: 113px;
  margin-bottom: 113px;
}

.mx-113px {
  margin-left: 113px;
  margin-right: 113px;
}

.my-114px {
  margin-top: 114px;
  margin-bottom: 114px;
}

.mx-114px {
  margin-left: 114px;
  margin-right: 114px;
}

.my-115px {
  margin-top: 115px;
  margin-bottom: 115px;
}

.mx-115px {
  margin-left: 115px;
  margin-right: 115px;
}

.my-116px {
  margin-top: 116px;
  margin-bottom: 116px;
}

.mx-116px {
  margin-left: 116px;
  margin-right: 116px;
}

.my-117px {
  margin-top: 117px;
  margin-bottom: 117px;
}

.mx-117px {
  margin-left: 117px;
  margin-right: 117px;
}

.my-118px {
  margin-top: 118px;
  margin-bottom: 118px;
}

.mx-118px {
  margin-left: 118px;
  margin-right: 118px;
}

.my-119px {
  margin-top: 119px;
  margin-bottom: 119px;
}

.mx-119px {
  margin-left: 119px;
  margin-right: 119px;
}

.my-120px {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mx-120px {
  margin-left: 120px;
  margin-right: 120px;
}

.my-121px {
  margin-top: 121px;
  margin-bottom: 121px;
}

.mx-121px {
  margin-left: 121px;
  margin-right: 121px;
}

.my-122px {
  margin-top: 122px;
  margin-bottom: 122px;
}

.mx-122px {
  margin-left: 122px;
  margin-right: 122px;
}

.my-123px {
  margin-top: 123px;
  margin-bottom: 123px;
}

.mx-123px {
  margin-left: 123px;
  margin-right: 123px;
}

.my-124px {
  margin-top: 124px;
  margin-bottom: 124px;
}

.mx-124px {
  margin-left: 124px;
  margin-right: 124px;
}

.my-125px {
  margin-top: 125px;
  margin-bottom: 125px;
}

.mx-125px {
  margin-left: 125px;
  margin-right: 125px;
}

.my-126px {
  margin-top: 126px;
  margin-bottom: 126px;
}

.mx-126px {
  margin-left: 126px;
  margin-right: 126px;
}

.my-127px {
  margin-top: 127px;
  margin-bottom: 127px;
}

.mx-127px {
  margin-left: 127px;
  margin-right: 127px;
}

.my-128px {
  margin-top: 128px;
  margin-bottom: 128px;
}

.mx-128px {
  margin-left: 128px;
  margin-right: 128px;
}

.my-129px {
  margin-top: 129px;
  margin-bottom: 129px;
}

.mx-129px {
  margin-left: 129px;
  margin-right: 129px;
}

.my-130px {
  margin-top: 130px;
  margin-bottom: 130px;
}

.mx-130px {
  margin-left: 130px;
  margin-right: 130px;
}

.my-133px {
  margin-top: 133px;
  margin-bottom: 133px;
}

.mx-133px {
  margin-left: 133px;
  margin-right: 133px;
}

.my-140px {
  margin-top: 140px;
  margin-bottom: 140px;
}

.mx-140px {
  margin-left: 140px;
  margin-right: 140px;
}

.my-195px {
  margin-top: 195px;
  margin-bottom: 195px;
}

.mx-195px {
  margin-left: 195px;
  margin-right: 195px;
}

.my-200px {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mx-200px {
  margin-left: 200px;
  margin-right: 200px;
}

.my-210px {
  margin-top: 210px;
  margin-bottom: 210px;
}

.mx-210px {
  margin-left: 210px;
  margin-right: 210px;
}

.my-222px {
  margin-top: 222px;
  margin-bottom: 222px;
}

.mx-222px {
  margin-left: 222px;
  margin-right: 222px;
}

.my-258px {
  margin-top: 258px;
  margin-bottom: 258px;
}

.mx-258px {
  margin-left: 258px;
  margin-right: 258px;
}

.my-280px {
  margin-top: 280px;
  margin-bottom: 280px;
}

.mx-280px {
  margin-left: 280px;
  margin-right: 280px;
}

.my-334px {
  margin-top: 334px;
  margin-bottom: 334px;
}

.mx-334px {
  margin-left: 334px;
  margin-right: 334px;
}

.my-388px {
  margin-top: 388px;
  margin-bottom: 388px;
}

.mx-388px {
  margin-left: 388px;
  margin-right: 388px;
}

.my-480px {
  margin-top: 480px;
  margin-bottom: 480px;
}

.mx-480px {
  margin-left: 480px;
  margin-right: 480px;
}

.my-490px {
  margin-top: 490px;
  margin-bottom: 490px;
}

.mx-490px {
  margin-left: 490px;
  margin-right: 490px;
}

.my-505px {
  margin-top: 505px;
  margin-bottom: 505px;
}

.mx-505px {
  margin-left: 505px;
  margin-right: 505px;
}

.my-507px {
  margin-top: 507px;
  margin-bottom: 507px;
}

.mx-507px {
  margin-left: 507px;
  margin-right: 507px;
}

.my-760px {
  margin-top: 760px;
  margin-bottom: 760px;
}

.mx-760px {
  margin-left: 760px;
  margin-right: 760px;
}

.my-780px {
  margin-top: 780px;
  margin-bottom: 780px;
}

.mx-780px {
  margin-left: 780px;
  margin-right: 780px;
}

.my-980px {
  margin-top: 980px;
  margin-bottom: 980px;
}

.mx-980px {
  margin-left: 980px;
  margin-right: 980px;
}

.my-1366px {
  margin-top: 1366px;
  margin-bottom: 1366px;
}

.mx-1366px {
  margin-left: 1366px;
  margin-right: 1366px;
}

.-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.-my-1px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-1px {
  margin-left: -1px;
  margin-right: -1px;
}

.-my-2px {
  margin-top: -2px;
  margin-bottom: -2px;
}

.-mx-2px {
  margin-left: -2px;
  margin-right: -2px;
}

.-my-3px {
  margin-top: -3px;
  margin-bottom: -3px;
}

.-mx-3px {
  margin-left: -3px;
  margin-right: -3px;
}

.-my-4px {
  margin-top: -4px;
  margin-bottom: -4px;
}

.-mx-4px {
  margin-left: -4px;
  margin-right: -4px;
}

.-my-5px {
  margin-top: -5px;
  margin-bottom: -5px;
}

.-mx-5px {
  margin-left: -5px;
  margin-right: -5px;
}

.-my-6px {
  margin-top: -6px;
  margin-bottom: -6px;
}

.-mx-6px {
  margin-left: -6px;
  margin-right: -6px;
}

.-my-7px {
  margin-top: -7px;
  margin-bottom: -7px;
}

.-mx-7px {
  margin-left: -7px;
  margin-right: -7px;
}

.-my-8px {
  margin-top: -8px;
  margin-bottom: -8px;
}

.-mx-8px {
  margin-left: -8px;
  margin-right: -8px;
}

.-my-9px {
  margin-top: -9px;
  margin-bottom: -9px;
}

.-mx-9px {
  margin-left: -9px;
  margin-right: -9px;
}

.-my-10px {
  margin-top: -10px;
  margin-bottom: -10px;
}

.-mx-10px {
  margin-left: -10px;
  margin-right: -10px;
}

.-my-11px {
  margin-top: -11px;
  margin-bottom: -11px;
}

.-mx-11px {
  margin-left: -11px;
  margin-right: -11px;
}

.-my-12px {
  margin-top: -12px;
  margin-bottom: -12px;
}

.-mx-12px {
  margin-left: -12px;
  margin-right: -12px;
}

.-my-13px {
  margin-top: -13px;
  margin-bottom: -13px;
}

.-mx-13px {
  margin-left: -13px;
  margin-right: -13px;
}

.-my-14px {
  margin-top: -14px;
  margin-bottom: -14px;
}

.-mx-14px {
  margin-left: -14px;
  margin-right: -14px;
}

.-my-15px {
  margin-top: -15px;
  margin-bottom: -15px;
}

.-mx-15px {
  margin-left: -15px;
  margin-right: -15px;
}

.-my-16px {
  margin-top: -16px;
  margin-bottom: -16px;
}

.-mx-16px {
  margin-left: -16px;
  margin-right: -16px;
}

.-my-17px {
  margin-top: -17px;
  margin-bottom: -17px;
}

.-mx-17px {
  margin-left: -17px;
  margin-right: -17px;
}

.-my-18px {
  margin-top: -18px;
  margin-bottom: -18px;
}

.-mx-18px {
  margin-left: -18px;
  margin-right: -18px;
}

.-my-19px {
  margin-top: -19px;
  margin-bottom: -19px;
}

.-mx-19px {
  margin-left: -19px;
  margin-right: -19px;
}

.-my-20px {
  margin-top: -20px;
  margin-bottom: -20px;
}

.-mx-20px {
  margin-left: -20px;
  margin-right: -20px;
}

.-my-21px {
  margin-top: -21px;
  margin-bottom: -21px;
}

.-mx-21px {
  margin-left: -21px;
  margin-right: -21px;
}

.-my-22px {
  margin-top: -22px;
  margin-bottom: -22px;
}

.-mx-22px {
  margin-left: -22px;
  margin-right: -22px;
}

.-my-23px {
  margin-top: -23px;
  margin-bottom: -23px;
}

.-mx-23px {
  margin-left: -23px;
  margin-right: -23px;
}

.-my-24px {
  margin-top: -24px;
  margin-bottom: -24px;
}

.-mx-24px {
  margin-left: -24px;
  margin-right: -24px;
}

.-my-25px {
  margin-top: -25px;
  margin-bottom: -25px;
}

.-mx-25px {
  margin-left: -25px;
  margin-right: -25px;
}

.-my-26px {
  margin-top: -26px;
  margin-bottom: -26px;
}

.-mx-26px {
  margin-left: -26px;
  margin-right: -26px;
}

.-my-27px {
  margin-top: -27px;
  margin-bottom: -27px;
}

.-mx-27px {
  margin-left: -27px;
  margin-right: -27px;
}

.-my-28px {
  margin-top: -28px;
  margin-bottom: -28px;
}

.-mx-28px {
  margin-left: -28px;
  margin-right: -28px;
}

.-my-29px {
  margin-top: -29px;
  margin-bottom: -29px;
}

.-mx-29px {
  margin-left: -29px;
  margin-right: -29px;
}

.-my-30px {
  margin-top: -30px;
  margin-bottom: -30px;
}

.-mx-30px {
  margin-left: -30px;
  margin-right: -30px;
}

.-my-31px {
  margin-top: -31px;
  margin-bottom: -31px;
}

.-mx-31px {
  margin-left: -31px;
  margin-right: -31px;
}

.-my-32px {
  margin-top: -32px;
  margin-bottom: -32px;
}

.-mx-32px {
  margin-left: -32px;
  margin-right: -32px;
}

.-my-33px {
  margin-top: -33px;
  margin-bottom: -33px;
}

.-mx-33px {
  margin-left: -33px;
  margin-right: -33px;
}

.-my-34px {
  margin-top: -34px;
  margin-bottom: -34px;
}

.-mx-34px {
  margin-left: -34px;
  margin-right: -34px;
}

.-my-35px {
  margin-top: -35px;
  margin-bottom: -35px;
}

.-mx-35px {
  margin-left: -35px;
  margin-right: -35px;
}

.-my-36px {
  margin-top: -36px;
  margin-bottom: -36px;
}

.-mx-36px {
  margin-left: -36px;
  margin-right: -36px;
}

.-my-37px {
  margin-top: -37px;
  margin-bottom: -37px;
}

.-mx-37px {
  margin-left: -37px;
  margin-right: -37px;
}

.-my-38px {
  margin-top: -38px;
  margin-bottom: -38px;
}

.-mx-38px {
  margin-left: -38px;
  margin-right: -38px;
}

.-my-39px {
  margin-top: -39px;
  margin-bottom: -39px;
}

.-mx-39px {
  margin-left: -39px;
  margin-right: -39px;
}

.-my-40px {
  margin-top: -40px;
  margin-bottom: -40px;
}

.-mx-40px {
  margin-left: -40px;
  margin-right: -40px;
}

.-my-41px {
  margin-top: -41px;
  margin-bottom: -41px;
}

.-mx-41px {
  margin-left: -41px;
  margin-right: -41px;
}

.-my-42px {
  margin-top: -42px;
  margin-bottom: -42px;
}

.-mx-42px {
  margin-left: -42px;
  margin-right: -42px;
}

.-my-43px {
  margin-top: -43px;
  margin-bottom: -43px;
}

.-mx-43px {
  margin-left: -43px;
  margin-right: -43px;
}

.-my-44px {
  margin-top: -44px;
  margin-bottom: -44px;
}

.-mx-44px {
  margin-left: -44px;
  margin-right: -44px;
}

.-my-45px {
  margin-top: -45px;
  margin-bottom: -45px;
}

.-mx-45px {
  margin-left: -45px;
  margin-right: -45px;
}

.-my-46px {
  margin-top: -46px;
  margin-bottom: -46px;
}

.-mx-46px {
  margin-left: -46px;
  margin-right: -46px;
}

.-my-47px {
  margin-top: -47px;
  margin-bottom: -47px;
}

.-mx-47px {
  margin-left: -47px;
  margin-right: -47px;
}

.-my-48px {
  margin-top: -48px;
  margin-bottom: -48px;
}

.-mx-48px {
  margin-left: -48px;
  margin-right: -48px;
}

.-my-49px {
  margin-top: -49px;
  margin-bottom: -49px;
}

.-mx-49px {
  margin-left: -49px;
  margin-right: -49px;
}

.-my-50px {
  margin-top: -50px;
  margin-bottom: -50px;
}

.-mx-50px {
  margin-left: -50px;
  margin-right: -50px;
}

.-my-51px {
  margin-top: -51px;
  margin-bottom: -51px;
}

.-mx-51px {
  margin-left: -51px;
  margin-right: -51px;
}

.-my-52px {
  margin-top: -52px;
  margin-bottom: -52px;
}

.-mx-52px {
  margin-left: -52px;
  margin-right: -52px;
}

.-my-53px {
  margin-top: -53px;
  margin-bottom: -53px;
}

.-mx-53px {
  margin-left: -53px;
  margin-right: -53px;
}

.-my-54px {
  margin-top: -54px;
  margin-bottom: -54px;
}

.-mx-54px {
  margin-left: -54px;
  margin-right: -54px;
}

.-my-55px {
  margin-top: -55px;
  margin-bottom: -55px;
}

.-mx-55px {
  margin-left: -55px;
  margin-right: -55px;
}

.-my-56px {
  margin-top: -56px;
  margin-bottom: -56px;
}

.-mx-56px {
  margin-left: -56px;
  margin-right: -56px;
}

.-my-57px {
  margin-top: -57px;
  margin-bottom: -57px;
}

.-mx-57px {
  margin-left: -57px;
  margin-right: -57px;
}

.-my-58px {
  margin-top: -58px;
  margin-bottom: -58px;
}

.-mx-58px {
  margin-left: -58px;
  margin-right: -58px;
}

.-my-59px {
  margin-top: -59px;
  margin-bottom: -59px;
}

.-mx-59px {
  margin-left: -59px;
  margin-right: -59px;
}

.-my-60px {
  margin-top: -60px;
  margin-bottom: -60px;
}

.-mx-60px {
  margin-left: -60px;
  margin-right: -60px;
}

.-my-61px {
  margin-top: -61px;
  margin-bottom: -61px;
}

.-mx-61px {
  margin-left: -61px;
  margin-right: -61px;
}

.-my-62px {
  margin-top: -62px;
  margin-bottom: -62px;
}

.-mx-62px {
  margin-left: -62px;
  margin-right: -62px;
}

.-my-63px {
  margin-top: -63px;
  margin-bottom: -63px;
}

.-mx-63px {
  margin-left: -63px;
  margin-right: -63px;
}

.-my-64px {
  margin-top: -64px;
  margin-bottom: -64px;
}

.-mx-64px {
  margin-left: -64px;
  margin-right: -64px;
}

.-my-65px {
  margin-top: -65px;
  margin-bottom: -65px;
}

.-mx-65px {
  margin-left: -65px;
  margin-right: -65px;
}

.-my-66px {
  margin-top: -66px;
  margin-bottom: -66px;
}

.-mx-66px {
  margin-left: -66px;
  margin-right: -66px;
}

.-my-67px {
  margin-top: -67px;
  margin-bottom: -67px;
}

.-mx-67px {
  margin-left: -67px;
  margin-right: -67px;
}

.-my-68px {
  margin-top: -68px;
  margin-bottom: -68px;
}

.-mx-68px {
  margin-left: -68px;
  margin-right: -68px;
}

.-my-69px {
  margin-top: -69px;
  margin-bottom: -69px;
}

.-mx-69px {
  margin-left: -69px;
  margin-right: -69px;
}

.-my-70px {
  margin-top: -70px;
  margin-bottom: -70px;
}

.-mx-70px {
  margin-left: -70px;
  margin-right: -70px;
}

.-my-71px {
  margin-top: -71px;
  margin-bottom: -71px;
}

.-mx-71px {
  margin-left: -71px;
  margin-right: -71px;
}

.-my-72px {
  margin-top: -72px;
  margin-bottom: -72px;
}

.-mx-72px {
  margin-left: -72px;
  margin-right: -72px;
}

.-my-73px {
  margin-top: -73px;
  margin-bottom: -73px;
}

.-mx-73px {
  margin-left: -73px;
  margin-right: -73px;
}

.-my-74px {
  margin-top: -74px;
  margin-bottom: -74px;
}

.-mx-74px {
  margin-left: -74px;
  margin-right: -74px;
}

.-my-75px {
  margin-top: -75px;
  margin-bottom: -75px;
}

.-mx-75px {
  margin-left: -75px;
  margin-right: -75px;
}

.-my-76px {
  margin-top: -76px;
  margin-bottom: -76px;
}

.-mx-76px {
  margin-left: -76px;
  margin-right: -76px;
}

.-my-77px {
  margin-top: -77px;
  margin-bottom: -77px;
}

.-mx-77px {
  margin-left: -77px;
  margin-right: -77px;
}

.-my-78px {
  margin-top: -78px;
  margin-bottom: -78px;
}

.-mx-78px {
  margin-left: -78px;
  margin-right: -78px;
}

.-my-79px {
  margin-top: -79px;
  margin-bottom: -79px;
}

.-mx-79px {
  margin-left: -79px;
  margin-right: -79px;
}

.-my-80px {
  margin-top: -80px;
  margin-bottom: -80px;
}

.-mx-80px {
  margin-left: -80px;
  margin-right: -80px;
}

.-my-81px {
  margin-top: -81px;
  margin-bottom: -81px;
}

.-mx-81px {
  margin-left: -81px;
  margin-right: -81px;
}

.-my-82px {
  margin-top: -82px;
  margin-bottom: -82px;
}

.-mx-82px {
  margin-left: -82px;
  margin-right: -82px;
}

.-my-83px {
  margin-top: -83px;
  margin-bottom: -83px;
}

.-mx-83px {
  margin-left: -83px;
  margin-right: -83px;
}

.-my-84px {
  margin-top: -84px;
  margin-bottom: -84px;
}

.-mx-84px {
  margin-left: -84px;
  margin-right: -84px;
}

.-my-85px {
  margin-top: -85px;
  margin-bottom: -85px;
}

.-mx-85px {
  margin-left: -85px;
  margin-right: -85px;
}

.-my-86px {
  margin-top: -86px;
  margin-bottom: -86px;
}

.-mx-86px {
  margin-left: -86px;
  margin-right: -86px;
}

.-my-87px {
  margin-top: -87px;
  margin-bottom: -87px;
}

.-mx-87px {
  margin-left: -87px;
  margin-right: -87px;
}

.-my-88px {
  margin-top: -88px;
  margin-bottom: -88px;
}

.-mx-88px {
  margin-left: -88px;
  margin-right: -88px;
}

.-my-89px {
  margin-top: -89px;
  margin-bottom: -89px;
}

.-mx-89px {
  margin-left: -89px;
  margin-right: -89px;
}

.-my-90px {
  margin-top: -90px;
  margin-bottom: -90px;
}

.-mx-90px {
  margin-left: -90px;
  margin-right: -90px;
}

.-my-91px {
  margin-top: -91px;
  margin-bottom: -91px;
}

.-mx-91px {
  margin-left: -91px;
  margin-right: -91px;
}

.-my-92px {
  margin-top: -92px;
  margin-bottom: -92px;
}

.-mx-92px {
  margin-left: -92px;
  margin-right: -92px;
}

.-my-93px {
  margin-top: -93px;
  margin-bottom: -93px;
}

.-mx-93px {
  margin-left: -93px;
  margin-right: -93px;
}

.-my-94px {
  margin-top: -94px;
  margin-bottom: -94px;
}

.-mx-94px {
  margin-left: -94px;
  margin-right: -94px;
}

.-my-95px {
  margin-top: -95px;
  margin-bottom: -95px;
}

.-mx-95px {
  margin-left: -95px;
  margin-right: -95px;
}

.-my-96px {
  margin-top: -96px;
  margin-bottom: -96px;
}

.-mx-96px {
  margin-left: -96px;
  margin-right: -96px;
}

.-my-97px {
  margin-top: -97px;
  margin-bottom: -97px;
}

.-mx-97px {
  margin-left: -97px;
  margin-right: -97px;
}

.-my-98px {
  margin-top: -98px;
  margin-bottom: -98px;
}

.-mx-98px {
  margin-left: -98px;
  margin-right: -98px;
}

.-my-99px {
  margin-top: -99px;
  margin-bottom: -99px;
}

.-mx-99px {
  margin-left: -99px;
  margin-right: -99px;
}

.-my-100px {
  margin-top: -100px;
  margin-bottom: -100px;
}

.-mx-100px {
  margin-left: -100px;
  margin-right: -100px;
}

.-my-101px {
  margin-top: -101px;
  margin-bottom: -101px;
}

.-mx-101px {
  margin-left: -101px;
  margin-right: -101px;
}

.-my-102px {
  margin-top: -102px;
  margin-bottom: -102px;
}

.-mx-102px {
  margin-left: -102px;
  margin-right: -102px;
}

.-my-103px {
  margin-top: -103px;
  margin-bottom: -103px;
}

.-mx-103px {
  margin-left: -103px;
  margin-right: -103px;
}

.-my-104px {
  margin-top: -104px;
  margin-bottom: -104px;
}

.-mx-104px {
  margin-left: -104px;
  margin-right: -104px;
}

.-my-105px {
  margin-top: -105px;
  margin-bottom: -105px;
}

.-mx-105px {
  margin-left: -105px;
  margin-right: -105px;
}

.-my-106px {
  margin-top: -106px;
  margin-bottom: -106px;
}

.-mx-106px {
  margin-left: -106px;
  margin-right: -106px;
}

.-my-107px {
  margin-top: -107px;
  margin-bottom: -107px;
}

.-mx-107px {
  margin-left: -107px;
  margin-right: -107px;
}

.-my-108px {
  margin-top: -108px;
  margin-bottom: -108px;
}

.-mx-108px {
  margin-left: -108px;
  margin-right: -108px;
}

.-my-109px {
  margin-top: -109px;
  margin-bottom: -109px;
}

.-mx-109px {
  margin-left: -109px;
  margin-right: -109px;
}

.-my-110px {
  margin-top: -110px;
  margin-bottom: -110px;
}

.-mx-110px {
  margin-left: -110px;
  margin-right: -110px;
}

.-my-111px {
  margin-top: -111px;
  margin-bottom: -111px;
}

.-mx-111px {
  margin-left: -111px;
  margin-right: -111px;
}

.-my-112px {
  margin-top: -112px;
  margin-bottom: -112px;
}

.-mx-112px {
  margin-left: -112px;
  margin-right: -112px;
}

.-my-113px {
  margin-top: -113px;
  margin-bottom: -113px;
}

.-mx-113px {
  margin-left: -113px;
  margin-right: -113px;
}

.-my-114px {
  margin-top: -114px;
  margin-bottom: -114px;
}

.-mx-114px {
  margin-left: -114px;
  margin-right: -114px;
}

.-my-115px {
  margin-top: -115px;
  margin-bottom: -115px;
}

.-mx-115px {
  margin-left: -115px;
  margin-right: -115px;
}

.-my-116px {
  margin-top: -116px;
  margin-bottom: -116px;
}

.-mx-116px {
  margin-left: -116px;
  margin-right: -116px;
}

.-my-117px {
  margin-top: -117px;
  margin-bottom: -117px;
}

.-mx-117px {
  margin-left: -117px;
  margin-right: -117px;
}

.-my-118px {
  margin-top: -118px;
  margin-bottom: -118px;
}

.-mx-118px {
  margin-left: -118px;
  margin-right: -118px;
}

.-my-119px {
  margin-top: -119px;
  margin-bottom: -119px;
}

.-mx-119px {
  margin-left: -119px;
  margin-right: -119px;
}

.-my-120px {
  margin-top: -120px;
  margin-bottom: -120px;
}

.-mx-120px {
  margin-left: -120px;
  margin-right: -120px;
}

.-my-121px {
  margin-top: -121px;
  margin-bottom: -121px;
}

.-mx-121px {
  margin-left: -121px;
  margin-right: -121px;
}

.-my-122px {
  margin-top: -122px;
  margin-bottom: -122px;
}

.-mx-122px {
  margin-left: -122px;
  margin-right: -122px;
}

.-my-123px {
  margin-top: -123px;
  margin-bottom: -123px;
}

.-mx-123px {
  margin-left: -123px;
  margin-right: -123px;
}

.-my-124px {
  margin-top: -124px;
  margin-bottom: -124px;
}

.-mx-124px {
  margin-left: -124px;
  margin-right: -124px;
}

.-my-125px {
  margin-top: -125px;
  margin-bottom: -125px;
}

.-mx-125px {
  margin-left: -125px;
  margin-right: -125px;
}

.-my-126px {
  margin-top: -126px;
  margin-bottom: -126px;
}

.-mx-126px {
  margin-left: -126px;
  margin-right: -126px;
}

.-my-127px {
  margin-top: -127px;
  margin-bottom: -127px;
}

.-mx-127px {
  margin-left: -127px;
  margin-right: -127px;
}

.-my-128px {
  margin-top: -128px;
  margin-bottom: -128px;
}

.-mx-128px {
  margin-left: -128px;
  margin-right: -128px;
}

.-my-129px {
  margin-top: -129px;
  margin-bottom: -129px;
}

.-mx-129px {
  margin-left: -129px;
  margin-right: -129px;
}

.-my-130px {
  margin-top: -130px;
  margin-bottom: -130px;
}

.-mx-130px {
  margin-left: -130px;
  margin-right: -130px;
}

.-my-133px {
  margin-top: -133px;
  margin-bottom: -133px;
}

.-mx-133px {
  margin-left: -133px;
  margin-right: -133px;
}

.-my-140px {
  margin-top: -140px;
  margin-bottom: -140px;
}

.-mx-140px {
  margin-left: -140px;
  margin-right: -140px;
}

.-my-195px {
  margin-top: -195px;
  margin-bottom: -195px;
}

.-mx-195px {
  margin-left: -195px;
  margin-right: -195px;
}

.-my-200px {
  margin-top: -200px;
  margin-bottom: -200px;
}

.-mx-200px {
  margin-left: -200px;
  margin-right: -200px;
}

.-my-210px {
  margin-top: -210px;
  margin-bottom: -210px;
}

.-mx-210px {
  margin-left: -210px;
  margin-right: -210px;
}

.-my-222px {
  margin-top: -222px;
  margin-bottom: -222px;
}

.-mx-222px {
  margin-left: -222px;
  margin-right: -222px;
}

.-my-258px {
  margin-top: -258px;
  margin-bottom: -258px;
}

.-mx-258px {
  margin-left: -258px;
  margin-right: -258px;
}

.-my-280px {
  margin-top: -280px;
  margin-bottom: -280px;
}

.-mx-280px {
  margin-left: -280px;
  margin-right: -280px;
}

.-my-334px {
  margin-top: -334px;
  margin-bottom: -334px;
}

.-mx-334px {
  margin-left: -334px;
  margin-right: -334px;
}

.-my-388px {
  margin-top: -388px;
  margin-bottom: -388px;
}

.-mx-388px {
  margin-left: -388px;
  margin-right: -388px;
}

.-my-480px {
  margin-top: -480px;
  margin-bottom: -480px;
}

.-mx-480px {
  margin-left: -480px;
  margin-right: -480px;
}

.-my-490px {
  margin-top: -490px;
  margin-bottom: -490px;
}

.-mx-490px {
  margin-left: -490px;
  margin-right: -490px;
}

.-my-505px {
  margin-top: -505px;
  margin-bottom: -505px;
}

.-mx-505px {
  margin-left: -505px;
  margin-right: -505px;
}

.-my-507px {
  margin-top: -507px;
  margin-bottom: -507px;
}

.-mx-507px {
  margin-left: -507px;
  margin-right: -507px;
}

.-my-760px {
  margin-top: -760px;
  margin-bottom: -760px;
}

.-mx-760px {
  margin-left: -760px;
  margin-right: -760px;
}

.-my-780px {
  margin-top: -780px;
  margin-bottom: -780px;
}

.-mx-780px {
  margin-left: -780px;
  margin-right: -780px;
}

.-my-980px {
  margin-top: -980px;
  margin-bottom: -980px;
}

.-mx-980px {
  margin-left: -980px;
  margin-right: -980px;
}

.-my-1366px {
  margin-top: -1366px;
  margin-bottom: -1366px;
}

.-mx-1366px {
  margin-left: -1366px;
  margin-right: -1366px;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mr-28 {
  margin-right: 7rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.ml-28 {
  margin-left: 7rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.ml-36 {
  margin-left: 9rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.ml-40 {
  margin-left: 10rem;
}

.mt-44 {
  margin-top: 11rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.ml-44 {
  margin-left: 11rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.ml-48 {
  margin-left: 12rem;
}

.mt-52 {
  margin-top: 13rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.ml-52 {
  margin-left: 13rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.ml-56 {
  margin-left: 14rem;
}

.mt-60 {
  margin-top: 15rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.ml-60 {
  margin-left: 15rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.ml-64 {
  margin-left: 16rem;
}

.mt-72 {
  margin-top: 18rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.ml-72 {
  margin-left: 18rem;
}

.mt-80 {
  margin-top: 20rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.ml-80 {
  margin-left: 20rem;
}

.mt-96 {
  margin-top: 24rem;
}

.mr-96 {
  margin-right: 24rem;
}

.mb-96 {
  margin-bottom: 24rem;
}

.ml-96 {
  margin-left: 24rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-px {
  margin-top: 1px;
}

.mr-px {
  margin-right: 1px;
}

.mb-px {
  margin-bottom: 1px;
}

.ml-px {
  margin-left: 1px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

.mt-1px {
  margin-top: 1px;
}

.mr-1px {
  margin-right: 1px;
}

.mb-1px {
  margin-bottom: 1px;
}

.ml-1px {
  margin-left: 1px;
}

.mt-2px {
  margin-top: 2px;
}

.mr-2px {
  margin-right: 2px;
}

.mb-2px {
  margin-bottom: 2px;
}

.ml-2px {
  margin-left: 2px;
}

.mt-3px {
  margin-top: 3px;
}

.mr-3px {
  margin-right: 3px;
}

.mb-3px {
  margin-bottom: 3px;
}

.ml-3px {
  margin-left: 3px;
}

.mt-4px {
  margin-top: 4px;
}

.mr-4px {
  margin-right: 4px;
}

.mb-4px {
  margin-bottom: 4px;
}

.ml-4px {
  margin-left: 4px;
}

.mt-5px {
  margin-top: 5px;
}

.mr-5px {
  margin-right: 5px;
}

.mb-5px {
  margin-bottom: 5px;
}

.ml-5px {
  margin-left: 5px;
}

.mt-6px {
  margin-top: 6px;
}

.mr-6px {
  margin-right: 6px;
}

.mb-6px {
  margin-bottom: 6px;
}

.ml-6px {
  margin-left: 6px;
}

.mt-7px {
  margin-top: 7px;
}

.mr-7px {
  margin-right: 7px;
}

.mb-7px {
  margin-bottom: 7px;
}

.ml-7px {
  margin-left: 7px;
}

.mt-8px {
  margin-top: 8px;
}

.mr-8px {
  margin-right: 8px;
}

.mb-8px {
  margin-bottom: 8px;
}

.ml-8px {
  margin-left: 8px;
}

.mt-9px {
  margin-top: 9px;
}

.mr-9px {
  margin-right: 9px;
}

.mb-9px {
  margin-bottom: 9px;
}

.ml-9px {
  margin-left: 9px;
}

.mt-10px {
  margin-top: 10px;
}

.mr-10px {
  margin-right: 10px;
}

.mb-10px {
  margin-bottom: 10px;
}

.ml-10px {
  margin-left: 10px;
}

.mt-11px {
  margin-top: 11px;
}

.mr-11px {
  margin-right: 11px;
}

.mb-11px {
  margin-bottom: 11px;
}

.ml-11px {
  margin-left: 11px;
}

.mt-12px {
  margin-top: 12px;
}

.mr-12px {
  margin-right: 12px;
}

.mb-12px {
  margin-bottom: 12px;
}

.ml-12px {
  margin-left: 12px;
}

.mt-13px {
  margin-top: 13px;
}

.mr-13px {
  margin-right: 13px;
}

.mb-13px {
  margin-bottom: 13px;
}

.ml-13px {
  margin-left: 13px;
}

.mt-14px {
  margin-top: 14px;
}

.mr-14px {
  margin-right: 14px;
}

.mb-14px {
  margin-bottom: 14px;
}

.ml-14px {
  margin-left: 14px;
}

.mt-15px {
  margin-top: 15px;
}

.mr-15px {
  margin-right: 15px;
}

.mb-15px {
  margin-bottom: 15px;
}

.ml-15px {
  margin-left: 15px;
}

.mt-16px {
  margin-top: 16px;
}

.mr-16px {
  margin-right: 16px;
}

.mb-16px {
  margin-bottom: 16px;
}

.ml-16px {
  margin-left: 16px;
}

.mt-17px {
  margin-top: 17px;
}

.mr-17px {
  margin-right: 17px;
}

.mb-17px {
  margin-bottom: 17px;
}

.ml-17px {
  margin-left: 17px;
}

.mt-18px {
  margin-top: 18px;
}

.mr-18px {
  margin-right: 18px;
}

.mb-18px {
  margin-bottom: 18px;
}

.ml-18px {
  margin-left: 18px;
}

.mt-19px {
  margin-top: 19px;
}

.mr-19px {
  margin-right: 19px;
}

.mb-19px {
  margin-bottom: 19px;
}

.ml-19px {
  margin-left: 19px;
}

.mt-20px {
  margin-top: 20px;
}

.mr-20px {
  margin-right: 20px;
}

.mb-20px {
  margin-bottom: 20px;
}

.ml-20px {
  margin-left: 20px;
}

.mt-21px {
  margin-top: 21px;
}

.mr-21px {
  margin-right: 21px;
}

.mb-21px {
  margin-bottom: 21px;
}

.ml-21px {
  margin-left: 21px;
}

.mt-22px {
  margin-top: 22px;
}

.mr-22px {
  margin-right: 22px;
}

.mb-22px {
  margin-bottom: 22px;
}

.ml-22px {
  margin-left: 22px;
}

.mt-23px {
  margin-top: 23px;
}

.mr-23px {
  margin-right: 23px;
}

.mb-23px {
  margin-bottom: 23px;
}

.ml-23px {
  margin-left: 23px;
}

.mt-24px {
  margin-top: 24px;
}

.mr-24px {
  margin-right: 24px;
}

.mb-24px {
  margin-bottom: 24px;
}

.ml-24px {
  margin-left: 24px;
}

.mt-25px {
  margin-top: 25px;
}

.mr-25px {
  margin-right: 25px;
}

.mb-25px {
  margin-bottom: 25px;
}

.ml-25px {
  margin-left: 25px;
}

.mt-26px {
  margin-top: 26px;
}

.mr-26px {
  margin-right: 26px;
}

.mb-26px {
  margin-bottom: 26px;
}

.ml-26px {
  margin-left: 26px;
}

.mt-27px {
  margin-top: 27px;
}

.mr-27px {
  margin-right: 27px;
}

.mb-27px {
  margin-bottom: 27px;
}

.ml-27px {
  margin-left: 27px;
}

.mt-28px {
  margin-top: 28px;
}

.mr-28px {
  margin-right: 28px;
}

.mb-28px {
  margin-bottom: 28px;
}

.ml-28px {
  margin-left: 28px;
}

.mt-29px {
  margin-top: 29px;
}

.mr-29px {
  margin-right: 29px;
}

.mb-29px {
  margin-bottom: 29px;
}

.ml-29px {
  margin-left: 29px;
}

.mt-30px {
  margin-top: 30px;
}

.mr-30px {
  margin-right: 30px;
}

.mb-30px {
  margin-bottom: 30px;
}

.ml-30px {
  margin-left: 30px;
}

.mt-31px {
  margin-top: 31px;
}

.mr-31px {
  margin-right: 31px;
}

.mb-31px {
  margin-bottom: 31px;
}

.ml-31px {
  margin-left: 31px;
}

.mt-32px {
  margin-top: 32px;
}

.mr-32px {
  margin-right: 32px;
}

.mb-32px {
  margin-bottom: 32px;
}

.ml-32px {
  margin-left: 32px;
}

.mt-33px {
  margin-top: 33px;
}

.mr-33px {
  margin-right: 33px;
}

.mb-33px {
  margin-bottom: 33px;
}

.ml-33px {
  margin-left: 33px;
}

.mt-34px {
  margin-top: 34px;
}

.mr-34px {
  margin-right: 34px;
}

.mb-34px {
  margin-bottom: 34px;
}

.ml-34px {
  margin-left: 34px;
}

.mt-35px {
  margin-top: 35px;
}

.mr-35px {
  margin-right: 35px;
}

.mb-35px {
  margin-bottom: 35px;
}

.ml-35px {
  margin-left: 35px;
}

.mt-36px {
  margin-top: 36px;
}

.mr-36px {
  margin-right: 36px;
}

.mb-36px {
  margin-bottom: 36px;
}

.ml-36px {
  margin-left: 36px;
}

.mt-37px {
  margin-top: 37px;
}

.mr-37px {
  margin-right: 37px;
}

.mb-37px {
  margin-bottom: 37px;
}

.ml-37px {
  margin-left: 37px;
}

.mt-38px {
  margin-top: 38px;
}

.mr-38px {
  margin-right: 38px;
}

.mb-38px {
  margin-bottom: 38px;
}

.ml-38px {
  margin-left: 38px;
}

.mt-39px {
  margin-top: 39px;
}

.mr-39px {
  margin-right: 39px;
}

.mb-39px {
  margin-bottom: 39px;
}

.ml-39px {
  margin-left: 39px;
}

.mt-40px {
  margin-top: 40px;
}

.mr-40px {
  margin-right: 40px;
}

.mb-40px {
  margin-bottom: 40px;
}

.ml-40px {
  margin-left: 40px;
}

.mt-41px {
  margin-top: 41px;
}

.mr-41px {
  margin-right: 41px;
}

.mb-41px {
  margin-bottom: 41px;
}

.ml-41px {
  margin-left: 41px;
}

.mt-42px {
  margin-top: 42px;
}

.mr-42px {
  margin-right: 42px;
}

.mb-42px {
  margin-bottom: 42px;
}

.ml-42px {
  margin-left: 42px;
}

.mt-43px {
  margin-top: 43px;
}

.mr-43px {
  margin-right: 43px;
}

.mb-43px {
  margin-bottom: 43px;
}

.ml-43px {
  margin-left: 43px;
}

.mt-44px {
  margin-top: 44px;
}

.mr-44px {
  margin-right: 44px;
}

.mb-44px {
  margin-bottom: 44px;
}

.ml-44px {
  margin-left: 44px;
}

.mt-45px {
  margin-top: 45px;
}

.mr-45px {
  margin-right: 45px;
}

.mb-45px {
  margin-bottom: 45px;
}

.ml-45px {
  margin-left: 45px;
}

.mt-46px {
  margin-top: 46px;
}

.mr-46px {
  margin-right: 46px;
}

.mb-46px {
  margin-bottom: 46px;
}

.ml-46px {
  margin-left: 46px;
}

.mt-47px {
  margin-top: 47px;
}

.mr-47px {
  margin-right: 47px;
}

.mb-47px {
  margin-bottom: 47px;
}

.ml-47px {
  margin-left: 47px;
}

.mt-48px {
  margin-top: 48px;
}

.mr-48px {
  margin-right: 48px;
}

.mb-48px {
  margin-bottom: 48px;
}

.ml-48px {
  margin-left: 48px;
}

.mt-49px {
  margin-top: 49px;
}

.mr-49px {
  margin-right: 49px;
}

.mb-49px {
  margin-bottom: 49px;
}

.ml-49px {
  margin-left: 49px;
}

.mt-50px {
  margin-top: 50px;
}

.mr-50px {
  margin-right: 50px;
}

.mb-50px {
  margin-bottom: 50px;
}

.ml-50px {
  margin-left: 50px;
}

.mt-51px {
  margin-top: 51px;
}

.mr-51px {
  margin-right: 51px;
}

.mb-51px {
  margin-bottom: 51px;
}

.ml-51px {
  margin-left: 51px;
}

.mt-52px {
  margin-top: 52px;
}

.mr-52px {
  margin-right: 52px;
}

.mb-52px {
  margin-bottom: 52px;
}

.ml-52px {
  margin-left: 52px;
}

.mt-53px {
  margin-top: 53px;
}

.mr-53px {
  margin-right: 53px;
}

.mb-53px {
  margin-bottom: 53px;
}

.ml-53px {
  margin-left: 53px;
}

.mt-54px {
  margin-top: 54px;
}

.mr-54px {
  margin-right: 54px;
}

.mb-54px {
  margin-bottom: 54px;
}

.ml-54px {
  margin-left: 54px;
}

.mt-55px {
  margin-top: 55px;
}

.mr-55px {
  margin-right: 55px;
}

.mb-55px {
  margin-bottom: 55px;
}

.ml-55px {
  margin-left: 55px;
}

.mt-56px {
  margin-top: 56px;
}

.mr-56px {
  margin-right: 56px;
}

.mb-56px {
  margin-bottom: 56px;
}

.ml-56px {
  margin-left: 56px;
}

.mt-57px {
  margin-top: 57px;
}

.mr-57px {
  margin-right: 57px;
}

.mb-57px {
  margin-bottom: 57px;
}

.ml-57px {
  margin-left: 57px;
}

.mt-58px {
  margin-top: 58px;
}

.mr-58px {
  margin-right: 58px;
}

.mb-58px {
  margin-bottom: 58px;
}

.ml-58px {
  margin-left: 58px;
}

.mt-59px {
  margin-top: 59px;
}

.mr-59px {
  margin-right: 59px;
}

.mb-59px {
  margin-bottom: 59px;
}

.ml-59px {
  margin-left: 59px;
}

.mt-60px {
  margin-top: 60px;
}

.mr-60px {
  margin-right: 60px;
}

.mb-60px {
  margin-bottom: 60px;
}

.ml-60px {
  margin-left: 60px;
}

.mt-61px {
  margin-top: 61px;
}

.mr-61px {
  margin-right: 61px;
}

.mb-61px {
  margin-bottom: 61px;
}

.ml-61px {
  margin-left: 61px;
}

.mt-62px {
  margin-top: 62px;
}

.mr-62px {
  margin-right: 62px;
}

.mb-62px {
  margin-bottom: 62px;
}

.ml-62px {
  margin-left: 62px;
}

.mt-63px {
  margin-top: 63px;
}

.mr-63px {
  margin-right: 63px;
}

.mb-63px {
  margin-bottom: 63px;
}

.ml-63px {
  margin-left: 63px;
}

.mt-64px {
  margin-top: 64px;
}

.mr-64px {
  margin-right: 64px;
}

.mb-64px {
  margin-bottom: 64px;
}

.ml-64px {
  margin-left: 64px;
}

.mt-65px {
  margin-top: 65px;
}

.mr-65px {
  margin-right: 65px;
}

.mb-65px {
  margin-bottom: 65px;
}

.ml-65px {
  margin-left: 65px;
}

.mt-66px {
  margin-top: 66px;
}

.mr-66px {
  margin-right: 66px;
}

.mb-66px {
  margin-bottom: 66px;
}

.ml-66px {
  margin-left: 66px;
}

.mt-67px {
  margin-top: 67px;
}

.mr-67px {
  margin-right: 67px;
}

.mb-67px {
  margin-bottom: 67px;
}

.ml-67px {
  margin-left: 67px;
}

.mt-68px {
  margin-top: 68px;
}

.mr-68px {
  margin-right: 68px;
}

.mb-68px {
  margin-bottom: 68px;
}

.ml-68px {
  margin-left: 68px;
}

.mt-69px {
  margin-top: 69px;
}

.mr-69px {
  margin-right: 69px;
}

.mb-69px {
  margin-bottom: 69px;
}

.ml-69px {
  margin-left: 69px;
}

.mt-70px {
  margin-top: 70px;
}

.mr-70px {
  margin-right: 70px;
}

.mb-70px {
  margin-bottom: 70px;
}

.ml-70px {
  margin-left: 70px;
}

.mt-71px {
  margin-top: 71px;
}

.mr-71px {
  margin-right: 71px;
}

.mb-71px {
  margin-bottom: 71px;
}

.ml-71px {
  margin-left: 71px;
}

.mt-72px {
  margin-top: 72px;
}

.mr-72px {
  margin-right: 72px;
}

.mb-72px {
  margin-bottom: 72px;
}

.ml-72px {
  margin-left: 72px;
}

.mt-73px {
  margin-top: 73px;
}

.mr-73px {
  margin-right: 73px;
}

.mb-73px {
  margin-bottom: 73px;
}

.ml-73px {
  margin-left: 73px;
}

.mt-74px {
  margin-top: 74px;
}

.mr-74px {
  margin-right: 74px;
}

.mb-74px {
  margin-bottom: 74px;
}

.ml-74px {
  margin-left: 74px;
}

.mt-75px {
  margin-top: 75px;
}

.mr-75px {
  margin-right: 75px;
}

.mb-75px {
  margin-bottom: 75px;
}

.ml-75px {
  margin-left: 75px;
}

.mt-76px {
  margin-top: 76px;
}

.mr-76px {
  margin-right: 76px;
}

.mb-76px {
  margin-bottom: 76px;
}

.ml-76px {
  margin-left: 76px;
}

.mt-77px {
  margin-top: 77px;
}

.mr-77px {
  margin-right: 77px;
}

.mb-77px {
  margin-bottom: 77px;
}

.ml-77px {
  margin-left: 77px;
}

.mt-78px {
  margin-top: 78px;
}

.mr-78px {
  margin-right: 78px;
}

.mb-78px {
  margin-bottom: 78px;
}

.ml-78px {
  margin-left: 78px;
}

.mt-79px {
  margin-top: 79px;
}

.mr-79px {
  margin-right: 79px;
}

.mb-79px {
  margin-bottom: 79px;
}

.ml-79px {
  margin-left: 79px;
}

.mt-80px {
  margin-top: 80px;
}

.mr-80px {
  margin-right: 80px;
}

.mb-80px {
  margin-bottom: 80px;
}

.ml-80px {
  margin-left: 80px;
}

.mt-81px {
  margin-top: 81px;
}

.mr-81px {
  margin-right: 81px;
}

.mb-81px {
  margin-bottom: 81px;
}

.ml-81px {
  margin-left: 81px;
}

.mt-82px {
  margin-top: 82px;
}

.mr-82px {
  margin-right: 82px;
}

.mb-82px {
  margin-bottom: 82px;
}

.ml-82px {
  margin-left: 82px;
}

.mt-83px {
  margin-top: 83px;
}

.mr-83px {
  margin-right: 83px;
}

.mb-83px {
  margin-bottom: 83px;
}

.ml-83px {
  margin-left: 83px;
}

.mt-84px {
  margin-top: 84px;
}

.mr-84px {
  margin-right: 84px;
}

.mb-84px {
  margin-bottom: 84px;
}

.ml-84px {
  margin-left: 84px;
}

.mt-85px {
  margin-top: 85px;
}

.mr-85px {
  margin-right: 85px;
}

.mb-85px {
  margin-bottom: 85px;
}

.ml-85px {
  margin-left: 85px;
}

.mt-86px {
  margin-top: 86px;
}

.mr-86px {
  margin-right: 86px;
}

.mb-86px {
  margin-bottom: 86px;
}

.ml-86px {
  margin-left: 86px;
}

.mt-87px {
  margin-top: 87px;
}

.mr-87px {
  margin-right: 87px;
}

.mb-87px {
  margin-bottom: 87px;
}

.ml-87px {
  margin-left: 87px;
}

.mt-88px {
  margin-top: 88px;
}

.mr-88px {
  margin-right: 88px;
}

.mb-88px {
  margin-bottom: 88px;
}

.ml-88px {
  margin-left: 88px;
}

.mt-89px {
  margin-top: 89px;
}

.mr-89px {
  margin-right: 89px;
}

.mb-89px {
  margin-bottom: 89px;
}

.ml-89px {
  margin-left: 89px;
}

.mt-90px {
  margin-top: 90px;
}

.mr-90px {
  margin-right: 90px;
}

.mb-90px {
  margin-bottom: 90px;
}

.ml-90px {
  margin-left: 90px;
}

.mt-91px {
  margin-top: 91px;
}

.mr-91px {
  margin-right: 91px;
}

.mb-91px {
  margin-bottom: 91px;
}

.ml-91px {
  margin-left: 91px;
}

.mt-92px {
  margin-top: 92px;
}

.mr-92px {
  margin-right: 92px;
}

.mb-92px {
  margin-bottom: 92px;
}

.ml-92px {
  margin-left: 92px;
}

.mt-93px {
  margin-top: 93px;
}

.mr-93px {
  margin-right: 93px;
}

.mb-93px {
  margin-bottom: 93px;
}

.ml-93px {
  margin-left: 93px;
}

.mt-94px {
  margin-top: 94px;
}

.mr-94px {
  margin-right: 94px;
}

.mb-94px {
  margin-bottom: 94px;
}

.ml-94px {
  margin-left: 94px;
}

.mt-95px {
  margin-top: 95px;
}

.mr-95px {
  margin-right: 95px;
}

.mb-95px {
  margin-bottom: 95px;
}

.ml-95px {
  margin-left: 95px;
}

.mt-96px {
  margin-top: 96px;
}

.mr-96px {
  margin-right: 96px;
}

.mb-96px {
  margin-bottom: 96px;
}

.ml-96px {
  margin-left: 96px;
}

.mt-97px {
  margin-top: 97px;
}

.mr-97px {
  margin-right: 97px;
}

.mb-97px {
  margin-bottom: 97px;
}

.ml-97px {
  margin-left: 97px;
}

.mt-98px {
  margin-top: 98px;
}

.mr-98px {
  margin-right: 98px;
}

.mb-98px {
  margin-bottom: 98px;
}

.ml-98px {
  margin-left: 98px;
}

.mt-99px {
  margin-top: 99px;
}

.mr-99px {
  margin-right: 99px;
}

.mb-99px {
  margin-bottom: 99px;
}

.ml-99px {
  margin-left: 99px;
}

.mt-100px {
  margin-top: 100px;
}

.mr-100px {
  margin-right: 100px;
}

.mb-100px {
  margin-bottom: 100px;
}

.ml-100px {
  margin-left: 100px;
}

.mt-101px {
  margin-top: 101px;
}

.mr-101px {
  margin-right: 101px;
}

.mb-101px {
  margin-bottom: 101px;
}

.ml-101px {
  margin-left: 101px;
}

.mt-102px {
  margin-top: 102px;
}

.mr-102px {
  margin-right: 102px;
}

.mb-102px {
  margin-bottom: 102px;
}

.ml-102px {
  margin-left: 102px;
}

.mt-103px {
  margin-top: 103px;
}

.mr-103px {
  margin-right: 103px;
}

.mb-103px {
  margin-bottom: 103px;
}

.ml-103px {
  margin-left: 103px;
}

.mt-104px {
  margin-top: 104px;
}

.mr-104px {
  margin-right: 104px;
}

.mb-104px {
  margin-bottom: 104px;
}

.ml-104px {
  margin-left: 104px;
}

.mt-105px {
  margin-top: 105px;
}

.mr-105px {
  margin-right: 105px;
}

.mb-105px {
  margin-bottom: 105px;
}

.ml-105px {
  margin-left: 105px;
}

.mt-106px {
  margin-top: 106px;
}

.mr-106px {
  margin-right: 106px;
}

.mb-106px {
  margin-bottom: 106px;
}

.ml-106px {
  margin-left: 106px;
}

.mt-107px {
  margin-top: 107px;
}

.mr-107px {
  margin-right: 107px;
}

.mb-107px {
  margin-bottom: 107px;
}

.ml-107px {
  margin-left: 107px;
}

.mt-108px {
  margin-top: 108px;
}

.mr-108px {
  margin-right: 108px;
}

.mb-108px {
  margin-bottom: 108px;
}

.ml-108px {
  margin-left: 108px;
}

.mt-109px {
  margin-top: 109px;
}

.mr-109px {
  margin-right: 109px;
}

.mb-109px {
  margin-bottom: 109px;
}

.ml-109px {
  margin-left: 109px;
}

.mt-110px {
  margin-top: 110px;
}

.mr-110px {
  margin-right: 110px;
}

.mb-110px {
  margin-bottom: 110px;
}

.ml-110px {
  margin-left: 110px;
}

.mt-111px {
  margin-top: 111px;
}

.mr-111px {
  margin-right: 111px;
}

.mb-111px {
  margin-bottom: 111px;
}

.ml-111px {
  margin-left: 111px;
}

.mt-112px {
  margin-top: 112px;
}

.mr-112px {
  margin-right: 112px;
}

.mb-112px {
  margin-bottom: 112px;
}

.ml-112px {
  margin-left: 112px;
}

.mt-113px {
  margin-top: 113px;
}

.mr-113px {
  margin-right: 113px;
}

.mb-113px {
  margin-bottom: 113px;
}

.ml-113px {
  margin-left: 113px;
}

.mt-114px {
  margin-top: 114px;
}

.mr-114px {
  margin-right: 114px;
}

.mb-114px {
  margin-bottom: 114px;
}

.ml-114px {
  margin-left: 114px;
}

.mt-115px {
  margin-top: 115px;
}

.mr-115px {
  margin-right: 115px;
}

.mb-115px {
  margin-bottom: 115px;
}

.ml-115px {
  margin-left: 115px;
}

.mt-116px {
  margin-top: 116px;
}

.mr-116px {
  margin-right: 116px;
}

.mb-116px {
  margin-bottom: 116px;
}

.ml-116px {
  margin-left: 116px;
}

.mt-117px {
  margin-top: 117px;
}

.mr-117px {
  margin-right: 117px;
}

.mb-117px {
  margin-bottom: 117px;
}

.ml-117px {
  margin-left: 117px;
}

.mt-118px {
  margin-top: 118px;
}

.mr-118px {
  margin-right: 118px;
}

.mb-118px {
  margin-bottom: 118px;
}

.ml-118px {
  margin-left: 118px;
}

.mt-119px {
  margin-top: 119px;
}

.mr-119px {
  margin-right: 119px;
}

.mb-119px {
  margin-bottom: 119px;
}

.ml-119px {
  margin-left: 119px;
}

.mt-120px {
  margin-top: 120px;
}

.mr-120px {
  margin-right: 120px;
}

.mb-120px {
  margin-bottom: 120px;
}

.ml-120px {
  margin-left: 120px;
}

.mt-121px {
  margin-top: 121px;
}

.mr-121px {
  margin-right: 121px;
}

.mb-121px {
  margin-bottom: 121px;
}

.ml-121px {
  margin-left: 121px;
}

.mt-122px {
  margin-top: 122px;
}

.mr-122px {
  margin-right: 122px;
}

.mb-122px {
  margin-bottom: 122px;
}

.ml-122px {
  margin-left: 122px;
}

.mt-123px {
  margin-top: 123px;
}

.mr-123px {
  margin-right: 123px;
}

.mb-123px {
  margin-bottom: 123px;
}

.ml-123px {
  margin-left: 123px;
}

.mt-124px {
  margin-top: 124px;
}

.mr-124px {
  margin-right: 124px;
}

.mb-124px {
  margin-bottom: 124px;
}

.ml-124px {
  margin-left: 124px;
}

.mt-125px {
  margin-top: 125px;
}

.mr-125px {
  margin-right: 125px;
}

.mb-125px {
  margin-bottom: 125px;
}

.ml-125px {
  margin-left: 125px;
}

.mt-126px {
  margin-top: 126px;
}

.mr-126px {
  margin-right: 126px;
}

.mb-126px {
  margin-bottom: 126px;
}

.ml-126px {
  margin-left: 126px;
}

.mt-127px {
  margin-top: 127px;
}

.mr-127px {
  margin-right: 127px;
}

.mb-127px {
  margin-bottom: 127px;
}

.ml-127px {
  margin-left: 127px;
}

.mt-128px {
  margin-top: 128px;
}

.mr-128px {
  margin-right: 128px;
}

.mb-128px {
  margin-bottom: 128px;
}

.ml-128px {
  margin-left: 128px;
}

.mt-129px {
  margin-top: 129px;
}

.mr-129px {
  margin-right: 129px;
}

.mb-129px {
  margin-bottom: 129px;
}

.ml-129px {
  margin-left: 129px;
}

.mt-130px {
  margin-top: 130px;
}

.mr-130px {
  margin-right: 130px;
}

.mb-130px {
  margin-bottom: 130px;
}

.ml-130px {
  margin-left: 130px;
}

.mt-133px {
  margin-top: 133px;
}

.mr-133px {
  margin-right: 133px;
}

.mb-133px {
  margin-bottom: 133px;
}

.ml-133px {
  margin-left: 133px;
}

.mt-140px {
  margin-top: 140px;
}

.mr-140px {
  margin-right: 140px;
}

.mb-140px {
  margin-bottom: 140px;
}

.ml-140px {
  margin-left: 140px;
}

.mt-195px {
  margin-top: 195px;
}

.mr-195px {
  margin-right: 195px;
}

.mb-195px {
  margin-bottom: 195px;
}

.ml-195px {
  margin-left: 195px;
}

.mt-200px {
  margin-top: 200px;
}

.mr-200px {
  margin-right: 200px;
}

.mb-200px {
  margin-bottom: 200px;
}

.ml-200px {
  margin-left: 200px;
}

.mt-210px {
  margin-top: 210px;
}

.mr-210px {
  margin-right: 210px;
}

.mb-210px {
  margin-bottom: 210px;
}

.ml-210px {
  margin-left: 210px;
}

.mt-222px {
  margin-top: 222px;
}

.mr-222px {
  margin-right: 222px;
}

.mb-222px {
  margin-bottom: 222px;
}

.ml-222px {
  margin-left: 222px;
}

.mt-258px {
  margin-top: 258px;
}

.mr-258px {
  margin-right: 258px;
}

.mb-258px {
  margin-bottom: 258px;
}

.ml-258px {
  margin-left: 258px;
}

.mt-280px {
  margin-top: 280px;
}

.mr-280px {
  margin-right: 280px;
}

.mb-280px {
  margin-bottom: 280px;
}

.ml-280px {
  margin-left: 280px;
}

.mt-334px {
  margin-top: 334px;
}

.mr-334px {
  margin-right: 334px;
}

.mb-334px {
  margin-bottom: 334px;
}

.ml-334px {
  margin-left: 334px;
}

.mt-388px {
  margin-top: 388px;
}

.mr-388px {
  margin-right: 388px;
}

.mb-388px {
  margin-bottom: 388px;
}

.ml-388px {
  margin-left: 388px;
}

.mt-480px {
  margin-top: 480px;
}

.mr-480px {
  margin-right: 480px;
}

.mb-480px {
  margin-bottom: 480px;
}

.ml-480px {
  margin-left: 480px;
}

.mt-490px {
  margin-top: 490px;
}

.mr-490px {
  margin-right: 490px;
}

.mb-490px {
  margin-bottom: 490px;
}

.ml-490px {
  margin-left: 490px;
}

.mt-505px {
  margin-top: 505px;
}

.mr-505px {
  margin-right: 505px;
}

.mb-505px {
  margin-bottom: 505px;
}

.ml-505px {
  margin-left: 505px;
}

.mt-507px {
  margin-top: 507px;
}

.mr-507px {
  margin-right: 507px;
}

.mb-507px {
  margin-bottom: 507px;
}

.ml-507px {
  margin-left: 507px;
}

.mt-760px {
  margin-top: 760px;
}

.mr-760px {
  margin-right: 760px;
}

.mb-760px {
  margin-bottom: 760px;
}

.ml-760px {
  margin-left: 760px;
}

.mt-780px {
  margin-top: 780px;
}

.mr-780px {
  margin-right: 780px;
}

.mb-780px {
  margin-bottom: 780px;
}

.ml-780px {
  margin-left: 780px;
}

.mt-980px {
  margin-top: 980px;
}

.mr-980px {
  margin-right: 980px;
}

.mb-980px {
  margin-bottom: 980px;
}

.ml-980px {
  margin-left: 980px;
}

.mt-1366px {
  margin-top: 1366px;
}

.mr-1366px {
  margin-right: 1366px;
}

.mb-1366px {
  margin-bottom: 1366px;
}

.ml-1366px {
  margin-left: 1366px;
}

.-mt-0 {
  margin-top: 0px;
}

.-mr-0 {
  margin-right: 0px;
}

.-mb-0 {
  margin-bottom: 0px;
}

.-ml-0 {
  margin-left: 0px;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-7 {
  margin-top: -1.75rem;
}

.-mr-7 {
  margin-right: -1.75rem;
}

.-mb-7 {
  margin-bottom: -1.75rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-9 {
  margin-top: -2.25rem;
}

.-mr-9 {
  margin-right: -2.25rem;
}

.-mb-9 {
  margin-bottom: -2.25rem;
}

.-ml-9 {
  margin-left: -2.25rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-mt-11 {
  margin-top: -2.75rem;
}

.-mr-11 {
  margin-right: -2.75rem;
}

.-mb-11 {
  margin-bottom: -2.75rem;
}

.-ml-11 {
  margin-left: -2.75rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-mt-28 {
  margin-top: -7rem;
}

.-mr-28 {
  margin-right: -7rem;
}

.-mb-28 {
  margin-bottom: -7rem;
}

.-ml-28 {
  margin-left: -7rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-mt-36 {
  margin-top: -9rem;
}

.-mr-36 {
  margin-right: -9rem;
}

.-mb-36 {
  margin-bottom: -9rem;
}

.-ml-36 {
  margin-left: -9rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-mt-44 {
  margin-top: -11rem;
}

.-mr-44 {
  margin-right: -11rem;
}

.-mb-44 {
  margin-bottom: -11rem;
}

.-ml-44 {
  margin-left: -11rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-mt-52 {
  margin-top: -13rem;
}

.-mr-52 {
  margin-right: -13rem;
}

.-mb-52 {
  margin-bottom: -13rem;
}

.-ml-52 {
  margin-left: -13rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-mt-60 {
  margin-top: -15rem;
}

.-mr-60 {
  margin-right: -15rem;
}

.-mb-60 {
  margin-bottom: -15rem;
}

.-ml-60 {
  margin-left: -15rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-mt-72 {
  margin-top: -18rem;
}

.-mr-72 {
  margin-right: -18rem;
}

.-mb-72 {
  margin-bottom: -18rem;
}

.-ml-72 {
  margin-left: -18rem;
}

.-mt-80 {
  margin-top: -20rem;
}

.-mr-80 {
  margin-right: -20rem;
}

.-mb-80 {
  margin-bottom: -20rem;
}

.-ml-80 {
  margin-left: -20rem;
}

.-mt-96 {
  margin-top: -24rem;
}

.-mr-96 {
  margin-right: -24rem;
}

.-mb-96 {
  margin-bottom: -24rem;
}

.-ml-96 {
  margin-left: -24rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.-mt-0\.5 {
  margin-top: -0.125rem;
}

.-mr-0\.5 {
  margin-right: -0.125rem;
}

.-mb-0\.5 {
  margin-bottom: -0.125rem;
}

.-ml-0\.5 {
  margin-left: -0.125rem;
}

.-mt-1\.5 {
  margin-top: -0.375rem;
}

.-mr-1\.5 {
  margin-right: -0.375rem;
}

.-mb-1\.5 {
  margin-bottom: -0.375rem;
}

.-ml-1\.5 {
  margin-left: -0.375rem;
}

.-mt-2\.5 {
  margin-top: -0.625rem;
}

.-mr-2\.5 {
  margin-right: -0.625rem;
}

.-mb-2\.5 {
  margin-bottom: -0.625rem;
}

.-ml-2\.5 {
  margin-left: -0.625rem;
}

.-mt-3\.5 {
  margin-top: -0.875rem;
}

.-mr-3\.5 {
  margin-right: -0.875rem;
}

.-mb-3\.5 {
  margin-bottom: -0.875rem;
}

.-ml-3\.5 {
  margin-left: -0.875rem;
}

.-mt-1px {
  margin-top: -1px;
}

.-mr-1px {
  margin-right: -1px;
}

.-mb-1px {
  margin-bottom: -1px;
}

.-ml-1px {
  margin-left: -1px;
}

.-mt-2px {
  margin-top: -2px;
}

.-mr-2px {
  margin-right: -2px;
}

.-mb-2px {
  margin-bottom: -2px;
}

.-ml-2px {
  margin-left: -2px;
}

.-mt-3px {
  margin-top: -3px;
}

.-mr-3px {
  margin-right: -3px;
}

.-mb-3px {
  margin-bottom: -3px;
}

.-ml-3px {
  margin-left: -3px;
}

.-mt-4px {
  margin-top: -4px;
}

.-mr-4px {
  margin-right: -4px;
}

.-mb-4px {
  margin-bottom: -4px;
}

.-ml-4px {
  margin-left: -4px;
}

.-mt-5px {
  margin-top: -5px;
}

.-mr-5px {
  margin-right: -5px;
}

.-mb-5px {
  margin-bottom: -5px;
}

.-ml-5px {
  margin-left: -5px;
}

.-mt-6px {
  margin-top: -6px;
}

.-mr-6px {
  margin-right: -6px;
}

.-mb-6px {
  margin-bottom: -6px;
}

.-ml-6px {
  margin-left: -6px;
}

.-mt-7px {
  margin-top: -7px;
}

.-mr-7px {
  margin-right: -7px;
}

.-mb-7px {
  margin-bottom: -7px;
}

.-ml-7px {
  margin-left: -7px;
}

.-mt-8px {
  margin-top: -8px;
}

.-mr-8px {
  margin-right: -8px;
}

.-mb-8px {
  margin-bottom: -8px;
}

.-ml-8px {
  margin-left: -8px;
}

.-mt-9px {
  margin-top: -9px;
}

.-mr-9px {
  margin-right: -9px;
}

.-mb-9px {
  margin-bottom: -9px;
}

.-ml-9px {
  margin-left: -9px;
}

.-mt-10px {
  margin-top: -10px;
}

.-mr-10px {
  margin-right: -10px;
}

.-mb-10px {
  margin-bottom: -10px;
}

.-ml-10px {
  margin-left: -10px;
}

.-mt-11px {
  margin-top: -11px;
}

.-mr-11px {
  margin-right: -11px;
}

.-mb-11px {
  margin-bottom: -11px;
}

.-ml-11px {
  margin-left: -11px;
}

.-mt-12px {
  margin-top: -12px;
}

.-mr-12px {
  margin-right: -12px;
}

.-mb-12px {
  margin-bottom: -12px;
}

.-ml-12px {
  margin-left: -12px;
}

.-mt-13px {
  margin-top: -13px;
}

.-mr-13px {
  margin-right: -13px;
}

.-mb-13px {
  margin-bottom: -13px;
}

.-ml-13px {
  margin-left: -13px;
}

.-mt-14px {
  margin-top: -14px;
}

.-mr-14px {
  margin-right: -14px;
}

.-mb-14px {
  margin-bottom: -14px;
}

.-ml-14px {
  margin-left: -14px;
}

.-mt-15px {
  margin-top: -15px;
}

.-mr-15px {
  margin-right: -15px;
}

.-mb-15px {
  margin-bottom: -15px;
}

.-ml-15px {
  margin-left: -15px;
}

.-mt-16px {
  margin-top: -16px;
}

.-mr-16px {
  margin-right: -16px;
}

.-mb-16px {
  margin-bottom: -16px;
}

.-ml-16px {
  margin-left: -16px;
}

.-mt-17px {
  margin-top: -17px;
}

.-mr-17px {
  margin-right: -17px;
}

.-mb-17px {
  margin-bottom: -17px;
}

.-ml-17px {
  margin-left: -17px;
}

.-mt-18px {
  margin-top: -18px;
}

.-mr-18px {
  margin-right: -18px;
}

.-mb-18px {
  margin-bottom: -18px;
}

.-ml-18px {
  margin-left: -18px;
}

.-mt-19px {
  margin-top: -19px;
}

.-mr-19px {
  margin-right: -19px;
}

.-mb-19px {
  margin-bottom: -19px;
}

.-ml-19px {
  margin-left: -19px;
}

.-mt-20px {
  margin-top: -20px;
}

.-mr-20px {
  margin-right: -20px;
}

.-mb-20px {
  margin-bottom: -20px;
}

.-ml-20px {
  margin-left: -20px;
}

.-mt-21px {
  margin-top: -21px;
}

.-mr-21px {
  margin-right: -21px;
}

.-mb-21px {
  margin-bottom: -21px;
}

.-ml-21px {
  margin-left: -21px;
}

.-mt-22px {
  margin-top: -22px;
}

.-mr-22px {
  margin-right: -22px;
}

.-mb-22px {
  margin-bottom: -22px;
}

.-ml-22px {
  margin-left: -22px;
}

.-mt-23px {
  margin-top: -23px;
}

.-mr-23px {
  margin-right: -23px;
}

.-mb-23px {
  margin-bottom: -23px;
}

.-ml-23px {
  margin-left: -23px;
}

.-mt-24px {
  margin-top: -24px;
}

.-mr-24px {
  margin-right: -24px;
}

.-mb-24px {
  margin-bottom: -24px;
}

.-ml-24px {
  margin-left: -24px;
}

.-mt-25px {
  margin-top: -25px;
}

.-mr-25px {
  margin-right: -25px;
}

.-mb-25px {
  margin-bottom: -25px;
}

.-ml-25px {
  margin-left: -25px;
}

.-mt-26px {
  margin-top: -26px;
}

.-mr-26px {
  margin-right: -26px;
}

.-mb-26px {
  margin-bottom: -26px;
}

.-ml-26px {
  margin-left: -26px;
}

.-mt-27px {
  margin-top: -27px;
}

.-mr-27px {
  margin-right: -27px;
}

.-mb-27px {
  margin-bottom: -27px;
}

.-ml-27px {
  margin-left: -27px;
}

.-mt-28px {
  margin-top: -28px;
}

.-mr-28px {
  margin-right: -28px;
}

.-mb-28px {
  margin-bottom: -28px;
}

.-ml-28px {
  margin-left: -28px;
}

.-mt-29px {
  margin-top: -29px;
}

.-mr-29px {
  margin-right: -29px;
}

.-mb-29px {
  margin-bottom: -29px;
}

.-ml-29px {
  margin-left: -29px;
}

.-mt-30px {
  margin-top: -30px;
}

.-mr-30px {
  margin-right: -30px;
}

.-mb-30px {
  margin-bottom: -30px;
}

.-ml-30px {
  margin-left: -30px;
}

.-mt-31px {
  margin-top: -31px;
}

.-mr-31px {
  margin-right: -31px;
}

.-mb-31px {
  margin-bottom: -31px;
}

.-ml-31px {
  margin-left: -31px;
}

.-mt-32px {
  margin-top: -32px;
}

.-mr-32px {
  margin-right: -32px;
}

.-mb-32px {
  margin-bottom: -32px;
}

.-ml-32px {
  margin-left: -32px;
}

.-mt-33px {
  margin-top: -33px;
}

.-mr-33px {
  margin-right: -33px;
}

.-mb-33px {
  margin-bottom: -33px;
}

.-ml-33px {
  margin-left: -33px;
}

.-mt-34px {
  margin-top: -34px;
}

.-mr-34px {
  margin-right: -34px;
}

.-mb-34px {
  margin-bottom: -34px;
}

.-ml-34px {
  margin-left: -34px;
}

.-mt-35px {
  margin-top: -35px;
}

.-mr-35px {
  margin-right: -35px;
}

.-mb-35px {
  margin-bottom: -35px;
}

.-ml-35px {
  margin-left: -35px;
}

.-mt-36px {
  margin-top: -36px;
}

.-mr-36px {
  margin-right: -36px;
}

.-mb-36px {
  margin-bottom: -36px;
}

.-ml-36px {
  margin-left: -36px;
}

.-mt-37px {
  margin-top: -37px;
}

.-mr-37px {
  margin-right: -37px;
}

.-mb-37px {
  margin-bottom: -37px;
}

.-ml-37px {
  margin-left: -37px;
}

.-mt-38px {
  margin-top: -38px;
}

.-mr-38px {
  margin-right: -38px;
}

.-mb-38px {
  margin-bottom: -38px;
}

.-ml-38px {
  margin-left: -38px;
}

.-mt-39px {
  margin-top: -39px;
}

.-mr-39px {
  margin-right: -39px;
}

.-mb-39px {
  margin-bottom: -39px;
}

.-ml-39px {
  margin-left: -39px;
}

.-mt-40px {
  margin-top: -40px;
}

.-mr-40px {
  margin-right: -40px;
}

.-mb-40px {
  margin-bottom: -40px;
}

.-ml-40px {
  margin-left: -40px;
}

.-mt-41px {
  margin-top: -41px;
}

.-mr-41px {
  margin-right: -41px;
}

.-mb-41px {
  margin-bottom: -41px;
}

.-ml-41px {
  margin-left: -41px;
}

.-mt-42px {
  margin-top: -42px;
}

.-mr-42px {
  margin-right: -42px;
}

.-mb-42px {
  margin-bottom: -42px;
}

.-ml-42px {
  margin-left: -42px;
}

.-mt-43px {
  margin-top: -43px;
}

.-mr-43px {
  margin-right: -43px;
}

.-mb-43px {
  margin-bottom: -43px;
}

.-ml-43px {
  margin-left: -43px;
}

.-mt-44px {
  margin-top: -44px;
}

.-mr-44px {
  margin-right: -44px;
}

.-mb-44px {
  margin-bottom: -44px;
}

.-ml-44px {
  margin-left: -44px;
}

.-mt-45px {
  margin-top: -45px;
}

.-mr-45px {
  margin-right: -45px;
}

.-mb-45px {
  margin-bottom: -45px;
}

.-ml-45px {
  margin-left: -45px;
}

.-mt-46px {
  margin-top: -46px;
}

.-mr-46px {
  margin-right: -46px;
}

.-mb-46px {
  margin-bottom: -46px;
}

.-ml-46px {
  margin-left: -46px;
}

.-mt-47px {
  margin-top: -47px;
}

.-mr-47px {
  margin-right: -47px;
}

.-mb-47px {
  margin-bottom: -47px;
}

.-ml-47px {
  margin-left: -47px;
}

.-mt-48px {
  margin-top: -48px;
}

.-mr-48px {
  margin-right: -48px;
}

.-mb-48px {
  margin-bottom: -48px;
}

.-ml-48px {
  margin-left: -48px;
}

.-mt-49px {
  margin-top: -49px;
}

.-mr-49px {
  margin-right: -49px;
}

.-mb-49px {
  margin-bottom: -49px;
}

.-ml-49px {
  margin-left: -49px;
}

.-mt-50px {
  margin-top: -50px;
}

.-mr-50px {
  margin-right: -50px;
}

.-mb-50px {
  margin-bottom: -50px;
}

.-ml-50px {
  margin-left: -50px;
}

.-mt-51px {
  margin-top: -51px;
}

.-mr-51px {
  margin-right: -51px;
}

.-mb-51px {
  margin-bottom: -51px;
}

.-ml-51px {
  margin-left: -51px;
}

.-mt-52px {
  margin-top: -52px;
}

.-mr-52px {
  margin-right: -52px;
}

.-mb-52px {
  margin-bottom: -52px;
}

.-ml-52px {
  margin-left: -52px;
}

.-mt-53px {
  margin-top: -53px;
}

.-mr-53px {
  margin-right: -53px;
}

.-mb-53px {
  margin-bottom: -53px;
}

.-ml-53px {
  margin-left: -53px;
}

.-mt-54px {
  margin-top: -54px;
}

.-mr-54px {
  margin-right: -54px;
}

.-mb-54px {
  margin-bottom: -54px;
}

.-ml-54px {
  margin-left: -54px;
}

.-mt-55px {
  margin-top: -55px;
}

.-mr-55px {
  margin-right: -55px;
}

.-mb-55px {
  margin-bottom: -55px;
}

.-ml-55px {
  margin-left: -55px;
}

.-mt-56px {
  margin-top: -56px;
}

.-mr-56px {
  margin-right: -56px;
}

.-mb-56px {
  margin-bottom: -56px;
}

.-ml-56px {
  margin-left: -56px;
}

.-mt-57px {
  margin-top: -57px;
}

.-mr-57px {
  margin-right: -57px;
}

.-mb-57px {
  margin-bottom: -57px;
}

.-ml-57px {
  margin-left: -57px;
}

.-mt-58px {
  margin-top: -58px;
}

.-mr-58px {
  margin-right: -58px;
}

.-mb-58px {
  margin-bottom: -58px;
}

.-ml-58px {
  margin-left: -58px;
}

.-mt-59px {
  margin-top: -59px;
}

.-mr-59px {
  margin-right: -59px;
}

.-mb-59px {
  margin-bottom: -59px;
}

.-ml-59px {
  margin-left: -59px;
}

.-mt-60px {
  margin-top: -60px;
}

.-mr-60px {
  margin-right: -60px;
}

.-mb-60px {
  margin-bottom: -60px;
}

.-ml-60px {
  margin-left: -60px;
}

.-mt-61px {
  margin-top: -61px;
}

.-mr-61px {
  margin-right: -61px;
}

.-mb-61px {
  margin-bottom: -61px;
}

.-ml-61px {
  margin-left: -61px;
}

.-mt-62px {
  margin-top: -62px;
}

.-mr-62px {
  margin-right: -62px;
}

.-mb-62px {
  margin-bottom: -62px;
}

.-ml-62px {
  margin-left: -62px;
}

.-mt-63px {
  margin-top: -63px;
}

.-mr-63px {
  margin-right: -63px;
}

.-mb-63px {
  margin-bottom: -63px;
}

.-ml-63px {
  margin-left: -63px;
}

.-mt-64px {
  margin-top: -64px;
}

.-mr-64px {
  margin-right: -64px;
}

.-mb-64px {
  margin-bottom: -64px;
}

.-ml-64px {
  margin-left: -64px;
}

.-mt-65px {
  margin-top: -65px;
}

.-mr-65px {
  margin-right: -65px;
}

.-mb-65px {
  margin-bottom: -65px;
}

.-ml-65px {
  margin-left: -65px;
}

.-mt-66px {
  margin-top: -66px;
}

.-mr-66px {
  margin-right: -66px;
}

.-mb-66px {
  margin-bottom: -66px;
}

.-ml-66px {
  margin-left: -66px;
}

.-mt-67px {
  margin-top: -67px;
}

.-mr-67px {
  margin-right: -67px;
}

.-mb-67px {
  margin-bottom: -67px;
}

.-ml-67px {
  margin-left: -67px;
}

.-mt-68px {
  margin-top: -68px;
}

.-mr-68px {
  margin-right: -68px;
}

.-mb-68px {
  margin-bottom: -68px;
}

.-ml-68px {
  margin-left: -68px;
}

.-mt-69px {
  margin-top: -69px;
}

.-mr-69px {
  margin-right: -69px;
}

.-mb-69px {
  margin-bottom: -69px;
}

.-ml-69px {
  margin-left: -69px;
}

.-mt-70px {
  margin-top: -70px;
}

.-mr-70px {
  margin-right: -70px;
}

.-mb-70px {
  margin-bottom: -70px;
}

.-ml-70px {
  margin-left: -70px;
}

.-mt-71px {
  margin-top: -71px;
}

.-mr-71px {
  margin-right: -71px;
}

.-mb-71px {
  margin-bottom: -71px;
}

.-ml-71px {
  margin-left: -71px;
}

.-mt-72px {
  margin-top: -72px;
}

.-mr-72px {
  margin-right: -72px;
}

.-mb-72px {
  margin-bottom: -72px;
}

.-ml-72px {
  margin-left: -72px;
}

.-mt-73px {
  margin-top: -73px;
}

.-mr-73px {
  margin-right: -73px;
}

.-mb-73px {
  margin-bottom: -73px;
}

.-ml-73px {
  margin-left: -73px;
}

.-mt-74px {
  margin-top: -74px;
}

.-mr-74px {
  margin-right: -74px;
}

.-mb-74px {
  margin-bottom: -74px;
}

.-ml-74px {
  margin-left: -74px;
}

.-mt-75px {
  margin-top: -75px;
}

.-mr-75px {
  margin-right: -75px;
}

.-mb-75px {
  margin-bottom: -75px;
}

.-ml-75px {
  margin-left: -75px;
}

.-mt-76px {
  margin-top: -76px;
}

.-mr-76px {
  margin-right: -76px;
}

.-mb-76px {
  margin-bottom: -76px;
}

.-ml-76px {
  margin-left: -76px;
}

.-mt-77px {
  margin-top: -77px;
}

.-mr-77px {
  margin-right: -77px;
}

.-mb-77px {
  margin-bottom: -77px;
}

.-ml-77px {
  margin-left: -77px;
}

.-mt-78px {
  margin-top: -78px;
}

.-mr-78px {
  margin-right: -78px;
}

.-mb-78px {
  margin-bottom: -78px;
}

.-ml-78px {
  margin-left: -78px;
}

.-mt-79px {
  margin-top: -79px;
}

.-mr-79px {
  margin-right: -79px;
}

.-mb-79px {
  margin-bottom: -79px;
}

.-ml-79px {
  margin-left: -79px;
}

.-mt-80px {
  margin-top: -80px;
}

.-mr-80px {
  margin-right: -80px;
}

.-mb-80px {
  margin-bottom: -80px;
}

.-ml-80px {
  margin-left: -80px;
}

.-mt-81px {
  margin-top: -81px;
}

.-mr-81px {
  margin-right: -81px;
}

.-mb-81px {
  margin-bottom: -81px;
}

.-ml-81px {
  margin-left: -81px;
}

.-mt-82px {
  margin-top: -82px;
}

.-mr-82px {
  margin-right: -82px;
}

.-mb-82px {
  margin-bottom: -82px;
}

.-ml-82px {
  margin-left: -82px;
}

.-mt-83px {
  margin-top: -83px;
}

.-mr-83px {
  margin-right: -83px;
}

.-mb-83px {
  margin-bottom: -83px;
}

.-ml-83px {
  margin-left: -83px;
}

.-mt-84px {
  margin-top: -84px;
}

.-mr-84px {
  margin-right: -84px;
}

.-mb-84px {
  margin-bottom: -84px;
}

.-ml-84px {
  margin-left: -84px;
}

.-mt-85px {
  margin-top: -85px;
}

.-mr-85px {
  margin-right: -85px;
}

.-mb-85px {
  margin-bottom: -85px;
}

.-ml-85px {
  margin-left: -85px;
}

.-mt-86px {
  margin-top: -86px;
}

.-mr-86px {
  margin-right: -86px;
}

.-mb-86px {
  margin-bottom: -86px;
}

.-ml-86px {
  margin-left: -86px;
}

.-mt-87px {
  margin-top: -87px;
}

.-mr-87px {
  margin-right: -87px;
}

.-mb-87px {
  margin-bottom: -87px;
}

.-ml-87px {
  margin-left: -87px;
}

.-mt-88px {
  margin-top: -88px;
}

.-mr-88px {
  margin-right: -88px;
}

.-mb-88px {
  margin-bottom: -88px;
}

.-ml-88px {
  margin-left: -88px;
}

.-mt-89px {
  margin-top: -89px;
}

.-mr-89px {
  margin-right: -89px;
}

.-mb-89px {
  margin-bottom: -89px;
}

.-ml-89px {
  margin-left: -89px;
}

.-mt-90px {
  margin-top: -90px;
}

.-mr-90px {
  margin-right: -90px;
}

.-mb-90px {
  margin-bottom: -90px;
}

.-ml-90px {
  margin-left: -90px;
}

.-mt-91px {
  margin-top: -91px;
}

.-mr-91px {
  margin-right: -91px;
}

.-mb-91px {
  margin-bottom: -91px;
}

.-ml-91px {
  margin-left: -91px;
}

.-mt-92px {
  margin-top: -92px;
}

.-mr-92px {
  margin-right: -92px;
}

.-mb-92px {
  margin-bottom: -92px;
}

.-ml-92px {
  margin-left: -92px;
}

.-mt-93px {
  margin-top: -93px;
}

.-mr-93px {
  margin-right: -93px;
}

.-mb-93px {
  margin-bottom: -93px;
}

.-ml-93px {
  margin-left: -93px;
}

.-mt-94px {
  margin-top: -94px;
}

.-mr-94px {
  margin-right: -94px;
}

.-mb-94px {
  margin-bottom: -94px;
}

.-ml-94px {
  margin-left: -94px;
}

.-mt-95px {
  margin-top: -95px;
}

.-mr-95px {
  margin-right: -95px;
}

.-mb-95px {
  margin-bottom: -95px;
}

.-ml-95px {
  margin-left: -95px;
}

.-mt-96px {
  margin-top: -96px;
}

.-mr-96px {
  margin-right: -96px;
}

.-mb-96px {
  margin-bottom: -96px;
}

.-ml-96px {
  margin-left: -96px;
}

.-mt-97px {
  margin-top: -97px;
}

.-mr-97px {
  margin-right: -97px;
}

.-mb-97px {
  margin-bottom: -97px;
}

.-ml-97px {
  margin-left: -97px;
}

.-mt-98px {
  margin-top: -98px;
}

.-mr-98px {
  margin-right: -98px;
}

.-mb-98px {
  margin-bottom: -98px;
}

.-ml-98px {
  margin-left: -98px;
}

.-mt-99px {
  margin-top: -99px;
}

.-mr-99px {
  margin-right: -99px;
}

.-mb-99px {
  margin-bottom: -99px;
}

.-ml-99px {
  margin-left: -99px;
}

.-mt-100px {
  margin-top: -100px;
}

.-mr-100px {
  margin-right: -100px;
}

.-mb-100px {
  margin-bottom: -100px;
}

.-ml-100px {
  margin-left: -100px;
}

.-mt-101px {
  margin-top: -101px;
}

.-mr-101px {
  margin-right: -101px;
}

.-mb-101px {
  margin-bottom: -101px;
}

.-ml-101px {
  margin-left: -101px;
}

.-mt-102px {
  margin-top: -102px;
}

.-mr-102px {
  margin-right: -102px;
}

.-mb-102px {
  margin-bottom: -102px;
}

.-ml-102px {
  margin-left: -102px;
}

.-mt-103px {
  margin-top: -103px;
}

.-mr-103px {
  margin-right: -103px;
}

.-mb-103px {
  margin-bottom: -103px;
}

.-ml-103px {
  margin-left: -103px;
}

.-mt-104px {
  margin-top: -104px;
}

.-mr-104px {
  margin-right: -104px;
}

.-mb-104px {
  margin-bottom: -104px;
}

.-ml-104px {
  margin-left: -104px;
}

.-mt-105px {
  margin-top: -105px;
}

.-mr-105px {
  margin-right: -105px;
}

.-mb-105px {
  margin-bottom: -105px;
}

.-ml-105px {
  margin-left: -105px;
}

.-mt-106px {
  margin-top: -106px;
}

.-mr-106px {
  margin-right: -106px;
}

.-mb-106px {
  margin-bottom: -106px;
}

.-ml-106px {
  margin-left: -106px;
}

.-mt-107px {
  margin-top: -107px;
}

.-mr-107px {
  margin-right: -107px;
}

.-mb-107px {
  margin-bottom: -107px;
}

.-ml-107px {
  margin-left: -107px;
}

.-mt-108px {
  margin-top: -108px;
}

.-mr-108px {
  margin-right: -108px;
}

.-mb-108px {
  margin-bottom: -108px;
}

.-ml-108px {
  margin-left: -108px;
}

.-mt-109px {
  margin-top: -109px;
}

.-mr-109px {
  margin-right: -109px;
}

.-mb-109px {
  margin-bottom: -109px;
}

.-ml-109px {
  margin-left: -109px;
}

.-mt-110px {
  margin-top: -110px;
}

.-mr-110px {
  margin-right: -110px;
}

.-mb-110px {
  margin-bottom: -110px;
}

.-ml-110px {
  margin-left: -110px;
}

.-mt-111px {
  margin-top: -111px;
}

.-mr-111px {
  margin-right: -111px;
}

.-mb-111px {
  margin-bottom: -111px;
}

.-ml-111px {
  margin-left: -111px;
}

.-mt-112px {
  margin-top: -112px;
}

.-mr-112px {
  margin-right: -112px;
}

.-mb-112px {
  margin-bottom: -112px;
}

.-ml-112px {
  margin-left: -112px;
}

.-mt-113px {
  margin-top: -113px;
}

.-mr-113px {
  margin-right: -113px;
}

.-mb-113px {
  margin-bottom: -113px;
}

.-ml-113px {
  margin-left: -113px;
}

.-mt-114px {
  margin-top: -114px;
}

.-mr-114px {
  margin-right: -114px;
}

.-mb-114px {
  margin-bottom: -114px;
}

.-ml-114px {
  margin-left: -114px;
}

.-mt-115px {
  margin-top: -115px;
}

.-mr-115px {
  margin-right: -115px;
}

.-mb-115px {
  margin-bottom: -115px;
}

.-ml-115px {
  margin-left: -115px;
}

.-mt-116px {
  margin-top: -116px;
}

.-mr-116px {
  margin-right: -116px;
}

.-mb-116px {
  margin-bottom: -116px;
}

.-ml-116px {
  margin-left: -116px;
}

.-mt-117px {
  margin-top: -117px;
}

.-mr-117px {
  margin-right: -117px;
}

.-mb-117px {
  margin-bottom: -117px;
}

.-ml-117px {
  margin-left: -117px;
}

.-mt-118px {
  margin-top: -118px;
}

.-mr-118px {
  margin-right: -118px;
}

.-mb-118px {
  margin-bottom: -118px;
}

.-ml-118px {
  margin-left: -118px;
}

.-mt-119px {
  margin-top: -119px;
}

.-mr-119px {
  margin-right: -119px;
}

.-mb-119px {
  margin-bottom: -119px;
}

.-ml-119px {
  margin-left: -119px;
}

.-mt-120px {
  margin-top: -120px;
}

.-mr-120px {
  margin-right: -120px;
}

.-mb-120px {
  margin-bottom: -120px;
}

.-ml-120px {
  margin-left: -120px;
}

.-mt-121px {
  margin-top: -121px;
}

.-mr-121px {
  margin-right: -121px;
}

.-mb-121px {
  margin-bottom: -121px;
}

.-ml-121px {
  margin-left: -121px;
}

.-mt-122px {
  margin-top: -122px;
}

.-mr-122px {
  margin-right: -122px;
}

.-mb-122px {
  margin-bottom: -122px;
}

.-ml-122px {
  margin-left: -122px;
}

.-mt-123px {
  margin-top: -123px;
}

.-mr-123px {
  margin-right: -123px;
}

.-mb-123px {
  margin-bottom: -123px;
}

.-ml-123px {
  margin-left: -123px;
}

.-mt-124px {
  margin-top: -124px;
}

.-mr-124px {
  margin-right: -124px;
}

.-mb-124px {
  margin-bottom: -124px;
}

.-ml-124px {
  margin-left: -124px;
}

.-mt-125px {
  margin-top: -125px;
}

.-mr-125px {
  margin-right: -125px;
}

.-mb-125px {
  margin-bottom: -125px;
}

.-ml-125px {
  margin-left: -125px;
}

.-mt-126px {
  margin-top: -126px;
}

.-mr-126px {
  margin-right: -126px;
}

.-mb-126px {
  margin-bottom: -126px;
}

.-ml-126px {
  margin-left: -126px;
}

.-mt-127px {
  margin-top: -127px;
}

.-mr-127px {
  margin-right: -127px;
}

.-mb-127px {
  margin-bottom: -127px;
}

.-ml-127px {
  margin-left: -127px;
}

.-mt-128px {
  margin-top: -128px;
}

.-mr-128px {
  margin-right: -128px;
}

.-mb-128px {
  margin-bottom: -128px;
}

.-ml-128px {
  margin-left: -128px;
}

.-mt-129px {
  margin-top: -129px;
}

.-mr-129px {
  margin-right: -129px;
}

.-mb-129px {
  margin-bottom: -129px;
}

.-ml-129px {
  margin-left: -129px;
}

.-mt-130px {
  margin-top: -130px;
}

.-mr-130px {
  margin-right: -130px;
}

.-mb-130px {
  margin-bottom: -130px;
}

.-ml-130px {
  margin-left: -130px;
}

.-mt-133px {
  margin-top: -133px;
}

.-mr-133px {
  margin-right: -133px;
}

.-mb-133px {
  margin-bottom: -133px;
}

.-ml-133px {
  margin-left: -133px;
}

.-mt-140px {
  margin-top: -140px;
}

.-mr-140px {
  margin-right: -140px;
}

.-mb-140px {
  margin-bottom: -140px;
}

.-ml-140px {
  margin-left: -140px;
}

.-mt-195px {
  margin-top: -195px;
}

.-mr-195px {
  margin-right: -195px;
}

.-mb-195px {
  margin-bottom: -195px;
}

.-ml-195px {
  margin-left: -195px;
}

.-mt-200px {
  margin-top: -200px;
}

.-mr-200px {
  margin-right: -200px;
}

.-mb-200px {
  margin-bottom: -200px;
}

.-ml-200px {
  margin-left: -200px;
}

.-mt-210px {
  margin-top: -210px;
}

.-mr-210px {
  margin-right: -210px;
}

.-mb-210px {
  margin-bottom: -210px;
}

.-ml-210px {
  margin-left: -210px;
}

.-mt-222px {
  margin-top: -222px;
}

.-mr-222px {
  margin-right: -222px;
}

.-mb-222px {
  margin-bottom: -222px;
}

.-ml-222px {
  margin-left: -222px;
}

.-mt-258px {
  margin-top: -258px;
}

.-mr-258px {
  margin-right: -258px;
}

.-mb-258px {
  margin-bottom: -258px;
}

.-ml-258px {
  margin-left: -258px;
}

.-mt-280px {
  margin-top: -280px;
}

.-mr-280px {
  margin-right: -280px;
}

.-mb-280px {
  margin-bottom: -280px;
}

.-ml-280px {
  margin-left: -280px;
}

.-mt-334px {
  margin-top: -334px;
}

.-mr-334px {
  margin-right: -334px;
}

.-mb-334px {
  margin-bottom: -334px;
}

.-ml-334px {
  margin-left: -334px;
}

.-mt-388px {
  margin-top: -388px;
}

.-mr-388px {
  margin-right: -388px;
}

.-mb-388px {
  margin-bottom: -388px;
}

.-ml-388px {
  margin-left: -388px;
}

.-mt-480px {
  margin-top: -480px;
}

.-mr-480px {
  margin-right: -480px;
}

.-mb-480px {
  margin-bottom: -480px;
}

.-ml-480px {
  margin-left: -480px;
}

.-mt-490px {
  margin-top: -490px;
}

.-mr-490px {
  margin-right: -490px;
}

.-mb-490px {
  margin-bottom: -490px;
}

.-ml-490px {
  margin-left: -490px;
}

.-mt-505px {
  margin-top: -505px;
}

.-mr-505px {
  margin-right: -505px;
}

.-mb-505px {
  margin-bottom: -505px;
}

.-ml-505px {
  margin-left: -505px;
}

.-mt-507px {
  margin-top: -507px;
}

.-mr-507px {
  margin-right: -507px;
}

.-mb-507px {
  margin-bottom: -507px;
}

.-ml-507px {
  margin-left: -507px;
}

.-mt-760px {
  margin-top: -760px;
}

.-mr-760px {
  margin-right: -760px;
}

.-mb-760px {
  margin-bottom: -760px;
}

.-ml-760px {
  margin-left: -760px;
}

.-mt-780px {
  margin-top: -780px;
}

.-mr-780px {
  margin-right: -780px;
}

.-mb-780px {
  margin-bottom: -780px;
}

.-ml-780px {
  margin-left: -780px;
}

.-mt-980px {
  margin-top: -980px;
}

.-mr-980px {
  margin-right: -980px;
}

.-mb-980px {
  margin-bottom: -980px;
}

.-ml-980px {
  margin-left: -980px;
}

.-mt-1366px {
  margin-top: -1366px;
}

.-mr-1366px {
  margin-right: -1366px;
}

.-mb-1366px {
  margin-bottom: -1366px;
}

.-ml-1366px {
  margin-left: -1366px;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-1 {
  max-height: 0.25rem;
}

.max-h-2 {
  max-height: 0.5rem;
}

.max-h-3 {
  max-height: 0.75rem;
}

.max-h-4 {
  max-height: 1rem;
}

.max-h-5 {
  max-height: 1.25rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-9 {
  max-height: 2.25rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-11 {
  max-height: 2.75rem;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-36 {
  max-height: 9rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-44 {
  max-height: 11rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-px {
  max-height: 1px;
}

.max-h-0\.5 {
  max-height: 0.125rem;
}

.max-h-1\.5 {
  max-height: 0.375rem;
}

.max-h-2\.5 {
  max-height: 0.625rem;
}

.max-h-3\.5 {
  max-height: 0.875rem;
}

.max-h-1px {
  max-height: 1px;
}

.max-h-2px {
  max-height: 2px;
}

.max-h-3px {
  max-height: 3px;
}

.max-h-4px {
  max-height: 4px;
}

.max-h-5px {
  max-height: 5px;
}

.max-h-6px {
  max-height: 6px;
}

.max-h-7px {
  max-height: 7px;
}

.max-h-8px {
  max-height: 8px;
}

.max-h-9px {
  max-height: 9px;
}

.max-h-10px {
  max-height: 10px;
}

.max-h-11px {
  max-height: 11px;
}

.max-h-12px {
  max-height: 12px;
}

.max-h-13px {
  max-height: 13px;
}

.max-h-14px {
  max-height: 14px;
}

.max-h-15px {
  max-height: 15px;
}

.max-h-16px {
  max-height: 16px;
}

.max-h-17px {
  max-height: 17px;
}

.max-h-18px {
  max-height: 18px;
}

.max-h-19px {
  max-height: 19px;
}

.max-h-20px {
  max-height: 20px;
}

.max-h-21px {
  max-height: 21px;
}

.max-h-22px {
  max-height: 22px;
}

.max-h-23px {
  max-height: 23px;
}

.max-h-24px {
  max-height: 24px;
}

.max-h-25px {
  max-height: 25px;
}

.max-h-26px {
  max-height: 26px;
}

.max-h-27px {
  max-height: 27px;
}

.max-h-28px {
  max-height: 28px;
}

.max-h-29px {
  max-height: 29px;
}

.max-h-30px {
  max-height: 30px;
}

.max-h-31px {
  max-height: 31px;
}

.max-h-32px {
  max-height: 32px;
}

.max-h-33px {
  max-height: 33px;
}

.max-h-34px {
  max-height: 34px;
}

.max-h-35px {
  max-height: 35px;
}

.max-h-36px {
  max-height: 36px;
}

.max-h-37px {
  max-height: 37px;
}

.max-h-38px {
  max-height: 38px;
}

.max-h-39px {
  max-height: 39px;
}

.max-h-40px {
  max-height: 40px;
}

.max-h-41px {
  max-height: 41px;
}

.max-h-42px {
  max-height: 42px;
}

.max-h-43px {
  max-height: 43px;
}

.max-h-44px {
  max-height: 44px;
}

.max-h-45px {
  max-height: 45px;
}

.max-h-46px {
  max-height: 46px;
}

.max-h-47px {
  max-height: 47px;
}

.max-h-48px {
  max-height: 48px;
}

.max-h-49px {
  max-height: 49px;
}

.max-h-50px {
  max-height: 50px;
}

.max-h-51px {
  max-height: 51px;
}

.max-h-52px {
  max-height: 52px;
}

.max-h-53px {
  max-height: 53px;
}

.max-h-54px {
  max-height: 54px;
}

.max-h-55px {
  max-height: 55px;
}

.max-h-56px {
  max-height: 56px;
}

.max-h-57px {
  max-height: 57px;
}

.max-h-58px {
  max-height: 58px;
}

.max-h-59px {
  max-height: 59px;
}

.max-h-60px {
  max-height: 60px;
}

.max-h-61px {
  max-height: 61px;
}

.max-h-62px {
  max-height: 62px;
}

.max-h-63px {
  max-height: 63px;
}

.max-h-64px {
  max-height: 64px;
}

.max-h-65px {
  max-height: 65px;
}

.max-h-66px {
  max-height: 66px;
}

.max-h-67px {
  max-height: 67px;
}

.max-h-68px {
  max-height: 68px;
}

.max-h-69px {
  max-height: 69px;
}

.max-h-70px {
  max-height: 70px;
}

.max-h-71px {
  max-height: 71px;
}

.max-h-72px {
  max-height: 72px;
}

.max-h-73px {
  max-height: 73px;
}

.max-h-74px {
  max-height: 74px;
}

.max-h-75px {
  max-height: 75px;
}

.max-h-76px {
  max-height: 76px;
}

.max-h-77px {
  max-height: 77px;
}

.max-h-78px {
  max-height: 78px;
}

.max-h-79px {
  max-height: 79px;
}

.max-h-80px {
  max-height: 80px;
}

.max-h-81px {
  max-height: 81px;
}

.max-h-82px {
  max-height: 82px;
}

.max-h-83px {
  max-height: 83px;
}

.max-h-84px {
  max-height: 84px;
}

.max-h-85px {
  max-height: 85px;
}

.max-h-86px {
  max-height: 86px;
}

.max-h-87px {
  max-height: 87px;
}

.max-h-88px {
  max-height: 88px;
}

.max-h-89px {
  max-height: 89px;
}

.max-h-90px {
  max-height: 90px;
}

.max-h-91px {
  max-height: 91px;
}

.max-h-92px {
  max-height: 92px;
}

.max-h-93px {
  max-height: 93px;
}

.max-h-94px {
  max-height: 94px;
}

.max-h-95px {
  max-height: 95px;
}

.max-h-96px {
  max-height: 96px;
}

.max-h-97px {
  max-height: 97px;
}

.max-h-98px {
  max-height: 98px;
}

.max-h-99px {
  max-height: 99px;
}

.max-h-100px {
  max-height: 100px;
}

.max-h-101px {
  max-height: 101px;
}

.max-h-102px {
  max-height: 102px;
}

.max-h-103px {
  max-height: 103px;
}

.max-h-104px {
  max-height: 104px;
}

.max-h-105px {
  max-height: 105px;
}

.max-h-106px {
  max-height: 106px;
}

.max-h-107px {
  max-height: 107px;
}

.max-h-108px {
  max-height: 108px;
}

.max-h-109px {
  max-height: 109px;
}

.max-h-110px {
  max-height: 110px;
}

.max-h-111px {
  max-height: 111px;
}

.max-h-112px {
  max-height: 112px;
}

.max-h-113px {
  max-height: 113px;
}

.max-h-114px {
  max-height: 114px;
}

.max-h-115px {
  max-height: 115px;
}

.max-h-116px {
  max-height: 116px;
}

.max-h-117px {
  max-height: 117px;
}

.max-h-118px {
  max-height: 118px;
}

.max-h-119px {
  max-height: 119px;
}

.max-h-120px {
  max-height: 120px;
}

.max-h-121px {
  max-height: 121px;
}

.max-h-122px {
  max-height: 122px;
}

.max-h-123px {
  max-height: 123px;
}

.max-h-124px {
  max-height: 124px;
}

.max-h-125px {
  max-height: 125px;
}

.max-h-126px {
  max-height: 126px;
}

.max-h-127px {
  max-height: 127px;
}

.max-h-128px {
  max-height: 128px;
}

.max-h-129px {
  max-height: 129px;
}

.max-h-130px {
  max-height: 130px;
}

.max-h-133px {
  max-height: 133px;
}

.max-h-140px {
  max-height: 140px;
}

.max-h-195px {
  max-height: 195px;
}

.max-h-200px {
  max-height: 200px;
}

.max-h-210px {
  max-height: 210px;
}

.max-h-222px {
  max-height: 222px;
}

.max-h-258px {
  max-height: 258px;
}

.max-h-280px {
  max-height: 280px;
}

.max-h-334px {
  max-height: 334px;
}

.max-h-388px {
  max-height: 388px;
}

.max-h-480px {
  max-height: 480px;
}

.max-h-490px {
  max-height: 490px;
}

.max-h-505px {
  max-height: 505px;
}

.max-h-507px {
  max-height: 507px;
}

.max-h-760px {
  max-height: 760px;
}

.max-h-780px {
  max-height: 780px;
}

.max-h-980px {
  max-height: 980px;
}

.max-h-1366px {
  max-height: 1366px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-0 {
  max-width: 0rem;
}

.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: min-content;
}

.max-w-max {
  max-width: -webkit-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: 1366px;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.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-full {
  min-width: 100%;
}

.min-w-min {
  min-width: -webkit-min-content;
  min-width: min-content;
}

.min-w-max {
  min-width: -webkit-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-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-72 {
  padding: 18rem;
}

.p-80 {
  padding: 20rem;
}

.p-96 {
  padding: 24rem;
}

.p-px {
  padding: 1px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-1px {
  padding: 1px;
}

.p-2px {
  padding: 2px;
}

.p-3px {
  padding: 3px;
}

.p-4px {
  padding: 4px;
}

.p-5px {
  padding: 5px;
}

.p-6px {
  padding: 6px;
}

.p-7px {
  padding: 7px;
}

.p-8px {
  padding: 8px;
}

.p-9px {
  padding: 9px;
}

.p-10px {
  padding: 10px;
}

.p-11px {
  padding: 11px;
}

.p-12px {
  padding: 12px;
}

.p-13px {
  padding: 13px;
}

.p-14px {
  padding: 14px;
}

.p-15px {
  padding: 15px;
}

.p-16px {
  padding: 16px;
}

.p-17px {
  padding: 17px;
}

.p-18px {
  padding: 18px;
}

.p-19px {
  padding: 19px;
}

.p-20px {
  padding: 20px;
}

.p-21px {
  padding: 21px;
}

.p-22px {
  padding: 22px;
}

.p-23px {
  padding: 23px;
}

.p-24px {
  padding: 24px;
}

.p-25px {
  padding: 25px;
}

.p-26px {
  padding: 26px;
}

.p-27px {
  padding: 27px;
}

.p-28px {
  padding: 28px;
}

.p-29px {
  padding: 29px;
}

.p-30px {
  padding: 30px;
}

.p-31px {
  padding: 31px;
}

.p-32px {
  padding: 32px;
}

.p-33px {
  padding: 33px;
}

.p-34px {
  padding: 34px;
}

.p-35px {
  padding: 35px;
}

.p-36px {
  padding: 36px;
}

.p-37px {
  padding: 37px;
}

.p-38px {
  padding: 38px;
}

.p-39px {
  padding: 39px;
}

.p-40px {
  padding: 40px;
}

.p-41px {
  padding: 41px;
}

.p-42px {
  padding: 42px;
}

.p-43px {
  padding: 43px;
}

.p-44px {
  padding: 44px;
}

.p-45px {
  padding: 45px;
}

.p-46px {
  padding: 46px;
}

.p-47px {
  padding: 47px;
}

.p-48px {
  padding: 48px;
}

.p-49px {
  padding: 49px;
}

.p-50px {
  padding: 50px;
}

.p-51px {
  padding: 51px;
}

.p-52px {
  padding: 52px;
}

.p-53px {
  padding: 53px;
}

.p-54px {
  padding: 54px;
}

.p-55px {
  padding: 55px;
}

.p-56px {
  padding: 56px;
}

.p-57px {
  padding: 57px;
}

.p-58px {
  padding: 58px;
}

.p-59px {
  padding: 59px;
}

.p-60px {
  padding: 60px;
}

.p-61px {
  padding: 61px;
}

.p-62px {
  padding: 62px;
}

.p-63px {
  padding: 63px;
}

.p-64px {
  padding: 64px;
}

.p-65px {
  padding: 65px;
}

.p-66px {
  padding: 66px;
}

.p-67px {
  padding: 67px;
}

.p-68px {
  padding: 68px;
}

.p-69px {
  padding: 69px;
}

.p-70px {
  padding: 70px;
}

.p-71px {
  padding: 71px;
}

.p-72px {
  padding: 72px;
}

.p-73px {
  padding: 73px;
}

.p-74px {
  padding: 74px;
}

.p-75px {
  padding: 75px;
}

.p-76px {
  padding: 76px;
}

.p-77px {
  padding: 77px;
}

.p-78px {
  padding: 78px;
}

.p-79px {
  padding: 79px;
}

.p-80px {
  padding: 80px;
}

.p-81px {
  padding: 81px;
}

.p-82px {
  padding: 82px;
}

.p-83px {
  padding: 83px;
}

.p-84px {
  padding: 84px;
}

.p-85px {
  padding: 85px;
}

.p-86px {
  padding: 86px;
}

.p-87px {
  padding: 87px;
}

.p-88px {
  padding: 88px;
}

.p-89px {
  padding: 89px;
}

.p-90px {
  padding: 90px;
}

.p-91px {
  padding: 91px;
}

.p-92px {
  padding: 92px;
}

.p-93px {
  padding: 93px;
}

.p-94px {
  padding: 94px;
}

.p-95px {
  padding: 95px;
}

.p-96px {
  padding: 96px;
}

.p-97px {
  padding: 97px;
}

.p-98px {
  padding: 98px;
}

.p-99px {
  padding: 99px;
}

.p-100px {
  padding: 100px;
}

.p-101px {
  padding: 101px;
}

.p-102px {
  padding: 102px;
}

.p-103px {
  padding: 103px;
}

.p-104px {
  padding: 104px;
}

.p-105px {
  padding: 105px;
}

.p-106px {
  padding: 106px;
}

.p-107px {
  padding: 107px;
}

.p-108px {
  padding: 108px;
}

.p-109px {
  padding: 109px;
}

.p-110px {
  padding: 110px;
}

.p-111px {
  padding: 111px;
}

.p-112px {
  padding: 112px;
}

.p-113px {
  padding: 113px;
}

.p-114px {
  padding: 114px;
}

.p-115px {
  padding: 115px;
}

.p-116px {
  padding: 116px;
}

.p-117px {
  padding: 117px;
}

.p-118px {
  padding: 118px;
}

.p-119px {
  padding: 119px;
}

.p-120px {
  padding: 120px;
}

.p-121px {
  padding: 121px;
}

.p-122px {
  padding: 122px;
}

.p-123px {
  padding: 123px;
}

.p-124px {
  padding: 124px;
}

.p-125px {
  padding: 125px;
}

.p-126px {
  padding: 126px;
}

.p-127px {
  padding: 127px;
}

.p-128px {
  padding: 128px;
}

.p-129px {
  padding: 129px;
}

.p-130px {
  padding: 130px;
}

.p-133px {
  padding: 133px;
}

.p-140px {
  padding: 140px;
}

.p-195px {
  padding: 195px;
}

.p-200px {
  padding: 200px;
}

.p-210px {
  padding: 210px;
}

.p-222px {
  padding: 222px;
}

.p-258px {
  padding: 258px;
}

.p-280px {
  padding: 280px;
}

.p-334px {
  padding: 334px;
}

.p-388px {
  padding: 388px;
}

.p-480px {
  padding: 480px;
}

.p-490px {
  padding: 490px;
}

.p-505px {
  padding: 505px;
}

.p-507px {
  padding: 507px;
}

.p-760px {
  padding: 760px;
}

.p-780px {
  padding: 780px;
}

.p-980px {
  padding: 980px;
}

.p-1366px {
  padding: 1366px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.py-1px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-1px {
  padding-left: 1px;
  padding-right: 1px;
}

.py-2px {
  padding-top: 2px;
  padding-bottom: 2px;
}

.px-2px {
  padding-left: 2px;
  padding-right: 2px;
}

.py-3px {
  padding-top: 3px;
  padding-bottom: 3px;
}

.px-3px {
  padding-left: 3px;
  padding-right: 3px;
}

.py-4px {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px-4px {
  padding-left: 4px;
  padding-right: 4px;
}

.py-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-5px {
  padding-left: 5px;
  padding-right: 5px;
}

.py-6px {
  padding-top: 6px;
  padding-bottom: 6px;
}

.px-6px {
  padding-left: 6px;
  padding-right: 6px;
}

.py-7px {
  padding-top: 7px;
  padding-bottom: 7px;
}

.px-7px {
  padding-left: 7px;
  padding-right: 7px;
}

.py-8px {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-8px {
  padding-left: 8px;
  padding-right: 8px;
}

.py-9px {
  padding-top: 9px;
  padding-bottom: 9px;
}

.px-9px {
  padding-left: 9px;
  padding-right: 9px;
}

.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}

.py-11px {
  padding-top: 11px;
  padding-bottom: 11px;
}

.px-11px {
  padding-left: 11px;
  padding-right: 11px;
}

.py-12px {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-12px {
  padding-left: 12px;
  padding-right: 12px;
}

.py-13px {
  padding-top: 13px;
  padding-bottom: 13px;
}

.px-13px {
  padding-left: 13px;
  padding-right: 13px;
}

.py-14px {
  padding-top: 14px;
  padding-bottom: 14px;
}

.px-14px {
  padding-left: 14px;
  padding-right: 14px;
}

.py-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}

.py-16px {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-16px {
  padding-left: 16px;
  padding-right: 16px;
}

.py-17px {
  padding-top: 17px;
  padding-bottom: 17px;
}

.px-17px {
  padding-left: 17px;
  padding-right: 17px;
}

.py-18px {
  padding-top: 18px;
  padding-bottom: 18px;
}

.px-18px {
  padding-left: 18px;
  padding-right: 18px;
}

.py-19px {
  padding-top: 19px;
  padding-bottom: 19px;
}

.px-19px {
  padding-left: 19px;
  padding-right: 19px;
}

.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}

.py-21px {
  padding-top: 21px;
  padding-bottom: 21px;
}

.px-21px {
  padding-left: 21px;
  padding-right: 21px;
}

.py-22px {
  padding-top: 22px;
  padding-bottom: 22px;
}

.px-22px {
  padding-left: 22px;
  padding-right: 22px;
}

.py-23px {
  padding-top: 23px;
  padding-bottom: 23px;
}

.px-23px {
  padding-left: 23px;
  padding-right: 23px;
}

.py-24px {
  padding-top: 24px;
  padding-bottom: 24px;
}

.px-24px {
  padding-left: 24px;
  padding-right: 24px;
}

.py-25px {
  padding-top: 25px;
  padding-bottom: 25px;
}

.px-25px {
  padding-left: 25px;
  padding-right: 25px;
}

.py-26px {
  padding-top: 26px;
  padding-bottom: 26px;
}

.px-26px {
  padding-left: 26px;
  padding-right: 26px;
}

.py-27px {
  padding-top: 27px;
  padding-bottom: 27px;
}

.px-27px {
  padding-left: 27px;
  padding-right: 27px;
}

.py-28px {
  padding-top: 28px;
  padding-bottom: 28px;
}

.px-28px {
  padding-left: 28px;
  padding-right: 28px;
}

.py-29px {
  padding-top: 29px;
  padding-bottom: 29px;
}

.px-29px {
  padding-left: 29px;
  padding-right: 29px;
}

.py-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-30px {
  padding-left: 30px;
  padding-right: 30px;
}

.py-31px {
  padding-top: 31px;
  padding-bottom: 31px;
}

.px-31px {
  padding-left: 31px;
  padding-right: 31px;
}

.py-32px {
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-32px {
  padding-left: 32px;
  padding-right: 32px;
}

.py-33px {
  padding-top: 33px;
  padding-bottom: 33px;
}

.px-33px {
  padding-left: 33px;
  padding-right: 33px;
}

.py-34px {
  padding-top: 34px;
  padding-bottom: 34px;
}

.px-34px {
  padding-left: 34px;
  padding-right: 34px;
}

.py-35px {
  padding-top: 35px;
  padding-bottom: 35px;
}

.px-35px {
  padding-left: 35px;
  padding-right: 35px;
}

.py-36px {
  padding-top: 36px;
  padding-bottom: 36px;
}

.px-36px {
  padding-left: 36px;
  padding-right: 36px;
}

.py-37px {
  padding-top: 37px;
  padding-bottom: 37px;
}

.px-37px {
  padding-left: 37px;
  padding-right: 37px;
}

.py-38px {
  padding-top: 38px;
  padding-bottom: 38px;
}

.px-38px {
  padding-left: 38px;
  padding-right: 38px;
}

.py-39px {
  padding-top: 39px;
  padding-bottom: 39px;
}

.px-39px {
  padding-left: 39px;
  padding-right: 39px;
}

.py-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-40px {
  padding-left: 40px;
  padding-right: 40px;
}

.py-41px {
  padding-top: 41px;
  padding-bottom: 41px;
}

.px-41px {
  padding-left: 41px;
  padding-right: 41px;
}

.py-42px {
  padding-top: 42px;
  padding-bottom: 42px;
}

.px-42px {
  padding-left: 42px;
  padding-right: 42px;
}

.py-43px {
  padding-top: 43px;
  padding-bottom: 43px;
}

.px-43px {
  padding-left: 43px;
  padding-right: 43px;
}

.py-44px {
  padding-top: 44px;
  padding-bottom: 44px;
}

.px-44px {
  padding-left: 44px;
  padding-right: 44px;
}

.py-45px {
  padding-top: 45px;
  padding-bottom: 45px;
}

.px-45px {
  padding-left: 45px;
  padding-right: 45px;
}

.py-46px {
  padding-top: 46px;
  padding-bottom: 46px;
}

.px-46px {
  padding-left: 46px;
  padding-right: 46px;
}

.py-47px {
  padding-top: 47px;
  padding-bottom: 47px;
}

.px-47px {
  padding-left: 47px;
  padding-right: 47px;
}

.py-48px {
  padding-top: 48px;
  padding-bottom: 48px;
}

.px-48px {
  padding-left: 48px;
  padding-right: 48px;
}

.py-49px {
  padding-top: 49px;
  padding-bottom: 49px;
}

.px-49px {
  padding-left: 49px;
  padding-right: 49px;
}

.py-50px {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-50px {
  padding-left: 50px;
  padding-right: 50px;
}

.py-51px {
  padding-top: 51px;
  padding-bottom: 51px;
}

.px-51px {
  padding-left: 51px;
  padding-right: 51px;
}

.py-52px {
  padding-top: 52px;
  padding-bottom: 52px;
}

.px-52px {
  padding-left: 52px;
  padding-right: 52px;
}

.py-53px {
  padding-top: 53px;
  padding-bottom: 53px;
}

.px-53px {
  padding-left: 53px;
  padding-right: 53px;
}

.py-54px {
  padding-top: 54px;
  padding-bottom: 54px;
}

.px-54px {
  padding-left: 54px;
  padding-right: 54px;
}

.py-55px {
  padding-top: 55px;
  padding-bottom: 55px;
}

.px-55px {
  padding-left: 55px;
  padding-right: 55px;
}

.py-56px {
  padding-top: 56px;
  padding-bottom: 56px;
}

.px-56px {
  padding-left: 56px;
  padding-right: 56px;
}

.py-57px {
  padding-top: 57px;
  padding-bottom: 57px;
}

.px-57px {
  padding-left: 57px;
  padding-right: 57px;
}

.py-58px {
  padding-top: 58px;
  padding-bottom: 58px;
}

.px-58px {
  padding-left: 58px;
  padding-right: 58px;
}

.py-59px {
  padding-top: 59px;
  padding-bottom: 59px;
}

.px-59px {
  padding-left: 59px;
  padding-right: 59px;
}

.py-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-60px {
  padding-left: 60px;
  padding-right: 60px;
}

.py-61px {
  padding-top: 61px;
  padding-bottom: 61px;
}

.px-61px {
  padding-left: 61px;
  padding-right: 61px;
}

.py-62px {
  padding-top: 62px;
  padding-bottom: 62px;
}

.px-62px {
  padding-left: 62px;
  padding-right: 62px;
}

.py-63px {
  padding-top: 63px;
  padding-bottom: 63px;
}

.px-63px {
  padding-left: 63px;
  padding-right: 63px;
}

.py-64px {
  padding-top: 64px;
  padding-bottom: 64px;
}

.px-64px {
  padding-left: 64px;
  padding-right: 64px;
}

.py-65px {
  padding-top: 65px;
  padding-bottom: 65px;
}

.px-65px {
  padding-left: 65px;
  padding-right: 65px;
}

.py-66px {
  padding-top: 66px;
  padding-bottom: 66px;
}

.px-66px {
  padding-left: 66px;
  padding-right: 66px;
}

.py-67px {
  padding-top: 67px;
  padding-bottom: 67px;
}

.px-67px {
  padding-left: 67px;
  padding-right: 67px;
}

.py-68px {
  padding-top: 68px;
  padding-bottom: 68px;
}

.px-68px {
  padding-left: 68px;
  padding-right: 68px;
}

.py-69px {
  padding-top: 69px;
  padding-bottom: 69px;
}

.px-69px {
  padding-left: 69px;
  padding-right: 69px;
}

.py-70px {
  padding-top: 70px;
  padding-bottom: 70px;
}

.px-70px {
  padding-left: 70px;
  padding-right: 70px;
}

.py-71px {
  padding-top: 71px;
  padding-bottom: 71px;
}

.px-71px {
  padding-left: 71px;
  padding-right: 71px;
}

.py-72px {
  padding-top: 72px;
  padding-bottom: 72px;
}

.px-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.py-73px {
  padding-top: 73px;
  padding-bottom: 73px;
}

.px-73px {
  padding-left: 73px;
  padding-right: 73px;
}

.py-74px {
  padding-top: 74px;
  padding-bottom: 74px;
}

.px-74px {
  padding-left: 74px;
  padding-right: 74px;
}

.py-75px {
  padding-top: 75px;
  padding-bottom: 75px;
}

.px-75px {
  padding-left: 75px;
  padding-right: 75px;
}

.py-76px {
  padding-top: 76px;
  padding-bottom: 76px;
}

.px-76px {
  padding-left: 76px;
  padding-right: 76px;
}

.py-77px {
  padding-top: 77px;
  padding-bottom: 77px;
}

.px-77px {
  padding-left: 77px;
  padding-right: 77px;
}

.py-78px {
  padding-top: 78px;
  padding-bottom: 78px;
}

.px-78px {
  padding-left: 78px;
  padding-right: 78px;
}

.py-79px {
  padding-top: 79px;
  padding-bottom: 79px;
}

.px-79px {
  padding-left: 79px;
  padding-right: 79px;
}

.py-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.px-80px {
  padding-left: 80px;
  padding-right: 80px;
}

.py-81px {
  padding-top: 81px;
  padding-bottom: 81px;
}

.px-81px {
  padding-left: 81px;
  padding-right: 81px;
}

.py-82px {
  padding-top: 82px;
  padding-bottom: 82px;
}

.px-82px {
  padding-left: 82px;
  padding-right: 82px;
}

.py-83px {
  padding-top: 83px;
  padding-bottom: 83px;
}

.px-83px {
  padding-left: 83px;
  padding-right: 83px;
}

.py-84px {
  padding-top: 84px;
  padding-bottom: 84px;
}

.px-84px {
  padding-left: 84px;
  padding-right: 84px;
}

.py-85px {
  padding-top: 85px;
  padding-bottom: 85px;
}

.px-85px {
  padding-left: 85px;
  padding-right: 85px;
}

.py-86px {
  padding-top: 86px;
  padding-bottom: 86px;
}

.px-86px {
  padding-left: 86px;
  padding-right: 86px;
}

.py-87px {
  padding-top: 87px;
  padding-bottom: 87px;
}

.px-87px {
  padding-left: 87px;
  padding-right: 87px;
}

.py-88px {
  padding-top: 88px;
  padding-bottom: 88px;
}

.px-88px {
  padding-left: 88px;
  padding-right: 88px;
}

.py-89px {
  padding-top: 89px;
  padding-bottom: 89px;
}

.px-89px {
  padding-left: 89px;
  padding-right: 89px;
}

.py-90px {
  padding-top: 90px;
  padding-bottom: 90px;
}

.px-90px {
  padding-left: 90px;
  padding-right: 90px;
}

.py-91px {
  padding-top: 91px;
  padding-bottom: 91px;
}

.px-91px {
  padding-left: 91px;
  padding-right: 91px;
}

.py-92px {
  padding-top: 92px;
  padding-bottom: 92px;
}

.px-92px {
  padding-left: 92px;
  padding-right: 92px;
}

.py-93px {
  padding-top: 93px;
  padding-bottom: 93px;
}

.px-93px {
  padding-left: 93px;
  padding-right: 93px;
}

.py-94px {
  padding-top: 94px;
  padding-bottom: 94px;
}

.px-94px {
  padding-left: 94px;
  padding-right: 94px;
}

.py-95px {
  padding-top: 95px;
  padding-bottom: 95px;
}

.px-95px {
  padding-left: 95px;
  padding-right: 95px;
}

.py-96px {
  padding-top: 96px;
  padding-bottom: 96px;
}

.px-96px {
  padding-left: 96px;
  padding-right: 96px;
}

.py-97px {
  padding-top: 97px;
  padding-bottom: 97px;
}

.px-97px {
  padding-left: 97px;
  padding-right: 97px;
}

.py-98px {
  padding-top: 98px;
  padding-bottom: 98px;
}

.px-98px {
  padding-left: 98px;
  padding-right: 98px;
}

.py-99px {
  padding-top: 99px;
  padding-bottom: 99px;
}

.px-99px {
  padding-left: 99px;
  padding-right: 99px;
}

.py-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.px-100px {
  padding-left: 100px;
  padding-right: 100px;
}

.py-101px {
  padding-top: 101px;
  padding-bottom: 101px;
}

.px-101px {
  padding-left: 101px;
  padding-right: 101px;
}

.py-102px {
  padding-top: 102px;
  padding-bottom: 102px;
}

.px-102px {
  padding-left: 102px;
  padding-right: 102px;
}

.py-103px {
  padding-top: 103px;
  padding-bottom: 103px;
}

.px-103px {
  padding-left: 103px;
  padding-right: 103px;
}

.py-104px {
  padding-top: 104px;
  padding-bottom: 104px;
}

.px-104px {
  padding-left: 104px;
  padding-right: 104px;
}

.py-105px {
  padding-top: 105px;
  padding-bottom: 105px;
}

.px-105px {
  padding-left: 105px;
  padding-right: 105px;
}

.py-106px {
  padding-top: 106px;
  padding-bottom: 106px;
}

.px-106px {
  padding-left: 106px;
  padding-right: 106px;
}

.py-107px {
  padding-top: 107px;
  padding-bottom: 107px;
}

.px-107px {
  padding-left: 107px;
  padding-right: 107px;
}

.py-108px {
  padding-top: 108px;
  padding-bottom: 108px;
}

.px-108px {
  padding-left: 108px;
  padding-right: 108px;
}

.py-109px {
  padding-top: 109px;
  padding-bottom: 109px;
}

.px-109px {
  padding-left: 109px;
  padding-right: 109px;
}

.py-110px {
  padding-top: 110px;
  padding-bottom: 110px;
}

.px-110px {
  padding-left: 110px;
  padding-right: 110px;
}

.py-111px {
  padding-top: 111px;
  padding-bottom: 111px;
}

.px-111px {
  padding-left: 111px;
  padding-right: 111px;
}

.py-112px {
  padding-top: 112px;
  padding-bottom: 112px;
}

.px-112px {
  padding-left: 112px;
  padding-right: 112px;
}

.py-113px {
  padding-top: 113px;
  padding-bottom: 113px;
}

.px-113px {
  padding-left: 113px;
  padding-right: 113px;
}

.py-114px {
  padding-top: 114px;
  padding-bottom: 114px;
}

.px-114px {
  padding-left: 114px;
  padding-right: 114px;
}

.py-115px {
  padding-top: 115px;
  padding-bottom: 115px;
}

.px-115px {
  padding-left: 115px;
  padding-right: 115px;
}

.py-116px {
  padding-top: 116px;
  padding-bottom: 116px;
}

.px-116px {
  padding-left: 116px;
  padding-right: 116px;
}

.py-117px {
  padding-top: 117px;
  padding-bottom: 117px;
}

.px-117px {
  padding-left: 117px;
  padding-right: 117px;
}

.py-118px {
  padding-top: 118px;
  padding-bottom: 118px;
}

.px-118px {
  padding-left: 118px;
  padding-right: 118px;
}

.py-119px {
  padding-top: 119px;
  padding-bottom: 119px;
}

.px-119px {
  padding-left: 119px;
  padding-right: 119px;
}

.py-120px {
  padding-top: 120px;
  padding-bottom: 120px;
}

.px-120px {
  padding-left: 120px;
  padding-right: 120px;
}

.py-121px {
  padding-top: 121px;
  padding-bottom: 121px;
}

.px-121px {
  padding-left: 121px;
  padding-right: 121px;
}

.py-122px {
  padding-top: 122px;
  padding-bottom: 122px;
}

.px-122px {
  padding-left: 122px;
  padding-right: 122px;
}

.py-123px {
  padding-top: 123px;
  padding-bottom: 123px;
}

.px-123px {
  padding-left: 123px;
  padding-right: 123px;
}

.py-124px {
  padding-top: 124px;
  padding-bottom: 124px;
}

.px-124px {
  padding-left: 124px;
  padding-right: 124px;
}

.py-125px {
  padding-top: 125px;
  padding-bottom: 125px;
}

.px-125px {
  padding-left: 125px;
  padding-right: 125px;
}

.py-126px {
  padding-top: 126px;
  padding-bottom: 126px;
}

.px-126px {
  padding-left: 126px;
  padding-right: 126px;
}

.py-127px {
  padding-top: 127px;
  padding-bottom: 127px;
}

.px-127px {
  padding-left: 127px;
  padding-right: 127px;
}

.py-128px {
  padding-top: 128px;
  padding-bottom: 128px;
}

.px-128px {
  padding-left: 128px;
  padding-right: 128px;
}

.py-129px {
  padding-top: 129px;
  padding-bottom: 129px;
}

.px-129px {
  padding-left: 129px;
  padding-right: 129px;
}

.py-130px {
  padding-top: 130px;
  padding-bottom: 130px;
}

.px-130px {
  padding-left: 130px;
  padding-right: 130px;
}

.py-133px {
  padding-top: 133px;
  padding-bottom: 133px;
}

.px-133px {
  padding-left: 133px;
  padding-right: 133px;
}

.py-140px {
  padding-top: 140px;
  padding-bottom: 140px;
}

.px-140px {
  padding-left: 140px;
  padding-right: 140px;
}

.py-195px {
  padding-top: 195px;
  padding-bottom: 195px;
}

.px-195px {
  padding-left: 195px;
  padding-right: 195px;
}

.py-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.px-200px {
  padding-left: 200px;
  padding-right: 200px;
}

.py-210px {
  padding-top: 210px;
  padding-bottom: 210px;
}

.px-210px {
  padding-left: 210px;
  padding-right: 210px;
}

.py-222px {
  padding-top: 222px;
  padding-bottom: 222px;
}

.px-222px {
  padding-left: 222px;
  padding-right: 222px;
}

.py-258px {
  padding-top: 258px;
  padding-bottom: 258px;
}

.px-258px {
  padding-left: 258px;
  padding-right: 258px;
}

.py-280px {
  padding-top: 280px;
  padding-bottom: 280px;
}

.px-280px {
  padding-left: 280px;
  padding-right: 280px;
}

.py-334px {
  padding-top: 334px;
  padding-bottom: 334px;
}

.px-334px {
  padding-left: 334px;
  padding-right: 334px;
}

.py-388px {
  padding-top: 388px;
  padding-bottom: 388px;
}

.px-388px {
  padding-left: 388px;
  padding-right: 388px;
}

.py-480px {
  padding-top: 480px;
  padding-bottom: 480px;
}

.px-480px {
  padding-left: 480px;
  padding-right: 480px;
}

.py-490px {
  padding-top: 490px;
  padding-bottom: 490px;
}

.px-490px {
  padding-left: 490px;
  padding-right: 490px;
}

.py-505px {
  padding-top: 505px;
  padding-bottom: 505px;
}

.px-505px {
  padding-left: 505px;
  padding-right: 505px;
}

.py-507px {
  padding-top: 507px;
  padding-bottom: 507px;
}

.px-507px {
  padding-left: 507px;
  padding-right: 507px;
}

.py-760px {
  padding-top: 760px;
  padding-bottom: 760px;
}

.px-760px {
  padding-left: 760px;
  padding-right: 760px;
}

.py-780px {
  padding-top: 780px;
  padding-bottom: 780px;
}

.px-780px {
  padding-left: 780px;
  padding-right: 780px;
}

.py-980px {
  padding-top: 980px;
  padding-bottom: 980px;
}

.px-980px {
  padding-left: 980px;
  padding-right: 980px;
}

.py-1366px {
  padding-top: 1366px;
  padding-bottom: 1366px;
}

.px-1366px {
  padding-left: 1366px;
  padding-right: 1366px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pt-96 {
  padding-top: 24rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pt-1px {
  padding-top: 1px;
}

.pr-1px {
  padding-right: 1px;
}

.pb-1px {
  padding-bottom: 1px;
}

.pl-1px {
  padding-left: 1px;
}

.pt-2px {
  padding-top: 2px;
}

.pr-2px {
  padding-right: 2px;
}

.pb-2px {
  padding-bottom: 2px;
}

.pl-2px {
  padding-left: 2px;
}

.pt-3px {
  padding-top: 3px;
}

.pr-3px {
  padding-right: 3px;
}

.pb-3px {
  padding-bottom: 3px;
}

.pl-3px {
  padding-left: 3px;
}

.pt-4px {
  padding-top: 4px;
}

.pr-4px {
  padding-right: 4px;
}

.pb-4px {
  padding-bottom: 4px;
}

.pl-4px {
  padding-left: 4px;
}

.pt-5px {
  padding-top: 5px;
}

.pr-5px {
  padding-right: 5px;
}

.pb-5px {
  padding-bottom: 5px;
}

.pl-5px {
  padding-left: 5px;
}

.pt-6px {
  padding-top: 6px;
}

.pr-6px {
  padding-right: 6px;
}

.pb-6px {
  padding-bottom: 6px;
}

.pl-6px {
  padding-left: 6px;
}

.pt-7px {
  padding-top: 7px;
}

.pr-7px {
  padding-right: 7px;
}

.pb-7px {
  padding-bottom: 7px;
}

.pl-7px {
  padding-left: 7px;
}

.pt-8px {
  padding-top: 8px;
}

.pr-8px {
  padding-right: 8px;
}

.pb-8px {
  padding-bottom: 8px;
}

.pl-8px {
  padding-left: 8px;
}

.pt-9px {
  padding-top: 9px;
}

.pr-9px {
  padding-right: 9px;
}

.pb-9px {
  padding-bottom: 9px;
}

.pl-9px {
  padding-left: 9px;
}

.pt-10px {
  padding-top: 10px;
}

.pr-10px {
  padding-right: 10px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pl-10px {
  padding-left: 10px;
}

.pt-11px {
  padding-top: 11px;
}

.pr-11px {
  padding-right: 11px;
}

.pb-11px {
  padding-bottom: 11px;
}

.pl-11px {
  padding-left: 11px;
}

.pt-12px {
  padding-top: 12px;
}

.pr-12px {
  padding-right: 12px;
}

.pb-12px {
  padding-bottom: 12px;
}

.pl-12px {
  padding-left: 12px;
}

.pt-13px {
  padding-top: 13px;
}

.pr-13px {
  padding-right: 13px;
}

.pb-13px {
  padding-bottom: 13px;
}

.pl-13px {
  padding-left: 13px;
}

.pt-14px {
  padding-top: 14px;
}

.pr-14px {
  padding-right: 14px;
}

.pb-14px {
  padding-bottom: 14px;
}

.pl-14px {
  padding-left: 14px;
}

.pt-15px {
  padding-top: 15px;
}

.pr-15px {
  padding-right: 15px;
}

.pb-15px {
  padding-bottom: 15px;
}

.pl-15px {
  padding-left: 15px;
}

.pt-16px {
  padding-top: 16px;
}

.pr-16px {
  padding-right: 16px;
}

.pb-16px {
  padding-bottom: 16px;
}

.pl-16px {
  padding-left: 16px;
}

.pt-17px {
  padding-top: 17px;
}

.pr-17px {
  padding-right: 17px;
}

.pb-17px {
  padding-bottom: 17px;
}

.pl-17px {
  padding-left: 17px;
}

.pt-18px {
  padding-top: 18px;
}

.pr-18px {
  padding-right: 18px;
}

.pb-18px {
  padding-bottom: 18px;
}

.pl-18px {
  padding-left: 18px;
}

.pt-19px {
  padding-top: 19px;
}

.pr-19px {
  padding-right: 19px;
}

.pb-19px {
  padding-bottom: 19px;
}

.pl-19px {
  padding-left: 19px;
}

.pt-20px {
  padding-top: 20px;
}

.pr-20px {
  padding-right: 20px;
}

.pb-20px {
  padding-bottom: 20px;
}

.pl-20px {
  padding-left: 20px;
}

.pt-21px {
  padding-top: 21px;
}

.pr-21px {
  padding-right: 21px;
}

.pb-21px {
  padding-bottom: 21px;
}

.pl-21px {
  padding-left: 21px;
}

.pt-22px {
  padding-top: 22px;
}

.pr-22px {
  padding-right: 22px;
}

.pb-22px {
  padding-bottom: 22px;
}

.pl-22px {
  padding-left: 22px;
}

.pt-23px {
  padding-top: 23px;
}

.pr-23px {
  padding-right: 23px;
}

.pb-23px {
  padding-bottom: 23px;
}

.pl-23px {
  padding-left: 23px;
}

.pt-24px {
  padding-top: 24px;
}

.pr-24px {
  padding-right: 24px;
}

.pb-24px {
  padding-bottom: 24px;
}

.pl-24px {
  padding-left: 24px;
}

.pt-25px {
  padding-top: 25px;
}

.pr-25px {
  padding-right: 25px;
}

.pb-25px {
  padding-bottom: 25px;
}

.pl-25px {
  padding-left: 25px;
}

.pt-26px {
  padding-top: 26px;
}

.pr-26px {
  padding-right: 26px;
}

.pb-26px {
  padding-bottom: 26px;
}

.pl-26px {
  padding-left: 26px;
}

.pt-27px {
  padding-top: 27px;
}

.pr-27px {
  padding-right: 27px;
}

.pb-27px {
  padding-bottom: 27px;
}

.pl-27px {
  padding-left: 27px;
}

.pt-28px {
  padding-top: 28px;
}

.pr-28px {
  padding-right: 28px;
}

.pb-28px {
  padding-bottom: 28px;
}

.pl-28px {
  padding-left: 28px;
}

.pt-29px {
  padding-top: 29px;
}

.pr-29px {
  padding-right: 29px;
}

.pb-29px {
  padding-bottom: 29px;
}

.pl-29px {
  padding-left: 29px;
}

.pt-30px {
  padding-top: 30px;
}

.pr-30px {
  padding-right: 30px;
}

.pb-30px {
  padding-bottom: 30px;
}

.pl-30px {
  padding-left: 30px;
}

.pt-31px {
  padding-top: 31px;
}

.pr-31px {
  padding-right: 31px;
}

.pb-31px {
  padding-bottom: 31px;
}

.pl-31px {
  padding-left: 31px;
}

.pt-32px {
  padding-top: 32px;
}

.pr-32px {
  padding-right: 32px;
}

.pb-32px {
  padding-bottom: 32px;
}

.pl-32px {
  padding-left: 32px;
}

.pt-33px {
  padding-top: 33px;
}

.pr-33px {
  padding-right: 33px;
}

.pb-33px {
  padding-bottom: 33px;
}

.pl-33px {
  padding-left: 33px;
}

.pt-34px {
  padding-top: 34px;
}

.pr-34px {
  padding-right: 34px;
}

.pb-34px {
  padding-bottom: 34px;
}

.pl-34px {
  padding-left: 34px;
}

.pt-35px {
  padding-top: 35px;
}

.pr-35px {
  padding-right: 35px;
}

.pb-35px {
  padding-bottom: 35px;
}

.pl-35px {
  padding-left: 35px;
}

.pt-36px {
  padding-top: 36px;
}

.pr-36px {
  padding-right: 36px;
}

.pb-36px {
  padding-bottom: 36px;
}

.pl-36px {
  padding-left: 36px;
}

.pt-37px {
  padding-top: 37px;
}

.pr-37px {
  padding-right: 37px;
}

.pb-37px {
  padding-bottom: 37px;
}

.pl-37px {
  padding-left: 37px;
}

.pt-38px {
  padding-top: 38px;
}

.pr-38px {
  padding-right: 38px;
}

.pb-38px {
  padding-bottom: 38px;
}

.pl-38px {
  padding-left: 38px;
}

.pt-39px {
  padding-top: 39px;
}

.pr-39px {
  padding-right: 39px;
}

.pb-39px {
  padding-bottom: 39px;
}

.pl-39px {
  padding-left: 39px;
}

.pt-40px {
  padding-top: 40px;
}

.pr-40px {
  padding-right: 40px;
}

.pb-40px {
  padding-bottom: 40px;
}

.pl-40px {
  padding-left: 40px;
}

.pt-41px {
  padding-top: 41px;
}

.pr-41px {
  padding-right: 41px;
}

.pb-41px {
  padding-bottom: 41px;
}

.pl-41px {
  padding-left: 41px;
}

.pt-42px {
  padding-top: 42px;
}

.pr-42px {
  padding-right: 42px;
}

.pb-42px {
  padding-bottom: 42px;
}

.pl-42px {
  padding-left: 42px;
}

.pt-43px {
  padding-top: 43px;
}

.pr-43px {
  padding-right: 43px;
}

.pb-43px {
  padding-bottom: 43px;
}

.pl-43px {
  padding-left: 43px;
}

.pt-44px {
  padding-top: 44px;
}

.pr-44px {
  padding-right: 44px;
}

.pb-44px {
  padding-bottom: 44px;
}

.pl-44px {
  padding-left: 44px;
}

.pt-45px {
  padding-top: 45px;
}

.pr-45px {
  padding-right: 45px;
}

.pb-45px {
  padding-bottom: 45px;
}

.pl-45px {
  padding-left: 45px;
}

.pt-46px {
  padding-top: 46px;
}

.pr-46px {
  padding-right: 46px;
}

.pb-46px {
  padding-bottom: 46px;
}

.pl-46px {
  padding-left: 46px;
}

.pt-47px {
  padding-top: 47px;
}

.pr-47px {
  padding-right: 47px;
}

.pb-47px {
  padding-bottom: 47px;
}

.pl-47px {
  padding-left: 47px;
}

.pt-48px {
  padding-top: 48px;
}

.pr-48px {
  padding-right: 48px;
}

.pb-48px {
  padding-bottom: 48px;
}

.pl-48px {
  padding-left: 48px;
}

.pt-49px {
  padding-top: 49px;
}

.pr-49px {
  padding-right: 49px;
}

.pb-49px {
  padding-bottom: 49px;
}

.pl-49px {
  padding-left: 49px;
}

.pt-50px {
  padding-top: 50px;
}

.pr-50px {
  padding-right: 50px;
}

.pb-50px {
  padding-bottom: 50px;
}

.pl-50px {
  padding-left: 50px;
}

.pt-51px {
  padding-top: 51px;
}

.pr-51px {
  padding-right: 51px;
}

.pb-51px {
  padding-bottom: 51px;
}

.pl-51px {
  padding-left: 51px;
}

.pt-52px {
  padding-top: 52px;
}

.pr-52px {
  padding-right: 52px;
}

.pb-52px {
  padding-bottom: 52px;
}

.pl-52px {
  padding-left: 52px;
}

.pt-53px {
  padding-top: 53px;
}

.pr-53px {
  padding-right: 53px;
}

.pb-53px {
  padding-bottom: 53px;
}

.pl-53px {
  padding-left: 53px;
}

.pt-54px {
  padding-top: 54px;
}

.pr-54px {
  padding-right: 54px;
}

.pb-54px {
  padding-bottom: 54px;
}

.pl-54px {
  padding-left: 54px;
}

.pt-55px {
  padding-top: 55px;
}

.pr-55px {
  padding-right: 55px;
}

.pb-55px {
  padding-bottom: 55px;
}

.pl-55px {
  padding-left: 55px;
}

.pt-56px {
  padding-top: 56px;
}

.pr-56px {
  padding-right: 56px;
}

.pb-56px {
  padding-bottom: 56px;
}

.pl-56px {
  padding-left: 56px;
}

.pt-57px {
  padding-top: 57px;
}

.pr-57px {
  padding-right: 57px;
}

.pb-57px {
  padding-bottom: 57px;
}

.pl-57px {
  padding-left: 57px;
}

.pt-58px {
  padding-top: 58px;
}

.pr-58px {
  padding-right: 58px;
}

.pb-58px {
  padding-bottom: 58px;
}

.pl-58px {
  padding-left: 58px;
}

.pt-59px {
  padding-top: 59px;
}

.pr-59px {
  padding-right: 59px;
}

.pb-59px {
  padding-bottom: 59px;
}

.pl-59px {
  padding-left: 59px;
}

.pt-60px {
  padding-top: 60px;
}

.pr-60px {
  padding-right: 60px;
}

.pb-60px {
  padding-bottom: 60px;
}

.pl-60px {
  padding-left: 60px;
}

.pt-61px {
  padding-top: 61px;
}

.pr-61px {
  padding-right: 61px;
}

.pb-61px {
  padding-bottom: 61px;
}

.pl-61px {
  padding-left: 61px;
}

.pt-62px {
  padding-top: 62px;
}

.pr-62px {
  padding-right: 62px;
}

.pb-62px {
  padding-bottom: 62px;
}

.pl-62px {
  padding-left: 62px;
}

.pt-63px {
  padding-top: 63px;
}

.pr-63px {
  padding-right: 63px;
}

.pb-63px {
  padding-bottom: 63px;
}

.pl-63px {
  padding-left: 63px;
}

.pt-64px {
  padding-top: 64px;
}

.pr-64px {
  padding-right: 64px;
}

.pb-64px {
  padding-bottom: 64px;
}

.pl-64px {
  padding-left: 64px;
}

.pt-65px {
  padding-top: 65px;
}

.pr-65px {
  padding-right: 65px;
}

.pb-65px {
  padding-bottom: 65px;
}

.pl-65px {
  padding-left: 65px;
}

.pt-66px {
  padding-top: 66px;
}

.pr-66px {
  padding-right: 66px;
}

.pb-66px {
  padding-bottom: 66px;
}

.pl-66px {
  padding-left: 66px;
}

.pt-67px {
  padding-top: 67px;
}

.pr-67px {
  padding-right: 67px;
}

.pb-67px {
  padding-bottom: 67px;
}

.pl-67px {
  padding-left: 67px;
}

.pt-68px {
  padding-top: 68px;
}

.pr-68px {
  padding-right: 68px;
}

.pb-68px {
  padding-bottom: 68px;
}

.pl-68px {
  padding-left: 68px;
}

.pt-69px {
  padding-top: 69px;
}

.pr-69px {
  padding-right: 69px;
}

.pb-69px {
  padding-bottom: 69px;
}

.pl-69px {
  padding-left: 69px;
}

.pt-70px {
  padding-top: 70px;
}

.pr-70px {
  padding-right: 70px;
}

.pb-70px {
  padding-bottom: 70px;
}

.pl-70px {
  padding-left: 70px;
}

.pt-71px {
  padding-top: 71px;
}

.pr-71px {
  padding-right: 71px;
}

.pb-71px {
  padding-bottom: 71px;
}

.pl-71px {
  padding-left: 71px;
}

.pt-72px {
  padding-top: 72px;
}

.pr-72px {
  padding-right: 72px;
}

.pb-72px {
  padding-bottom: 72px;
}

.pl-72px {
  padding-left: 72px;
}

.pt-73px {
  padding-top: 73px;
}

.pr-73px {
  padding-right: 73px;
}

.pb-73px {
  padding-bottom: 73px;
}

.pl-73px {
  padding-left: 73px;
}

.pt-74px {
  padding-top: 74px;
}

.pr-74px {
  padding-right: 74px;
}

.pb-74px {
  padding-bottom: 74px;
}

.pl-74px {
  padding-left: 74px;
}

.pt-75px {
  padding-top: 75px;
}

.pr-75px {
  padding-right: 75px;
}

.pb-75px {
  padding-bottom: 75px;
}

.pl-75px {
  padding-left: 75px;
}

.pt-76px {
  padding-top: 76px;
}

.pr-76px {
  padding-right: 76px;
}

.pb-76px {
  padding-bottom: 76px;
}

.pl-76px {
  padding-left: 76px;
}

.pt-77px {
  padding-top: 77px;
}

.pr-77px {
  padding-right: 77px;
}

.pb-77px {
  padding-bottom: 77px;
}

.pl-77px {
  padding-left: 77px;
}

.pt-78px {
  padding-top: 78px;
}

.pr-78px {
  padding-right: 78px;
}

.pb-78px {
  padding-bottom: 78px;
}

.pl-78px {
  padding-left: 78px;
}

.pt-79px {
  padding-top: 79px;
}

.pr-79px {
  padding-right: 79px;
}

.pb-79px {
  padding-bottom: 79px;
}

.pl-79px {
  padding-left: 79px;
}

.pt-80px {
  padding-top: 80px;
}

.pr-80px {
  padding-right: 80px;
}

.pb-80px {
  padding-bottom: 80px;
}

.pl-80px {
  padding-left: 80px;
}

.pt-81px {
  padding-top: 81px;
}

.pr-81px {
  padding-right: 81px;
}

.pb-81px {
  padding-bottom: 81px;
}

.pl-81px {
  padding-left: 81px;
}

.pt-82px {
  padding-top: 82px;
}

.pr-82px {
  padding-right: 82px;
}

.pb-82px {
  padding-bottom: 82px;
}

.pl-82px {
  padding-left: 82px;
}

.pt-83px {
  padding-top: 83px;
}

.pr-83px {
  padding-right: 83px;
}

.pb-83px {
  padding-bottom: 83px;
}

.pl-83px {
  padding-left: 83px;
}

.pt-84px {
  padding-top: 84px;
}

.pr-84px {
  padding-right: 84px;
}

.pb-84px {
  padding-bottom: 84px;
}

.pl-84px {
  padding-left: 84px;
}

.pt-85px {
  padding-top: 85px;
}

.pr-85px {
  padding-right: 85px;
}

.pb-85px {
  padding-bottom: 85px;
}

.pl-85px {
  padding-left: 85px;
}

.pt-86px {
  padding-top: 86px;
}

.pr-86px {
  padding-right: 86px;
}

.pb-86px {
  padding-bottom: 86px;
}

.pl-86px {
  padding-left: 86px;
}

.pt-87px {
  padding-top: 87px;
}

.pr-87px {
  padding-right: 87px;
}

.pb-87px {
  padding-bottom: 87px;
}

.pl-87px {
  padding-left: 87px;
}

.pt-88px {
  padding-top: 88px;
}

.pr-88px {
  padding-right: 88px;
}

.pb-88px {
  padding-bottom: 88px;
}

.pl-88px {
  padding-left: 88px;
}

.pt-89px {
  padding-top: 89px;
}

.pr-89px {
  padding-right: 89px;
}

.pb-89px {
  padding-bottom: 89px;
}

.pl-89px {
  padding-left: 89px;
}

.pt-90px {
  padding-top: 90px;
}

.pr-90px {
  padding-right: 90px;
}

.pb-90px {
  padding-bottom: 90px;
}

.pl-90px {
  padding-left: 90px;
}

.pt-91px {
  padding-top: 91px;
}

.pr-91px {
  padding-right: 91px;
}

.pb-91px {
  padding-bottom: 91px;
}

.pl-91px {
  padding-left: 91px;
}

.pt-92px {
  padding-top: 92px;
}

.pr-92px {
  padding-right: 92px;
}

.pb-92px {
  padding-bottom: 92px;
}

.pl-92px {
  padding-left: 92px;
}

.pt-93px {
  padding-top: 93px;
}

.pr-93px {
  padding-right: 93px;
}

.pb-93px {
  padding-bottom: 93px;
}

.pl-93px {
  padding-left: 93px;
}

.pt-94px {
  padding-top: 94px;
}

.pr-94px {
  padding-right: 94px;
}

.pb-94px {
  padding-bottom: 94px;
}

.pl-94px {
  padding-left: 94px;
}

.pt-95px {
  padding-top: 95px;
}

.pr-95px {
  padding-right: 95px;
}

.pb-95px {
  padding-bottom: 95px;
}

.pl-95px {
  padding-left: 95px;
}

.pt-96px {
  padding-top: 96px;
}

.pr-96px {
  padding-right: 96px;
}

.pb-96px {
  padding-bottom: 96px;
}

.pl-96px {
  padding-left: 96px;
}

.pt-97px {
  padding-top: 97px;
}

.pr-97px {
  padding-right: 97px;
}

.pb-97px {
  padding-bottom: 97px;
}

.pl-97px {
  padding-left: 97px;
}

.pt-98px {
  padding-top: 98px;
}

.pr-98px {
  padding-right: 98px;
}

.pb-98px {
  padding-bottom: 98px;
}

.pl-98px {
  padding-left: 98px;
}

.pt-99px {
  padding-top: 99px;
}

.pr-99px {
  padding-right: 99px;
}

.pb-99px {
  padding-bottom: 99px;
}

.pl-99px {
  padding-left: 99px;
}

.pt-100px {
  padding-top: 100px;
}

.pr-100px {
  padding-right: 100px;
}

.pb-100px {
  padding-bottom: 100px;
}

.pl-100px {
  padding-left: 100px;
}

.pt-101px {
  padding-top: 101px;
}

.pr-101px {
  padding-right: 101px;
}

.pb-101px {
  padding-bottom: 101px;
}

.pl-101px {
  padding-left: 101px;
}

.pt-102px {
  padding-top: 102px;
}

.pr-102px {
  padding-right: 102px;
}

.pb-102px {
  padding-bottom: 102px;
}

.pl-102px {
  padding-left: 102px;
}

.pt-103px {
  padding-top: 103px;
}

.pr-103px {
  padding-right: 103px;
}

.pb-103px {
  padding-bottom: 103px;
}

.pl-103px {
  padding-left: 103px;
}

.pt-104px {
  padding-top: 104px;
}

.pr-104px {
  padding-right: 104px;
}

.pb-104px {
  padding-bottom: 104px;
}

.pl-104px {
  padding-left: 104px;
}

.pt-105px {
  padding-top: 105px;
}

.pr-105px {
  padding-right: 105px;
}

.pb-105px {
  padding-bottom: 105px;
}

.pl-105px {
  padding-left: 105px;
}

.pt-106px {
  padding-top: 106px;
}

.pr-106px {
  padding-right: 106px;
}

.pb-106px {
  padding-bottom: 106px;
}

.pl-106px {
  padding-left: 106px;
}

.pt-107px {
  padding-top: 107px;
}

.pr-107px {
  padding-right: 107px;
}

.pb-107px {
  padding-bottom: 107px;
}

.pl-107px {
  padding-left: 107px;
}

.pt-108px {
  padding-top: 108px;
}

.pr-108px {
  padding-right: 108px;
}

.pb-108px {
  padding-bottom: 108px;
}

.pl-108px {
  padding-left: 108px;
}

.pt-109px {
  padding-top: 109px;
}

.pr-109px {
  padding-right: 109px;
}

.pb-109px {
  padding-bottom: 109px;
}

.pl-109px {
  padding-left: 109px;
}

.pt-110px {
  padding-top: 110px;
}

.pr-110px {
  padding-right: 110px;
}

.pb-110px {
  padding-bottom: 110px;
}

.pl-110px {
  padding-left: 110px;
}

.pt-111px {
  padding-top: 111px;
}

.pr-111px {
  padding-right: 111px;
}

.pb-111px {
  padding-bottom: 111px;
}

.pl-111px {
  padding-left: 111px;
}

.pt-112px {
  padding-top: 112px;
}

.pr-112px {
  padding-right: 112px;
}

.pb-112px {
  padding-bottom: 112px;
}

.pl-112px {
  padding-left: 112px;
}

.pt-113px {
  padding-top: 113px;
}

.pr-113px {
  padding-right: 113px;
}

.pb-113px {
  padding-bottom: 113px;
}

.pl-113px {
  padding-left: 113px;
}

.pt-114px {
  padding-top: 114px;
}

.pr-114px {
  padding-right: 114px;
}

.pb-114px {
  padding-bottom: 114px;
}

.pl-114px {
  padding-left: 114px;
}

.pt-115px {
  padding-top: 115px;
}

.pr-115px {
  padding-right: 115px;
}

.pb-115px {
  padding-bottom: 115px;
}

.pl-115px {
  padding-left: 115px;
}

.pt-116px {
  padding-top: 116px;
}

.pr-116px {
  padding-right: 116px;
}

.pb-116px {
  padding-bottom: 116px;
}

.pl-116px {
  padding-left: 116px;
}

.pt-117px {
  padding-top: 117px;
}

.pr-117px {
  padding-right: 117px;
}

.pb-117px {
  padding-bottom: 117px;
}

.pl-117px {
  padding-left: 117px;
}

.pt-118px {
  padding-top: 118px;
}

.pr-118px {
  padding-right: 118px;
}

.pb-118px {
  padding-bottom: 118px;
}

.pl-118px {
  padding-left: 118px;
}

.pt-119px {
  padding-top: 119px;
}

.pr-119px {
  padding-right: 119px;
}

.pb-119px {
  padding-bottom: 119px;
}

.pl-119px {
  padding-left: 119px;
}

.pt-120px {
  padding-top: 120px;
}

.pr-120px {
  padding-right: 120px;
}

.pb-120px {
  padding-bottom: 120px;
}

.pl-120px {
  padding-left: 120px;
}

.pt-121px {
  padding-top: 121px;
}

.pr-121px {
  padding-right: 121px;
}

.pb-121px {
  padding-bottom: 121px;
}

.pl-121px {
  padding-left: 121px;
}

.pt-122px {
  padding-top: 122px;
}

.pr-122px {
  padding-right: 122px;
}

.pb-122px {
  padding-bottom: 122px;
}

.pl-122px {
  padding-left: 122px;
}

.pt-123px {
  padding-top: 123px;
}

.pr-123px {
  padding-right: 123px;
}

.pb-123px {
  padding-bottom: 123px;
}

.pl-123px {
  padding-left: 123px;
}

.pt-124px {
  padding-top: 124px;
}

.pr-124px {
  padding-right: 124px;
}

.pb-124px {
  padding-bottom: 124px;
}

.pl-124px {
  padding-left: 124px;
}

.pt-125px {
  padding-top: 125px;
}

.pr-125px {
  padding-right: 125px;
}

.pb-125px {
  padding-bottom: 125px;
}

.pl-125px {
  padding-left: 125px;
}

.pt-126px {
  padding-top: 126px;
}

.pr-126px {
  padding-right: 126px;
}

.pb-126px {
  padding-bottom: 126px;
}

.pl-126px {
  padding-left: 126px;
}

.pt-127px {
  padding-top: 127px;
}

.pr-127px {
  padding-right: 127px;
}

.pb-127px {
  padding-bottom: 127px;
}

.pl-127px {
  padding-left: 127px;
}

.pt-128px {
  padding-top: 128px;
}

.pr-128px {
  padding-right: 128px;
}

.pb-128px {
  padding-bottom: 128px;
}

.pl-128px {
  padding-left: 128px;
}

.pt-129px {
  padding-top: 129px;
}

.pr-129px {
  padding-right: 129px;
}

.pb-129px {
  padding-bottom: 129px;
}

.pl-129px {
  padding-left: 129px;
}

.pt-130px {
  padding-top: 130px;
}

.pr-130px {
  padding-right: 130px;
}

.pb-130px {
  padding-bottom: 130px;
}

.pl-130px {
  padding-left: 130px;
}

.pt-133px {
  padding-top: 133px;
}

.pr-133px {
  padding-right: 133px;
}

.pb-133px {
  padding-bottom: 133px;
}

.pl-133px {
  padding-left: 133px;
}

.pt-140px {
  padding-top: 140px;
}

.pr-140px {
  padding-right: 140px;
}

.pb-140px {
  padding-bottom: 140px;
}

.pl-140px {
  padding-left: 140px;
}

.pt-195px {
  padding-top: 195px;
}

.pr-195px {
  padding-right: 195px;
}

.pb-195px {
  padding-bottom: 195px;
}

.pl-195px {
  padding-left: 195px;
}

.pt-200px {
  padding-top: 200px;
}

.pr-200px {
  padding-right: 200px;
}

.pb-200px {
  padding-bottom: 200px;
}

.pl-200px {
  padding-left: 200px;
}

.pt-210px {
  padding-top: 210px;
}

.pr-210px {
  padding-right: 210px;
}

.pb-210px {
  padding-bottom: 210px;
}

.pl-210px {
  padding-left: 210px;
}

.pt-222px {
  padding-top: 222px;
}

.pr-222px {
  padding-right: 222px;
}

.pb-222px {
  padding-bottom: 222px;
}

.pl-222px {
  padding-left: 222px;
}

.pt-258px {
  padding-top: 258px;
}

.pr-258px {
  padding-right: 258px;
}

.pb-258px {
  padding-bottom: 258px;
}

.pl-258px {
  padding-left: 258px;
}

.pt-280px {
  padding-top: 280px;
}

.pr-280px {
  padding-right: 280px;
}

.pb-280px {
  padding-bottom: 280px;
}

.pl-280px {
  padding-left: 280px;
}

.pt-334px {
  padding-top: 334px;
}

.pr-334px {
  padding-right: 334px;
}

.pb-334px {
  padding-bottom: 334px;
}

.pl-334px {
  padding-left: 334px;
}

.pt-388px {
  padding-top: 388px;
}

.pr-388px {
  padding-right: 388px;
}

.pb-388px {
  padding-bottom: 388px;
}

.pl-388px {
  padding-left: 388px;
}

.pt-480px {
  padding-top: 480px;
}

.pr-480px {
  padding-right: 480px;
}

.pb-480px {
  padding-bottom: 480px;
}

.pl-480px {
  padding-left: 480px;
}

.pt-490px {
  padding-top: 490px;
}

.pr-490px {
  padding-right: 490px;
}

.pb-490px {
  padding-bottom: 490px;
}

.pl-490px {
  padding-left: 490px;
}

.pt-505px {
  padding-top: 505px;
}

.pr-505px {
  padding-right: 505px;
}

.pb-505px {
  padding-bottom: 505px;
}

.pl-505px {
  padding-left: 505px;
}

.pt-507px {
  padding-top: 507px;
}

.pr-507px {
  padding-right: 507px;
}

.pb-507px {
  padding-bottom: 507px;
}

.pl-507px {
  padding-left: 507px;
}

.pt-760px {
  padding-top: 760px;
}

.pr-760px {
  padding-right: 760px;
}

.pb-760px {
  padding-bottom: 760px;
}

.pl-760px {
  padding-left: 760px;
}

.pt-780px {
  padding-top: 780px;
}

.pr-780px {
  padding-right: 780px;
}

.pb-780px {
  padding-bottom: 780px;
}

.pl-780px {
  padding-left: 780px;
}

.pt-980px {
  padding-top: 980px;
}

.pr-980px {
  padding-right: 980px;
}

.pb-980px {
  padding-bottom: 980px;
}

.pl-980px {
  padding-left: 980px;
}

.pt-1366px {
  padding-top: 1366px;
}

.pr-1366px {
  padding-right: 1366px;
}

.pb-1366px {
  padding-bottom: 1366px;
}

.pl-1366px {
  padding-left: 1366px;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-current:-ms-input-placeholder {
  color: currentColor;
}

.placeholder-current::placeholder {
  color: currentColor;
}

.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:-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-gray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-gray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-gray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-gray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-gray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-gray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-gray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-red-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-green-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-green-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-green-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-green-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-green-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-green-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-green-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-green-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-green-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-green-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-green-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-green-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-green-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-green-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-green-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-blue-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-purple-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-purple-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-purple-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-purple-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-purple-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-purple-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-purple-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-pink-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-main-bg:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
}

.placeholder-main-bg::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
}

.placeholder-main-bg-2:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
}

.placeholder-main-bg-2::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
}

.placeholder-main-bg-3:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
}

.placeholder-main-bg-3::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
}

.placeholder-web-logo-brown:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
}

.placeholder-web-logo-brown::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
}

.placeholder-public-logo-brown:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
}

.placeholder-public-logo-brown::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
}

.placeholder-button-primary-pink:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
}

.placeholder-button-primary-pink::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
}

.placeholder-button-secondary-black:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-button-secondary-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-link-text-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-link-text-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-sub-text-brown:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
}

.placeholder-sub-text-brown::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
}

.placeholder-body-brown:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
}

.placeholder-body-brown::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
}

.placeholder-copyright-gray:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
}

.placeholder-copyright-gray::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
}

.placeholder-breadcrumb-gray:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
}

.placeholder-breadcrumb-gray::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
}

.placeholder-dark-text-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-dark-text-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-background-black-a:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
}

.placeholder-background-black-a::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
}

.placeholder-background-black-b:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
}

.placeholder-background-black-b::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
}

.placeholder-background-black-c:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
}

.placeholder-background-black-c::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
}

.placeholder-background-black-d:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
}

.placeholder-background-black-d::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
}

.placeholder-product-detail-body-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
}

.placeholder-product-detail-body-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
}

.placeholder-primary-pink:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
}

.placeholder-primary-pink::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
}

.placeholder-footer-divide-gray:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
}

.placeholder-footer-divide-gray::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
}

.placeholder-detail-text-brown:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
}

.placeholder-detail-text-brown::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
}

.placeholder-detail-desc-brown:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
}

.placeholder-detail-desc-brown::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
}

.placeholder-border-brown:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
}

.placeholder-border-brown::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-current:focus:-ms-input-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus::placeholder {
  color: currentColor;
}

.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: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-gray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-main-bg:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
}

.focus\:placeholder-main-bg:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
}

.focus\:placeholder-main-bg-2:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-main-bg-2:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-main-bg-3:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
}

.focus\:placeholder-main-bg-3:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
}

.focus\:placeholder-web-logo-brown:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
}

.focus\:placeholder-web-logo-brown:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
}

.focus\:placeholder-public-logo-brown:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
}

.focus\:placeholder-public-logo-brown:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
}

.focus\:placeholder-button-primary-pink:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-button-primary-pink:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-button-secondary-black:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-button-secondary-black:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-link-text-white:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-link-text-white:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sub-text-brown:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sub-text-brown:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-body-brown:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
}

.focus\:placeholder-body-brown:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
}

.focus\:placeholder-copyright-gray:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-copyright-gray:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-breadcrumb-gray:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
}

.focus\:placeholder-breadcrumb-gray:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark-text-white:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark-text-white:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-background-black-a:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
}

.focus\:placeholder-background-black-a:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
}

.focus\:placeholder-background-black-b:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
}

.focus\:placeholder-background-black-b:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
}

.focus\:placeholder-background-black-c:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
}

.focus\:placeholder-background-black-c:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
}

.focus\:placeholder-background-black-d:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
}

.focus\:placeholder-background-black-d:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
}

.focus\:placeholder-product-detail-body-white:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-product-detail-body-white:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-primary-pink:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
}

.focus\:placeholder-primary-pink:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
}

.focus\:placeholder-footer-divide-gray:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
}

.focus\:placeholder-footer-divide-gray:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
}

.focus\:placeholder-detail-text-brown:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-detail-text-brown:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-detail-desc-brown:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-detail-desc-brown:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-border-brown:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
}

.focus\:placeholder-border-brown:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
}

.placeholder-opacity-0:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-5:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-10:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-20:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-60:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.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:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.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:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.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:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.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:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.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:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.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:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.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:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.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-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.inset-3 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.inset-4 {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.inset-6 {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.inset-7 {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.inset-9 {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.inset-10 {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.inset-11 {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.inset-12 {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.inset-14 {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.inset-16 {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.inset-20 {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.inset-24 {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.inset-28 {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.inset-32 {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.inset-36 {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.inset-40 {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.inset-44 {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.inset-48 {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.inset-52 {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.inset-56 {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.inset-60 {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.inset-64 {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.inset-72 {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.inset-80 {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.inset-96 {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.inset-0\.5 {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.inset-1\.5 {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.inset-2\.5 {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.inset-3\.5 {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.inset-1px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.inset-2px {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

.inset-3px {
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
}

.inset-4px {
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
}

.inset-5px {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.inset-6px {
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
}

.inset-7px {
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
}

.inset-8px {
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
}

.inset-9px {
  top: 9px;
  right: 9px;
  bottom: 9px;
  left: 9px;
}

.inset-10px {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.inset-11px {
  top: 11px;
  right: 11px;
  bottom: 11px;
  left: 11px;
}

.inset-12px {
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
}

.inset-13px {
  top: 13px;
  right: 13px;
  bottom: 13px;
  left: 13px;
}

.inset-14px {
  top: 14px;
  right: 14px;
  bottom: 14px;
  left: 14px;
}

.inset-15px {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.inset-16px {
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.inset-17px {
  top: 17px;
  right: 17px;
  bottom: 17px;
  left: 17px;
}

.inset-18px {
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
}

.inset-19px {
  top: 19px;
  right: 19px;
  bottom: 19px;
  left: 19px;
}

.inset-20px {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.inset-21px {
  top: 21px;
  right: 21px;
  bottom: 21px;
  left: 21px;
}

.inset-22px {
  top: 22px;
  right: 22px;
  bottom: 22px;
  left: 22px;
}

.inset-23px {
  top: 23px;
  right: 23px;
  bottom: 23px;
  left: 23px;
}

.inset-24px {
  top: 24px;
  right: 24px;
  bottom: 24px;
  left: 24px;
}

.inset-25px {
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
}

.inset-26px {
  top: 26px;
  right: 26px;
  bottom: 26px;
  left: 26px;
}

.inset-27px {
  top: 27px;
  right: 27px;
  bottom: 27px;
  left: 27px;
}

.inset-28px {
  top: 28px;
  right: 28px;
  bottom: 28px;
  left: 28px;
}

.inset-29px {
  top: 29px;
  right: 29px;
  bottom: 29px;
  left: 29px;
}

.inset-30px {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.inset-31px {
  top: 31px;
  right: 31px;
  bottom: 31px;
  left: 31px;
}

.inset-32px {
  top: 32px;
  right: 32px;
  bottom: 32px;
  left: 32px;
}

.inset-33px {
  top: 33px;
  right: 33px;
  bottom: 33px;
  left: 33px;
}

.inset-34px {
  top: 34px;
  right: 34px;
  bottom: 34px;
  left: 34px;
}

.inset-35px {
  top: 35px;
  right: 35px;
  bottom: 35px;
  left: 35px;
}

.inset-36px {
  top: 36px;
  right: 36px;
  bottom: 36px;
  left: 36px;
}

.inset-37px {
  top: 37px;
  right: 37px;
  bottom: 37px;
  left: 37px;
}

.inset-38px {
  top: 38px;
  right: 38px;
  bottom: 38px;
  left: 38px;
}

.inset-39px {
  top: 39px;
  right: 39px;
  bottom: 39px;
  left: 39px;
}

.inset-40px {
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
}

.inset-41px {
  top: 41px;
  right: 41px;
  bottom: 41px;
  left: 41px;
}

.inset-42px {
  top: 42px;
  right: 42px;
  bottom: 42px;
  left: 42px;
}

.inset-43px {
  top: 43px;
  right: 43px;
  bottom: 43px;
  left: 43px;
}

.inset-44px {
  top: 44px;
  right: 44px;
  bottom: 44px;
  left: 44px;
}

.inset-45px {
  top: 45px;
  right: 45px;
  bottom: 45px;
  left: 45px;
}

.inset-46px {
  top: 46px;
  right: 46px;
  bottom: 46px;
  left: 46px;
}

.inset-47px {
  top: 47px;
  right: 47px;
  bottom: 47px;
  left: 47px;
}

.inset-48px {
  top: 48px;
  right: 48px;
  bottom: 48px;
  left: 48px;
}

.inset-49px {
  top: 49px;
  right: 49px;
  bottom: 49px;
  left: 49px;
}

.inset-50px {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}

.inset-51px {
  top: 51px;
  right: 51px;
  bottom: 51px;
  left: 51px;
}

.inset-52px {
  top: 52px;
  right: 52px;
  bottom: 52px;
  left: 52px;
}

.inset-53px {
  top: 53px;
  right: 53px;
  bottom: 53px;
  left: 53px;
}

.inset-54px {
  top: 54px;
  right: 54px;
  bottom: 54px;
  left: 54px;
}

.inset-55px {
  top: 55px;
  right: 55px;
  bottom: 55px;
  left: 55px;
}

.inset-56px {
  top: 56px;
  right: 56px;
  bottom: 56px;
  left: 56px;
}

.inset-57px {
  top: 57px;
  right: 57px;
  bottom: 57px;
  left: 57px;
}

.inset-58px {
  top: 58px;
  right: 58px;
  bottom: 58px;
  left: 58px;
}

.inset-59px {
  top: 59px;
  right: 59px;
  bottom: 59px;
  left: 59px;
}

.inset-60px {
  top: 60px;
  right: 60px;
  bottom: 60px;
  left: 60px;
}

.inset-61px {
  top: 61px;
  right: 61px;
  bottom: 61px;
  left: 61px;
}

.inset-62px {
  top: 62px;
  right: 62px;
  bottom: 62px;
  left: 62px;
}

.inset-63px {
  top: 63px;
  right: 63px;
  bottom: 63px;
  left: 63px;
}

.inset-64px {
  top: 64px;
  right: 64px;
  bottom: 64px;
  left: 64px;
}

.inset-65px {
  top: 65px;
  right: 65px;
  bottom: 65px;
  left: 65px;
}

.inset-66px {
  top: 66px;
  right: 66px;
  bottom: 66px;
  left: 66px;
}

.inset-67px {
  top: 67px;
  right: 67px;
  bottom: 67px;
  left: 67px;
}

.inset-68px {
  top: 68px;
  right: 68px;
  bottom: 68px;
  left: 68px;
}

.inset-69px {
  top: 69px;
  right: 69px;
  bottom: 69px;
  left: 69px;
}

.inset-70px {
  top: 70px;
  right: 70px;
  bottom: 70px;
  left: 70px;
}

.inset-71px {
  top: 71px;
  right: 71px;
  bottom: 71px;
  left: 71px;
}

.inset-72px {
  top: 72px;
  right: 72px;
  bottom: 72px;
  left: 72px;
}

.inset-73px {
  top: 73px;
  right: 73px;
  bottom: 73px;
  left: 73px;
}

.inset-74px {
  top: 74px;
  right: 74px;
  bottom: 74px;
  left: 74px;
}

.inset-75px {
  top: 75px;
  right: 75px;
  bottom: 75px;
  left: 75px;
}

.inset-76px {
  top: 76px;
  right: 76px;
  bottom: 76px;
  left: 76px;
}

.inset-77px {
  top: 77px;
  right: 77px;
  bottom: 77px;
  left: 77px;
}

.inset-78px {
  top: 78px;
  right: 78px;
  bottom: 78px;
  left: 78px;
}

.inset-79px {
  top: 79px;
  right: 79px;
  bottom: 79px;
  left: 79px;
}

.inset-80px {
  top: 80px;
  right: 80px;
  bottom: 80px;
  left: 80px;
}

.inset-81px {
  top: 81px;
  right: 81px;
  bottom: 81px;
  left: 81px;
}

.inset-82px {
  top: 82px;
  right: 82px;
  bottom: 82px;
  left: 82px;
}

.inset-83px {
  top: 83px;
  right: 83px;
  bottom: 83px;
  left: 83px;
}

.inset-84px {
  top: 84px;
  right: 84px;
  bottom: 84px;
  left: 84px;
}

.inset-85px {
  top: 85px;
  right: 85px;
  bottom: 85px;
  left: 85px;
}

.inset-86px {
  top: 86px;
  right: 86px;
  bottom: 86px;
  left: 86px;
}

.inset-87px {
  top: 87px;
  right: 87px;
  bottom: 87px;
  left: 87px;
}

.inset-88px {
  top: 88px;
  right: 88px;
  bottom: 88px;
  left: 88px;
}

.inset-89px {
  top: 89px;
  right: 89px;
  bottom: 89px;
  left: 89px;
}

.inset-90px {
  top: 90px;
  right: 90px;
  bottom: 90px;
  left: 90px;
}

.inset-91px {
  top: 91px;
  right: 91px;
  bottom: 91px;
  left: 91px;
}

.inset-92px {
  top: 92px;
  right: 92px;
  bottom: 92px;
  left: 92px;
}

.inset-93px {
  top: 93px;
  right: 93px;
  bottom: 93px;
  left: 93px;
}

.inset-94px {
  top: 94px;
  right: 94px;
  bottom: 94px;
  left: 94px;
}

.inset-95px {
  top: 95px;
  right: 95px;
  bottom: 95px;
  left: 95px;
}

.inset-96px {
  top: 96px;
  right: 96px;
  bottom: 96px;
  left: 96px;
}

.inset-97px {
  top: 97px;
  right: 97px;
  bottom: 97px;
  left: 97px;
}

.inset-98px {
  top: 98px;
  right: 98px;
  bottom: 98px;
  left: 98px;
}

.inset-99px {
  top: 99px;
  right: 99px;
  bottom: 99px;
  left: 99px;
}

.inset-100px {
  top: 100px;
  right: 100px;
  bottom: 100px;
  left: 100px;
}

.inset-101px {
  top: 101px;
  right: 101px;
  bottom: 101px;
  left: 101px;
}

.inset-102px {
  top: 102px;
  right: 102px;
  bottom: 102px;
  left: 102px;
}

.inset-103px {
  top: 103px;
  right: 103px;
  bottom: 103px;
  left: 103px;
}

.inset-104px {
  top: 104px;
  right: 104px;
  bottom: 104px;
  left: 104px;
}

.inset-105px {
  top: 105px;
  right: 105px;
  bottom: 105px;
  left: 105px;
}

.inset-106px {
  top: 106px;
  right: 106px;
  bottom: 106px;
  left: 106px;
}

.inset-107px {
  top: 107px;
  right: 107px;
  bottom: 107px;
  left: 107px;
}

.inset-108px {
  top: 108px;
  right: 108px;
  bottom: 108px;
  left: 108px;
}

.inset-109px {
  top: 109px;
  right: 109px;
  bottom: 109px;
  left: 109px;
}

.inset-110px {
  top: 110px;
  right: 110px;
  bottom: 110px;
  left: 110px;
}

.inset-111px {
  top: 111px;
  right: 111px;
  bottom: 111px;
  left: 111px;
}

.inset-112px {
  top: 112px;
  right: 112px;
  bottom: 112px;
  left: 112px;
}

.inset-113px {
  top: 113px;
  right: 113px;
  bottom: 113px;
  left: 113px;
}

.inset-114px {
  top: 114px;
  right: 114px;
  bottom: 114px;
  left: 114px;
}

.inset-115px {
  top: 115px;
  right: 115px;
  bottom: 115px;
  left: 115px;
}

.inset-116px {
  top: 116px;
  right: 116px;
  bottom: 116px;
  left: 116px;
}

.inset-117px {
  top: 117px;
  right: 117px;
  bottom: 117px;
  left: 117px;
}

.inset-118px {
  top: 118px;
  right: 118px;
  bottom: 118px;
  left: 118px;
}

.inset-119px {
  top: 119px;
  right: 119px;
  bottom: 119px;
  left: 119px;
}

.inset-120px {
  top: 120px;
  right: 120px;
  bottom: 120px;
  left: 120px;
}

.inset-121px {
  top: 121px;
  right: 121px;
  bottom: 121px;
  left: 121px;
}

.inset-122px {
  top: 122px;
  right: 122px;
  bottom: 122px;
  left: 122px;
}

.inset-123px {
  top: 123px;
  right: 123px;
  bottom: 123px;
  left: 123px;
}

.inset-124px {
  top: 124px;
  right: 124px;
  bottom: 124px;
  left: 124px;
}

.inset-125px {
  top: 125px;
  right: 125px;
  bottom: 125px;
  left: 125px;
}

.inset-126px {
  top: 126px;
  right: 126px;
  bottom: 126px;
  left: 126px;
}

.inset-127px {
  top: 127px;
  right: 127px;
  bottom: 127px;
  left: 127px;
}

.inset-128px {
  top: 128px;
  right: 128px;
  bottom: 128px;
  left: 128px;
}

.inset-129px {
  top: 129px;
  right: 129px;
  bottom: 129px;
  left: 129px;
}

.inset-130px {
  top: 130px;
  right: 130px;
  bottom: 130px;
  left: 130px;
}

.inset-133px {
  top: 133px;
  right: 133px;
  bottom: 133px;
  left: 133px;
}

.inset-140px {
  top: 140px;
  right: 140px;
  bottom: 140px;
  left: 140px;
}

.inset-195px {
  top: 195px;
  right: 195px;
  bottom: 195px;
  left: 195px;
}

.inset-200px {
  top: 200px;
  right: 200px;
  bottom: 200px;
  left: 200px;
}

.inset-210px {
  top: 210px;
  right: 210px;
  bottom: 210px;
  left: 210px;
}

.inset-222px {
  top: 222px;
  right: 222px;
  bottom: 222px;
  left: 222px;
}

.inset-258px {
  top: 258px;
  right: 258px;
  bottom: 258px;
  left: 258px;
}

.inset-280px {
  top: 280px;
  right: 280px;
  bottom: 280px;
  left: 280px;
}

.inset-334px {
  top: 334px;
  right: 334px;
  bottom: 334px;
  left: 334px;
}

.inset-388px {
  top: 388px;
  right: 388px;
  bottom: 388px;
  left: 388px;
}

.inset-480px {
  top: 480px;
  right: 480px;
  bottom: 480px;
  left: 480px;
}

.inset-490px {
  top: 490px;
  right: 490px;
  bottom: 490px;
  left: 490px;
}

.inset-505px {
  top: 505px;
  right: 505px;
  bottom: 505px;
  left: 505px;
}

.inset-507px {
  top: 507px;
  right: 507px;
  bottom: 507px;
  left: 507px;
}

.inset-760px {
  top: 760px;
  right: 760px;
  bottom: 760px;
  left: 760px;
}

.inset-780px {
  top: 780px;
  right: 780px;
  bottom: 780px;
  left: 780px;
}

.inset-980px {
  top: 980px;
  right: 980px;
  bottom: 980px;
  left: 980px;
}

.inset-1366px {
  top: 1366px;
  right: 1366px;
  bottom: 1366px;
  left: 1366px;
}

.-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.-inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.-inset-2 {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.-inset-3 {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.-inset-4 {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.-inset-5 {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.-inset-6 {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.-inset-7 {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.-inset-8 {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.-inset-9 {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.-inset-10 {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.-inset-11 {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.-inset-12 {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.-inset-14 {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.-inset-16 {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.-inset-20 {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.-inset-24 {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.-inset-28 {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.-inset-32 {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.-inset-36 {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.-inset-40 {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.-inset-44 {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.-inset-48 {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.-inset-52 {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.-inset-56 {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.-inset-60 {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.-inset-64 {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.-inset-72 {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.-inset-80 {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.-inset-96 {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.-inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.-inset-0\.5 {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.-inset-1\.5 {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.-inset-2\.5 {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.-inset-3\.5 {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.-inset-1px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.-inset-2px {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}

.-inset-3px {
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
}

.-inset-4px {
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}

.-inset-5px {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

.-inset-6px {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
}

.-inset-7px {
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
}

.-inset-8px {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.-inset-9px {
  top: -9px;
  right: -9px;
  bottom: -9px;
  left: -9px;
}

.-inset-10px {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

.-inset-11px {
  top: -11px;
  right: -11px;
  bottom: -11px;
  left: -11px;
}

.-inset-12px {
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
}

.-inset-13px {
  top: -13px;
  right: -13px;
  bottom: -13px;
  left: -13px;
}

.-inset-14px {
  top: -14px;
  right: -14px;
  bottom: -14px;
  left: -14px;
}

.-inset-15px {
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
}

.-inset-16px {
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
}

.-inset-17px {
  top: -17px;
  right: -17px;
  bottom: -17px;
  left: -17px;
}

.-inset-18px {
  top: -18px;
  right: -18px;
  bottom: -18px;
  left: -18px;
}

.-inset-19px {
  top: -19px;
  right: -19px;
  bottom: -19px;
  left: -19px;
}

.-inset-20px {
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
}

.-inset-21px {
  top: -21px;
  right: -21px;
  bottom: -21px;
  left: -21px;
}

.-inset-22px {
  top: -22px;
  right: -22px;
  bottom: -22px;
  left: -22px;
}

.-inset-23px {
  top: -23px;
  right: -23px;
  bottom: -23px;
  left: -23px;
}

.-inset-24px {
  top: -24px;
  right: -24px;
  bottom: -24px;
  left: -24px;
}

.-inset-25px {
  top: -25px;
  right: -25px;
  bottom: -25px;
  left: -25px;
}

.-inset-26px {
  top: -26px;
  right: -26px;
  bottom: -26px;
  left: -26px;
}

.-inset-27px {
  top: -27px;
  right: -27px;
  bottom: -27px;
  left: -27px;
}

.-inset-28px {
  top: -28px;
  right: -28px;
  bottom: -28px;
  left: -28px;
}

.-inset-29px {
  top: -29px;
  right: -29px;
  bottom: -29px;
  left: -29px;
}

.-inset-30px {
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
}

.-inset-31px {
  top: -31px;
  right: -31px;
  bottom: -31px;
  left: -31px;
}

.-inset-32px {
  top: -32px;
  right: -32px;
  bottom: -32px;
  left: -32px;
}

.-inset-33px {
  top: -33px;
  right: -33px;
  bottom: -33px;
  left: -33px;
}

.-inset-34px {
  top: -34px;
  right: -34px;
  bottom: -34px;
  left: -34px;
}

.-inset-35px {
  top: -35px;
  right: -35px;
  bottom: -35px;
  left: -35px;
}

.-inset-36px {
  top: -36px;
  right: -36px;
  bottom: -36px;
  left: -36px;
}

.-inset-37px {
  top: -37px;
  right: -37px;
  bottom: -37px;
  left: -37px;
}

.-inset-38px {
  top: -38px;
  right: -38px;
  bottom: -38px;
  left: -38px;
}

.-inset-39px {
  top: -39px;
  right: -39px;
  bottom: -39px;
  left: -39px;
}

.-inset-40px {
  top: -40px;
  right: -40px;
  bottom: -40px;
  left: -40px;
}

.-inset-41px {
  top: -41px;
  right: -41px;
  bottom: -41px;
  left: -41px;
}

.-inset-42px {
  top: -42px;
  right: -42px;
  bottom: -42px;
  left: -42px;
}

.-inset-43px {
  top: -43px;
  right: -43px;
  bottom: -43px;
  left: -43px;
}

.-inset-44px {
  top: -44px;
  right: -44px;
  bottom: -44px;
  left: -44px;
}

.-inset-45px {
  top: -45px;
  right: -45px;
  bottom: -45px;
  left: -45px;
}

.-inset-46px {
  top: -46px;
  right: -46px;
  bottom: -46px;
  left: -46px;
}

.-inset-47px {
  top: -47px;
  right: -47px;
  bottom: -47px;
  left: -47px;
}

.-inset-48px {
  top: -48px;
  right: -48px;
  bottom: -48px;
  left: -48px;
}

.-inset-49px {
  top: -49px;
  right: -49px;
  bottom: -49px;
  left: -49px;
}

.-inset-50px {
  top: -50px;
  right: -50px;
  bottom: -50px;
  left: -50px;
}

.-inset-51px {
  top: -51px;
  right: -51px;
  bottom: -51px;
  left: -51px;
}

.-inset-52px {
  top: -52px;
  right: -52px;
  bottom: -52px;
  left: -52px;
}

.-inset-53px {
  top: -53px;
  right: -53px;
  bottom: -53px;
  left: -53px;
}

.-inset-54px {
  top: -54px;
  right: -54px;
  bottom: -54px;
  left: -54px;
}

.-inset-55px {
  top: -55px;
  right: -55px;
  bottom: -55px;
  left: -55px;
}

.-inset-56px {
  top: -56px;
  right: -56px;
  bottom: -56px;
  left: -56px;
}

.-inset-57px {
  top: -57px;
  right: -57px;
  bottom: -57px;
  left: -57px;
}

.-inset-58px {
  top: -58px;
  right: -58px;
  bottom: -58px;
  left: -58px;
}

.-inset-59px {
  top: -59px;
  right: -59px;
  bottom: -59px;
  left: -59px;
}

.-inset-60px {
  top: -60px;
  right: -60px;
  bottom: -60px;
  left: -60px;
}

.-inset-61px {
  top: -61px;
  right: -61px;
  bottom: -61px;
  left: -61px;
}

.-inset-62px {
  top: -62px;
  right: -62px;
  bottom: -62px;
  left: -62px;
}

.-inset-63px {
  top: -63px;
  right: -63px;
  bottom: -63px;
  left: -63px;
}

.-inset-64px {
  top: -64px;
  right: -64px;
  bottom: -64px;
  left: -64px;
}

.-inset-65px {
  top: -65px;
  right: -65px;
  bottom: -65px;
  left: -65px;
}

.-inset-66px {
  top: -66px;
  right: -66px;
  bottom: -66px;
  left: -66px;
}

.-inset-67px {
  top: -67px;
  right: -67px;
  bottom: -67px;
  left: -67px;
}

.-inset-68px {
  top: -68px;
  right: -68px;
  bottom: -68px;
  left: -68px;
}

.-inset-69px {
  top: -69px;
  right: -69px;
  bottom: -69px;
  left: -69px;
}

.-inset-70px {
  top: -70px;
  right: -70px;
  bottom: -70px;
  left: -70px;
}

.-inset-71px {
  top: -71px;
  right: -71px;
  bottom: -71px;
  left: -71px;
}

.-inset-72px {
  top: -72px;
  right: -72px;
  bottom: -72px;
  left: -72px;
}

.-inset-73px {
  top: -73px;
  right: -73px;
  bottom: -73px;
  left: -73px;
}

.-inset-74px {
  top: -74px;
  right: -74px;
  bottom: -74px;
  left: -74px;
}

.-inset-75px {
  top: -75px;
  right: -75px;
  bottom: -75px;
  left: -75px;
}

.-inset-76px {
  top: -76px;
  right: -76px;
  bottom: -76px;
  left: -76px;
}

.-inset-77px {
  top: -77px;
  right: -77px;
  bottom: -77px;
  left: -77px;
}

.-inset-78px {
  top: -78px;
  right: -78px;
  bottom: -78px;
  left: -78px;
}

.-inset-79px {
  top: -79px;
  right: -79px;
  bottom: -79px;
  left: -79px;
}

.-inset-80px {
  top: -80px;
  right: -80px;
  bottom: -80px;
  left: -80px;
}

.-inset-81px {
  top: -81px;
  right: -81px;
  bottom: -81px;
  left: -81px;
}

.-inset-82px {
  top: -82px;
  right: -82px;
  bottom: -82px;
  left: -82px;
}

.-inset-83px {
  top: -83px;
  right: -83px;
  bottom: -83px;
  left: -83px;
}

.-inset-84px {
  top: -84px;
  right: -84px;
  bottom: -84px;
  left: -84px;
}

.-inset-85px {
  top: -85px;
  right: -85px;
  bottom: -85px;
  left: -85px;
}

.-inset-86px {
  top: -86px;
  right: -86px;
  bottom: -86px;
  left: -86px;
}

.-inset-87px {
  top: -87px;
  right: -87px;
  bottom: -87px;
  left: -87px;
}

.-inset-88px {
  top: -88px;
  right: -88px;
  bottom: -88px;
  left: -88px;
}

.-inset-89px {
  top: -89px;
  right: -89px;
  bottom: -89px;
  left: -89px;
}

.-inset-90px {
  top: -90px;
  right: -90px;
  bottom: -90px;
  left: -90px;
}

.-inset-91px {
  top: -91px;
  right: -91px;
  bottom: -91px;
  left: -91px;
}

.-inset-92px {
  top: -92px;
  right: -92px;
  bottom: -92px;
  left: -92px;
}

.-inset-93px {
  top: -93px;
  right: -93px;
  bottom: -93px;
  left: -93px;
}

.-inset-94px {
  top: -94px;
  right: -94px;
  bottom: -94px;
  left: -94px;
}

.-inset-95px {
  top: -95px;
  right: -95px;
  bottom: -95px;
  left: -95px;
}

.-inset-96px {
  top: -96px;
  right: -96px;
  bottom: -96px;
  left: -96px;
}

.-inset-97px {
  top: -97px;
  right: -97px;
  bottom: -97px;
  left: -97px;
}

.-inset-98px {
  top: -98px;
  right: -98px;
  bottom: -98px;
  left: -98px;
}

.-inset-99px {
  top: -99px;
  right: -99px;
  bottom: -99px;
  left: -99px;
}

.-inset-100px {
  top: -100px;
  right: -100px;
  bottom: -100px;
  left: -100px;
}

.-inset-101px {
  top: -101px;
  right: -101px;
  bottom: -101px;
  left: -101px;
}

.-inset-102px {
  top: -102px;
  right: -102px;
  bottom: -102px;
  left: -102px;
}

.-inset-103px {
  top: -103px;
  right: -103px;
  bottom: -103px;
  left: -103px;
}

.-inset-104px {
  top: -104px;
  right: -104px;
  bottom: -104px;
  left: -104px;
}

.-inset-105px {
  top: -105px;
  right: -105px;
  bottom: -105px;
  left: -105px;
}

.-inset-106px {
  top: -106px;
  right: -106px;
  bottom: -106px;
  left: -106px;
}

.-inset-107px {
  top: -107px;
  right: -107px;
  bottom: -107px;
  left: -107px;
}

.-inset-108px {
  top: -108px;
  right: -108px;
  bottom: -108px;
  left: -108px;
}

.-inset-109px {
  top: -109px;
  right: -109px;
  bottom: -109px;
  left: -109px;
}

.-inset-110px {
  top: -110px;
  right: -110px;
  bottom: -110px;
  left: -110px;
}

.-inset-111px {
  top: -111px;
  right: -111px;
  bottom: -111px;
  left: -111px;
}

.-inset-112px {
  top: -112px;
  right: -112px;
  bottom: -112px;
  left: -112px;
}

.-inset-113px {
  top: -113px;
  right: -113px;
  bottom: -113px;
  left: -113px;
}

.-inset-114px {
  top: -114px;
  right: -114px;
  bottom: -114px;
  left: -114px;
}

.-inset-115px {
  top: -115px;
  right: -115px;
  bottom: -115px;
  left: -115px;
}

.-inset-116px {
  top: -116px;
  right: -116px;
  bottom: -116px;
  left: -116px;
}

.-inset-117px {
  top: -117px;
  right: -117px;
  bottom: -117px;
  left: -117px;
}

.-inset-118px {
  top: -118px;
  right: -118px;
  bottom: -118px;
  left: -118px;
}

.-inset-119px {
  top: -119px;
  right: -119px;
  bottom: -119px;
  left: -119px;
}

.-inset-120px {
  top: -120px;
  right: -120px;
  bottom: -120px;
  left: -120px;
}

.-inset-121px {
  top: -121px;
  right: -121px;
  bottom: -121px;
  left: -121px;
}

.-inset-122px {
  top: -122px;
  right: -122px;
  bottom: -122px;
  left: -122px;
}

.-inset-123px {
  top: -123px;
  right: -123px;
  bottom: -123px;
  left: -123px;
}

.-inset-124px {
  top: -124px;
  right: -124px;
  bottom: -124px;
  left: -124px;
}

.-inset-125px {
  top: -125px;
  right: -125px;
  bottom: -125px;
  left: -125px;
}

.-inset-126px {
  top: -126px;
  right: -126px;
  bottom: -126px;
  left: -126px;
}

.-inset-127px {
  top: -127px;
  right: -127px;
  bottom: -127px;
  left: -127px;
}

.-inset-128px {
  top: -128px;
  right: -128px;
  bottom: -128px;
  left: -128px;
}

.-inset-129px {
  top: -129px;
  right: -129px;
  bottom: -129px;
  left: -129px;
}

.-inset-130px {
  top: -130px;
  right: -130px;
  bottom: -130px;
  left: -130px;
}

.-inset-133px {
  top: -133px;
  right: -133px;
  bottom: -133px;
  left: -133px;
}

.-inset-140px {
  top: -140px;
  right: -140px;
  bottom: -140px;
  left: -140px;
}

.-inset-195px {
  top: -195px;
  right: -195px;
  bottom: -195px;
  left: -195px;
}

.-inset-200px {
  top: -200px;
  right: -200px;
  bottom: -200px;
  left: -200px;
}

.-inset-210px {
  top: -210px;
  right: -210px;
  bottom: -210px;
  left: -210px;
}

.-inset-222px {
  top: -222px;
  right: -222px;
  bottom: -222px;
  left: -222px;
}

.-inset-258px {
  top: -258px;
  right: -258px;
  bottom: -258px;
  left: -258px;
}

.-inset-280px {
  top: -280px;
  right: -280px;
  bottom: -280px;
  left: -280px;
}

.-inset-334px {
  top: -334px;
  right: -334px;
  bottom: -334px;
  left: -334px;
}

.-inset-388px {
  top: -388px;
  right: -388px;
  bottom: -388px;
  left: -388px;
}

.-inset-480px {
  top: -480px;
  right: -480px;
  bottom: -480px;
  left: -480px;
}

.-inset-490px {
  top: -490px;
  right: -490px;
  bottom: -490px;
  left: -490px;
}

.-inset-505px {
  top: -505px;
  right: -505px;
  bottom: -505px;
  left: -505px;
}

.-inset-507px {
  top: -507px;
  right: -507px;
  bottom: -507px;
  left: -507px;
}

.-inset-760px {
  top: -760px;
  right: -760px;
  bottom: -760px;
  left: -760px;
}

.-inset-780px {
  top: -780px;
  right: -780px;
  bottom: -780px;
  left: -780px;
}

.-inset-980px {
  top: -980px;
  right: -980px;
  bottom: -980px;
  left: -980px;
}

.-inset-1366px {
  top: -1366px;
  right: -1366px;
  bottom: -1366px;
  left: -1366px;
}

.inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-1\/3 {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.inset-2\/3 {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.inset-1\/4 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.inset-2\/4 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-3\/4 {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.inset-full {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.-inset-1\/2 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-1\/3 {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.-inset-2\/3 {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.-inset-1\/4 {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.-inset-2\/4 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-3\/4 {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.-inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.inset-x-0 {
  right: 0px;
  left: 0px;
}

.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

.inset-x-1 {
  right: 0.25rem;
  left: 0.25rem;
}

.inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

.inset-x-2 {
  right: 0.5rem;
  left: 0.5rem;
}

.inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}

.inset-x-3 {
  right: 0.75rem;
  left: 0.75rem;
}

.inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.inset-x-4 {
  right: 1rem;
  left: 1rem;
}

.inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}

.inset-x-5 {
  right: 1.25rem;
  left: 1.25rem;
}

.inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}

.inset-x-6 {
  right: 1.5rem;
  left: 1.5rem;
}

.inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}

.inset-x-7 {
  right: 1.75rem;
  left: 1.75rem;
}

.inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}

.inset-x-8 {
  right: 2rem;
  left: 2rem;
}

.inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}

.inset-x-9 {
  right: 2.25rem;
  left: 2.25rem;
}

.inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem;
}

.inset-x-10 {
  right: 2.5rem;
  left: 2.5rem;
}

.inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}

.inset-x-11 {
  right: 2.75rem;
  left: 2.75rem;
}

.inset-y-12 {
  top: 3rem;
  bottom: 3rem;
}

.inset-x-12 {
  right: 3rem;
  left: 3rem;
}

.inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem;
}

.inset-x-14 {
  right: 3.5rem;
  left: 3.5rem;
}

.inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}

.inset-x-16 {
  right: 4rem;
  left: 4rem;
}

.inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}

.inset-x-20 {
  right: 5rem;
  left: 5rem;
}

.inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}

.inset-x-24 {
  right: 6rem;
  left: 6rem;
}

.inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}

.inset-x-28 {
  right: 7rem;
  left: 7rem;
}

.inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}

.inset-x-32 {
  right: 8rem;
  left: 8rem;
}

.inset-y-36 {
  top: 9rem;
  bottom: 9rem;
}

.inset-x-36 {
  right: 9rem;
  left: 9rem;
}

.inset-y-40 {
  top: 10rem;
  bottom: 10rem;
}

.inset-x-40 {
  right: 10rem;
  left: 10rem;
}

.inset-y-44 {
  top: 11rem;
  bottom: 11rem;
}

.inset-x-44 {
  right: 11rem;
  left: 11rem;
}

.inset-y-48 {
  top: 12rem;
  bottom: 12rem;
}

.inset-x-48 {
  right: 12rem;
  left: 12rem;
}

.inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}

.inset-x-52 {
  right: 13rem;
  left: 13rem;
}

.inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}

.inset-x-56 {
  right: 14rem;
  left: 14rem;
}

.inset-y-60 {
  top: 15rem;
  bottom: 15rem;
}

.inset-x-60 {
  right: 15rem;
  left: 15rem;
}

.inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}

.inset-x-64 {
  right: 16rem;
  left: 16rem;
}

.inset-y-72 {
  top: 18rem;
  bottom: 18rem;
}

.inset-x-72 {
  right: 18rem;
  left: 18rem;
}

.inset-y-80 {
  top: 20rem;
  bottom: 20rem;
}

.inset-x-80 {
  right: 20rem;
  left: 20rem;
}

.inset-y-96 {
  top: 24rem;
  bottom: 24rem;
}

.inset-x-96 {
  right: 24rem;
  left: 24rem;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-x-auto {
  right: auto;
  left: auto;
}

.inset-y-px {
  top: 1px;
  bottom: 1px;
}

.inset-x-px {
  right: 1px;
  left: 1px;
}

.inset-y-0\.5 {
  top: 0.125rem;
  bottom: 0.125rem;
}

.inset-x-0\.5 {
  right: 0.125rem;
  left: 0.125rem;
}

.inset-y-1\.5 {
  top: 0.375rem;
  bottom: 0.375rem;
}

.inset-x-1\.5 {
  right: 0.375rem;
  left: 0.375rem;
}

.inset-y-2\.5 {
  top: 0.625rem;
  bottom: 0.625rem;
}

.inset-x-2\.5 {
  right: 0.625rem;
  left: 0.625rem;
}

.inset-y-3\.5 {
  top: 0.875rem;
  bottom: 0.875rem;
}

.inset-x-3\.5 {
  right: 0.875rem;
  left: 0.875rem;
}

.inset-y-1px {
  top: 1px;
  bottom: 1px;
}

.inset-x-1px {
  right: 1px;
  left: 1px;
}

.inset-y-2px {
  top: 2px;
  bottom: 2px;
}

.inset-x-2px {
  right: 2px;
  left: 2px;
}

.inset-y-3px {
  top: 3px;
  bottom: 3px;
}

.inset-x-3px {
  right: 3px;
  left: 3px;
}

.inset-y-4px {
  top: 4px;
  bottom: 4px;
}

.inset-x-4px {
  right: 4px;
  left: 4px;
}

.inset-y-5px {
  top: 5px;
  bottom: 5px;
}

.inset-x-5px {
  right: 5px;
  left: 5px;
}

.inset-y-6px {
  top: 6px;
  bottom: 6px;
}

.inset-x-6px {
  right: 6px;
  left: 6px;
}

.inset-y-7px {
  top: 7px;
  bottom: 7px;
}

.inset-x-7px {
  right: 7px;
  left: 7px;
}

.inset-y-8px {
  top: 8px;
  bottom: 8px;
}

.inset-x-8px {
  right: 8px;
  left: 8px;
}

.inset-y-9px {
  top: 9px;
  bottom: 9px;
}

.inset-x-9px {
  right: 9px;
  left: 9px;
}

.inset-y-10px {
  top: 10px;
  bottom: 10px;
}

.inset-x-10px {
  right: 10px;
  left: 10px;
}

.inset-y-11px {
  top: 11px;
  bottom: 11px;
}

.inset-x-11px {
  right: 11px;
  left: 11px;
}

.inset-y-12px {
  top: 12px;
  bottom: 12px;
}

.inset-x-12px {
  right: 12px;
  left: 12px;
}

.inset-y-13px {
  top: 13px;
  bottom: 13px;
}

.inset-x-13px {
  right: 13px;
  left: 13px;
}

.inset-y-14px {
  top: 14px;
  bottom: 14px;
}

.inset-x-14px {
  right: 14px;
  left: 14px;
}

.inset-y-15px {
  top: 15px;
  bottom: 15px;
}

.inset-x-15px {
  right: 15px;
  left: 15px;
}

.inset-y-16px {
  top: 16px;
  bottom: 16px;
}

.inset-x-16px {
  right: 16px;
  left: 16px;
}

.inset-y-17px {
  top: 17px;
  bottom: 17px;
}

.inset-x-17px {
  right: 17px;
  left: 17px;
}

.inset-y-18px {
  top: 18px;
  bottom: 18px;
}

.inset-x-18px {
  right: 18px;
  left: 18px;
}

.inset-y-19px {
  top: 19px;
  bottom: 19px;
}

.inset-x-19px {
  right: 19px;
  left: 19px;
}

.inset-y-20px {
  top: 20px;
  bottom: 20px;
}

.inset-x-20px {
  right: 20px;
  left: 20px;
}

.inset-y-21px {
  top: 21px;
  bottom: 21px;
}

.inset-x-21px {
  right: 21px;
  left: 21px;
}

.inset-y-22px {
  top: 22px;
  bottom: 22px;
}

.inset-x-22px {
  right: 22px;
  left: 22px;
}

.inset-y-23px {
  top: 23px;
  bottom: 23px;
}

.inset-x-23px {
  right: 23px;
  left: 23px;
}

.inset-y-24px {
  top: 24px;
  bottom: 24px;
}

.inset-x-24px {
  right: 24px;
  left: 24px;
}

.inset-y-25px {
  top: 25px;
  bottom: 25px;
}

.inset-x-25px {
  right: 25px;
  left: 25px;
}

.inset-y-26px {
  top: 26px;
  bottom: 26px;
}

.inset-x-26px {
  right: 26px;
  left: 26px;
}

.inset-y-27px {
  top: 27px;
  bottom: 27px;
}

.inset-x-27px {
  right: 27px;
  left: 27px;
}

.inset-y-28px {
  top: 28px;
  bottom: 28px;
}

.inset-x-28px {
  right: 28px;
  left: 28px;
}

.inset-y-29px {
  top: 29px;
  bottom: 29px;
}

.inset-x-29px {
  right: 29px;
  left: 29px;
}

.inset-y-30px {
  top: 30px;
  bottom: 30px;
}

.inset-x-30px {
  right: 30px;
  left: 30px;
}

.inset-y-31px {
  top: 31px;
  bottom: 31px;
}

.inset-x-31px {
  right: 31px;
  left: 31px;
}

.inset-y-32px {
  top: 32px;
  bottom: 32px;
}

.inset-x-32px {
  right: 32px;
  left: 32px;
}

.inset-y-33px {
  top: 33px;
  bottom: 33px;
}

.inset-x-33px {
  right: 33px;
  left: 33px;
}

.inset-y-34px {
  top: 34px;
  bottom: 34px;
}

.inset-x-34px {
  right: 34px;
  left: 34px;
}

.inset-y-35px {
  top: 35px;
  bottom: 35px;
}

.inset-x-35px {
  right: 35px;
  left: 35px;
}

.inset-y-36px {
  top: 36px;
  bottom: 36px;
}

.inset-x-36px {
  right: 36px;
  left: 36px;
}

.inset-y-37px {
  top: 37px;
  bottom: 37px;
}

.inset-x-37px {
  right: 37px;
  left: 37px;
}

.inset-y-38px {
  top: 38px;
  bottom: 38px;
}

.inset-x-38px {
  right: 38px;
  left: 38px;
}

.inset-y-39px {
  top: 39px;
  bottom: 39px;
}

.inset-x-39px {
  right: 39px;
  left: 39px;
}

.inset-y-40px {
  top: 40px;
  bottom: 40px;
}

.inset-x-40px {
  right: 40px;
  left: 40px;
}

.inset-y-41px {
  top: 41px;
  bottom: 41px;
}

.inset-x-41px {
  right: 41px;
  left: 41px;
}

.inset-y-42px {
  top: 42px;
  bottom: 42px;
}

.inset-x-42px {
  right: 42px;
  left: 42px;
}

.inset-y-43px {
  top: 43px;
  bottom: 43px;
}

.inset-x-43px {
  right: 43px;
  left: 43px;
}

.inset-y-44px {
  top: 44px;
  bottom: 44px;
}

.inset-x-44px {
  right: 44px;
  left: 44px;
}

.inset-y-45px {
  top: 45px;
  bottom: 45px;
}

.inset-x-45px {
  right: 45px;
  left: 45px;
}

.inset-y-46px {
  top: 46px;
  bottom: 46px;
}

.inset-x-46px {
  right: 46px;
  left: 46px;
}

.inset-y-47px {
  top: 47px;
  bottom: 47px;
}

.inset-x-47px {
  right: 47px;
  left: 47px;
}

.inset-y-48px {
  top: 48px;
  bottom: 48px;
}

.inset-x-48px {
  right: 48px;
  left: 48px;
}

.inset-y-49px {
  top: 49px;
  bottom: 49px;
}

.inset-x-49px {
  right: 49px;
  left: 49px;
}

.inset-y-50px {
  top: 50px;
  bottom: 50px;
}

.inset-x-50px {
  right: 50px;
  left: 50px;
}

.inset-y-51px {
  top: 51px;
  bottom: 51px;
}

.inset-x-51px {
  right: 51px;
  left: 51px;
}

.inset-y-52px {
  top: 52px;
  bottom: 52px;
}

.inset-x-52px {
  right: 52px;
  left: 52px;
}

.inset-y-53px {
  top: 53px;
  bottom: 53px;
}

.inset-x-53px {
  right: 53px;
  left: 53px;
}

.inset-y-54px {
  top: 54px;
  bottom: 54px;
}

.inset-x-54px {
  right: 54px;
  left: 54px;
}

.inset-y-55px {
  top: 55px;
  bottom: 55px;
}

.inset-x-55px {
  right: 55px;
  left: 55px;
}

.inset-y-56px {
  top: 56px;
  bottom: 56px;
}

.inset-x-56px {
  right: 56px;
  left: 56px;
}

.inset-y-57px {
  top: 57px;
  bottom: 57px;
}

.inset-x-57px {
  right: 57px;
  left: 57px;
}

.inset-y-58px {
  top: 58px;
  bottom: 58px;
}

.inset-x-58px {
  right: 58px;
  left: 58px;
}

.inset-y-59px {
  top: 59px;
  bottom: 59px;
}

.inset-x-59px {
  right: 59px;
  left: 59px;
}

.inset-y-60px {
  top: 60px;
  bottom: 60px;
}

.inset-x-60px {
  right: 60px;
  left: 60px;
}

.inset-y-61px {
  top: 61px;
  bottom: 61px;
}

.inset-x-61px {
  right: 61px;
  left: 61px;
}

.inset-y-62px {
  top: 62px;
  bottom: 62px;
}

.inset-x-62px {
  right: 62px;
  left: 62px;
}

.inset-y-63px {
  top: 63px;
  bottom: 63px;
}

.inset-x-63px {
  right: 63px;
  left: 63px;
}

.inset-y-64px {
  top: 64px;
  bottom: 64px;
}

.inset-x-64px {
  right: 64px;
  left: 64px;
}

.inset-y-65px {
  top: 65px;
  bottom: 65px;
}

.inset-x-65px {
  right: 65px;
  left: 65px;
}

.inset-y-66px {
  top: 66px;
  bottom: 66px;
}

.inset-x-66px {
  right: 66px;
  left: 66px;
}

.inset-y-67px {
  top: 67px;
  bottom: 67px;
}

.inset-x-67px {
  right: 67px;
  left: 67px;
}

.inset-y-68px {
  top: 68px;
  bottom: 68px;
}

.inset-x-68px {
  right: 68px;
  left: 68px;
}

.inset-y-69px {
  top: 69px;
  bottom: 69px;
}

.inset-x-69px {
  right: 69px;
  left: 69px;
}

.inset-y-70px {
  top: 70px;
  bottom: 70px;
}

.inset-x-70px {
  right: 70px;
  left: 70px;
}

.inset-y-71px {
  top: 71px;
  bottom: 71px;
}

.inset-x-71px {
  right: 71px;
  left: 71px;
}

.inset-y-72px {
  top: 72px;
  bottom: 72px;
}

.inset-x-72px {
  right: 72px;
  left: 72px;
}

.inset-y-73px {
  top: 73px;
  bottom: 73px;
}

.inset-x-73px {
  right: 73px;
  left: 73px;
}

.inset-y-74px {
  top: 74px;
  bottom: 74px;
}

.inset-x-74px {
  right: 74px;
  left: 74px;
}

.inset-y-75px {
  top: 75px;
  bottom: 75px;
}

.inset-x-75px {
  right: 75px;
  left: 75px;
}

.inset-y-76px {
  top: 76px;
  bottom: 76px;
}

.inset-x-76px {
  right: 76px;
  left: 76px;
}

.inset-y-77px {
  top: 77px;
  bottom: 77px;
}

.inset-x-77px {
  right: 77px;
  left: 77px;
}

.inset-y-78px {
  top: 78px;
  bottom: 78px;
}

.inset-x-78px {
  right: 78px;
  left: 78px;
}

.inset-y-79px {
  top: 79px;
  bottom: 79px;
}

.inset-x-79px {
  right: 79px;
  left: 79px;
}

.inset-y-80px {
  top: 80px;
  bottom: 80px;
}

.inset-x-80px {
  right: 80px;
  left: 80px;
}

.inset-y-81px {
  top: 81px;
  bottom: 81px;
}

.inset-x-81px {
  right: 81px;
  left: 81px;
}

.inset-y-82px {
  top: 82px;
  bottom: 82px;
}

.inset-x-82px {
  right: 82px;
  left: 82px;
}

.inset-y-83px {
  top: 83px;
  bottom: 83px;
}

.inset-x-83px {
  right: 83px;
  left: 83px;
}

.inset-y-84px {
  top: 84px;
  bottom: 84px;
}

.inset-x-84px {
  right: 84px;
  left: 84px;
}

.inset-y-85px {
  top: 85px;
  bottom: 85px;
}

.inset-x-85px {
  right: 85px;
  left: 85px;
}

.inset-y-86px {
  top: 86px;
  bottom: 86px;
}

.inset-x-86px {
  right: 86px;
  left: 86px;
}

.inset-y-87px {
  top: 87px;
  bottom: 87px;
}

.inset-x-87px {
  right: 87px;
  left: 87px;
}

.inset-y-88px {
  top: 88px;
  bottom: 88px;
}

.inset-x-88px {
  right: 88px;
  left: 88px;
}

.inset-y-89px {
  top: 89px;
  bottom: 89px;
}

.inset-x-89px {
  right: 89px;
  left: 89px;
}

.inset-y-90px {
  top: 90px;
  bottom: 90px;
}

.inset-x-90px {
  right: 90px;
  left: 90px;
}

.inset-y-91px {
  top: 91px;
  bottom: 91px;
}

.inset-x-91px {
  right: 91px;
  left: 91px;
}

.inset-y-92px {
  top: 92px;
  bottom: 92px;
}

.inset-x-92px {
  right: 92px;
  left: 92px;
}

.inset-y-93px {
  top: 93px;
  bottom: 93px;
}

.inset-x-93px {
  right: 93px;
  left: 93px;
}

.inset-y-94px {
  top: 94px;
  bottom: 94px;
}

.inset-x-94px {
  right: 94px;
  left: 94px;
}

.inset-y-95px {
  top: 95px;
  bottom: 95px;
}

.inset-x-95px {
  right: 95px;
  left: 95px;
}

.inset-y-96px {
  top: 96px;
  bottom: 96px;
}

.inset-x-96px {
  right: 96px;
  left: 96px;
}

.inset-y-97px {
  top: 97px;
  bottom: 97px;
}

.inset-x-97px {
  right: 97px;
  left: 97px;
}

.inset-y-98px {
  top: 98px;
  bottom: 98px;
}

.inset-x-98px {
  right: 98px;
  left: 98px;
}

.inset-y-99px {
  top: 99px;
  bottom: 99px;
}

.inset-x-99px {
  right: 99px;
  left: 99px;
}

.inset-y-100px {
  top: 100px;
  bottom: 100px;
}

.inset-x-100px {
  right: 100px;
  left: 100px;
}

.inset-y-101px {
  top: 101px;
  bottom: 101px;
}

.inset-x-101px {
  right: 101px;
  left: 101px;
}

.inset-y-102px {
  top: 102px;
  bottom: 102px;
}

.inset-x-102px {
  right: 102px;
  left: 102px;
}

.inset-y-103px {
  top: 103px;
  bottom: 103px;
}

.inset-x-103px {
  right: 103px;
  left: 103px;
}

.inset-y-104px {
  top: 104px;
  bottom: 104px;
}

.inset-x-104px {
  right: 104px;
  left: 104px;
}

.inset-y-105px {
  top: 105px;
  bottom: 105px;
}

.inset-x-105px {
  right: 105px;
  left: 105px;
}

.inset-y-106px {
  top: 106px;
  bottom: 106px;
}

.inset-x-106px {
  right: 106px;
  left: 106px;
}

.inset-y-107px {
  top: 107px;
  bottom: 107px;
}

.inset-x-107px {
  right: 107px;
  left: 107px;
}

.inset-y-108px {
  top: 108px;
  bottom: 108px;
}

.inset-x-108px {
  right: 108px;
  left: 108px;
}

.inset-y-109px {
  top: 109px;
  bottom: 109px;
}

.inset-x-109px {
  right: 109px;
  left: 109px;
}

.inset-y-110px {
  top: 110px;
  bottom: 110px;
}

.inset-x-110px {
  right: 110px;
  left: 110px;
}

.inset-y-111px {
  top: 111px;
  bottom: 111px;
}

.inset-x-111px {
  right: 111px;
  left: 111px;
}

.inset-y-112px {
  top: 112px;
  bottom: 112px;
}

.inset-x-112px {
  right: 112px;
  left: 112px;
}

.inset-y-113px {
  top: 113px;
  bottom: 113px;
}

.inset-x-113px {
  right: 113px;
  left: 113px;
}

.inset-y-114px {
  top: 114px;
  bottom: 114px;
}

.inset-x-114px {
  right: 114px;
  left: 114px;
}

.inset-y-115px {
  top: 115px;
  bottom: 115px;
}

.inset-x-115px {
  right: 115px;
  left: 115px;
}

.inset-y-116px {
  top: 116px;
  bottom: 116px;
}

.inset-x-116px {
  right: 116px;
  left: 116px;
}

.inset-y-117px {
  top: 117px;
  bottom: 117px;
}

.inset-x-117px {
  right: 117px;
  left: 117px;
}

.inset-y-118px {
  top: 118px;
  bottom: 118px;
}

.inset-x-118px {
  right: 118px;
  left: 118px;
}

.inset-y-119px {
  top: 119px;
  bottom: 119px;
}

.inset-x-119px {
  right: 119px;
  left: 119px;
}

.inset-y-120px {
  top: 120px;
  bottom: 120px;
}

.inset-x-120px {
  right: 120px;
  left: 120px;
}

.inset-y-121px {
  top: 121px;
  bottom: 121px;
}

.inset-x-121px {
  right: 121px;
  left: 121px;
}

.inset-y-122px {
  top: 122px;
  bottom: 122px;
}

.inset-x-122px {
  right: 122px;
  left: 122px;
}

.inset-y-123px {
  top: 123px;
  bottom: 123px;
}

.inset-x-123px {
  right: 123px;
  left: 123px;
}

.inset-y-124px {
  top: 124px;
  bottom: 124px;
}

.inset-x-124px {
  right: 124px;
  left: 124px;
}

.inset-y-125px {
  top: 125px;
  bottom: 125px;
}

.inset-x-125px {
  right: 125px;
  left: 125px;
}

.inset-y-126px {
  top: 126px;
  bottom: 126px;
}

.inset-x-126px {
  right: 126px;
  left: 126px;
}

.inset-y-127px {
  top: 127px;
  bottom: 127px;
}

.inset-x-127px {
  right: 127px;
  left: 127px;
}

.inset-y-128px {
  top: 128px;
  bottom: 128px;
}

.inset-x-128px {
  right: 128px;
  left: 128px;
}

.inset-y-129px {
  top: 129px;
  bottom: 129px;
}

.inset-x-129px {
  right: 129px;
  left: 129px;
}

.inset-y-130px {
  top: 130px;
  bottom: 130px;
}

.inset-x-130px {
  right: 130px;
  left: 130px;
}

.inset-y-133px {
  top: 133px;
  bottom: 133px;
}

.inset-x-133px {
  right: 133px;
  left: 133px;
}

.inset-y-140px {
  top: 140px;
  bottom: 140px;
}

.inset-x-140px {
  right: 140px;
  left: 140px;
}

.inset-y-195px {
  top: 195px;
  bottom: 195px;
}

.inset-x-195px {
  right: 195px;
  left: 195px;
}

.inset-y-200px {
  top: 200px;
  bottom: 200px;
}

.inset-x-200px {
  right: 200px;
  left: 200px;
}

.inset-y-210px {
  top: 210px;
  bottom: 210px;
}

.inset-x-210px {
  right: 210px;
  left: 210px;
}

.inset-y-222px {
  top: 222px;
  bottom: 222px;
}

.inset-x-222px {
  right: 222px;
  left: 222px;
}

.inset-y-258px {
  top: 258px;
  bottom: 258px;
}

.inset-x-258px {
  right: 258px;
  left: 258px;
}

.inset-y-280px {
  top: 280px;
  bottom: 280px;
}

.inset-x-280px {
  right: 280px;
  left: 280px;
}

.inset-y-334px {
  top: 334px;
  bottom: 334px;
}

.inset-x-334px {
  right: 334px;
  left: 334px;
}

.inset-y-388px {
  top: 388px;
  bottom: 388px;
}

.inset-x-388px {
  right: 388px;
  left: 388px;
}

.inset-y-480px {
  top: 480px;
  bottom: 480px;
}

.inset-x-480px {
  right: 480px;
  left: 480px;
}

.inset-y-490px {
  top: 490px;
  bottom: 490px;
}

.inset-x-490px {
  right: 490px;
  left: 490px;
}

.inset-y-505px {
  top: 505px;
  bottom: 505px;
}

.inset-x-505px {
  right: 505px;
  left: 505px;
}

.inset-y-507px {
  top: 507px;
  bottom: 507px;
}

.inset-x-507px {
  right: 507px;
  left: 507px;
}

.inset-y-760px {
  top: 760px;
  bottom: 760px;
}

.inset-x-760px {
  right: 760px;
  left: 760px;
}

.inset-y-780px {
  top: 780px;
  bottom: 780px;
}

.inset-x-780px {
  right: 780px;
  left: 780px;
}

.inset-y-980px {
  top: 980px;
  bottom: 980px;
}

.inset-x-980px {
  right: 980px;
  left: 980px;
}

.inset-y-1366px {
  top: 1366px;
  bottom: 1366px;
}

.inset-x-1366px {
  right: 1366px;
  left: 1366px;
}

.-inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-inset-x-0 {
  right: 0px;
  left: 0px;
}

.-inset-y-1 {
  top: -0.25rem;
  bottom: -0.25rem;
}

.-inset-x-1 {
  right: -0.25rem;
  left: -0.25rem;
}

.-inset-y-2 {
  top: -0.5rem;
  bottom: -0.5rem;
}

.-inset-x-2 {
  right: -0.5rem;
  left: -0.5rem;
}

.-inset-y-3 {
  top: -0.75rem;
  bottom: -0.75rem;
}

.-inset-x-3 {
  right: -0.75rem;
  left: -0.75rem;
}

.-inset-y-4 {
  top: -1rem;
  bottom: -1rem;
}

.-inset-x-4 {
  right: -1rem;
  left: -1rem;
}

.-inset-y-5 {
  top: -1.25rem;
  bottom: -1.25rem;
}

.-inset-x-5 {
  right: -1.25rem;
  left: -1.25rem;
}

.-inset-y-6 {
  top: -1.5rem;
  bottom: -1.5rem;
}

.-inset-x-6 {
  right: -1.5rem;
  left: -1.5rem;
}

.-inset-y-7 {
  top: -1.75rem;
  bottom: -1.75rem;
}

.-inset-x-7 {
  right: -1.75rem;
  left: -1.75rem;
}

.-inset-y-8 {
  top: -2rem;
  bottom: -2rem;
}

.-inset-x-8 {
  right: -2rem;
  left: -2rem;
}

.-inset-y-9 {
  top: -2.25rem;
  bottom: -2.25rem;
}

.-inset-x-9 {
  right: -2.25rem;
  left: -2.25rem;
}

.-inset-y-10 {
  top: -2.5rem;
  bottom: -2.5rem;
}

.-inset-x-10 {
  right: -2.5rem;
  left: -2.5rem;
}

.-inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem;
}

.-inset-x-11 {
  right: -2.75rem;
  left: -2.75rem;
}

.-inset-y-12 {
  top: -3rem;
  bottom: -3rem;
}

.-inset-x-12 {
  right: -3rem;
  left: -3rem;
}

.-inset-y-14 {
  top: -3.5rem;
  bottom: -3.5rem;
}

.-inset-x-14 {
  right: -3.5rem;
  left: -3.5rem;
}

.-inset-y-16 {
  top: -4rem;
  bottom: -4rem;
}

.-inset-x-16 {
  right: -4rem;
  left: -4rem;
}

.-inset-y-20 {
  top: -5rem;
  bottom: -5rem;
}

.-inset-x-20 {
  right: -5rem;
  left: -5rem;
}

.-inset-y-24 {
  top: -6rem;
  bottom: -6rem;
}

.-inset-x-24 {
  right: -6rem;
  left: -6rem;
}

.-inset-y-28 {
  top: -7rem;
  bottom: -7rem;
}

.-inset-x-28 {
  right: -7rem;
  left: -7rem;
}

.-inset-y-32 {
  top: -8rem;
  bottom: -8rem;
}

.-inset-x-32 {
  right: -8rem;
  left: -8rem;
}

.-inset-y-36 {
  top: -9rem;
  bottom: -9rem;
}

.-inset-x-36 {
  right: -9rem;
  left: -9rem;
}

.-inset-y-40 {
  top: -10rem;
  bottom: -10rem;
}

.-inset-x-40 {
  right: -10rem;
  left: -10rem;
}

.-inset-y-44 {
  top: -11rem;
  bottom: -11rem;
}

.-inset-x-44 {
  right: -11rem;
  left: -11rem;
}

.-inset-y-48 {
  top: -12rem;
  bottom: -12rem;
}

.-inset-x-48 {
  right: -12rem;
  left: -12rem;
}

.-inset-y-52 {
  top: -13rem;
  bottom: -13rem;
}

.-inset-x-52 {
  right: -13rem;
  left: -13rem;
}

.-inset-y-56 {
  top: -14rem;
  bottom: -14rem;
}

.-inset-x-56 {
  right: -14rem;
  left: -14rem;
}

.-inset-y-60 {
  top: -15rem;
  bottom: -15rem;
}

.-inset-x-60 {
  right: -15rem;
  left: -15rem;
}

.-inset-y-64 {
  top: -16rem;
  bottom: -16rem;
}

.-inset-x-64 {
  right: -16rem;
  left: -16rem;
}

.-inset-y-72 {
  top: -18rem;
  bottom: -18rem;
}

.-inset-x-72 {
  right: -18rem;
  left: -18rem;
}

.-inset-y-80 {
  top: -20rem;
  bottom: -20rem;
}

.-inset-x-80 {
  right: -20rem;
  left: -20rem;
}

.-inset-y-96 {
  top: -24rem;
  bottom: -24rem;
}

.-inset-x-96 {
  right: -24rem;
  left: -24rem;
}

.-inset-y-px {
  top: -1px;
  bottom: -1px;
}

.-inset-x-px {
  right: -1px;
  left: -1px;
}

.-inset-y-0\.5 {
  top: -0.125rem;
  bottom: -0.125rem;
}

.-inset-x-0\.5 {
  right: -0.125rem;
  left: -0.125rem;
}

.-inset-y-1\.5 {
  top: -0.375rem;
  bottom: -0.375rem;
}

.-inset-x-1\.5 {
  right: -0.375rem;
  left: -0.375rem;
}

.-inset-y-2\.5 {
  top: -0.625rem;
  bottom: -0.625rem;
}

.-inset-x-2\.5 {
  right: -0.625rem;
  left: -0.625rem;
}

.-inset-y-3\.5 {
  top: -0.875rem;
  bottom: -0.875rem;
}

.-inset-x-3\.5 {
  right: -0.875rem;
  left: -0.875rem;
}

.-inset-y-1px {
  top: -1px;
  bottom: -1px;
}

.-inset-x-1px {
  right: -1px;
  left: -1px;
}

.-inset-y-2px {
  top: -2px;
  bottom: -2px;
}

.-inset-x-2px {
  right: -2px;
  left: -2px;
}

.-inset-y-3px {
  top: -3px;
  bottom: -3px;
}

.-inset-x-3px {
  right: -3px;
  left: -3px;
}

.-inset-y-4px {
  top: -4px;
  bottom: -4px;
}

.-inset-x-4px {
  right: -4px;
  left: -4px;
}

.-inset-y-5px {
  top: -5px;
  bottom: -5px;
}

.-inset-x-5px {
  right: -5px;
  left: -5px;
}

.-inset-y-6px {
  top: -6px;
  bottom: -6px;
}

.-inset-x-6px {
  right: -6px;
  left: -6px;
}

.-inset-y-7px {
  top: -7px;
  bottom: -7px;
}

.-inset-x-7px {
  right: -7px;
  left: -7px;
}

.-inset-y-8px {
  top: -8px;
  bottom: -8px;
}

.-inset-x-8px {
  right: -8px;
  left: -8px;
}

.-inset-y-9px {
  top: -9px;
  bottom: -9px;
}

.-inset-x-9px {
  right: -9px;
  left: -9px;
}

.-inset-y-10px {
  top: -10px;
  bottom: -10px;
}

.-inset-x-10px {
  right: -10px;
  left: -10px;
}

.-inset-y-11px {
  top: -11px;
  bottom: -11px;
}

.-inset-x-11px {
  right: -11px;
  left: -11px;
}

.-inset-y-12px {
  top: -12px;
  bottom: -12px;
}

.-inset-x-12px {
  right: -12px;
  left: -12px;
}

.-inset-y-13px {
  top: -13px;
  bottom: -13px;
}

.-inset-x-13px {
  right: -13px;
  left: -13px;
}

.-inset-y-14px {
  top: -14px;
  bottom: -14px;
}

.-inset-x-14px {
  right: -14px;
  left: -14px;
}

.-inset-y-15px {
  top: -15px;
  bottom: -15px;
}

.-inset-x-15px {
  right: -15px;
  left: -15px;
}

.-inset-y-16px {
  top: -16px;
  bottom: -16px;
}

.-inset-x-16px {
  right: -16px;
  left: -16px;
}

.-inset-y-17px {
  top: -17px;
  bottom: -17px;
}

.-inset-x-17px {
  right: -17px;
  left: -17px;
}

.-inset-y-18px {
  top: -18px;
  bottom: -18px;
}

.-inset-x-18px {
  right: -18px;
  left: -18px;
}

.-inset-y-19px {
  top: -19px;
  bottom: -19px;
}

.-inset-x-19px {
  right: -19px;
  left: -19px;
}

.-inset-y-20px {
  top: -20px;
  bottom: -20px;
}

.-inset-x-20px {
  right: -20px;
  left: -20px;
}

.-inset-y-21px {
  top: -21px;
  bottom: -21px;
}

.-inset-x-21px {
  right: -21px;
  left: -21px;
}

.-inset-y-22px {
  top: -22px;
  bottom: -22px;
}

.-inset-x-22px {
  right: -22px;
  left: -22px;
}

.-inset-y-23px {
  top: -23px;
  bottom: -23px;
}

.-inset-x-23px {
  right: -23px;
  left: -23px;
}

.-inset-y-24px {
  top: -24px;
  bottom: -24px;
}

.-inset-x-24px {
  right: -24px;
  left: -24px;
}

.-inset-y-25px {
  top: -25px;
  bottom: -25px;
}

.-inset-x-25px {
  right: -25px;
  left: -25px;
}

.-inset-y-26px {
  top: -26px;
  bottom: -26px;
}

.-inset-x-26px {
  right: -26px;
  left: -26px;
}

.-inset-y-27px {
  top: -27px;
  bottom: -27px;
}

.-inset-x-27px {
  right: -27px;
  left: -27px;
}

.-inset-y-28px {
  top: -28px;
  bottom: -28px;
}

.-inset-x-28px {
  right: -28px;
  left: -28px;
}

.-inset-y-29px {
  top: -29px;
  bottom: -29px;
}

.-inset-x-29px {
  right: -29px;
  left: -29px;
}

.-inset-y-30px {
  top: -30px;
  bottom: -30px;
}

.-inset-x-30px {
  right: -30px;
  left: -30px;
}

.-inset-y-31px {
  top: -31px;
  bottom: -31px;
}

.-inset-x-31px {
  right: -31px;
  left: -31px;
}

.-inset-y-32px {
  top: -32px;
  bottom: -32px;
}

.-inset-x-32px {
  right: -32px;
  left: -32px;
}

.-inset-y-33px {
  top: -33px;
  bottom: -33px;
}

.-inset-x-33px {
  right: -33px;
  left: -33px;
}

.-inset-y-34px {
  top: -34px;
  bottom: -34px;
}

.-inset-x-34px {
  right: -34px;
  left: -34px;
}

.-inset-y-35px {
  top: -35px;
  bottom: -35px;
}

.-inset-x-35px {
  right: -35px;
  left: -35px;
}

.-inset-y-36px {
  top: -36px;
  bottom: -36px;
}

.-inset-x-36px {
  right: -36px;
  left: -36px;
}

.-inset-y-37px {
  top: -37px;
  bottom: -37px;
}

.-inset-x-37px {
  right: -37px;
  left: -37px;
}

.-inset-y-38px {
  top: -38px;
  bottom: -38px;
}

.-inset-x-38px {
  right: -38px;
  left: -38px;
}

.-inset-y-39px {
  top: -39px;
  bottom: -39px;
}

.-inset-x-39px {
  right: -39px;
  left: -39px;
}

.-inset-y-40px {
  top: -40px;
  bottom: -40px;
}

.-inset-x-40px {
  right: -40px;
  left: -40px;
}

.-inset-y-41px {
  top: -41px;
  bottom: -41px;
}

.-inset-x-41px {
  right: -41px;
  left: -41px;
}

.-inset-y-42px {
  top: -42px;
  bottom: -42px;
}

.-inset-x-42px {
  right: -42px;
  left: -42px;
}

.-inset-y-43px {
  top: -43px;
  bottom: -43px;
}

.-inset-x-43px {
  right: -43px;
  left: -43px;
}

.-inset-y-44px {
  top: -44px;
  bottom: -44px;
}

.-inset-x-44px {
  right: -44px;
  left: -44px;
}

.-inset-y-45px {
  top: -45px;
  bottom: -45px;
}

.-inset-x-45px {
  right: -45px;
  left: -45px;
}

.-inset-y-46px {
  top: -46px;
  bottom: -46px;
}

.-inset-x-46px {
  right: -46px;
  left: -46px;
}

.-inset-y-47px {
  top: -47px;
  bottom: -47px;
}

.-inset-x-47px {
  right: -47px;
  left: -47px;
}

.-inset-y-48px {
  top: -48px;
  bottom: -48px;
}

.-inset-x-48px {
  right: -48px;
  left: -48px;
}

.-inset-y-49px {
  top: -49px;
  bottom: -49px;
}

.-inset-x-49px {
  right: -49px;
  left: -49px;
}

.-inset-y-50px {
  top: -50px;
  bottom: -50px;
}

.-inset-x-50px {
  right: -50px;
  left: -50px;
}

.-inset-y-51px {
  top: -51px;
  bottom: -51px;
}

.-inset-x-51px {
  right: -51px;
  left: -51px;
}

.-inset-y-52px {
  top: -52px;
  bottom: -52px;
}

.-inset-x-52px {
  right: -52px;
  left: -52px;
}

.-inset-y-53px {
  top: -53px;
  bottom: -53px;
}

.-inset-x-53px {
  right: -53px;
  left: -53px;
}

.-inset-y-54px {
  top: -54px;
  bottom: -54px;
}

.-inset-x-54px {
  right: -54px;
  left: -54px;
}

.-inset-y-55px {
  top: -55px;
  bottom: -55px;
}

.-inset-x-55px {
  right: -55px;
  left: -55px;
}

.-inset-y-56px {
  top: -56px;
  bottom: -56px;
}

.-inset-x-56px {
  right: -56px;
  left: -56px;
}

.-inset-y-57px {
  top: -57px;
  bottom: -57px;
}

.-inset-x-57px {
  right: -57px;
  left: -57px;
}

.-inset-y-58px {
  top: -58px;
  bottom: -58px;
}

.-inset-x-58px {
  right: -58px;
  left: -58px;
}

.-inset-y-59px {
  top: -59px;
  bottom: -59px;
}

.-inset-x-59px {
  right: -59px;
  left: -59px;
}

.-inset-y-60px {
  top: -60px;
  bottom: -60px;
}

.-inset-x-60px {
  right: -60px;
  left: -60px;
}

.-inset-y-61px {
  top: -61px;
  bottom: -61px;
}

.-inset-x-61px {
  right: -61px;
  left: -61px;
}

.-inset-y-62px {
  top: -62px;
  bottom: -62px;
}

.-inset-x-62px {
  right: -62px;
  left: -62px;
}

.-inset-y-63px {
  top: -63px;
  bottom: -63px;
}

.-inset-x-63px {
  right: -63px;
  left: -63px;
}

.-inset-y-64px {
  top: -64px;
  bottom: -64px;
}

.-inset-x-64px {
  right: -64px;
  left: -64px;
}

.-inset-y-65px {
  top: -65px;
  bottom: -65px;
}

.-inset-x-65px {
  right: -65px;
  left: -65px;
}

.-inset-y-66px {
  top: -66px;
  bottom: -66px;
}

.-inset-x-66px {
  right: -66px;
  left: -66px;
}

.-inset-y-67px {
  top: -67px;
  bottom: -67px;
}

.-inset-x-67px {
  right: -67px;
  left: -67px;
}

.-inset-y-68px {
  top: -68px;
  bottom: -68px;
}

.-inset-x-68px {
  right: -68px;
  left: -68px;
}

.-inset-y-69px {
  top: -69px;
  bottom: -69px;
}

.-inset-x-69px {
  right: -69px;
  left: -69px;
}

.-inset-y-70px {
  top: -70px;
  bottom: -70px;
}

.-inset-x-70px {
  right: -70px;
  left: -70px;
}

.-inset-y-71px {
  top: -71px;
  bottom: -71px;
}

.-inset-x-71px {
  right: -71px;
  left: -71px;
}

.-inset-y-72px {
  top: -72px;
  bottom: -72px;
}

.-inset-x-72px {
  right: -72px;
  left: -72px;
}

.-inset-y-73px {
  top: -73px;
  bottom: -73px;
}

.-inset-x-73px {
  right: -73px;
  left: -73px;
}

.-inset-y-74px {
  top: -74px;
  bottom: -74px;
}

.-inset-x-74px {
  right: -74px;
  left: -74px;
}

.-inset-y-75px {
  top: -75px;
  bottom: -75px;
}

.-inset-x-75px {
  right: -75px;
  left: -75px;
}

.-inset-y-76px {
  top: -76px;
  bottom: -76px;
}

.-inset-x-76px {
  right: -76px;
  left: -76px;
}

.-inset-y-77px {
  top: -77px;
  bottom: -77px;
}

.-inset-x-77px {
  right: -77px;
  left: -77px;
}

.-inset-y-78px {
  top: -78px;
  bottom: -78px;
}

.-inset-x-78px {
  right: -78px;
  left: -78px;
}

.-inset-y-79px {
  top: -79px;
  bottom: -79px;
}

.-inset-x-79px {
  right: -79px;
  left: -79px;
}

.-inset-y-80px {
  top: -80px;
  bottom: -80px;
}

.-inset-x-80px {
  right: -80px;
  left: -80px;
}

.-inset-y-81px {
  top: -81px;
  bottom: -81px;
}

.-inset-x-81px {
  right: -81px;
  left: -81px;
}

.-inset-y-82px {
  top: -82px;
  bottom: -82px;
}

.-inset-x-82px {
  right: -82px;
  left: -82px;
}

.-inset-y-83px {
  top: -83px;
  bottom: -83px;
}

.-inset-x-83px {
  right: -83px;
  left: -83px;
}

.-inset-y-84px {
  top: -84px;
  bottom: -84px;
}

.-inset-x-84px {
  right: -84px;
  left: -84px;
}

.-inset-y-85px {
  top: -85px;
  bottom: -85px;
}

.-inset-x-85px {
  right: -85px;
  left: -85px;
}

.-inset-y-86px {
  top: -86px;
  bottom: -86px;
}

.-inset-x-86px {
  right: -86px;
  left: -86px;
}

.-inset-y-87px {
  top: -87px;
  bottom: -87px;
}

.-inset-x-87px {
  right: -87px;
  left: -87px;
}

.-inset-y-88px {
  top: -88px;
  bottom: -88px;
}

.-inset-x-88px {
  right: -88px;
  left: -88px;
}

.-inset-y-89px {
  top: -89px;
  bottom: -89px;
}

.-inset-x-89px {
  right: -89px;
  left: -89px;
}

.-inset-y-90px {
  top: -90px;
  bottom: -90px;
}

.-inset-x-90px {
  right: -90px;
  left: -90px;
}

.-inset-y-91px {
  top: -91px;
  bottom: -91px;
}

.-inset-x-91px {
  right: -91px;
  left: -91px;
}

.-inset-y-92px {
  top: -92px;
  bottom: -92px;
}

.-inset-x-92px {
  right: -92px;
  left: -92px;
}

.-inset-y-93px {
  top: -93px;
  bottom: -93px;
}

.-inset-x-93px {
  right: -93px;
  left: -93px;
}

.-inset-y-94px {
  top: -94px;
  bottom: -94px;
}

.-inset-x-94px {
  right: -94px;
  left: -94px;
}

.-inset-y-95px {
  top: -95px;
  bottom: -95px;
}

.-inset-x-95px {
  right: -95px;
  left: -95px;
}

.-inset-y-96px {
  top: -96px;
  bottom: -96px;
}

.-inset-x-96px {
  right: -96px;
  left: -96px;
}

.-inset-y-97px {
  top: -97px;
  bottom: -97px;
}

.-inset-x-97px {
  right: -97px;
  left: -97px;
}

.-inset-y-98px {
  top: -98px;
  bottom: -98px;
}

.-inset-x-98px {
  right: -98px;
  left: -98px;
}

.-inset-y-99px {
  top: -99px;
  bottom: -99px;
}

.-inset-x-99px {
  right: -99px;
  left: -99px;
}

.-inset-y-100px {
  top: -100px;
  bottom: -100px;
}

.-inset-x-100px {
  right: -100px;
  left: -100px;
}

.-inset-y-101px {
  top: -101px;
  bottom: -101px;
}

.-inset-x-101px {
  right: -101px;
  left: -101px;
}

.-inset-y-102px {
  top: -102px;
  bottom: -102px;
}

.-inset-x-102px {
  right: -102px;
  left: -102px;
}

.-inset-y-103px {
  top: -103px;
  bottom: -103px;
}

.-inset-x-103px {
  right: -103px;
  left: -103px;
}

.-inset-y-104px {
  top: -104px;
  bottom: -104px;
}

.-inset-x-104px {
  right: -104px;
  left: -104px;
}

.-inset-y-105px {
  top: -105px;
  bottom: -105px;
}

.-inset-x-105px {
  right: -105px;
  left: -105px;
}

.-inset-y-106px {
  top: -106px;
  bottom: -106px;
}

.-inset-x-106px {
  right: -106px;
  left: -106px;
}

.-inset-y-107px {
  top: -107px;
  bottom: -107px;
}

.-inset-x-107px {
  right: -107px;
  left: -107px;
}

.-inset-y-108px {
  top: -108px;
  bottom: -108px;
}

.-inset-x-108px {
  right: -108px;
  left: -108px;
}

.-inset-y-109px {
  top: -109px;
  bottom: -109px;
}

.-inset-x-109px {
  right: -109px;
  left: -109px;
}

.-inset-y-110px {
  top: -110px;
  bottom: -110px;
}

.-inset-x-110px {
  right: -110px;
  left: -110px;
}

.-inset-y-111px {
  top: -111px;
  bottom: -111px;
}

.-inset-x-111px {
  right: -111px;
  left: -111px;
}

.-inset-y-112px {
  top: -112px;
  bottom: -112px;
}

.-inset-x-112px {
  right: -112px;
  left: -112px;
}

.-inset-y-113px {
  top: -113px;
  bottom: -113px;
}

.-inset-x-113px {
  right: -113px;
  left: -113px;
}

.-inset-y-114px {
  top: -114px;
  bottom: -114px;
}

.-inset-x-114px {
  right: -114px;
  left: -114px;
}

.-inset-y-115px {
  top: -115px;
  bottom: -115px;
}

.-inset-x-115px {
  right: -115px;
  left: -115px;
}

.-inset-y-116px {
  top: -116px;
  bottom: -116px;
}

.-inset-x-116px {
  right: -116px;
  left: -116px;
}

.-inset-y-117px {
  top: -117px;
  bottom: -117px;
}

.-inset-x-117px {
  right: -117px;
  left: -117px;
}

.-inset-y-118px {
  top: -118px;
  bottom: -118px;
}

.-inset-x-118px {
  right: -118px;
  left: -118px;
}

.-inset-y-119px {
  top: -119px;
  bottom: -119px;
}

.-inset-x-119px {
  right: -119px;
  left: -119px;
}

.-inset-y-120px {
  top: -120px;
  bottom: -120px;
}

.-inset-x-120px {
  right: -120px;
  left: -120px;
}

.-inset-y-121px {
  top: -121px;
  bottom: -121px;
}

.-inset-x-121px {
  right: -121px;
  left: -121px;
}

.-inset-y-122px {
  top: -122px;
  bottom: -122px;
}

.-inset-x-122px {
  right: -122px;
  left: -122px;
}

.-inset-y-123px {
  top: -123px;
  bottom: -123px;
}

.-inset-x-123px {
  right: -123px;
  left: -123px;
}

.-inset-y-124px {
  top: -124px;
  bottom: -124px;
}

.-inset-x-124px {
  right: -124px;
  left: -124px;
}

.-inset-y-125px {
  top: -125px;
  bottom: -125px;
}

.-inset-x-125px {
  right: -125px;
  left: -125px;
}

.-inset-y-126px {
  top: -126px;
  bottom: -126px;
}

.-inset-x-126px {
  right: -126px;
  left: -126px;
}

.-inset-y-127px {
  top: -127px;
  bottom: -127px;
}

.-inset-x-127px {
  right: -127px;
  left: -127px;
}

.-inset-y-128px {
  top: -128px;
  bottom: -128px;
}

.-inset-x-128px {
  right: -128px;
  left: -128px;
}

.-inset-y-129px {
  top: -129px;
  bottom: -129px;
}

.-inset-x-129px {
  right: -129px;
  left: -129px;
}

.-inset-y-130px {
  top: -130px;
  bottom: -130px;
}

.-inset-x-130px {
  right: -130px;
  left: -130px;
}

.-inset-y-133px {
  top: -133px;
  bottom: -133px;
}

.-inset-x-133px {
  right: -133px;
  left: -133px;
}

.-inset-y-140px {
  top: -140px;
  bottom: -140px;
}

.-inset-x-140px {
  right: -140px;
  left: -140px;
}

.-inset-y-195px {
  top: -195px;
  bottom: -195px;
}

.-inset-x-195px {
  right: -195px;
  left: -195px;
}

.-inset-y-200px {
  top: -200px;
  bottom: -200px;
}

.-inset-x-200px {
  right: -200px;
  left: -200px;
}

.-inset-y-210px {
  top: -210px;
  bottom: -210px;
}

.-inset-x-210px {
  right: -210px;
  left: -210px;
}

.-inset-y-222px {
  top: -222px;
  bottom: -222px;
}

.-inset-x-222px {
  right: -222px;
  left: -222px;
}

.-inset-y-258px {
  top: -258px;
  bottom: -258px;
}

.-inset-x-258px {
  right: -258px;
  left: -258px;
}

.-inset-y-280px {
  top: -280px;
  bottom: -280px;
}

.-inset-x-280px {
  right: -280px;
  left: -280px;
}

.-inset-y-334px {
  top: -334px;
  bottom: -334px;
}

.-inset-x-334px {
  right: -334px;
  left: -334px;
}

.-inset-y-388px {
  top: -388px;
  bottom: -388px;
}

.-inset-x-388px {
  right: -388px;
  left: -388px;
}

.-inset-y-480px {
  top: -480px;
  bottom: -480px;
}

.-inset-x-480px {
  right: -480px;
  left: -480px;
}

.-inset-y-490px {
  top: -490px;
  bottom: -490px;
}

.-inset-x-490px {
  right: -490px;
  left: -490px;
}

.-inset-y-505px {
  top: -505px;
  bottom: -505px;
}

.-inset-x-505px {
  right: -505px;
  left: -505px;
}

.-inset-y-507px {
  top: -507px;
  bottom: -507px;
}

.-inset-x-507px {
  right: -507px;
  left: -507px;
}

.-inset-y-760px {
  top: -760px;
  bottom: -760px;
}

.-inset-x-760px {
  right: -760px;
  left: -760px;
}

.-inset-y-780px {
  top: -780px;
  bottom: -780px;
}

.-inset-x-780px {
  right: -780px;
  left: -780px;
}

.-inset-y-980px {
  top: -980px;
  bottom: -980px;
}

.-inset-x-980px {
  right: -980px;
  left: -980px;
}

.-inset-y-1366px {
  top: -1366px;
  bottom: -1366px;
}

.-inset-x-1366px {
  right: -1366px;
  left: -1366px;
}

.inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

.inset-x-1\/2 {
  right: 50%;
  left: 50%;
}

.inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}

.inset-x-1\/3 {
  right: 33.333333%;
  left: 33.333333%;
}

.inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%;
}

.inset-x-2\/3 {
  right: 66.666667%;
  left: 66.666667%;
}

.inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}

.inset-x-1\/4 {
  right: 25%;
  left: 25%;
}

.inset-y-2\/4 {
  top: 50%;
  bottom: 50%;
}

.inset-x-2\/4 {
  right: 50%;
  left: 50%;
}

.inset-y-3\/4 {
  top: 75%;
  bottom: 75%;
}

.inset-x-3\/4 {
  right: 75%;
  left: 75%;
}

.inset-y-full {
  top: 100%;
  bottom: 100%;
}

.inset-x-full {
  right: 100%;
  left: 100%;
}

.-inset-y-1\/2 {
  top: -50%;
  bottom: -50%;
}

.-inset-x-1\/2 {
  right: -50%;
  left: -50%;
}

.-inset-y-1\/3 {
  top: -33.333333%;
  bottom: -33.333333%;
}

.-inset-x-1\/3 {
  right: -33.333333%;
  left: -33.333333%;
}

.-inset-y-2\/3 {
  top: -66.666667%;
  bottom: -66.666667%;
}

.-inset-x-2\/3 {
  right: -66.666667%;
  left: -66.666667%;
}

.-inset-y-1\/4 {
  top: -25%;
  bottom: -25%;
}

.-inset-x-1\/4 {
  right: -25%;
  left: -25%;
}

.-inset-y-2\/4 {
  top: -50%;
  bottom: -50%;
}

.-inset-x-2\/4 {
  right: -50%;
  left: -50%;
}

.-inset-y-3\/4 {
  top: -75%;
  bottom: -75%;
}

.-inset-x-3\/4 {
  right: -75%;
  left: -75%;
}

.-inset-y-full {
  top: -100%;
  bottom: -100%;
}

.-inset-x-full {
  right: -100%;
  left: -100%;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-1 {
  top: 0.25rem;
}

.right-1 {
  right: 0.25rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.left-1 {
  left: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-2 {
  left: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.left-3 {
  left: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.right-4 {
  right: 1rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-4 {
  left: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-5 {
  left: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-6 {
  left: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.right-7 {
  right: 1.75rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.left-7 {
  left: 1.75rem;
}

.top-8 {
  top: 2rem;
}

.right-8 {
  right: 2rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-8 {
  left: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.right-9 {
  right: 2.25rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.left-9 {
  left: 2.25rem;
}

.top-10 {
  top: 2.5rem;
}

.right-10 {
  right: 2.5rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.left-10 {
  left: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.right-11 {
  right: 2.75rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.left-11 {
  left: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.right-12 {
  right: 3rem;
}

.bottom-12 {
  bottom: 3rem;
}

.left-12 {
  left: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.right-14 {
  right: 3.5rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.left-14 {
  left: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.right-16 {
  right: 4rem;
}

.bottom-16 {
  bottom: 4rem;
}

.left-16 {
  left: 4rem;
}

.top-20 {
  top: 5rem;
}

.right-20 {
  right: 5rem;
}

.bottom-20 {
  bottom: 5rem;
}

.left-20 {
  left: 5rem;
}

.top-24 {
  top: 6rem;
}

.right-24 {
  right: 6rem;
}

.bottom-24 {
  bottom: 6rem;
}

.left-24 {
  left: 6rem;
}

.top-28 {
  top: 7rem;
}

.right-28 {
  right: 7rem;
}

.bottom-28 {
  bottom: 7rem;
}

.left-28 {
  left: 7rem;
}

.top-32 {
  top: 8rem;
}

.right-32 {
  right: 8rem;
}

.bottom-32 {
  bottom: 8rem;
}

.left-32 {
  left: 8rem;
}

.top-36 {
  top: 9rem;
}

.right-36 {
  right: 9rem;
}

.bottom-36 {
  bottom: 9rem;
}

.left-36 {
  left: 9rem;
}

.top-40 {
  top: 10rem;
}

.right-40 {
  right: 10rem;
}

.bottom-40 {
  bottom: 10rem;
}

.left-40 {
  left: 10rem;
}

.top-44 {
  top: 11rem;
}

.right-44 {
  right: 11rem;
}

.bottom-44 {
  bottom: 11rem;
}

.left-44 {
  left: 11rem;
}

.top-48 {
  top: 12rem;
}

.right-48 {
  right: 12rem;
}

.bottom-48 {
  bottom: 12rem;
}

.left-48 {
  left: 12rem;
}

.top-52 {
  top: 13rem;
}

.right-52 {
  right: 13rem;
}

.bottom-52 {
  bottom: 13rem;
}

.left-52 {
  left: 13rem;
}

.top-56 {
  top: 14rem;
}

.right-56 {
  right: 14rem;
}

.bottom-56 {
  bottom: 14rem;
}

.left-56 {
  left: 14rem;
}

.top-60 {
  top: 15rem;
}

.right-60 {
  right: 15rem;
}

.bottom-60 {
  bottom: 15rem;
}

.left-60 {
  left: 15rem;
}

.top-64 {
  top: 16rem;
}

.right-64 {
  right: 16rem;
}

.bottom-64 {
  bottom: 16rem;
}

.left-64 {
  left: 16rem;
}

.top-72 {
  top: 18rem;
}

.right-72 {
  right: 18rem;
}

.bottom-72 {
  bottom: 18rem;
}

.left-72 {
  left: 18rem;
}

.top-80 {
  top: 20rem;
}

.right-80 {
  right: 20rem;
}

.bottom-80 {
  bottom: 20rem;
}

.left-80 {
  left: 20rem;
}

.top-96 {
  top: 24rem;
}

.right-96 {
  right: 24rem;
}

.bottom-96 {
  bottom: 24rem;
}

.left-96 {
  left: 24rem;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.top-px {
  top: 1px;
}

.right-px {
  right: 1px;
}

.bottom-px {
  bottom: 1px;
}

.left-px {
  left: 1px;
}

.top-0\.5 {
  top: 0.125rem;
}

.right-0\.5 {
  right: 0.125rem;
}

.bottom-0\.5 {
  bottom: 0.125rem;
}

.left-0\.5 {
  left: 0.125rem;
}

.top-1\.5 {
  top: 0.375rem;
}

.right-1\.5 {
  right: 0.375rem;
}

.bottom-1\.5 {
  bottom: 0.375rem;
}

.left-1\.5 {
  left: 0.375rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.bottom-2\.5 {
  bottom: 0.625rem;
}

.left-2\.5 {
  left: 0.625rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.right-3\.5 {
  right: 0.875rem;
}

.bottom-3\.5 {
  bottom: 0.875rem;
}

.left-3\.5 {
  left: 0.875rem;
}

.top-1px {
  top: 1px;
}

.right-1px {
  right: 1px;
}

.bottom-1px {
  bottom: 1px;
}

.left-1px {
  left: 1px;
}

.top-2px {
  top: 2px;
}

.right-2px {
  right: 2px;
}

.bottom-2px {
  bottom: 2px;
}

.left-2px {
  left: 2px;
}

.top-3px {
  top: 3px;
}

.right-3px {
  right: 3px;
}

.bottom-3px {
  bottom: 3px;
}

.left-3px {
  left: 3px;
}

.top-4px {
  top: 4px;
}

.right-4px {
  right: 4px;
}

.bottom-4px {
  bottom: 4px;
}

.left-4px {
  left: 4px;
}

.top-5px {
  top: 5px;
}

.right-5px {
  right: 5px;
}

.bottom-5px {
  bottom: 5px;
}

.left-5px {
  left: 5px;
}

.top-6px {
  top: 6px;
}

.right-6px {
  right: 6px;
}

.bottom-6px {
  bottom: 6px;
}

.left-6px {
  left: 6px;
}

.top-7px {
  top: 7px;
}

.right-7px {
  right: 7px;
}

.bottom-7px {
  bottom: 7px;
}

.left-7px {
  left: 7px;
}

.top-8px {
  top: 8px;
}

.right-8px {
  right: 8px;
}

.bottom-8px {
  bottom: 8px;
}

.left-8px {
  left: 8px;
}

.top-9px {
  top: 9px;
}

.right-9px {
  right: 9px;
}

.bottom-9px {
  bottom: 9px;
}

.left-9px {
  left: 9px;
}

.top-10px {
  top: 10px;
}

.right-10px {
  right: 10px;
}

.bottom-10px {
  bottom: 10px;
}

.left-10px {
  left: 10px;
}

.top-11px {
  top: 11px;
}

.right-11px {
  right: 11px;
}

.bottom-11px {
  bottom: 11px;
}

.left-11px {
  left: 11px;
}

.top-12px {
  top: 12px;
}

.right-12px {
  right: 12px;
}

.bottom-12px {
  bottom: 12px;
}

.left-12px {
  left: 12px;
}

.top-13px {
  top: 13px;
}

.right-13px {
  right: 13px;
}

.bottom-13px {
  bottom: 13px;
}

.left-13px {
  left: 13px;
}

.top-14px {
  top: 14px;
}

.right-14px {
  right: 14px;
}

.bottom-14px {
  bottom: 14px;
}

.left-14px {
  left: 14px;
}

.top-15px {
  top: 15px;
}

.right-15px {
  right: 15px;
}

.bottom-15px {
  bottom: 15px;
}

.left-15px {
  left: 15px;
}

.top-16px {
  top: 16px;
}

.right-16px {
  right: 16px;
}

.bottom-16px {
  bottom: 16px;
}

.left-16px {
  left: 16px;
}

.top-17px {
  top: 17px;
}

.right-17px {
  right: 17px;
}

.bottom-17px {
  bottom: 17px;
}

.left-17px {
  left: 17px;
}

.top-18px {
  top: 18px;
}

.right-18px {
  right: 18px;
}

.bottom-18px {
  bottom: 18px;
}

.left-18px {
  left: 18px;
}

.top-19px {
  top: 19px;
}

.right-19px {
  right: 19px;
}

.bottom-19px {
  bottom: 19px;
}

.left-19px {
  left: 19px;
}

.top-20px {
  top: 20px;
}

.right-20px {
  right: 20px;
}

.bottom-20px {
  bottom: 20px;
}

.left-20px {
  left: 20px;
}

.top-21px {
  top: 21px;
}

.right-21px {
  right: 21px;
}

.bottom-21px {
  bottom: 21px;
}

.left-21px {
  left: 21px;
}

.top-22px {
  top: 22px;
}

.right-22px {
  right: 22px;
}

.bottom-22px {
  bottom: 22px;
}

.left-22px {
  left: 22px;
}

.top-23px {
  top: 23px;
}

.right-23px {
  right: 23px;
}

.bottom-23px {
  bottom: 23px;
}

.left-23px {
  left: 23px;
}

.top-24px {
  top: 24px;
}

.right-24px {
  right: 24px;
}

.bottom-24px {
  bottom: 24px;
}

.left-24px {
  left: 24px;
}

.top-25px {
  top: 25px;
}

.right-25px {
  right: 25px;
}

.bottom-25px {
  bottom: 25px;
}

.left-25px {
  left: 25px;
}

.top-26px {
  top: 26px;
}

.right-26px {
  right: 26px;
}

.bottom-26px {
  bottom: 26px;
}

.left-26px {
  left: 26px;
}

.top-27px {
  top: 27px;
}

.right-27px {
  right: 27px;
}

.bottom-27px {
  bottom: 27px;
}

.left-27px {
  left: 27px;
}

.top-28px {
  top: 28px;
}

.right-28px {
  right: 28px;
}

.bottom-28px {
  bottom: 28px;
}

.left-28px {
  left: 28px;
}

.top-29px {
  top: 29px;
}

.right-29px {
  right: 29px;
}

.bottom-29px {
  bottom: 29px;
}

.left-29px {
  left: 29px;
}

.top-30px {
  top: 30px;
}

.right-30px {
  right: 30px;
}

.bottom-30px {
  bottom: 30px;
}

.left-30px {
  left: 30px;
}

.top-31px {
  top: 31px;
}

.right-31px {
  right: 31px;
}

.bottom-31px {
  bottom: 31px;
}

.left-31px {
  left: 31px;
}

.top-32px {
  top: 32px;
}

.right-32px {
  right: 32px;
}

.bottom-32px {
  bottom: 32px;
}

.left-32px {
  left: 32px;
}

.top-33px {
  top: 33px;
}

.right-33px {
  right: 33px;
}

.bottom-33px {
  bottom: 33px;
}

.left-33px {
  left: 33px;
}

.top-34px {
  top: 34px;
}

.right-34px {
  right: 34px;
}

.bottom-34px {
  bottom: 34px;
}

.left-34px {
  left: 34px;
}

.top-35px {
  top: 35px;
}

.right-35px {
  right: 35px;
}

.bottom-35px {
  bottom: 35px;
}

.left-35px {
  left: 35px;
}

.top-36px {
  top: 36px;
}

.right-36px {
  right: 36px;
}

.bottom-36px {
  bottom: 36px;
}

.left-36px {
  left: 36px;
}

.top-37px {
  top: 37px;
}

.right-37px {
  right: 37px;
}

.bottom-37px {
  bottom: 37px;
}

.left-37px {
  left: 37px;
}

.top-38px {
  top: 38px;
}

.right-38px {
  right: 38px;
}

.bottom-38px {
  bottom: 38px;
}

.left-38px {
  left: 38px;
}

.top-39px {
  top: 39px;
}

.right-39px {
  right: 39px;
}

.bottom-39px {
  bottom: 39px;
}

.left-39px {
  left: 39px;
}

.top-40px {
  top: 40px;
}

.right-40px {
  right: 40px;
}

.bottom-40px {
  bottom: 40px;
}

.left-40px {
  left: 40px;
}

.top-41px {
  top: 41px;
}

.right-41px {
  right: 41px;
}

.bottom-41px {
  bottom: 41px;
}

.left-41px {
  left: 41px;
}

.top-42px {
  top: 42px;
}

.right-42px {
  right: 42px;
}

.bottom-42px {
  bottom: 42px;
}

.left-42px {
  left: 42px;
}

.top-43px {
  top: 43px;
}

.right-43px {
  right: 43px;
}

.bottom-43px {
  bottom: 43px;
}

.left-43px {
  left: 43px;
}

.top-44px {
  top: 44px;
}

.right-44px {
  right: 44px;
}

.bottom-44px {
  bottom: 44px;
}

.left-44px {
  left: 44px;
}

.top-45px {
  top: 45px;
}

.right-45px {
  right: 45px;
}

.bottom-45px {
  bottom: 45px;
}

.left-45px {
  left: 45px;
}

.top-46px {
  top: 46px;
}

.right-46px {
  right: 46px;
}

.bottom-46px {
  bottom: 46px;
}

.left-46px {
  left: 46px;
}

.top-47px {
  top: 47px;
}

.right-47px {
  right: 47px;
}

.bottom-47px {
  bottom: 47px;
}

.left-47px {
  left: 47px;
}

.top-48px {
  top: 48px;
}

.right-48px {
  right: 48px;
}

.bottom-48px {
  bottom: 48px;
}

.left-48px {
  left: 48px;
}

.top-49px {
  top: 49px;
}

.right-49px {
  right: 49px;
}

.bottom-49px {
  bottom: 49px;
}

.left-49px {
  left: 49px;
}

.top-50px {
  top: 50px;
}

.right-50px {
  right: 50px;
}

.bottom-50px {
  bottom: 50px;
}

.left-50px {
  left: 50px;
}

.top-51px {
  top: 51px;
}

.right-51px {
  right: 51px;
}

.bottom-51px {
  bottom: 51px;
}

.left-51px {
  left: 51px;
}

.top-52px {
  top: 52px;
}

.right-52px {
  right: 52px;
}

.bottom-52px {
  bottom: 52px;
}

.left-52px {
  left: 52px;
}

.top-53px {
  top: 53px;
}

.right-53px {
  right: 53px;
}

.bottom-53px {
  bottom: 53px;
}

.left-53px {
  left: 53px;
}

.top-54px {
  top: 54px;
}

.right-54px {
  right: 54px;
}

.bottom-54px {
  bottom: 54px;
}

.left-54px {
  left: 54px;
}

.top-55px {
  top: 55px;
}

.right-55px {
  right: 55px;
}

.bottom-55px {
  bottom: 55px;
}

.left-55px {
  left: 55px;
}

.top-56px {
  top: 56px;
}

.right-56px {
  right: 56px;
}

.bottom-56px {
  bottom: 56px;
}

.left-56px {
  left: 56px;
}

.top-57px {
  top: 57px;
}

.right-57px {
  right: 57px;
}

.bottom-57px {
  bottom: 57px;
}

.left-57px {
  left: 57px;
}

.top-58px {
  top: 58px;
}

.right-58px {
  right: 58px;
}

.bottom-58px {
  bottom: 58px;
}

.left-58px {
  left: 58px;
}

.top-59px {
  top: 59px;
}

.right-59px {
  right: 59px;
}

.bottom-59px {
  bottom: 59px;
}

.left-59px {
  left: 59px;
}

.top-60px {
  top: 60px;
}

.right-60px {
  right: 60px;
}

.bottom-60px {
  bottom: 60px;
}

.left-60px {
  left: 60px;
}

.top-61px {
  top: 61px;
}

.right-61px {
  right: 61px;
}

.bottom-61px {
  bottom: 61px;
}

.left-61px {
  left: 61px;
}

.top-62px {
  top: 62px;
}

.right-62px {
  right: 62px;
}

.bottom-62px {
  bottom: 62px;
}

.left-62px {
  left: 62px;
}

.top-63px {
  top: 63px;
}

.right-63px {
  right: 63px;
}

.bottom-63px {
  bottom: 63px;
}

.left-63px {
  left: 63px;
}

.top-64px {
  top: 64px;
}

.right-64px {
  right: 64px;
}

.bottom-64px {
  bottom: 64px;
}

.left-64px {
  left: 64px;
}

.top-65px {
  top: 65px;
}

.right-65px {
  right: 65px;
}

.bottom-65px {
  bottom: 65px;
}

.left-65px {
  left: 65px;
}

.top-66px {
  top: 66px;
}

.right-66px {
  right: 66px;
}

.bottom-66px {
  bottom: 66px;
}

.left-66px {
  left: 66px;
}

.top-67px {
  top: 67px;
}

.right-67px {
  right: 67px;
}

.bottom-67px {
  bottom: 67px;
}

.left-67px {
  left: 67px;
}

.top-68px {
  top: 68px;
}

.right-68px {
  right: 68px;
}

.bottom-68px {
  bottom: 68px;
}

.left-68px {
  left: 68px;
}

.top-69px {
  top: 69px;
}

.right-69px {
  right: 69px;
}

.bottom-69px {
  bottom: 69px;
}

.left-69px {
  left: 69px;
}

.top-70px {
  top: 70px;
}

.right-70px {
  right: 70px;
}

.bottom-70px {
  bottom: 70px;
}

.left-70px {
  left: 70px;
}

.top-71px {
  top: 71px;
}

.right-71px {
  right: 71px;
}

.bottom-71px {
  bottom: 71px;
}

.left-71px {
  left: 71px;
}

.top-72px {
  top: 72px;
}

.right-72px {
  right: 72px;
}

.bottom-72px {
  bottom: 72px;
}

.left-72px {
  left: 72px;
}

.top-73px {
  top: 73px;
}

.right-73px {
  right: 73px;
}

.bottom-73px {
  bottom: 73px;
}

.left-73px {
  left: 73px;
}

.top-74px {
  top: 74px;
}

.right-74px {
  right: 74px;
}

.bottom-74px {
  bottom: 74px;
}

.left-74px {
  left: 74px;
}

.top-75px {
  top: 75px;
}

.right-75px {
  right: 75px;
}

.bottom-75px {
  bottom: 75px;
}

.left-75px {
  left: 75px;
}

.top-76px {
  top: 76px;
}

.right-76px {
  right: 76px;
}

.bottom-76px {
  bottom: 76px;
}

.left-76px {
  left: 76px;
}

.top-77px {
  top: 77px;
}

.right-77px {
  right: 77px;
}

.bottom-77px {
  bottom: 77px;
}

.left-77px {
  left: 77px;
}

.top-78px {
  top: 78px;
}

.right-78px {
  right: 78px;
}

.bottom-78px {
  bottom: 78px;
}

.left-78px {
  left: 78px;
}

.top-79px {
  top: 79px;
}

.right-79px {
  right: 79px;
}

.bottom-79px {
  bottom: 79px;
}

.left-79px {
  left: 79px;
}

.top-80px {
  top: 80px;
}

.right-80px {
  right: 80px;
}

.bottom-80px {
  bottom: 80px;
}

.left-80px {
  left: 80px;
}

.top-81px {
  top: 81px;
}

.right-81px {
  right: 81px;
}

.bottom-81px {
  bottom: 81px;
}

.left-81px {
  left: 81px;
}

.top-82px {
  top: 82px;
}

.right-82px {
  right: 82px;
}

.bottom-82px {
  bottom: 82px;
}

.left-82px {
  left: 82px;
}

.top-83px {
  top: 83px;
}

.right-83px {
  right: 83px;
}

.bottom-83px {
  bottom: 83px;
}

.left-83px {
  left: 83px;
}

.top-84px {
  top: 84px;
}

.right-84px {
  right: 84px;
}

.bottom-84px {
  bottom: 84px;
}

.left-84px {
  left: 84px;
}

.top-85px {
  top: 85px;
}

.right-85px {
  right: 85px;
}

.bottom-85px {
  bottom: 85px;
}

.left-85px {
  left: 85px;
}

.top-86px {
  top: 86px;
}

.right-86px {
  right: 86px;
}

.bottom-86px {
  bottom: 86px;
}

.left-86px {
  left: 86px;
}

.top-87px {
  top: 87px;
}

.right-87px {
  right: 87px;
}

.bottom-87px {
  bottom: 87px;
}

.left-87px {
  left: 87px;
}

.top-88px {
  top: 88px;
}

.right-88px {
  right: 88px;
}

.bottom-88px {
  bottom: 88px;
}

.left-88px {
  left: 88px;
}

.top-89px {
  top: 89px;
}

.right-89px {
  right: 89px;
}

.bottom-89px {
  bottom: 89px;
}

.left-89px {
  left: 89px;
}

.top-90px {
  top: 90px;
}

.right-90px {
  right: 90px;
}

.bottom-90px {
  bottom: 90px;
}

.left-90px {
  left: 90px;
}

.top-91px {
  top: 91px;
}

.right-91px {
  right: 91px;
}

.bottom-91px {
  bottom: 91px;
}

.left-91px {
  left: 91px;
}

.top-92px {
  top: 92px;
}

.right-92px {
  right: 92px;
}

.bottom-92px {
  bottom: 92px;
}

.left-92px {
  left: 92px;
}

.top-93px {
  top: 93px;
}

.right-93px {
  right: 93px;
}

.bottom-93px {
  bottom: 93px;
}

.left-93px {
  left: 93px;
}

.top-94px {
  top: 94px;
}

.right-94px {
  right: 94px;
}

.bottom-94px {
  bottom: 94px;
}

.left-94px {
  left: 94px;
}

.top-95px {
  top: 95px;
}

.right-95px {
  right: 95px;
}

.bottom-95px {
  bottom: 95px;
}

.left-95px {
  left: 95px;
}

.top-96px {
  top: 96px;
}

.right-96px {
  right: 96px;
}

.bottom-96px {
  bottom: 96px;
}

.left-96px {
  left: 96px;
}

.top-97px {
  top: 97px;
}

.right-97px {
  right: 97px;
}

.bottom-97px {
  bottom: 97px;
}

.left-97px {
  left: 97px;
}

.top-98px {
  top: 98px;
}

.right-98px {
  right: 98px;
}

.bottom-98px {
  bottom: 98px;
}

.left-98px {
  left: 98px;
}

.top-99px {
  top: 99px;
}

.right-99px {
  right: 99px;
}

.bottom-99px {
  bottom: 99px;
}

.left-99px {
  left: 99px;
}

.top-100px {
  top: 100px;
}

.right-100px {
  right: 100px;
}

.bottom-100px {
  bottom: 100px;
}

.left-100px {
  left: 100px;
}

.top-101px {
  top: 101px;
}

.right-101px {
  right: 101px;
}

.bottom-101px {
  bottom: 101px;
}

.left-101px {
  left: 101px;
}

.top-102px {
  top: 102px;
}

.right-102px {
  right: 102px;
}

.bottom-102px {
  bottom: 102px;
}

.left-102px {
  left: 102px;
}

.top-103px {
  top: 103px;
}

.right-103px {
  right: 103px;
}

.bottom-103px {
  bottom: 103px;
}

.left-103px {
  left: 103px;
}

.top-104px {
  top: 104px;
}

.right-104px {
  right: 104px;
}

.bottom-104px {
  bottom: 104px;
}

.left-104px {
  left: 104px;
}

.top-105px {
  top: 105px;
}

.right-105px {
  right: 105px;
}

.bottom-105px {
  bottom: 105px;
}

.left-105px {
  left: 105px;
}

.top-106px {
  top: 106px;
}

.right-106px {
  right: 106px;
}

.bottom-106px {
  bottom: 106px;
}

.left-106px {
  left: 106px;
}

.top-107px {
  top: 107px;
}

.right-107px {
  right: 107px;
}

.bottom-107px {
  bottom: 107px;
}

.left-107px {
  left: 107px;
}

.top-108px {
  top: 108px;
}

.right-108px {
  right: 108px;
}

.bottom-108px {
  bottom: 108px;
}

.left-108px {
  left: 108px;
}

.top-109px {
  top: 109px;
}

.right-109px {
  right: 109px;
}

.bottom-109px {
  bottom: 109px;
}

.left-109px {
  left: 109px;
}

.top-110px {
  top: 110px;
}

.right-110px {
  right: 110px;
}

.bottom-110px {
  bottom: 110px;
}

.left-110px {
  left: 110px;
}

.top-111px {
  top: 111px;
}

.right-111px {
  right: 111px;
}

.bottom-111px {
  bottom: 111px;
}

.left-111px {
  left: 111px;
}

.top-112px {
  top: 112px;
}

.right-112px {
  right: 112px;
}

.bottom-112px {
  bottom: 112px;
}

.left-112px {
  left: 112px;
}

.top-113px {
  top: 113px;
}

.right-113px {
  right: 113px;
}

.bottom-113px {
  bottom: 113px;
}

.left-113px {
  left: 113px;
}

.top-114px {
  top: 114px;
}

.right-114px {
  right: 114px;
}

.bottom-114px {
  bottom: 114px;
}

.left-114px {
  left: 114px;
}

.top-115px {
  top: 115px;
}

.right-115px {
  right: 115px;
}

.bottom-115px {
  bottom: 115px;
}

.left-115px {
  left: 115px;
}

.top-116px {
  top: 116px;
}

.right-116px {
  right: 116px;
}

.bottom-116px {
  bottom: 116px;
}

.left-116px {
  left: 116px;
}

.top-117px {
  top: 117px;
}

.right-117px {
  right: 117px;
}

.bottom-117px {
  bottom: 117px;
}

.left-117px {
  left: 117px;
}

.top-118px {
  top: 118px;
}

.right-118px {
  right: 118px;
}

.bottom-118px {
  bottom: 118px;
}

.left-118px {
  left: 118px;
}

.top-119px {
  top: 119px;
}

.right-119px {
  right: 119px;
}

.bottom-119px {
  bottom: 119px;
}

.left-119px {
  left: 119px;
}

.top-120px {
  top: 120px;
}

.right-120px {
  right: 120px;
}

.bottom-120px {
  bottom: 120px;
}

.left-120px {
  left: 120px;
}

.top-121px {
  top: 121px;
}

.right-121px {
  right: 121px;
}

.bottom-121px {
  bottom: 121px;
}

.left-121px {
  left: 121px;
}

.top-122px {
  top: 122px;
}

.right-122px {
  right: 122px;
}

.bottom-122px {
  bottom: 122px;
}

.left-122px {
  left: 122px;
}

.top-123px {
  top: 123px;
}

.right-123px {
  right: 123px;
}

.bottom-123px {
  bottom: 123px;
}

.left-123px {
  left: 123px;
}

.top-124px {
  top: 124px;
}

.right-124px {
  right: 124px;
}

.bottom-124px {
  bottom: 124px;
}

.left-124px {
  left: 124px;
}

.top-125px {
  top: 125px;
}

.right-125px {
  right: 125px;
}

.bottom-125px {
  bottom: 125px;
}

.left-125px {
  left: 125px;
}

.top-126px {
  top: 126px;
}

.right-126px {
  right: 126px;
}

.bottom-126px {
  bottom: 126px;
}

.left-126px {
  left: 126px;
}

.top-127px {
  top: 127px;
}

.right-127px {
  right: 127px;
}

.bottom-127px {
  bottom: 127px;
}

.left-127px {
  left: 127px;
}

.top-128px {
  top: 128px;
}

.right-128px {
  right: 128px;
}

.bottom-128px {
  bottom: 128px;
}

.left-128px {
  left: 128px;
}

.top-129px {
  top: 129px;
}

.right-129px {
  right: 129px;
}

.bottom-129px {
  bottom: 129px;
}

.left-129px {
  left: 129px;
}

.top-130px {
  top: 130px;
}

.right-130px {
  right: 130px;
}

.bottom-130px {
  bottom: 130px;
}

.left-130px {
  left: 130px;
}

.top-133px {
  top: 133px;
}

.right-133px {
  right: 133px;
}

.bottom-133px {
  bottom: 133px;
}

.left-133px {
  left: 133px;
}

.top-140px {
  top: 140px;
}

.right-140px {
  right: 140px;
}

.bottom-140px {
  bottom: 140px;
}

.left-140px {
  left: 140px;
}

.top-195px {
  top: 195px;
}

.right-195px {
  right: 195px;
}

.bottom-195px {
  bottom: 195px;
}

.left-195px {
  left: 195px;
}

.top-200px {
  top: 200px;
}

.right-200px {
  right: 200px;
}

.bottom-200px {
  bottom: 200px;
}

.left-200px {
  left: 200px;
}

.top-210px {
  top: 210px;
}

.right-210px {
  right: 210px;
}

.bottom-210px {
  bottom: 210px;
}

.left-210px {
  left: 210px;
}

.top-222px {
  top: 222px;
}

.right-222px {
  right: 222px;
}

.bottom-222px {
  bottom: 222px;
}

.left-222px {
  left: 222px;
}

.top-258px {
  top: 258px;
}

.right-258px {
  right: 258px;
}

.bottom-258px {
  bottom: 258px;
}

.left-258px {
  left: 258px;
}

.top-280px {
  top: 280px;
}

.right-280px {
  right: 280px;
}

.bottom-280px {
  bottom: 280px;
}

.left-280px {
  left: 280px;
}

.top-334px {
  top: 334px;
}

.right-334px {
  right: 334px;
}

.bottom-334px {
  bottom: 334px;
}

.left-334px {
  left: 334px;
}

.top-388px {
  top: 388px;
}

.right-388px {
  right: 388px;
}

.bottom-388px {
  bottom: 388px;
}

.left-388px {
  left: 388px;
}

.top-480px {
  top: 480px;
}

.right-480px {
  right: 480px;
}

.bottom-480px {
  bottom: 480px;
}

.left-480px {
  left: 480px;
}

.top-490px {
  top: 490px;
}

.right-490px {
  right: 490px;
}

.bottom-490px {
  bottom: 490px;
}

.left-490px {
  left: 490px;
}

.top-505px {
  top: 505px;
}

.right-505px {
  right: 505px;
}

.bottom-505px {
  bottom: 505px;
}

.left-505px {
  left: 505px;
}

.top-507px {
  top: 507px;
}

.right-507px {
  right: 507px;
}

.bottom-507px {
  bottom: 507px;
}

.left-507px {
  left: 507px;
}

.top-760px {
  top: 760px;
}

.right-760px {
  right: 760px;
}

.bottom-760px {
  bottom: 760px;
}

.left-760px {
  left: 760px;
}

.top-780px {
  top: 780px;
}

.right-780px {
  right: 780px;
}

.bottom-780px {
  bottom: 780px;
}

.left-780px {
  left: 780px;
}

.top-980px {
  top: 980px;
}

.right-980px {
  right: 980px;
}

.bottom-980px {
  bottom: 980px;
}

.left-980px {
  left: 980px;
}

.top-1366px {
  top: 1366px;
}

.right-1366px {
  right: 1366px;
}

.bottom-1366px {
  bottom: 1366px;
}

.left-1366px {
  left: 1366px;
}

.-top-0 {
  top: 0px;
}

.-right-0 {
  right: 0px;
}

.-bottom-0 {
  bottom: 0px;
}

.-left-0 {
  left: 0px;
}

.-top-1 {
  top: -0.25rem;
}

.-right-1 {
  right: -0.25rem;
}

.-bottom-1 {
  bottom: -0.25rem;
}

.-left-1 {
  left: -0.25rem;
}

.-top-2 {
  top: -0.5rem;
}

.-right-2 {
  right: -0.5rem;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.-left-2 {
  left: -0.5rem;
}

.-top-3 {
  top: -0.75rem;
}

.-right-3 {
  right: -0.75rem;
}

.-bottom-3 {
  bottom: -0.75rem;
}

.-left-3 {
  left: -0.75rem;
}

.-top-4 {
  top: -1rem;
}

.-right-4 {
  right: -1rem;
}

.-bottom-4 {
  bottom: -1rem;
}

.-left-4 {
  left: -1rem;
}

.-top-5 {
  top: -1.25rem;
}

.-right-5 {
  right: -1.25rem;
}

.-bottom-5 {
  bottom: -1.25rem;
}

.-left-5 {
  left: -1.25rem;
}

.-top-6 {
  top: -1.5rem;
}

.-right-6 {
  right: -1.5rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-left-6 {
  left: -1.5rem;
}

.-top-7 {
  top: -1.75rem;
}

.-right-7 {
  right: -1.75rem;
}

.-bottom-7 {
  bottom: -1.75rem;
}

.-left-7 {
  left: -1.75rem;
}

.-top-8 {
  top: -2rem;
}

.-right-8 {
  right: -2rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-left-8 {
  left: -2rem;
}

.-top-9 {
  top: -2.25rem;
}

.-right-9 {
  right: -2.25rem;
}

.-bottom-9 {
  bottom: -2.25rem;
}

.-left-9 {
  left: -2.25rem;
}

.-top-10 {
  top: -2.5rem;
}

.-right-10 {
  right: -2.5rem;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-left-10 {
  left: -2.5rem;
}

.-top-11 {
  top: -2.75rem;
}

.-right-11 {
  right: -2.75rem;
}

.-bottom-11 {
  bottom: -2.75rem;
}

.-left-11 {
  left: -2.75rem;
}

.-top-12 {
  top: -3rem;
}

.-right-12 {
  right: -3rem;
}

.-bottom-12 {
  bottom: -3rem;
}

.-left-12 {
  left: -3rem;
}

.-top-14 {
  top: -3.5rem;
}

.-right-14 {
  right: -3.5rem;
}

.-bottom-14 {
  bottom: -3.5rem;
}

.-left-14 {
  left: -3.5rem;
}

.-top-16 {
  top: -4rem;
}

.-right-16 {
  right: -4rem;
}

.-bottom-16 {
  bottom: -4rem;
}

.-left-16 {
  left: -4rem;
}

.-top-20 {
  top: -5rem;
}

.-right-20 {
  right: -5rem;
}

.-bottom-20 {
  bottom: -5rem;
}

.-left-20 {
  left: -5rem;
}

.-top-24 {
  top: -6rem;
}

.-right-24 {
  right: -6rem;
}

.-bottom-24 {
  bottom: -6rem;
}

.-left-24 {
  left: -6rem;
}

.-top-28 {
  top: -7rem;
}

.-right-28 {
  right: -7rem;
}

.-bottom-28 {
  bottom: -7rem;
}

.-left-28 {
  left: -7rem;
}

.-top-32 {
  top: -8rem;
}

.-right-32 {
  right: -8rem;
}

.-bottom-32 {
  bottom: -8rem;
}

.-left-32 {
  left: -8rem;
}

.-top-36 {
  top: -9rem;
}

.-right-36 {
  right: -9rem;
}

.-bottom-36 {
  bottom: -9rem;
}

.-left-36 {
  left: -9rem;
}

.-top-40 {
  top: -10rem;
}

.-right-40 {
  right: -10rem;
}

.-bottom-40 {
  bottom: -10rem;
}

.-left-40 {
  left: -10rem;
}

.-top-44 {
  top: -11rem;
}

.-right-44 {
  right: -11rem;
}

.-bottom-44 {
  bottom: -11rem;
}

.-left-44 {
  left: -11rem;
}

.-top-48 {
  top: -12rem;
}

.-right-48 {
  right: -12rem;
}

.-bottom-48 {
  bottom: -12rem;
}

.-left-48 {
  left: -12rem;
}

.-top-52 {
  top: -13rem;
}

.-right-52 {
  right: -13rem;
}

.-bottom-52 {
  bottom: -13rem;
}

.-left-52 {
  left: -13rem;
}

.-top-56 {
  top: -14rem;
}

.-right-56 {
  right: -14rem;
}

.-bottom-56 {
  bottom: -14rem;
}

.-left-56 {
  left: -14rem;
}

.-top-60 {
  top: -15rem;
}

.-right-60 {
  right: -15rem;
}

.-bottom-60 {
  bottom: -15rem;
}

.-left-60 {
  left: -15rem;
}

.-top-64 {
  top: -16rem;
}

.-right-64 {
  right: -16rem;
}

.-bottom-64 {
  bottom: -16rem;
}

.-left-64 {
  left: -16rem;
}

.-top-72 {
  top: -18rem;
}

.-right-72 {
  right: -18rem;
}

.-bottom-72 {
  bottom: -18rem;
}

.-left-72 {
  left: -18rem;
}

.-top-80 {
  top: -20rem;
}

.-right-80 {
  right: -20rem;
}

.-bottom-80 {
  bottom: -20rem;
}

.-left-80 {
  left: -20rem;
}

.-top-96 {
  top: -24rem;
}

.-right-96 {
  right: -24rem;
}

.-bottom-96 {
  bottom: -24rem;
}

.-left-96 {
  left: -24rem;
}

.-top-px {
  top: -1px;
}

.-right-px {
  right: -1px;
}

.-bottom-px {
  bottom: -1px;
}

.-left-px {
  left: -1px;
}

.-top-0\.5 {
  top: -0.125rem;
}

.-right-0\.5 {
  right: -0.125rem;
}

.-bottom-0\.5 {
  bottom: -0.125rem;
}

.-left-0\.5 {
  left: -0.125rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

.-right-1\.5 {
  right: -0.375rem;
}

.-bottom-1\.5 {
  bottom: -0.375rem;
}

.-left-1\.5 {
  left: -0.375rem;
}

.-top-2\.5 {
  top: -0.625rem;
}

.-right-2\.5 {
  right: -0.625rem;
}

.-bottom-2\.5 {
  bottom: -0.625rem;
}

.-left-2\.5 {
  left: -0.625rem;
}

.-top-3\.5 {
  top: -0.875rem;
}

.-right-3\.5 {
  right: -0.875rem;
}

.-bottom-3\.5 {
  bottom: -0.875rem;
}

.-left-3\.5 {
  left: -0.875rem;
}

.-top-1px {
  top: -1px;
}

.-right-1px {
  right: -1px;
}

.-bottom-1px {
  bottom: -1px;
}

.-left-1px {
  left: -1px;
}

.-top-2px {
  top: -2px;
}

.-right-2px {
  right: -2px;
}

.-bottom-2px {
  bottom: -2px;
}

.-left-2px {
  left: -2px;
}

.-top-3px {
  top: -3px;
}

.-right-3px {
  right: -3px;
}

.-bottom-3px {
  bottom: -3px;
}

.-left-3px {
  left: -3px;
}

.-top-4px {
  top: -4px;
}

.-right-4px {
  right: -4px;
}

.-bottom-4px {
  bottom: -4px;
}

.-left-4px {
  left: -4px;
}

.-top-5px {
  top: -5px;
}

.-right-5px {
  right: -5px;
}

.-bottom-5px {
  bottom: -5px;
}

.-left-5px {
  left: -5px;
}

.-top-6px {
  top: -6px;
}

.-right-6px {
  right: -6px;
}

.-bottom-6px {
  bottom: -6px;
}

.-left-6px {
  left: -6px;
}

.-top-7px {
  top: -7px;
}

.-right-7px {
  right: -7px;
}

.-bottom-7px {
  bottom: -7px;
}

.-left-7px {
  left: -7px;
}

.-top-8px {
  top: -8px;
}

.-right-8px {
  right: -8px;
}

.-bottom-8px {
  bottom: -8px;
}

.-left-8px {
  left: -8px;
}

.-top-9px {
  top: -9px;
}

.-right-9px {
  right: -9px;
}

.-bottom-9px {
  bottom: -9px;
}

.-left-9px {
  left: -9px;
}

.-top-10px {
  top: -10px;
}

.-right-10px {
  right: -10px;
}

.-bottom-10px {
  bottom: -10px;
}

.-left-10px {
  left: -10px;
}

.-top-11px {
  top: -11px;
}

.-right-11px {
  right: -11px;
}

.-bottom-11px {
  bottom: -11px;
}

.-left-11px {
  left: -11px;
}

.-top-12px {
  top: -12px;
}

.-right-12px {
  right: -12px;
}

.-bottom-12px {
  bottom: -12px;
}

.-left-12px {
  left: -12px;
}

.-top-13px {
  top: -13px;
}

.-right-13px {
  right: -13px;
}

.-bottom-13px {
  bottom: -13px;
}

.-left-13px {
  left: -13px;
}

.-top-14px {
  top: -14px;
}

.-right-14px {
  right: -14px;
}

.-bottom-14px {
  bottom: -14px;
}

.-left-14px {
  left: -14px;
}

.-top-15px {
  top: -15px;
}

.-right-15px {
  right: -15px;
}

.-bottom-15px {
  bottom: -15px;
}

.-left-15px {
  left: -15px;
}

.-top-16px {
  top: -16px;
}

.-right-16px {
  right: -16px;
}

.-bottom-16px {
  bottom: -16px;
}

.-left-16px {
  left: -16px;
}

.-top-17px {
  top: -17px;
}

.-right-17px {
  right: -17px;
}

.-bottom-17px {
  bottom: -17px;
}

.-left-17px {
  left: -17px;
}

.-top-18px {
  top: -18px;
}

.-right-18px {
  right: -18px;
}

.-bottom-18px {
  bottom: -18px;
}

.-left-18px {
  left: -18px;
}

.-top-19px {
  top: -19px;
}

.-right-19px {
  right: -19px;
}

.-bottom-19px {
  bottom: -19px;
}

.-left-19px {
  left: -19px;
}

.-top-20px {
  top: -20px;
}

.-right-20px {
  right: -20px;
}

.-bottom-20px {
  bottom: -20px;
}

.-left-20px {
  left: -20px;
}

.-top-21px {
  top: -21px;
}

.-right-21px {
  right: -21px;
}

.-bottom-21px {
  bottom: -21px;
}

.-left-21px {
  left: -21px;
}

.-top-22px {
  top: -22px;
}

.-right-22px {
  right: -22px;
}

.-bottom-22px {
  bottom: -22px;
}

.-left-22px {
  left: -22px;
}

.-top-23px {
  top: -23px;
}

.-right-23px {
  right: -23px;
}

.-bottom-23px {
  bottom: -23px;
}

.-left-23px {
  left: -23px;
}

.-top-24px {
  top: -24px;
}

.-right-24px {
  right: -24px;
}

.-bottom-24px {
  bottom: -24px;
}

.-left-24px {
  left: -24px;
}

.-top-25px {
  top: -25px;
}

.-right-25px {
  right: -25px;
}

.-bottom-25px {
  bottom: -25px;
}

.-left-25px {
  left: -25px;
}

.-top-26px {
  top: -26px;
}

.-right-26px {
  right: -26px;
}

.-bottom-26px {
  bottom: -26px;
}

.-left-26px {
  left: -26px;
}

.-top-27px {
  top: -27px;
}

.-right-27px {
  right: -27px;
}

.-bottom-27px {
  bottom: -27px;
}

.-left-27px {
  left: -27px;
}

.-top-28px {
  top: -28px;
}

.-right-28px {
  right: -28px;
}

.-bottom-28px {
  bottom: -28px;
}

.-left-28px {
  left: -28px;
}

.-top-29px {
  top: -29px;
}

.-right-29px {
  right: -29px;
}

.-bottom-29px {
  bottom: -29px;
}

.-left-29px {
  left: -29px;
}

.-top-30px {
  top: -30px;
}

.-right-30px {
  right: -30px;
}

.-bottom-30px {
  bottom: -30px;
}

.-left-30px {
  left: -30px;
}

.-top-31px {
  top: -31px;
}

.-right-31px {
  right: -31px;
}

.-bottom-31px {
  bottom: -31px;
}

.-left-31px {
  left: -31px;
}

.-top-32px {
  top: -32px;
}

.-right-32px {
  right: -32px;
}

.-bottom-32px {
  bottom: -32px;
}

.-left-32px {
  left: -32px;
}

.-top-33px {
  top: -33px;
}

.-right-33px {
  right: -33px;
}

.-bottom-33px {
  bottom: -33px;
}

.-left-33px {
  left: -33px;
}

.-top-34px {
  top: -34px;
}

.-right-34px {
  right: -34px;
}

.-bottom-34px {
  bottom: -34px;
}

.-left-34px {
  left: -34px;
}

.-top-35px {
  top: -35px;
}

.-right-35px {
  right: -35px;
}

.-bottom-35px {
  bottom: -35px;
}

.-left-35px {
  left: -35px;
}

.-top-36px {
  top: -36px;
}

.-right-36px {
  right: -36px;
}

.-bottom-36px {
  bottom: -36px;
}

.-left-36px {
  left: -36px;
}

.-top-37px {
  top: -37px;
}

.-right-37px {
  right: -37px;
}

.-bottom-37px {
  bottom: -37px;
}

.-left-37px {
  left: -37px;
}

.-top-38px {
  top: -38px;
}

.-right-38px {
  right: -38px;
}

.-bottom-38px {
  bottom: -38px;
}

.-left-38px {
  left: -38px;
}

.-top-39px {
  top: -39px;
}

.-right-39px {
  right: -39px;
}

.-bottom-39px {
  bottom: -39px;
}

.-left-39px {
  left: -39px;
}

.-top-40px {
  top: -40px;
}

.-right-40px {
  right: -40px;
}

.-bottom-40px {
  bottom: -40px;
}

.-left-40px {
  left: -40px;
}

.-top-41px {
  top: -41px;
}

.-right-41px {
  right: -41px;
}

.-bottom-41px {
  bottom: -41px;
}

.-left-41px {
  left: -41px;
}

.-top-42px {
  top: -42px;
}

.-right-42px {
  right: -42px;
}

.-bottom-42px {
  bottom: -42px;
}

.-left-42px {
  left: -42px;
}

.-top-43px {
  top: -43px;
}

.-right-43px {
  right: -43px;
}

.-bottom-43px {
  bottom: -43px;
}

.-left-43px {
  left: -43px;
}

.-top-44px {
  top: -44px;
}

.-right-44px {
  right: -44px;
}

.-bottom-44px {
  bottom: -44px;
}

.-left-44px {
  left: -44px;
}

.-top-45px {
  top: -45px;
}

.-right-45px {
  right: -45px;
}

.-bottom-45px {
  bottom: -45px;
}

.-left-45px {
  left: -45px;
}

.-top-46px {
  top: -46px;
}

.-right-46px {
  right: -46px;
}

.-bottom-46px {
  bottom: -46px;
}

.-left-46px {
  left: -46px;
}

.-top-47px {
  top: -47px;
}

.-right-47px {
  right: -47px;
}

.-bottom-47px {
  bottom: -47px;
}

.-left-47px {
  left: -47px;
}

.-top-48px {
  top: -48px;
}

.-right-48px {
  right: -48px;
}

.-bottom-48px {
  bottom: -48px;
}

.-left-48px {
  left: -48px;
}

.-top-49px {
  top: -49px;
}

.-right-49px {
  right: -49px;
}

.-bottom-49px {
  bottom: -49px;
}

.-left-49px {
  left: -49px;
}

.-top-50px {
  top: -50px;
}

.-right-50px {
  right: -50px;
}

.-bottom-50px {
  bottom: -50px;
}

.-left-50px {
  left: -50px;
}

.-top-51px {
  top: -51px;
}

.-right-51px {
  right: -51px;
}

.-bottom-51px {
  bottom: -51px;
}

.-left-51px {
  left: -51px;
}

.-top-52px {
  top: -52px;
}

.-right-52px {
  right: -52px;
}

.-bottom-52px {
  bottom: -52px;
}

.-left-52px {
  left: -52px;
}

.-top-53px {
  top: -53px;
}

.-right-53px {
  right: -53px;
}

.-bottom-53px {
  bottom: -53px;
}

.-left-53px {
  left: -53px;
}

.-top-54px {
  top: -54px;
}

.-right-54px {
  right: -54px;
}

.-bottom-54px {
  bottom: -54px;
}

.-left-54px {
  left: -54px;
}

.-top-55px {
  top: -55px;
}

.-right-55px {
  right: -55px;
}

.-bottom-55px {
  bottom: -55px;
}

.-left-55px {
  left: -55px;
}

.-top-56px {
  top: -56px;
}

.-right-56px {
  right: -56px;
}

.-bottom-56px {
  bottom: -56px;
}

.-left-56px {
  left: -56px;
}

.-top-57px {
  top: -57px;
}

.-right-57px {
  right: -57px;
}

.-bottom-57px {
  bottom: -57px;
}

.-left-57px {
  left: -57px;
}

.-top-58px {
  top: -58px;
}

.-right-58px {
  right: -58px;
}

.-bottom-58px {
  bottom: -58px;
}

.-left-58px {
  left: -58px;
}

.-top-59px {
  top: -59px;
}

.-right-59px {
  right: -59px;
}

.-bottom-59px {
  bottom: -59px;
}

.-left-59px {
  left: -59px;
}

.-top-60px {
  top: -60px;
}

.-right-60px {
  right: -60px;
}

.-bottom-60px {
  bottom: -60px;
}

.-left-60px {
  left: -60px;
}

.-top-61px {
  top: -61px;
}

.-right-61px {
  right: -61px;
}

.-bottom-61px {
  bottom: -61px;
}

.-left-61px {
  left: -61px;
}

.-top-62px {
  top: -62px;
}

.-right-62px {
  right: -62px;
}

.-bottom-62px {
  bottom: -62px;
}

.-left-62px {
  left: -62px;
}

.-top-63px {
  top: -63px;
}

.-right-63px {
  right: -63px;
}

.-bottom-63px {
  bottom: -63px;
}

.-left-63px {
  left: -63px;
}

.-top-64px {
  top: -64px;
}

.-right-64px {
  right: -64px;
}

.-bottom-64px {
  bottom: -64px;
}

.-left-64px {
  left: -64px;
}

.-top-65px {
  top: -65px;
}

.-right-65px {
  right: -65px;
}

.-bottom-65px {
  bottom: -65px;
}

.-left-65px {
  left: -65px;
}

.-top-66px {
  top: -66px;
}

.-right-66px {
  right: -66px;
}

.-bottom-66px {
  bottom: -66px;
}

.-left-66px {
  left: -66px;
}

.-top-67px {
  top: -67px;
}

.-right-67px {
  right: -67px;
}

.-bottom-67px {
  bottom: -67px;
}

.-left-67px {
  left: -67px;
}

.-top-68px {
  top: -68px;
}

.-right-68px {
  right: -68px;
}

.-bottom-68px {
  bottom: -68px;
}

.-left-68px {
  left: -68px;
}

.-top-69px {
  top: -69px;
}

.-right-69px {
  right: -69px;
}

.-bottom-69px {
  bottom: -69px;
}

.-left-69px {
  left: -69px;
}

.-top-70px {
  top: -70px;
}

.-right-70px {
  right: -70px;
}

.-bottom-70px {
  bottom: -70px;
}

.-left-70px {
  left: -70px;
}

.-top-71px {
  top: -71px;
}

.-right-71px {
  right: -71px;
}

.-bottom-71px {
  bottom: -71px;
}

.-left-71px {
  left: -71px;
}

.-top-72px {
  top: -72px;
}

.-right-72px {
  right: -72px;
}

.-bottom-72px {
  bottom: -72px;
}

.-left-72px {
  left: -72px;
}

.-top-73px {
  top: -73px;
}

.-right-73px {
  right: -73px;
}

.-bottom-73px {
  bottom: -73px;
}

.-left-73px {
  left: -73px;
}

.-top-74px {
  top: -74px;
}

.-right-74px {
  right: -74px;
}

.-bottom-74px {
  bottom: -74px;
}

.-left-74px {
  left: -74px;
}

.-top-75px {
  top: -75px;
}

.-right-75px {
  right: -75px;
}

.-bottom-75px {
  bottom: -75px;
}

.-left-75px {
  left: -75px;
}

.-top-76px {
  top: -76px;
}

.-right-76px {
  right: -76px;
}

.-bottom-76px {
  bottom: -76px;
}

.-left-76px {
  left: -76px;
}

.-top-77px {
  top: -77px;
}

.-right-77px {
  right: -77px;
}

.-bottom-77px {
  bottom: -77px;
}

.-left-77px {
  left: -77px;
}

.-top-78px {
  top: -78px;
}

.-right-78px {
  right: -78px;
}

.-bottom-78px {
  bottom: -78px;
}

.-left-78px {
  left: -78px;
}

.-top-79px {
  top: -79px;
}

.-right-79px {
  right: -79px;
}

.-bottom-79px {
  bottom: -79px;
}

.-left-79px {
  left: -79px;
}

.-top-80px {
  top: -80px;
}

.-right-80px {
  right: -80px;
}

.-bottom-80px {
  bottom: -80px;
}

.-left-80px {
  left: -80px;
}

.-top-81px {
  top: -81px;
}

.-right-81px {
  right: -81px;
}

.-bottom-81px {
  bottom: -81px;
}

.-left-81px {
  left: -81px;
}

.-top-82px {
  top: -82px;
}

.-right-82px {
  right: -82px;
}

.-bottom-82px {
  bottom: -82px;
}

.-left-82px {
  left: -82px;
}

.-top-83px {
  top: -83px;
}

.-right-83px {
  right: -83px;
}

.-bottom-83px {
  bottom: -83px;
}

.-left-83px {
  left: -83px;
}

.-top-84px {
  top: -84px;
}

.-right-84px {
  right: -84px;
}

.-bottom-84px {
  bottom: -84px;
}

.-left-84px {
  left: -84px;
}

.-top-85px {
  top: -85px;
}

.-right-85px {
  right: -85px;
}

.-bottom-85px {
  bottom: -85px;
}

.-left-85px {
  left: -85px;
}

.-top-86px {
  top: -86px;
}

.-right-86px {
  right: -86px;
}

.-bottom-86px {
  bottom: -86px;
}

.-left-86px {
  left: -86px;
}

.-top-87px {
  top: -87px;
}

.-right-87px {
  right: -87px;
}

.-bottom-87px {
  bottom: -87px;
}

.-left-87px {
  left: -87px;
}

.-top-88px {
  top: -88px;
}

.-right-88px {
  right: -88px;
}

.-bottom-88px {
  bottom: -88px;
}

.-left-88px {
  left: -88px;
}

.-top-89px {
  top: -89px;
}

.-right-89px {
  right: -89px;
}

.-bottom-89px {
  bottom: -89px;
}

.-left-89px {
  left: -89px;
}

.-top-90px {
  top: -90px;
}

.-right-90px {
  right: -90px;
}

.-bottom-90px {
  bottom: -90px;
}

.-left-90px {
  left: -90px;
}

.-top-91px {
  top: -91px;
}

.-right-91px {
  right: -91px;
}

.-bottom-91px {
  bottom: -91px;
}

.-left-91px {
  left: -91px;
}

.-top-92px {
  top: -92px;
}

.-right-92px {
  right: -92px;
}

.-bottom-92px {
  bottom: -92px;
}

.-left-92px {
  left: -92px;
}

.-top-93px {
  top: -93px;
}

.-right-93px {
  right: -93px;
}

.-bottom-93px {
  bottom: -93px;
}

.-left-93px {
  left: -93px;
}

.-top-94px {
  top: -94px;
}

.-right-94px {
  right: -94px;
}

.-bottom-94px {
  bottom: -94px;
}

.-left-94px {
  left: -94px;
}

.-top-95px {
  top: -95px;
}

.-right-95px {
  right: -95px;
}

.-bottom-95px {
  bottom: -95px;
}

.-left-95px {
  left: -95px;
}

.-top-96px {
  top: -96px;
}

.-right-96px {
  right: -96px;
}

.-bottom-96px {
  bottom: -96px;
}

.-left-96px {
  left: -96px;
}

.-top-97px {
  top: -97px;
}

.-right-97px {
  right: -97px;
}

.-bottom-97px {
  bottom: -97px;
}

.-left-97px {
  left: -97px;
}

.-top-98px {
  top: -98px;
}

.-right-98px {
  right: -98px;
}

.-bottom-98px {
  bottom: -98px;
}

.-left-98px {
  left: -98px;
}

.-top-99px {
  top: -99px;
}

.-right-99px {
  right: -99px;
}

.-bottom-99px {
  bottom: -99px;
}

.-left-99px {
  left: -99px;
}

.-top-100px {
  top: -100px;
}

.-right-100px {
  right: -100px;
}

.-bottom-100px {
  bottom: -100px;
}

.-left-100px {
  left: -100px;
}

.-top-101px {
  top: -101px;
}

.-right-101px {
  right: -101px;
}

.-bottom-101px {
  bottom: -101px;
}

.-left-101px {
  left: -101px;
}

.-top-102px {
  top: -102px;
}

.-right-102px {
  right: -102px;
}

.-bottom-102px {
  bottom: -102px;
}

.-left-102px {
  left: -102px;
}

.-top-103px {
  top: -103px;
}

.-right-103px {
  right: -103px;
}

.-bottom-103px {
  bottom: -103px;
}

.-left-103px {
  left: -103px;
}

.-top-104px {
  top: -104px;
}

.-right-104px {
  right: -104px;
}

.-bottom-104px {
  bottom: -104px;
}

.-left-104px {
  left: -104px;
}

.-top-105px {
  top: -105px;
}

.-right-105px {
  right: -105px;
}

.-bottom-105px {
  bottom: -105px;
}

.-left-105px {
  left: -105px;
}

.-top-106px {
  top: -106px;
}

.-right-106px {
  right: -106px;
}

.-bottom-106px {
  bottom: -106px;
}

.-left-106px {
  left: -106px;
}

.-top-107px {
  top: -107px;
}

.-right-107px {
  right: -107px;
}

.-bottom-107px {
  bottom: -107px;
}

.-left-107px {
  left: -107px;
}

.-top-108px {
  top: -108px;
}

.-right-108px {
  right: -108px;
}

.-bottom-108px {
  bottom: -108px;
}

.-left-108px {
  left: -108px;
}

.-top-109px {
  top: -109px;
}

.-right-109px {
  right: -109px;
}

.-bottom-109px {
  bottom: -109px;
}

.-left-109px {
  left: -109px;
}

.-top-110px {
  top: -110px;
}

.-right-110px {
  right: -110px;
}

.-bottom-110px {
  bottom: -110px;
}

.-left-110px {
  left: -110px;
}

.-top-111px {
  top: -111px;
}

.-right-111px {
  right: -111px;
}

.-bottom-111px {
  bottom: -111px;
}

.-left-111px {
  left: -111px;
}

.-top-112px {
  top: -112px;
}

.-right-112px {
  right: -112px;
}

.-bottom-112px {
  bottom: -112px;
}

.-left-112px {
  left: -112px;
}

.-top-113px {
  top: -113px;
}

.-right-113px {
  right: -113px;
}

.-bottom-113px {
  bottom: -113px;
}

.-left-113px {
  left: -113px;
}

.-top-114px {
  top: -114px;
}

.-right-114px {
  right: -114px;
}

.-bottom-114px {
  bottom: -114px;
}

.-left-114px {
  left: -114px;
}

.-top-115px {
  top: -115px;
}

.-right-115px {
  right: -115px;
}

.-bottom-115px {
  bottom: -115px;
}

.-left-115px {
  left: -115px;
}

.-top-116px {
  top: -116px;
}

.-right-116px {
  right: -116px;
}

.-bottom-116px {
  bottom: -116px;
}

.-left-116px {
  left: -116px;
}

.-top-117px {
  top: -117px;
}

.-right-117px {
  right: -117px;
}

.-bottom-117px {
  bottom: -117px;
}

.-left-117px {
  left: -117px;
}

.-top-118px {
  top: -118px;
}

.-right-118px {
  right: -118px;
}

.-bottom-118px {
  bottom: -118px;
}

.-left-118px {
  left: -118px;
}

.-top-119px {
  top: -119px;
}

.-right-119px {
  right: -119px;
}

.-bottom-119px {
  bottom: -119px;
}

.-left-119px {
  left: -119px;
}

.-top-120px {
  top: -120px;
}

.-right-120px {
  right: -120px;
}

.-bottom-120px {
  bottom: -120px;
}

.-left-120px {
  left: -120px;
}

.-top-121px {
  top: -121px;
}

.-right-121px {
  right: -121px;
}

.-bottom-121px {
  bottom: -121px;
}

.-left-121px {
  left: -121px;
}

.-top-122px {
  top: -122px;
}

.-right-122px {
  right: -122px;
}

.-bottom-122px {
  bottom: -122px;
}

.-left-122px {
  left: -122px;
}

.-top-123px {
  top: -123px;
}

.-right-123px {
  right: -123px;
}

.-bottom-123px {
  bottom: -123px;
}

.-left-123px {
  left: -123px;
}

.-top-124px {
  top: -124px;
}

.-right-124px {
  right: -124px;
}

.-bottom-124px {
  bottom: -124px;
}

.-left-124px {
  left: -124px;
}

.-top-125px {
  top: -125px;
}

.-right-125px {
  right: -125px;
}

.-bottom-125px {
  bottom: -125px;
}

.-left-125px {
  left: -125px;
}

.-top-126px {
  top: -126px;
}

.-right-126px {
  right: -126px;
}

.-bottom-126px {
  bottom: -126px;
}

.-left-126px {
  left: -126px;
}

.-top-127px {
  top: -127px;
}

.-right-127px {
  right: -127px;
}

.-bottom-127px {
  bottom: -127px;
}

.-left-127px {
  left: -127px;
}

.-top-128px {
  top: -128px;
}

.-right-128px {
  right: -128px;
}

.-bottom-128px {
  bottom: -128px;
}

.-left-128px {
  left: -128px;
}

.-top-129px {
  top: -129px;
}

.-right-129px {
  right: -129px;
}

.-bottom-129px {
  bottom: -129px;
}

.-left-129px {
  left: -129px;
}

.-top-130px {
  top: -130px;
}

.-right-130px {
  right: -130px;
}

.-bottom-130px {
  bottom: -130px;
}

.-left-130px {
  left: -130px;
}

.-top-133px {
  top: -133px;
}

.-right-133px {
  right: -133px;
}

.-bottom-133px {
  bottom: -133px;
}

.-left-133px {
  left: -133px;
}

.-top-140px {
  top: -140px;
}

.-right-140px {
  right: -140px;
}

.-bottom-140px {
  bottom: -140px;
}

.-left-140px {
  left: -140px;
}

.-top-195px {
  top: -195px;
}

.-right-195px {
  right: -195px;
}

.-bottom-195px {
  bottom: -195px;
}

.-left-195px {
  left: -195px;
}

.-top-200px {
  top: -200px;
}

.-right-200px {
  right: -200px;
}

.-bottom-200px {
  bottom: -200px;
}

.-left-200px {
  left: -200px;
}

.-top-210px {
  top: -210px;
}

.-right-210px {
  right: -210px;
}

.-bottom-210px {
  bottom: -210px;
}

.-left-210px {
  left: -210px;
}

.-top-222px {
  top: -222px;
}

.-right-222px {
  right: -222px;
}

.-bottom-222px {
  bottom: -222px;
}

.-left-222px {
  left: -222px;
}

.-top-258px {
  top: -258px;
}

.-right-258px {
  right: -258px;
}

.-bottom-258px {
  bottom: -258px;
}

.-left-258px {
  left: -258px;
}

.-top-280px {
  top: -280px;
}

.-right-280px {
  right: -280px;
}

.-bottom-280px {
  bottom: -280px;
}

.-left-280px {
  left: -280px;
}

.-top-334px {
  top: -334px;
}

.-right-334px {
  right: -334px;
}

.-bottom-334px {
  bottom: -334px;
}

.-left-334px {
  left: -334px;
}

.-top-388px {
  top: -388px;
}

.-right-388px {
  right: -388px;
}

.-bottom-388px {
  bottom: -388px;
}

.-left-388px {
  left: -388px;
}

.-top-480px {
  top: -480px;
}

.-right-480px {
  right: -480px;
}

.-bottom-480px {
  bottom: -480px;
}

.-left-480px {
  left: -480px;
}

.-top-490px {
  top: -490px;
}

.-right-490px {
  right: -490px;
}

.-bottom-490px {
  bottom: -490px;
}

.-left-490px {
  left: -490px;
}

.-top-505px {
  top: -505px;
}

.-right-505px {
  right: -505px;
}

.-bottom-505px {
  bottom: -505px;
}

.-left-505px {
  left: -505px;
}

.-top-507px {
  top: -507px;
}

.-right-507px {
  right: -507px;
}

.-bottom-507px {
  bottom: -507px;
}

.-left-507px {
  left: -507px;
}

.-top-760px {
  top: -760px;
}

.-right-760px {
  right: -760px;
}

.-bottom-760px {
  bottom: -760px;
}

.-left-760px {
  left: -760px;
}

.-top-780px {
  top: -780px;
}

.-right-780px {
  right: -780px;
}

.-bottom-780px {
  bottom: -780px;
}

.-left-780px {
  left: -780px;
}

.-top-980px {
  top: -980px;
}

.-right-980px {
  right: -980px;
}

.-bottom-980px {
  bottom: -980px;
}

.-left-980px {
  left: -980px;
}

.-top-1366px {
  top: -1366px;
}

.-right-1366px {
  right: -1366px;
}

.-bottom-1366px {
  bottom: -1366px;
}

.-left-1366px {
  left: -1366px;
}

.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);
}

.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);
}

.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);
}

.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);
}

.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);
}

* {
  --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 {
  --tw-ring-offset-color: #000;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.ring-offset-gray-50 {
  --tw-ring-offset-color: #f9fafb;
}

.ring-offset-gray-100 {
  --tw-ring-offset-color: #f3f4f6;
}

.ring-offset-gray-200 {
  --tw-ring-offset-color: #e5e7eb;
}

.ring-offset-gray-300 {
  --tw-ring-offset-color: #d1d5db;
}

.ring-offset-gray-400 {
  --tw-ring-offset-color: #9ca3af;
}

.ring-offset-gray-500 {
  --tw-ring-offset-color: #6b7280;
}

.ring-offset-gray-600 {
  --tw-ring-offset-color: #4b5563;
}

.ring-offset-gray-700 {
  --tw-ring-offset-color: #374151;
}

.ring-offset-gray-800 {
  --tw-ring-offset-color: #1f2937;
}

.ring-offset-gray-900 {
  --tw-ring-offset-color: #111827;
}

.ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2;
}

.ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2;
}

.ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca;
}

.ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5;
}

.ring-offset-red-400 {
  --tw-ring-offset-color: #f87171;
}

.ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444;
}

.ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626;
}

.ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c;
}

.ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b;
}

.ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d;
}

.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fffbeb;
}

.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef3c7;
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fde68a;
}

.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fcd34d;
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #fbbf24;
}

.ring-offset-yellow-500 {
  --tw-ring-offset-color: #f59e0b;
}

.ring-offset-yellow-600 {
  --tw-ring-offset-color: #d97706;
}

.ring-offset-yellow-700 {
  --tw-ring-offset-color: #b45309;
}

.ring-offset-yellow-800 {
  --tw-ring-offset-color: #92400e;
}

.ring-offset-yellow-900 {
  --tw-ring-offset-color: #78350f;
}

.ring-offset-green-50 {
  --tw-ring-offset-color: #ecfdf5;
}

.ring-offset-green-100 {
  --tw-ring-offset-color: #d1fae5;
}

.ring-offset-green-200 {
  --tw-ring-offset-color: #a7f3d0;
}

.ring-offset-green-300 {
  --tw-ring-offset-color: #6ee7b7;
}

.ring-offset-green-400 {
  --tw-ring-offset-color: #34d399;
}

.ring-offset-green-500 {
  --tw-ring-offset-color: #10b981;
}

.ring-offset-green-600 {
  --tw-ring-offset-color: #059669;
}

.ring-offset-green-700 {
  --tw-ring-offset-color: #047857;
}

.ring-offset-green-800 {
  --tw-ring-offset-color: #065f46;
}

.ring-offset-green-900 {
  --tw-ring-offset-color: #064e3b;
}

.ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff;
}

.ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe;
}

.ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe;
}

.ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd;
}

.ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa;
}

.ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6;
}

.ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb;
}

.ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8;
}

.ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af;
}

.ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a;
}

.ring-offset-indigo-50 {
  --tw-ring-offset-color: #eef2ff;
}

.ring-offset-indigo-100 {
  --tw-ring-offset-color: #e0e7ff;
}

.ring-offset-indigo-200 {
  --tw-ring-offset-color: #c7d2fe;
}

.ring-offset-indigo-300 {
  --tw-ring-offset-color: #a5b4fc;
}

.ring-offset-indigo-400 {
  --tw-ring-offset-color: #818cf8;
}

.ring-offset-indigo-500 {
  --tw-ring-offset-color: #6366f1;
}

.ring-offset-indigo-600 {
  --tw-ring-offset-color: #4f46e5;
}

.ring-offset-indigo-700 {
  --tw-ring-offset-color: #4338ca;
}

.ring-offset-indigo-800 {
  --tw-ring-offset-color: #3730a3;
}

.ring-offset-indigo-900 {
  --tw-ring-offset-color: #312e81;
}

.ring-offset-purple-50 {
  --tw-ring-offset-color: #f5f3ff;
}

.ring-offset-purple-100 {
  --tw-ring-offset-color: #ede9fe;
}

.ring-offset-purple-200 {
  --tw-ring-offset-color: #ddd6fe;
}

.ring-offset-purple-300 {
  --tw-ring-offset-color: #c4b5fd;
}

.ring-offset-purple-400 {
  --tw-ring-offset-color: #a78bfa;
}

.ring-offset-purple-500 {
  --tw-ring-offset-color: #8b5cf6;
}

.ring-offset-purple-600 {
  --tw-ring-offset-color: #7c3aed;
}

.ring-offset-purple-700 {
  --tw-ring-offset-color: #6d28d9;
}

.ring-offset-purple-800 {
  --tw-ring-offset-color: #5b21b6;
}

.ring-offset-purple-900 {
  --tw-ring-offset-color: #4c1d95;
}

.ring-offset-pink-50 {
  --tw-ring-offset-color: #fdf2f8;
}

.ring-offset-pink-100 {
  --tw-ring-offset-color: #fce7f3;
}

.ring-offset-pink-200 {
  --tw-ring-offset-color: #fbcfe8;
}

.ring-offset-pink-300 {
  --tw-ring-offset-color: #f9a8d4;
}

.ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6;
}

.ring-offset-pink-500 {
  --tw-ring-offset-color: #ec4899;
}

.ring-offset-pink-600 {
  --tw-ring-offset-color: #db2777;
}

.ring-offset-pink-700 {
  --tw-ring-offset-color: #be185d;
}

.ring-offset-pink-800 {
  --tw-ring-offset-color: #9d174d;
}

.ring-offset-pink-900 {
  --tw-ring-offset-color: #831843;
}

.ring-offset-main-bg {
  --tw-ring-offset-color: #20264B;
}

.ring-offset-main-bg-2 {
  --tw-ring-offset-color: #101435;
}

.ring-offset-main-bg-3 {
  --tw-ring-offset-color: #101531;
}

.ring-offset-web-logo-brown {
  --tw-ring-offset-color: #B27D1A;
}

.ring-offset-public-logo-brown {
  --tw-ring-offset-color: #9A6D0A;
}

.ring-offset-button-primary-pink {
  --tw-ring-offset-color: #CF125B;
}

.ring-offset-button-secondary-black {
  --tw-ring-offset-color: #000000;
}

.ring-offset-link-text-white {
  --tw-ring-offset-color: #ffffff;
}

.ring-offset-sub-text-brown {
  --tw-ring-offset-color: #A29063;
}

.ring-offset-body-brown {
  --tw-ring-offset-color: #8D8779;
}

.ring-offset-copyright-gray {
  --tw-ring-offset-color: #D5D5D5;
}

.ring-offset-breadcrumb-gray {
  --tw-ring-offset-color: #858593;
}

.ring-offset-dark-text-white {
  --tw-ring-offset-color: #ffffff;
}

.ring-offset-background-black-a {
  --tw-ring-offset-color: #191919;
}

.ring-offset-background-black-b {
  --tw-ring-offset-color: #343445;
}

.ring-offset-background-black-c {
  --tw-ring-offset-color: #101531;
}

.ring-offset-background-black-d {
  --tw-ring-offset-color: #040822;
}

.ring-offset-product-detail-body-white {
  --tw-ring-offset-color: #F7F3EF;
}

.ring-offset-primary-pink {
  --tw-ring-offset-color: #D52525;
}

.ring-offset-footer-divide-gray {
  --tw-ring-offset-color: #545467;
}

.ring-offset-detail-text-brown {
  --tw-ring-offset-color: #6A510E;
}

.ring-offset-detail-desc-brown {
  --tw-ring-offset-color: #676051;
}

.ring-offset-border-brown {
  --tw-ring-offset-color: #E8DFD6;
}

.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:focus-within {
  --tw-ring-offset-color: #000;
}

.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff;
}

.focus-within\:ring-offset-gray-50:focus-within {
  --tw-ring-offset-color: #f9fafb;
}

.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f3f4f6;
}

.focus-within\:ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #e5e7eb;
}

.focus-within\:ring-offset-gray-300:focus-within {
  --tw-ring-offset-color: #d1d5db;
}

.focus-within\:ring-offset-gray-400:focus-within {
  --tw-ring-offset-color: #9ca3af;
}

.focus-within\:ring-offset-gray-500:focus-within {
  --tw-ring-offset-color: #6b7280;
}

.focus-within\:ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #4b5563;
}

.focus-within\:ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #374151;
}

.focus-within\:ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #1f2937;
}

.focus-within\:ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #111827;
}

.focus-within\:ring-offset-red-50:focus-within {
  --tw-ring-offset-color: #fef2f2;
}

.focus-within\:ring-offset-red-100:focus-within {
  --tw-ring-offset-color: #fee2e2;
}

.focus-within\:ring-offset-red-200:focus-within {
  --tw-ring-offset-color: #fecaca;
}

.focus-within\:ring-offset-red-300:focus-within {
  --tw-ring-offset-color: #fca5a5;
}

.focus-within\:ring-offset-red-400:focus-within {
  --tw-ring-offset-color: #f87171;
}

.focus-within\:ring-offset-red-500:focus-within {
  --tw-ring-offset-color: #ef4444;
}

.focus-within\:ring-offset-red-600:focus-within {
  --tw-ring-offset-color: #dc2626;
}

.focus-within\:ring-offset-red-700:focus-within {
  --tw-ring-offset-color: #b91c1c;
}

.focus-within\:ring-offset-red-800:focus-within {
  --tw-ring-offset-color: #991b1b;
}

.focus-within\:ring-offset-red-900:focus-within {
  --tw-ring-offset-color: #7f1d1d;
}

.focus-within\:ring-offset-yellow-50:focus-within {
  --tw-ring-offset-color: #fffbeb;
}

.focus-within\:ring-offset-yellow-100:focus-within {
  --tw-ring-offset-color: #fef3c7;
}

.focus-within\:ring-offset-yellow-200:focus-within {
  --tw-ring-offset-color: #fde68a;
}

.focus-within\:ring-offset-yellow-300:focus-within {
  --tw-ring-offset-color: #fcd34d;
}

.focus-within\:ring-offset-yellow-400:focus-within {
  --tw-ring-offset-color: #fbbf24;
}

.focus-within\:ring-offset-yellow-500:focus-within {
  --tw-ring-offset-color: #f59e0b;
}

.focus-within\:ring-offset-yellow-600:focus-within {
  --tw-ring-offset-color: #d97706;
}

.focus-within\:ring-offset-yellow-700:focus-within {
  --tw-ring-offset-color: #b45309;
}

.focus-within\:ring-offset-yellow-800:focus-within {
  --tw-ring-offset-color: #92400e;
}

.focus-within\:ring-offset-yellow-900:focus-within {
  --tw-ring-offset-color: #78350f;
}

.focus-within\:ring-offset-green-50:focus-within {
  --tw-ring-offset-color: #ecfdf5;
}

.focus-within\:ring-offset-green-100:focus-within {
  --tw-ring-offset-color: #d1fae5;
}

.focus-within\:ring-offset-green-200:focus-within {
  --tw-ring-offset-color: #a7f3d0;
}

.focus-within\:ring-offset-green-300:focus-within {
  --tw-ring-offset-color: #6ee7b7;
}

.focus-within\:ring-offset-green-400:focus-within {
  --tw-ring-offset-color: #34d399;
}

.focus-within\:ring-offset-green-500:focus-within {
  --tw-ring-offset-color: #10b981;
}

.focus-within\:ring-offset-green-600:focus-within {
  --tw-ring-offset-color: #059669;
}

.focus-within\:ring-offset-green-700:focus-within {
  --tw-ring-offset-color: #047857;
}

.focus-within\:ring-offset-green-800:focus-within {
  --tw-ring-offset-color: #065f46;
}

.focus-within\:ring-offset-green-900:focus-within {
  --tw-ring-offset-color: #064e3b;
}

.focus-within\:ring-offset-blue-50:focus-within {
  --tw-ring-offset-color: #eff6ff;
}

.focus-within\:ring-offset-blue-100:focus-within {
  --tw-ring-offset-color: #dbeafe;
}

.focus-within\:ring-offset-blue-200:focus-within {
  --tw-ring-offset-color: #bfdbfe;
}

.focus-within\:ring-offset-blue-300:focus-within {
  --tw-ring-offset-color: #93c5fd;
}

.focus-within\:ring-offset-blue-400:focus-within {
  --tw-ring-offset-color: #60a5fa;
}

.focus-within\:ring-offset-blue-500:focus-within {
  --tw-ring-offset-color: #3b82f6;
}

.focus-within\:ring-offset-blue-600:focus-within {
  --tw-ring-offset-color: #2563eb;
}

.focus-within\:ring-offset-blue-700:focus-within {
  --tw-ring-offset-color: #1d4ed8;
}

.focus-within\:ring-offset-blue-800:focus-within {
  --tw-ring-offset-color: #1e40af;
}

.focus-within\:ring-offset-blue-900:focus-within {
  --tw-ring-offset-color: #1e3a8a;
}

.focus-within\:ring-offset-indigo-50:focus-within {
  --tw-ring-offset-color: #eef2ff;
}

.focus-within\:ring-offset-indigo-100:focus-within {
  --tw-ring-offset-color: #e0e7ff;
}

.focus-within\:ring-offset-indigo-200:focus-within {
  --tw-ring-offset-color: #c7d2fe;
}

.focus-within\:ring-offset-indigo-300:focus-within {
  --tw-ring-offset-color: #a5b4fc;
}

.focus-within\:ring-offset-indigo-400:focus-within {
  --tw-ring-offset-color: #818cf8;
}

.focus-within\:ring-offset-indigo-500:focus-within {
  --tw-ring-offset-color: #6366f1;
}

.focus-within\:ring-offset-indigo-600:focus-within {
  --tw-ring-offset-color: #4f46e5;
}

.focus-within\:ring-offset-indigo-700:focus-within {
  --tw-ring-offset-color: #4338ca;
}

.focus-within\:ring-offset-indigo-800:focus-within {
  --tw-ring-offset-color: #3730a3;
}

.focus-within\:ring-offset-indigo-900:focus-within {
  --tw-ring-offset-color: #312e81;
}

.focus-within\:ring-offset-purple-50:focus-within {
  --tw-ring-offset-color: #f5f3ff;
}

.focus-within\:ring-offset-purple-100:focus-within {
  --tw-ring-offset-color: #ede9fe;
}

.focus-within\:ring-offset-purple-200:focus-within {
  --tw-ring-offset-color: #ddd6fe;
}

.focus-within\:ring-offset-purple-300:focus-within {
  --tw-ring-offset-color: #c4b5fd;
}

.focus-within\:ring-offset-purple-400:focus-within {
  --tw-ring-offset-color: #a78bfa;
}

.focus-within\:ring-offset-purple-500:focus-within {
  --tw-ring-offset-color: #8b5cf6;
}

.focus-within\:ring-offset-purple-600:focus-within {
  --tw-ring-offset-color: #7c3aed;
}

.focus-within\:ring-offset-purple-700:focus-within {
  --tw-ring-offset-color: #6d28d9;
}

.focus-within\:ring-offset-purple-800:focus-within {
  --tw-ring-offset-color: #5b21b6;
}

.focus-within\:ring-offset-purple-900:focus-within {
  --tw-ring-offset-color: #4c1d95;
}

.focus-within\:ring-offset-pink-50:focus-within {
  --tw-ring-offset-color: #fdf2f8;
}

.focus-within\:ring-offset-pink-100:focus-within {
  --tw-ring-offset-color: #fce7f3;
}

.focus-within\:ring-offset-pink-200:focus-within {
  --tw-ring-offset-color: #fbcfe8;
}

.focus-within\:ring-offset-pink-300:focus-within {
  --tw-ring-offset-color: #f9a8d4;
}

.focus-within\:ring-offset-pink-400:focus-within {
  --tw-ring-offset-color: #f472b6;
}

.focus-within\:ring-offset-pink-500:focus-within {
  --tw-ring-offset-color: #ec4899;
}

.focus-within\:ring-offset-pink-600:focus-within {
  --tw-ring-offset-color: #db2777;
}

.focus-within\:ring-offset-pink-700:focus-within {
  --tw-ring-offset-color: #be185d;
}

.focus-within\:ring-offset-pink-800:focus-within {
  --tw-ring-offset-color: #9d174d;
}

.focus-within\:ring-offset-pink-900:focus-within {
  --tw-ring-offset-color: #831843;
}

.focus-within\:ring-offset-main-bg:focus-within {
  --tw-ring-offset-color: #20264B;
}

.focus-within\:ring-offset-main-bg-2:focus-within {
  --tw-ring-offset-color: #101435;
}

.focus-within\:ring-offset-main-bg-3:focus-within {
  --tw-ring-offset-color: #101531;
}

.focus-within\:ring-offset-web-logo-brown:focus-within {
  --tw-ring-offset-color: #B27D1A;
}

.focus-within\:ring-offset-public-logo-brown:focus-within {
  --tw-ring-offset-color: #9A6D0A;
}

.focus-within\:ring-offset-button-primary-pink:focus-within {
  --tw-ring-offset-color: #CF125B;
}

.focus-within\:ring-offset-button-secondary-black:focus-within {
  --tw-ring-offset-color: #000000;
}

.focus-within\:ring-offset-link-text-white:focus-within {
  --tw-ring-offset-color: #ffffff;
}

.focus-within\:ring-offset-sub-text-brown:focus-within {
  --tw-ring-offset-color: #A29063;
}

.focus-within\:ring-offset-body-brown:focus-within {
  --tw-ring-offset-color: #8D8779;
}

.focus-within\:ring-offset-copyright-gray:focus-within {
  --tw-ring-offset-color: #D5D5D5;
}

.focus-within\:ring-offset-breadcrumb-gray:focus-within {
  --tw-ring-offset-color: #858593;
}

.focus-within\:ring-offset-dark-text-white:focus-within {
  --tw-ring-offset-color: #ffffff;
}

.focus-within\:ring-offset-background-black-a:focus-within {
  --tw-ring-offset-color: #191919;
}

.focus-within\:ring-offset-background-black-b:focus-within {
  --tw-ring-offset-color: #343445;
}

.focus-within\:ring-offset-background-black-c:focus-within {
  --tw-ring-offset-color: #101531;
}

.focus-within\:ring-offset-background-black-d:focus-within {
  --tw-ring-offset-color: #040822;
}

.focus-within\:ring-offset-product-detail-body-white:focus-within {
  --tw-ring-offset-color: #F7F3EF;
}

.focus-within\:ring-offset-primary-pink:focus-within {
  --tw-ring-offset-color: #D52525;
}

.focus-within\:ring-offset-footer-divide-gray:focus-within {
  --tw-ring-offset-color: #545467;
}

.focus-within\:ring-offset-detail-text-brown:focus-within {
  --tw-ring-offset-color: #6A510E;
}

.focus-within\:ring-offset-detail-desc-brown:focus-within {
  --tw-ring-offset-color: #676051;
}

.focus-within\:ring-offset-border-brown:focus-within {
  --tw-ring-offset-color: #E8DFD6;
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent;
}

.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor;
}

.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}

.focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #f9fafb;
}

.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f3f4f6;
}

.focus\:ring-offset-gray-200:focus {
  --tw-ring-offset-color: #e5e7eb;
}

.focus\:ring-offset-gray-300:focus {
  --tw-ring-offset-color: #d1d5db;
}

.focus\:ring-offset-gray-400:focus {
  --tw-ring-offset-color: #9ca3af;
}

.focus\:ring-offset-gray-500:focus {
  --tw-ring-offset-color: #6b7280;
}

.focus\:ring-offset-gray-600:focus {
  --tw-ring-offset-color: #4b5563;
}

.focus\:ring-offset-gray-700:focus {
  --tw-ring-offset-color: #374151;
}

.focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #1f2937;
}

.focus\:ring-offset-gray-900:focus {
  --tw-ring-offset-color: #111827;
}

.focus\:ring-offset-red-50:focus {
  --tw-ring-offset-color: #fef2f2;
}

.focus\:ring-offset-red-100:focus {
  --tw-ring-offset-color: #fee2e2;
}

.focus\:ring-offset-red-200:focus {
  --tw-ring-offset-color: #fecaca;
}

.focus\:ring-offset-red-300:focus {
  --tw-ring-offset-color: #fca5a5;
}

.focus\:ring-offset-red-400:focus {
  --tw-ring-offset-color: #f87171;
}

.focus\:ring-offset-red-500:focus {
  --tw-ring-offset-color: #ef4444;
}

.focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}

.focus\:ring-offset-red-700:focus {
  --tw-ring-offset-color: #b91c1c;
}

.focus\:ring-offset-red-800:focus {
  --tw-ring-offset-color: #991b1b;
}

.focus\:ring-offset-red-900:focus {
  --tw-ring-offset-color: #7f1d1d;
}

.focus\:ring-offset-yellow-50:focus {
  --tw-ring-offset-color: #fffbeb;
}

.focus\:ring-offset-yellow-100:focus {
  --tw-ring-offset-color: #fef3c7;
}

.focus\:ring-offset-yellow-200:focus {
  --tw-ring-offset-color: #fde68a;
}

.focus\:ring-offset-yellow-300:focus {
  --tw-ring-offset-color: #fcd34d;
}

.focus\:ring-offset-yellow-400:focus {
  --tw-ring-offset-color: #fbbf24;
}

.focus\:ring-offset-yellow-500:focus {
  --tw-ring-offset-color: #f59e0b;
}

.focus\:ring-offset-yellow-600:focus {
  --tw-ring-offset-color: #d97706;
}

.focus\:ring-offset-yellow-700:focus {
  --tw-ring-offset-color: #b45309;
}

.focus\:ring-offset-yellow-800:focus {
  --tw-ring-offset-color: #92400e;
}

.focus\:ring-offset-yellow-900:focus {
  --tw-ring-offset-color: #78350f;
}

.focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #ecfdf5;
}

.focus\:ring-offset-green-100:focus {
  --tw-ring-offset-color: #d1fae5;
}

.focus\:ring-offset-green-200:focus {
  --tw-ring-offset-color: #a7f3d0;
}

.focus\:ring-offset-green-300:focus {
  --tw-ring-offset-color: #6ee7b7;
}

.focus\:ring-offset-green-400:focus {
  --tw-ring-offset-color: #34d399;
}

.focus\:ring-offset-green-500:focus {
  --tw-ring-offset-color: #10b981;
}

.focus\:ring-offset-green-600:focus {
  --tw-ring-offset-color: #059669;
}

.focus\:ring-offset-green-700:focus {
  --tw-ring-offset-color: #047857;
}

.focus\:ring-offset-green-800:focus {
  --tw-ring-offset-color: #065f46;
}

.focus\:ring-offset-green-900:focus {
  --tw-ring-offset-color: #064e3b;
}

.focus\:ring-offset-blue-50:focus {
  --tw-ring-offset-color: #eff6ff;
}

.focus\:ring-offset-blue-100:focus {
  --tw-ring-offset-color: #dbeafe;
}

.focus\:ring-offset-blue-200:focus {
  --tw-ring-offset-color: #bfdbfe;
}

.focus\:ring-offset-blue-300:focus {
  --tw-ring-offset-color: #93c5fd;
}

.focus\:ring-offset-blue-400:focus {
  --tw-ring-offset-color: #60a5fa;
}

.focus\:ring-offset-blue-500:focus {
  --tw-ring-offset-color: #3b82f6;
}

.focus\:ring-offset-blue-600:focus {
  --tw-ring-offset-color: #2563eb;
}

.focus\:ring-offset-blue-700:focus {
  --tw-ring-offset-color: #1d4ed8;
}

.focus\:ring-offset-blue-800:focus {
  --tw-ring-offset-color: #1e40af;
}

.focus\:ring-offset-blue-900:focus {
  --tw-ring-offset-color: #1e3a8a;
}

.focus\:ring-offset-indigo-50:focus {
  --tw-ring-offset-color: #eef2ff;
}

.focus\:ring-offset-indigo-100:focus {
  --tw-ring-offset-color: #e0e7ff;
}

.focus\:ring-offset-indigo-200:focus {
  --tw-ring-offset-color: #c7d2fe;
}

.focus\:ring-offset-indigo-300:focus {
  --tw-ring-offset-color: #a5b4fc;
}

.focus\:ring-offset-indigo-400:focus {
  --tw-ring-offset-color: #818cf8;
}

.focus\:ring-offset-indigo-500:focus {
  --tw-ring-offset-color: #6366f1;
}

.focus\:ring-offset-indigo-600:focus {
  --tw-ring-offset-color: #4f46e5;
}

.focus\:ring-offset-indigo-700:focus {
  --tw-ring-offset-color: #4338ca;
}

.focus\:ring-offset-indigo-800:focus {
  --tw-ring-offset-color: #3730a3;
}

.focus\:ring-offset-indigo-900:focus {
  --tw-ring-offset-color: #312e81;
}

.focus\:ring-offset-purple-50:focus {
  --tw-ring-offset-color: #f5f3ff;
}

.focus\:ring-offset-purple-100:focus {
  --tw-ring-offset-color: #ede9fe;
}

.focus\:ring-offset-purple-200:focus {
  --tw-ring-offset-color: #ddd6fe;
}

.focus\:ring-offset-purple-300:focus {
  --tw-ring-offset-color: #c4b5fd;
}

.focus\:ring-offset-purple-400:focus {
  --tw-ring-offset-color: #a78bfa;
}

.focus\:ring-offset-purple-500:focus {
  --tw-ring-offset-color: #8b5cf6;
}

.focus\:ring-offset-purple-600:focus {
  --tw-ring-offset-color: #7c3aed;
}

.focus\:ring-offset-purple-700:focus {
  --tw-ring-offset-color: #6d28d9;
}

.focus\:ring-offset-purple-800:focus {
  --tw-ring-offset-color: #5b21b6;
}

.focus\:ring-offset-purple-900:focus {
  --tw-ring-offset-color: #4c1d95;
}

.focus\:ring-offset-pink-50:focus {
  --tw-ring-offset-color: #fdf2f8;
}

.focus\:ring-offset-pink-100:focus {
  --tw-ring-offset-color: #fce7f3;
}

.focus\:ring-offset-pink-200:focus {
  --tw-ring-offset-color: #fbcfe8;
}

.focus\:ring-offset-pink-300:focus {
  --tw-ring-offset-color: #f9a8d4;
}

.focus\:ring-offset-pink-400:focus {
  --tw-ring-offset-color: #f472b6;
}

.focus\:ring-offset-pink-500:focus {
  --tw-ring-offset-color: #ec4899;
}

.focus\:ring-offset-pink-600:focus {
  --tw-ring-offset-color: #db2777;
}

.focus\:ring-offset-pink-700:focus {
  --tw-ring-offset-color: #be185d;
}

.focus\:ring-offset-pink-800:focus {
  --tw-ring-offset-color: #9d174d;
}

.focus\:ring-offset-pink-900:focus {
  --tw-ring-offset-color: #831843;
}

.focus\:ring-offset-main-bg:focus {
  --tw-ring-offset-color: #20264B;
}

.focus\:ring-offset-main-bg-2:focus {
  --tw-ring-offset-color: #101435;
}

.focus\:ring-offset-main-bg-3:focus {
  --tw-ring-offset-color: #101531;
}

.focus\:ring-offset-web-logo-brown:focus {
  --tw-ring-offset-color: #B27D1A;
}

.focus\:ring-offset-public-logo-brown:focus {
  --tw-ring-offset-color: #9A6D0A;
}

.focus\:ring-offset-button-primary-pink:focus {
  --tw-ring-offset-color: #CF125B;
}

.focus\:ring-offset-button-secondary-black:focus {
  --tw-ring-offset-color: #000000;
}

.focus\:ring-offset-link-text-white:focus {
  --tw-ring-offset-color: #ffffff;
}

.focus\:ring-offset-sub-text-brown:focus {
  --tw-ring-offset-color: #A29063;
}

.focus\:ring-offset-body-brown:focus {
  --tw-ring-offset-color: #8D8779;
}

.focus\:ring-offset-copyright-gray:focus {
  --tw-ring-offset-color: #D5D5D5;
}

.focus\:ring-offset-breadcrumb-gray:focus {
  --tw-ring-offset-color: #858593;
}

.focus\:ring-offset-dark-text-white:focus {
  --tw-ring-offset-color: #ffffff;
}

.focus\:ring-offset-background-black-a:focus {
  --tw-ring-offset-color: #191919;
}

.focus\:ring-offset-background-black-b:focus {
  --tw-ring-offset-color: #343445;
}

.focus\:ring-offset-background-black-c:focus {
  --tw-ring-offset-color: #101531;
}

.focus\:ring-offset-background-black-d:focus {
  --tw-ring-offset-color: #040822;
}

.focus\:ring-offset-product-detail-body-white:focus {
  --tw-ring-offset-color: #F7F3EF;
}

.focus\:ring-offset-primary-pink:focus {
  --tw-ring-offset-color: #D52525;
}

.focus\:ring-offset-footer-divide-gray:focus {
  --tw-ring-offset-color: #545467;
}

.focus\:ring-offset-detail-text-brown:focus {
  --tw-ring-offset-color: #6A510E;
}

.focus\:ring-offset-detail-desc-brown:focus {
  --tw-ring-offset-color: #676051;
}

.focus\:ring-offset-border-brown:focus {
  --tw-ring-offset-color: #E8DFD6;
}

.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 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.ring-red-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.ring-red-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.ring-green-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.ring-green-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.ring-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.ring-green-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.ring-green-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.ring-blue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.ring-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.ring-indigo-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.ring-indigo-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.ring-indigo-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.ring-indigo-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.ring-indigo-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.ring-purple-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.ring-purple-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.ring-pink-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.ring-pink-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.ring-pink-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.ring-pink-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.ring-pink-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.ring-pink-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.ring-pink-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.ring-pink-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.ring-pink-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.ring-main-bg {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
}

.ring-main-bg-2 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
}

.ring-main-bg-3 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
}

.ring-web-logo-brown {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
}

.ring-public-logo-brown {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
}

.ring-button-primary-pink {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
}

.ring-button-secondary-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-link-text-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-sub-text-brown {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
}

.ring-body-brown {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
}

.ring-copyright-gray {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
}

.ring-breadcrumb-gray {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
}

.ring-dark-text-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-background-black-a {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
}

.ring-background-black-b {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
}

.ring-background-black-c {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
}

.ring-background-black-d {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
}

.ring-product-detail-body-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
}

.ring-primary-pink {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
}

.ring-footer-divide-gray {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
}

.ring-detail-text-brown {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
}

.ring-detail-desc-brown {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
}

.ring-border-brown {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 223, 214, 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:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, 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-gray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus-within\:ring-red-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-red-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus-within\:ring-red-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-red-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus-within\:ring-red-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus-within\:ring-red-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus-within\:ring-red-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus-within\:ring-red-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus-within\:ring-red-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus-within\:ring-red-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.focus-within\:ring-green-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-green-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-green-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus-within\:ring-green-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.focus-within\:ring-green-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-green-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-green-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.focus-within\:ring-green-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.focus-within\:ring-green-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-green-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.focus-within\:ring-main-bg:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
}

.focus-within\:ring-main-bg-2:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
}

.focus-within\:ring-main-bg-3:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
}

.focus-within\:ring-web-logo-brown:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
}

.focus-within\:ring-public-logo-brown:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
}

.focus-within\:ring-button-primary-pink:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
}

.focus-within\:ring-button-secondary-black:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-link-text-white:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-sub-text-brown:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
}

.focus-within\:ring-body-brown:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
}

.focus-within\:ring-copyright-gray:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
}

.focus-within\:ring-breadcrumb-gray:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
}

.focus-within\:ring-dark-text-white:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-background-black-a:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
}

.focus-within\:ring-background-black-b:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
}

.focus-within\:ring-background-black-c:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
}

.focus-within\:ring-background-black-d:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
}

.focus-within\:ring-product-detail-body-white:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
}

.focus-within\:ring-primary-pink:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
}

.focus-within\:ring-footer-divide-gray:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
}

.focus-within\:ring-detail-text-brown:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
}

.focus-within\:ring-detail-desc-brown:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
}

.focus-within\:ring-border-brown:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 223, 214, var(--tw-ring-opacity));
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus\:ring-current:focus {
  --tw-ring-color: currentColor;
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, 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-gray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus\:ring-gray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus\:ring-red-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus\:ring-red-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus\:ring-red-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus\:ring-red-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus\:ring-red-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus\:ring-red-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus\:ring-red-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus\:ring-yellow-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus\:ring-yellow-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus\:ring-yellow-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus\:ring-yellow-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus\:ring-yellow-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus\:ring-yellow-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus\:ring-yellow-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus\:ring-yellow-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus\:ring-yellow-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.focus\:ring-green-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus\:ring-green-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.focus\:ring-green-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.focus\:ring-green-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus\:ring-green-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.focus\:ring-blue-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus\:ring-blue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus\:ring-blue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus\:ring-indigo-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus\:ring-indigo-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus\:ring-indigo-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus\:ring-indigo-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus\:ring-indigo-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus\:ring-indigo-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus\:ring-purple-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus\:ring-purple-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus\:ring-purple-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus\:ring-purple-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus\:ring-purple-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus\:ring-purple-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus\:ring-purple-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus\:ring-pink-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus\:ring-pink-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus\:ring-pink-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus\:ring-pink-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus\:ring-pink-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus\:ring-pink-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus\:ring-pink-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus\:ring-pink-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus\:ring-pink-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus\:ring-pink-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.focus\:ring-main-bg:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
}

.focus\:ring-main-bg-2:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
}

.focus\:ring-main-bg-3:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
}

.focus\:ring-web-logo-brown:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
}

.focus\:ring-public-logo-brown:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
}

.focus\:ring-button-primary-pink:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
}

.focus\:ring-button-secondary-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-link-text-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-sub-text-brown:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
}

.focus\:ring-body-brown:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
}

.focus\:ring-copyright-gray:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
}

.focus\:ring-breadcrumb-gray:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
}

.focus\:ring-dark-text-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-background-black-a:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
}

.focus\:ring-background-black-b:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
}

.focus\:ring-background-black-c:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
}

.focus\:ring-background-black-d:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
}

.focus\:ring-product-detail-body-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
}

.focus\:ring-primary-pink:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
}

.focus\:ring-footer-divide-gray:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
}

.focus\:ring-detail-text-brown:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
}

.focus\:ring-detail-desc-brown:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
}

.focus\:ring-border-brown:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 223, 214, 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 {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.text-main-bg {
  --tw-text-opacity: 1;
  color: rgba(32, 38, 75, var(--tw-text-opacity));
}

.text-main-bg-2 {
  --tw-text-opacity: 1;
  color: rgba(16, 20, 53, var(--tw-text-opacity));
}

.text-main-bg-3 {
  --tw-text-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-text-opacity));
}

.text-web-logo-brown {
  --tw-text-opacity: 1;
  color: rgba(178, 125, 26, var(--tw-text-opacity));
}

.text-public-logo-brown {
  --tw-text-opacity: 1;
  color: rgba(154, 109, 10, var(--tw-text-opacity));
}

.text-button-primary-pink {
  --tw-text-opacity: 1;
  color: rgba(207, 18, 91, var(--tw-text-opacity));
}

.text-button-secondary-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-link-text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-sub-text-brown {
  --tw-text-opacity: 1;
  color: rgba(162, 144, 99, var(--tw-text-opacity));
}

.text-body-brown {
  --tw-text-opacity: 1;
  color: rgba(141, 135, 121, var(--tw-text-opacity));
}

.text-copyright-gray {
  --tw-text-opacity: 1;
  color: rgba(213, 213, 213, var(--tw-text-opacity));
}

.text-breadcrumb-gray {
  --tw-text-opacity: 1;
  color: rgba(133, 133, 147, var(--tw-text-opacity));
}

.text-dark-text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-background-black-a {
  --tw-text-opacity: 1;
  color: rgba(25, 25, 25, var(--tw-text-opacity));
}

.text-background-black-b {
  --tw-text-opacity: 1;
  color: rgba(52, 52, 69, var(--tw-text-opacity));
}

.text-background-black-c {
  --tw-text-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-text-opacity));
}

.text-background-black-d {
  --tw-text-opacity: 1;
  color: rgba(4, 8, 34, var(--tw-text-opacity));
}

.text-product-detail-body-white {
  --tw-text-opacity: 1;
  color: rgba(247, 243, 239, var(--tw-text-opacity));
}

.text-primary-pink {
  --tw-text-opacity: 1;
  color: rgba(213, 37, 37, var(--tw-text-opacity));
}

.text-footer-divide-gray {
  --tw-text-opacity: 1;
  color: rgba(84, 84, 103, var(--tw-text-opacity));
}

.text-detail-text-brown {
  --tw-text-opacity: 1;
  color: rgba(106, 81, 14, var(--tw-text-opacity));
}

.text-detail-desc-brown {
  --tw-text-opacity: 1;
  color: rgba(103, 96, 81, var(--tw-text-opacity));
}

.text-border-brown {
  --tw-text-opacity: 1;
  color: rgba(232, 223, 214, 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 {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 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-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-main-bg {
  --tw-text-opacity: 1;
  color: rgba(32, 38, 75, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-main-bg-2 {
  --tw-text-opacity: 1;
  color: rgba(16, 20, 53, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-main-bg-3 {
  --tw-text-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-web-logo-brown {
  --tw-text-opacity: 1;
  color: rgba(178, 125, 26, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-public-logo-brown {
  --tw-text-opacity: 1;
  color: rgba(154, 109, 10, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-button-primary-pink {
  --tw-text-opacity: 1;
  color: rgba(207, 18, 91, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-button-secondary-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-link-text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sub-text-brown {
  --tw-text-opacity: 1;
  color: rgba(162, 144, 99, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-body-brown {
  --tw-text-opacity: 1;
  color: rgba(141, 135, 121, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-copyright-gray {
  --tw-text-opacity: 1;
  color: rgba(213, 213, 213, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-breadcrumb-gray {
  --tw-text-opacity: 1;
  color: rgba(133, 133, 147, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-dark-text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-background-black-a {
  --tw-text-opacity: 1;
  color: rgba(25, 25, 25, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-background-black-b {
  --tw-text-opacity: 1;
  color: rgba(52, 52, 69, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-background-black-c {
  --tw-text-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-background-black-d {
  --tw-text-opacity: 1;
  color: rgba(4, 8, 34, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-product-detail-body-white {
  --tw-text-opacity: 1;
  color: rgba(247, 243, 239, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-primary-pink {
  --tw-text-opacity: 1;
  color: rgba(213, 37, 37, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-footer-divide-gray {
  --tw-text-opacity: 1;
  color: rgba(84, 84, 103, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-detail-text-brown {
  --tw-text-opacity: 1;
  color: rgba(106, 81, 14, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-detail-desc-brown {
  --tw-text-opacity: 1;
  color: rgba(103, 96, 81, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-border-brown {
  --tw-text-opacity: 1;
  color: rgba(232, 223, 214, var(--tw-text-opacity));
}

.focus-within\:text-transparent:focus-within {
  color: transparent;
}

.focus-within\:text-current:focus-within {
  color: currentColor;
}

.focus-within\:text-black:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 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-gray-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus-within\:text-gray-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus-within\:text-gray-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus-within\:text-gray-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus-within\:text-gray-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus-within\:text-gray-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus-within\:text-gray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus-within\:text-gray-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus-within\:text-gray-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus-within\:text-gray-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus-within\:text-red-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus-within\:text-red-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus-within\:text-red-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus-within\:text-red-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus-within\:text-red-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus-within\:text-red-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus-within\:text-red-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus-within\:text-red-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus-within\:text-red-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus-within\:text-red-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus-within\:text-yellow-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus-within\:text-yellow-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus-within\:text-yellow-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus-within\:text-yellow-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus-within\:text-yellow-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.focus-within\:text-yellow-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus-within\:text-yellow-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus-within\:text-yellow-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus-within\:text-yellow-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus-within\:text-yellow-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.focus-within\:text-green-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus-within\:text-green-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus-within\:text-green-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus-within\:text-green-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.focus-within\:text-green-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.focus-within\:text-green-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.focus-within\:text-green-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.focus-within\:text-green-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.focus-within\:text-green-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus-within\:text-green-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.focus-within\:text-blue-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus-within\:text-blue-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus-within\:text-blue-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus-within\:text-blue-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus-within\:text-blue-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus-within\:text-blue-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus-within\:text-blue-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus-within\:text-blue-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus-within\:text-blue-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus-within\:text-blue-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus-within\:text-indigo-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus-within\:text-indigo-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus-within\:text-indigo-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus-within\:text-indigo-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus-within\:text-indigo-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus-within\:text-indigo-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus-within\:text-indigo-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus-within\:text-indigo-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus-within\:text-purple-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus-within\:text-purple-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus-within\:text-purple-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus-within\:text-purple-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus-within\:text-purple-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus-within\:text-purple-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus-within\:text-purple-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus-within\:text-purple-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus-within\:text-purple-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus-within\:text-purple-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus-within\:text-pink-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus-within\:text-pink-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus-within\:text-pink-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus-within\:text-pink-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus-within\:text-pink-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus-within\:text-pink-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus-within\:text-pink-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus-within\:text-pink-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus-within\:text-pink-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus-within\:text-pink-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.focus-within\:text-main-bg:focus-within {
  --tw-text-opacity: 1;
  color: rgba(32, 38, 75, var(--tw-text-opacity));
}

.focus-within\:text-main-bg-2:focus-within {
  --tw-text-opacity: 1;
  color: rgba(16, 20, 53, var(--tw-text-opacity));
}

.focus-within\:text-main-bg-3:focus-within {
  --tw-text-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-text-opacity));
}

.focus-within\:text-web-logo-brown:focus-within {
  --tw-text-opacity: 1;
  color: rgba(178, 125, 26, var(--tw-text-opacity));
}

.focus-within\:text-public-logo-brown:focus-within {
  --tw-text-opacity: 1;
  color: rgba(154, 109, 10, var(--tw-text-opacity));
}

.focus-within\:text-button-primary-pink:focus-within {
  --tw-text-opacity: 1;
  color: rgba(207, 18, 91, var(--tw-text-opacity));
}

.focus-within\:text-button-secondary-black:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-link-text-white:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-sub-text-brown:focus-within {
  --tw-text-opacity: 1;
  color: rgba(162, 144, 99, var(--tw-text-opacity));
}

.focus-within\:text-body-brown:focus-within {
  --tw-text-opacity: 1;
  color: rgba(141, 135, 121, var(--tw-text-opacity));
}

.focus-within\:text-copyright-gray:focus-within {
  --tw-text-opacity: 1;
  color: rgba(213, 213, 213, var(--tw-text-opacity));
}

.focus-within\:text-breadcrumb-gray:focus-within {
  --tw-text-opacity: 1;
  color: rgba(133, 133, 147, var(--tw-text-opacity));
}

.focus-within\:text-dark-text-white:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-background-black-a:focus-within {
  --tw-text-opacity: 1;
  color: rgba(25, 25, 25, var(--tw-text-opacity));
}

.focus-within\:text-background-black-b:focus-within {
  --tw-text-opacity: 1;
  color: rgba(52, 52, 69, var(--tw-text-opacity));
}

.focus-within\:text-background-black-c:focus-within {
  --tw-text-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-text-opacity));
}

.focus-within\:text-background-black-d:focus-within {
  --tw-text-opacity: 1;
  color: rgba(4, 8, 34, var(--tw-text-opacity));
}

.focus-within\:text-product-detail-body-white:focus-within {
  --tw-text-opacity: 1;
  color: rgba(247, 243, 239, var(--tw-text-opacity));
}

.focus-within\:text-primary-pink:focus-within {
  --tw-text-opacity: 1;
  color: rgba(213, 37, 37, var(--tw-text-opacity));
}

.focus-within\:text-footer-divide-gray:focus-within {
  --tw-text-opacity: 1;
  color: rgba(84, 84, 103, var(--tw-text-opacity));
}

.focus-within\:text-detail-text-brown:focus-within {
  --tw-text-opacity: 1;
  color: rgba(106, 81, 14, var(--tw-text-opacity));
}

.focus-within\:text-detail-desc-brown:focus-within {
  --tw-text-opacity: 1;
  color: rgba(103, 96, 81, var(--tw-text-opacity));
}

.focus-within\:text-border-brown:focus-within {
  --tw-text-opacity: 1;
  color: rgba(232, 223, 214, var(--tw-text-opacity));
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-current:hover {
  color: currentColor;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.hover\:text-red-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.hover\:text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.hover\:text-yellow-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.hover\:text-yellow-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.hover\:text-yellow-200:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.hover\:text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.hover\:text-yellow-800:hover {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.hover\:text-yellow-900:hover {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.hover\:text-green-50:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.hover\:text-green-100:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.hover\:text-green-200:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.hover\:text-green-300:hover {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.hover\:text-green-400:hover {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.hover\:text-green-900:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.hover\:text-blue-50:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.hover\:text-blue-100:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.hover\:text-indigo-50:hover {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-100:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-200:hover {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.hover\:text-indigo-400:hover {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.hover\:text-purple-50:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.hover\:text-purple-100:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.hover\:text-purple-200:hover {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.hover\:text-purple-300:hover {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.hover\:text-purple-400:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.hover\:text-purple-500:hover {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.hover\:text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.hover\:text-purple-800:hover {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.hover\:text-purple-900:hover {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.hover\:text-pink-50:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.hover\:text-pink-100:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.hover\:text-pink-200:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.hover\:text-pink-300:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.hover\:text-pink-400:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.hover\:text-pink-500:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.hover\:text-pink-600:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.hover\:text-pink-700:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.hover\:text-pink-800:hover {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.hover\:text-pink-900:hover {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.hover\:text-main-bg:hover {
  --tw-text-opacity: 1;
  color: rgba(32, 38, 75, var(--tw-text-opacity));
}

.hover\:text-main-bg-2:hover {
  --tw-text-opacity: 1;
  color: rgba(16, 20, 53, var(--tw-text-opacity));
}

.hover\:text-main-bg-3:hover {
  --tw-text-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-text-opacity));
}

.hover\:text-web-logo-brown:hover {
  --tw-text-opacity: 1;
  color: rgba(178, 125, 26, var(--tw-text-opacity));
}

.hover\:text-public-logo-brown:hover {
  --tw-text-opacity: 1;
  color: rgba(154, 109, 10, var(--tw-text-opacity));
}

.hover\:text-button-primary-pink:hover {
  --tw-text-opacity: 1;
  color: rgba(207, 18, 91, var(--tw-text-opacity));
}

.hover\:text-button-secondary-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-link-text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-sub-text-brown:hover {
  --tw-text-opacity: 1;
  color: rgba(162, 144, 99, var(--tw-text-opacity));
}

.hover\:text-body-brown:hover {
  --tw-text-opacity: 1;
  color: rgba(141, 135, 121, var(--tw-text-opacity));
}

.hover\:text-copyright-gray:hover {
  --tw-text-opacity: 1;
  color: rgba(213, 213, 213, var(--tw-text-opacity));
}

.hover\:text-breadcrumb-gray:hover {
  --tw-text-opacity: 1;
  color: rgba(133, 133, 147, var(--tw-text-opacity));
}

.hover\:text-dark-text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-background-black-a:hover {
  --tw-text-opacity: 1;
  color: rgba(25, 25, 25, var(--tw-text-opacity));
}

.hover\:text-background-black-b:hover {
  --tw-text-opacity: 1;
  color: rgba(52, 52, 69, var(--tw-text-opacity));
}

.hover\:text-background-black-c:hover {
  --tw-text-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-text-opacity));
}

.hover\:text-background-black-d:hover {
  --tw-text-opacity: 1;
  color: rgba(4, 8, 34, var(--tw-text-opacity));
}

.hover\:text-product-detail-body-white:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 243, 239, var(--tw-text-opacity));
}

.hover\:text-primary-pink:hover {
  --tw-text-opacity: 1;
  color: rgba(213, 37, 37, var(--tw-text-opacity));
}

.hover\:text-footer-divide-gray:hover {
  --tw-text-opacity: 1;
  color: rgba(84, 84, 103, var(--tw-text-opacity));
}

.hover\:text-detail-text-brown:hover {
  --tw-text-opacity: 1;
  color: rgba(106, 81, 14, var(--tw-text-opacity));
}

.hover\:text-detail-desc-brown:hover {
  --tw-text-opacity: 1;
  color: rgba(103, 96, 81, var(--tw-text-opacity));
}

.hover\:text-border-brown:hover {
  --tw-text-opacity: 1;
  color: rgba(232, 223, 214, var(--tw-text-opacity));
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-current:focus {
  color: currentColor;
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-gray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus\:text-gray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus\:text-gray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus\:text-gray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus\:text-gray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus\:text-red-50:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus\:text-red-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus\:text-red-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus\:text-red-300:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus\:text-red-400:focus {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus\:text-red-500:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus\:text-red-600:focus {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus\:text-red-700:focus {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus\:text-red-800:focus {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus\:text-red-900:focus {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus\:text-yellow-50:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus\:text-yellow-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus\:text-yellow-200:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus\:text-yellow-300:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus\:text-yellow-400:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.focus\:text-yellow-500:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus\:text-yellow-600:focus {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus\:text-yellow-700:focus {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus\:text-yellow-800:focus {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus\:text-yellow-900:focus {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.focus\:text-green-50:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus\:text-green-100:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus\:text-green-200:focus {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus\:text-green-300:focus {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.focus\:text-green-400:focus {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.focus\:text-green-500:focus {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.focus\:text-green-600:focus {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.focus\:text-green-700:focus {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.focus\:text-green-800:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus\:text-green-900:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.focus\:text-blue-50:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus\:text-blue-100:focus {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus\:text-blue-200:focus {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus\:text-blue-300:focus {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus\:text-blue-400:focus {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus\:text-blue-500:focus {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus\:text-blue-600:focus {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus\:text-blue-700:focus {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus\:text-blue-800:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus\:text-blue-900:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus\:text-indigo-50:focus {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-100:focus {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-200:focus {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus\:text-indigo-300:focus {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus\:text-indigo-400:focus {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus\:text-indigo-500:focus {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus\:text-indigo-600:focus {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus\:text-indigo-700:focus {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus\:text-indigo-900:focus {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus\:text-purple-50:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus\:text-purple-100:focus {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus\:text-purple-200:focus {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus\:text-purple-300:focus {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus\:text-purple-400:focus {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus\:text-purple-500:focus {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus\:text-purple-600:focus {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus\:text-purple-700:focus {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus\:text-purple-800:focus {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus\:text-purple-900:focus {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus\:text-pink-50:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus\:text-pink-100:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus\:text-pink-200:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus\:text-pink-300:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus\:text-pink-400:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus\:text-pink-500:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus\:text-pink-600:focus {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus\:text-pink-700:focus {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus\:text-pink-800:focus {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus\:text-pink-900:focus {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.focus\:text-main-bg:focus {
  --tw-text-opacity: 1;
  color: rgba(32, 38, 75, var(--tw-text-opacity));
}

.focus\:text-main-bg-2:focus {
  --tw-text-opacity: 1;
  color: rgba(16, 20, 53, var(--tw-text-opacity));
}

.focus\:text-main-bg-3:focus {
  --tw-text-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-text-opacity));
}

.focus\:text-web-logo-brown:focus {
  --tw-text-opacity: 1;
  color: rgba(178, 125, 26, var(--tw-text-opacity));
}

.focus\:text-public-logo-brown:focus {
  --tw-text-opacity: 1;
  color: rgba(154, 109, 10, var(--tw-text-opacity));
}

.focus\:text-button-primary-pink:focus {
  --tw-text-opacity: 1;
  color: rgba(207, 18, 91, var(--tw-text-opacity));
}

.focus\:text-button-secondary-black:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-link-text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-sub-text-brown:focus {
  --tw-text-opacity: 1;
  color: rgba(162, 144, 99, var(--tw-text-opacity));
}

.focus\:text-body-brown:focus {
  --tw-text-opacity: 1;
  color: rgba(141, 135, 121, var(--tw-text-opacity));
}

.focus\:text-copyright-gray:focus {
  --tw-text-opacity: 1;
  color: rgba(213, 213, 213, var(--tw-text-opacity));
}

.focus\:text-breadcrumb-gray:focus {
  --tw-text-opacity: 1;
  color: rgba(133, 133, 147, var(--tw-text-opacity));
}

.focus\:text-dark-text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-background-black-a:focus {
  --tw-text-opacity: 1;
  color: rgba(25, 25, 25, var(--tw-text-opacity));
}

.focus\:text-background-black-b:focus {
  --tw-text-opacity: 1;
  color: rgba(52, 52, 69, var(--tw-text-opacity));
}

.focus\:text-background-black-c:focus {
  --tw-text-opacity: 1;
  color: rgba(16, 21, 49, var(--tw-text-opacity));
}

.focus\:text-background-black-d:focus {
  --tw-text-opacity: 1;
  color: rgba(4, 8, 34, var(--tw-text-opacity));
}

.focus\:text-product-detail-body-white:focus {
  --tw-text-opacity: 1;
  color: rgba(247, 243, 239, var(--tw-text-opacity));
}

.focus\:text-primary-pink:focus {
  --tw-text-opacity: 1;
  color: rgba(213, 37, 37, var(--tw-text-opacity));
}

.focus\:text-footer-divide-gray:focus {
  --tw-text-opacity: 1;
  color: rgba(84, 84, 103, var(--tw-text-opacity));
}

.focus\:text-detail-text-brown:focus {
  --tw-text-opacity: 1;
  color: rgba(106, 81, 14, var(--tw-text-opacity));
}

.focus\:text-detail-desc-brown:focus {
  --tw-text-opacity: 1;
  color: rgba(103, 96, 81, var(--tw-text-opacity));
}

.focus\:text-border-brown:focus {
  --tw-text-opacity: 1;
  color: rgba(232, 223, 214, 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;
}

.tracking-footer-wide {
  letter-spacing: .4rem;
}

.tracking-copyright-wide {
  letter-spacing: .35rem;
}

.tracking-contact-btn-wide {
  letter-spacing: .28rem;
}

.tracking-60av {
  letter-spacing: 0.06em;
}

.tracking-90av {
  letter-spacing: 0.09em;
}

.tracking-100av {
  letter-spacing: 0.1em;
}

.tracking-120av {
  letter-spacing: 0.12em;
}

.tracking-140av {
  letter-spacing: 0.14em;
}

.tracking-180av {
  letter-spacing: 0.18em;
}

.tracking-200av {
  letter-spacing: 0.2em;
}

.tracking-240av {
  letter-spacing: 0.24em;
}

.tracking-300av {
  letter-spacing: 0.3em;
}

.select-none {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-1px {
  width: 1px;
}

.w-2px {
  width: 2px;
}

.w-3px {
  width: 3px;
}

.w-4px {
  width: 4px;
}

.w-5px {
  width: 5px;
}

.w-6px {
  width: 6px;
}

.w-7px {
  width: 7px;
}

.w-8px {
  width: 8px;
}

.w-9px {
  width: 9px;
}

.w-10px {
  width: 10px;
}

.w-11px {
  width: 11px;
}

.w-12px {
  width: 12px;
}

.w-13px {
  width: 13px;
}

.w-14px {
  width: 14px;
}

.w-15px {
  width: 15px;
}

.w-16px {
  width: 16px;
}

.w-17px {
  width: 17px;
}

.w-18px {
  width: 18px;
}

.w-19px {
  width: 19px;
}

.w-20px {
  width: 20px;
}

.w-21px {
  width: 21px;
}

.w-22px {
  width: 22px;
}

.w-23px {
  width: 23px;
}

.w-24px {
  width: 24px;
}

.w-25px {
  width: 25px;
}

.w-26px {
  width: 26px;
}

.w-27px {
  width: 27px;
}

.w-28px {
  width: 28px;
}

.w-29px {
  width: 29px;
}

.w-30px {
  width: 30px;
}

.w-31px {
  width: 31px;
}

.w-32px {
  width: 32px;
}

.w-33px {
  width: 33px;
}

.w-34px {
  width: 34px;
}

.w-35px {
  width: 35px;
}

.w-36px {
  width: 36px;
}

.w-37px {
  width: 37px;
}

.w-38px {
  width: 38px;
}

.w-39px {
  width: 39px;
}

.w-40px {
  width: 40px;
}

.w-41px {
  width: 41px;
}

.w-42px {
  width: 42px;
}

.w-43px {
  width: 43px;
}

.w-44px {
  width: 44px;
}

.w-45px {
  width: 45px;
}

.w-46px {
  width: 46px;
}

.w-47px {
  width: 47px;
}

.w-48px {
  width: 48px;
}

.w-49px {
  width: 49px;
}

.w-50px {
  width: 50px;
}

.w-51px {
  width: 51px;
}

.w-52px {
  width: 52px;
}

.w-53px {
  width: 53px;
}

.w-54px {
  width: 54px;
}

.w-55px {
  width: 55px;
}

.w-56px {
  width: 56px;
}

.w-57px {
  width: 57px;
}

.w-58px {
  width: 58px;
}

.w-59px {
  width: 59px;
}

.w-60px {
  width: 60px;
}

.w-61px {
  width: 61px;
}

.w-62px {
  width: 62px;
}

.w-63px {
  width: 63px;
}

.w-64px {
  width: 64px;
}

.w-65px {
  width: 65px;
}

.w-66px {
  width: 66px;
}

.w-67px {
  width: 67px;
}

.w-68px {
  width: 68px;
}

.w-69px {
  width: 69px;
}

.w-70px {
  width: 70px;
}

.w-71px {
  width: 71px;
}

.w-72px {
  width: 72px;
}

.w-73px {
  width: 73px;
}

.w-74px {
  width: 74px;
}

.w-75px {
  width: 75px;
}

.w-76px {
  width: 76px;
}

.w-77px {
  width: 77px;
}

.w-78px {
  width: 78px;
}

.w-79px {
  width: 79px;
}

.w-80px {
  width: 80px;
}

.w-81px {
  width: 81px;
}

.w-82px {
  width: 82px;
}

.w-83px {
  width: 83px;
}

.w-84px {
  width: 84px;
}

.w-85px {
  width: 85px;
}

.w-86px {
  width: 86px;
}

.w-87px {
  width: 87px;
}

.w-88px {
  width: 88px;
}

.w-89px {
  width: 89px;
}

.w-90px {
  width: 90px;
}

.w-91px {
  width: 91px;
}

.w-92px {
  width: 92px;
}

.w-93px {
  width: 93px;
}

.w-94px {
  width: 94px;
}

.w-95px {
  width: 95px;
}

.w-96px {
  width: 96px;
}

.w-97px {
  width: 97px;
}

.w-98px {
  width: 98px;
}

.w-99px {
  width: 99px;
}

.w-100px {
  width: 100px;
}

.w-101px {
  width: 101px;
}

.w-102px {
  width: 102px;
}

.w-103px {
  width: 103px;
}

.w-104px {
  width: 104px;
}

.w-105px {
  width: 105px;
}

.w-106px {
  width: 106px;
}

.w-107px {
  width: 107px;
}

.w-108px {
  width: 108px;
}

.w-109px {
  width: 109px;
}

.w-110px {
  width: 110px;
}

.w-111px {
  width: 111px;
}

.w-112px {
  width: 112px;
}

.w-113px {
  width: 113px;
}

.w-114px {
  width: 114px;
}

.w-115px {
  width: 115px;
}

.w-116px {
  width: 116px;
}

.w-117px {
  width: 117px;
}

.w-118px {
  width: 118px;
}

.w-119px {
  width: 119px;
}

.w-120px {
  width: 120px;
}

.w-121px {
  width: 121px;
}

.w-122px {
  width: 122px;
}

.w-123px {
  width: 123px;
}

.w-124px {
  width: 124px;
}

.w-125px {
  width: 125px;
}

.w-126px {
  width: 126px;
}

.w-127px {
  width: 127px;
}

.w-128px {
  width: 128px;
}

.w-129px {
  width: 129px;
}

.w-130px {
  width: 130px;
}

.w-133px {
  width: 133px;
}

.w-140px {
  width: 140px;
}

.w-195px {
  width: 195px;
}

.w-200px {
  width: 200px;
}

.w-210px {
  width: 210px;
}

.w-222px {
  width: 222px;
}

.w-258px {
  width: 258px;
}

.w-280px {
  width: 280px;
}

.w-334px {
  width: 334px;
}

.w-388px {
  width: 388px;
}

.w-480px {
  width: 480px;
}

.w-490px {
  width: 490px;
}

.w-505px {
  width: 505px;
}

.w-507px {
  width: 507px;
}

.w-760px {
  width: 760px;
}

.w-780px {
  width: 780px;
}

.w-980px {
  width: 980px;
}

.w-1366px {
  width: 1366px;
}

.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: min-content;
}

.w-max {
  width: -webkit-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;
}

.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\: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;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-96 {
  gap: 24rem;
}

.gap-px {
  gap: 1px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-1px {
  gap: 1px;
}

.gap-2px {
  gap: 2px;
}

.gap-3px {
  gap: 3px;
}

.gap-4px {
  gap: 4px;
}

.gap-5px {
  gap: 5px;
}

.gap-6px {
  gap: 6px;
}

.gap-7px {
  gap: 7px;
}

.gap-8px {
  gap: 8px;
}

.gap-9px {
  gap: 9px;
}

.gap-10px {
  gap: 10px;
}

.gap-11px {
  gap: 11px;
}

.gap-12px {
  gap: 12px;
}

.gap-13px {
  gap: 13px;
}

.gap-14px {
  gap: 14px;
}

.gap-15px {
  gap: 15px;
}

.gap-16px {
  gap: 16px;
}

.gap-17px {
  gap: 17px;
}

.gap-18px {
  gap: 18px;
}

.gap-19px {
  gap: 19px;
}

.gap-20px {
  gap: 20px;
}

.gap-21px {
  gap: 21px;
}

.gap-22px {
  gap: 22px;
}

.gap-23px {
  gap: 23px;
}

.gap-24px {
  gap: 24px;
}

.gap-25px {
  gap: 25px;
}

.gap-26px {
  gap: 26px;
}

.gap-27px {
  gap: 27px;
}

.gap-28px {
  gap: 28px;
}

.gap-29px {
  gap: 29px;
}

.gap-30px {
  gap: 30px;
}

.gap-31px {
  gap: 31px;
}

.gap-32px {
  gap: 32px;
}

.gap-33px {
  gap: 33px;
}

.gap-34px {
  gap: 34px;
}

.gap-35px {
  gap: 35px;
}

.gap-36px {
  gap: 36px;
}

.gap-37px {
  gap: 37px;
}

.gap-38px {
  gap: 38px;
}

.gap-39px {
  gap: 39px;
}

.gap-40px {
  gap: 40px;
}

.gap-41px {
  gap: 41px;
}

.gap-42px {
  gap: 42px;
}

.gap-43px {
  gap: 43px;
}

.gap-44px {
  gap: 44px;
}

.gap-45px {
  gap: 45px;
}

.gap-46px {
  gap: 46px;
}

.gap-47px {
  gap: 47px;
}

.gap-48px {
  gap: 48px;
}

.gap-49px {
  gap: 49px;
}

.gap-50px {
  gap: 50px;
}

.gap-51px {
  gap: 51px;
}

.gap-52px {
  gap: 52px;
}

.gap-53px {
  gap: 53px;
}

.gap-54px {
  gap: 54px;
}

.gap-55px {
  gap: 55px;
}

.gap-56px {
  gap: 56px;
}

.gap-57px {
  gap: 57px;
}

.gap-58px {
  gap: 58px;
}

.gap-59px {
  gap: 59px;
}

.gap-60px {
  gap: 60px;
}

.gap-61px {
  gap: 61px;
}

.gap-62px {
  gap: 62px;
}

.gap-63px {
  gap: 63px;
}

.gap-64px {
  gap: 64px;
}

.gap-65px {
  gap: 65px;
}

.gap-66px {
  gap: 66px;
}

.gap-67px {
  gap: 67px;
}

.gap-68px {
  gap: 68px;
}

.gap-69px {
  gap: 69px;
}

.gap-70px {
  gap: 70px;
}

.gap-71px {
  gap: 71px;
}

.gap-72px {
  gap: 72px;
}

.gap-73px {
  gap: 73px;
}

.gap-74px {
  gap: 74px;
}

.gap-75px {
  gap: 75px;
}

.gap-76px {
  gap: 76px;
}

.gap-77px {
  gap: 77px;
}

.gap-78px {
  gap: 78px;
}

.gap-79px {
  gap: 79px;
}

.gap-80px {
  gap: 80px;
}

.gap-81px {
  gap: 81px;
}

.gap-82px {
  gap: 82px;
}

.gap-83px {
  gap: 83px;
}

.gap-84px {
  gap: 84px;
}

.gap-85px {
  gap: 85px;
}

.gap-86px {
  gap: 86px;
}

.gap-87px {
  gap: 87px;
}

.gap-88px {
  gap: 88px;
}

.gap-89px {
  gap: 89px;
}

.gap-90px {
  gap: 90px;
}

.gap-91px {
  gap: 91px;
}

.gap-92px {
  gap: 92px;
}

.gap-93px {
  gap: 93px;
}

.gap-94px {
  gap: 94px;
}

.gap-95px {
  gap: 95px;
}

.gap-96px {
  gap: 96px;
}

.gap-97px {
  gap: 97px;
}

.gap-98px {
  gap: 98px;
}

.gap-99px {
  gap: 99px;
}

.gap-100px {
  gap: 100px;
}

.gap-101px {
  gap: 101px;
}

.gap-102px {
  gap: 102px;
}

.gap-103px {
  gap: 103px;
}

.gap-104px {
  gap: 104px;
}

.gap-105px {
  gap: 105px;
}

.gap-106px {
  gap: 106px;
}

.gap-107px {
  gap: 107px;
}

.gap-108px {
  gap: 108px;
}

.gap-109px {
  gap: 109px;
}

.gap-110px {
  gap: 110px;
}

.gap-111px {
  gap: 111px;
}

.gap-112px {
  gap: 112px;
}

.gap-113px {
  gap: 113px;
}

.gap-114px {
  gap: 114px;
}

.gap-115px {
  gap: 115px;
}

.gap-116px {
  gap: 116px;
}

.gap-117px {
  gap: 117px;
}

.gap-118px {
  gap: 118px;
}

.gap-119px {
  gap: 119px;
}

.gap-120px {
  gap: 120px;
}

.gap-121px {
  gap: 121px;
}

.gap-122px {
  gap: 122px;
}

.gap-123px {
  gap: 123px;
}

.gap-124px {
  gap: 124px;
}

.gap-125px {
  gap: 125px;
}

.gap-126px {
  gap: 126px;
}

.gap-127px {
  gap: 127px;
}

.gap-128px {
  gap: 128px;
}

.gap-129px {
  gap: 129px;
}

.gap-130px {
  gap: 130px;
}

.gap-133px {
  gap: 133px;
}

.gap-140px {
  gap: 140px;
}

.gap-195px {
  gap: 195px;
}

.gap-200px {
  gap: 200px;
}

.gap-210px {
  gap: 210px;
}

.gap-222px {
  gap: 222px;
}

.gap-258px {
  gap: 258px;
}

.gap-280px {
  gap: 280px;
}

.gap-334px {
  gap: 334px;
}

.gap-388px {
  gap: 388px;
}

.gap-480px {
  gap: 480px;
}

.gap-490px {
  gap: 490px;
}

.gap-505px {
  gap: 505px;
}

.gap-507px {
  gap: 507px;
}

.gap-760px {
  gap: 760px;
}

.gap-780px {
  gap: 780px;
}

.gap-980px {
  gap: 980px;
}

.gap-1366px {
  gap: 1366px;
}

.gap-x-0 {
  column-gap: 0px;
}

.gap-x-1 {
  column-gap: 0.25rem;
}

.gap-x-2 {
  column-gap: 0.5rem;
}

.gap-x-3 {
  column-gap: 0.75rem;
}

.gap-x-4 {
  column-gap: 1rem;
}

.gap-x-5 {
  column-gap: 1.25rem;
}

.gap-x-6 {
  column-gap: 1.5rem;
}

.gap-x-7 {
  column-gap: 1.75rem;
}

.gap-x-8 {
  column-gap: 2rem;
}

.gap-x-9 {
  column-gap: 2.25rem;
}

.gap-x-10 {
  column-gap: 2.5rem;
}

.gap-x-11 {
  column-gap: 2.75rem;
}

.gap-x-12 {
  column-gap: 3rem;
}

.gap-x-14 {
  column-gap: 3.5rem;
}

.gap-x-16 {
  column-gap: 4rem;
}

.gap-x-20 {
  column-gap: 5rem;
}

.gap-x-24 {
  column-gap: 6rem;
}

.gap-x-28 {
  column-gap: 7rem;
}

.gap-x-32 {
  column-gap: 8rem;
}

.gap-x-36 {
  column-gap: 9rem;
}

.gap-x-40 {
  column-gap: 10rem;
}

.gap-x-44 {
  column-gap: 11rem;
}

.gap-x-48 {
  column-gap: 12rem;
}

.gap-x-52 {
  column-gap: 13rem;
}

.gap-x-56 {
  column-gap: 14rem;
}

.gap-x-60 {
  column-gap: 15rem;
}

.gap-x-64 {
  column-gap: 16rem;
}

.gap-x-72 {
  column-gap: 18rem;
}

.gap-x-80 {
  column-gap: 20rem;
}

.gap-x-96 {
  column-gap: 24rem;
}

.gap-x-px {
  column-gap: 1px;
}

.gap-x-0\.5 {
  column-gap: 0.125rem;
}

.gap-x-1\.5 {
  column-gap: 0.375rem;
}

.gap-x-2\.5 {
  column-gap: 0.625rem;
}

.gap-x-3\.5 {
  column-gap: 0.875rem;
}

.gap-x-1px {
  column-gap: 1px;
}

.gap-x-2px {
  column-gap: 2px;
}

.gap-x-3px {
  column-gap: 3px;
}

.gap-x-4px {
  column-gap: 4px;
}

.gap-x-5px {
  column-gap: 5px;
}

.gap-x-6px {
  column-gap: 6px;
}

.gap-x-7px {
  column-gap: 7px;
}

.gap-x-8px {
  column-gap: 8px;
}

.gap-x-9px {
  column-gap: 9px;
}

.gap-x-10px {
  column-gap: 10px;
}

.gap-x-11px {
  column-gap: 11px;
}

.gap-x-12px {
  column-gap: 12px;
}

.gap-x-13px {
  column-gap: 13px;
}

.gap-x-14px {
  column-gap: 14px;
}

.gap-x-15px {
  column-gap: 15px;
}

.gap-x-16px {
  column-gap: 16px;
}

.gap-x-17px {
  column-gap: 17px;
}

.gap-x-18px {
  column-gap: 18px;
}

.gap-x-19px {
  column-gap: 19px;
}

.gap-x-20px {
  column-gap: 20px;
}

.gap-x-21px {
  column-gap: 21px;
}

.gap-x-22px {
  column-gap: 22px;
}

.gap-x-23px {
  column-gap: 23px;
}

.gap-x-24px {
  column-gap: 24px;
}

.gap-x-25px {
  column-gap: 25px;
}

.gap-x-26px {
  column-gap: 26px;
}

.gap-x-27px {
  column-gap: 27px;
}

.gap-x-28px {
  column-gap: 28px;
}

.gap-x-29px {
  column-gap: 29px;
}

.gap-x-30px {
  column-gap: 30px;
}

.gap-x-31px {
  column-gap: 31px;
}

.gap-x-32px {
  column-gap: 32px;
}

.gap-x-33px {
  column-gap: 33px;
}

.gap-x-34px {
  column-gap: 34px;
}

.gap-x-35px {
  column-gap: 35px;
}

.gap-x-36px {
  column-gap: 36px;
}

.gap-x-37px {
  column-gap: 37px;
}

.gap-x-38px {
  column-gap: 38px;
}

.gap-x-39px {
  column-gap: 39px;
}

.gap-x-40px {
  column-gap: 40px;
}

.gap-x-41px {
  column-gap: 41px;
}

.gap-x-42px {
  column-gap: 42px;
}

.gap-x-43px {
  column-gap: 43px;
}

.gap-x-44px {
  column-gap: 44px;
}

.gap-x-45px {
  column-gap: 45px;
}

.gap-x-46px {
  column-gap: 46px;
}

.gap-x-47px {
  column-gap: 47px;
}

.gap-x-48px {
  column-gap: 48px;
}

.gap-x-49px {
  column-gap: 49px;
}

.gap-x-50px {
  column-gap: 50px;
}

.gap-x-51px {
  column-gap: 51px;
}

.gap-x-52px {
  column-gap: 52px;
}

.gap-x-53px {
  column-gap: 53px;
}

.gap-x-54px {
  column-gap: 54px;
}

.gap-x-55px {
  column-gap: 55px;
}

.gap-x-56px {
  column-gap: 56px;
}

.gap-x-57px {
  column-gap: 57px;
}

.gap-x-58px {
  column-gap: 58px;
}

.gap-x-59px {
  column-gap: 59px;
}

.gap-x-60px {
  column-gap: 60px;
}

.gap-x-61px {
  column-gap: 61px;
}

.gap-x-62px {
  column-gap: 62px;
}

.gap-x-63px {
  column-gap: 63px;
}

.gap-x-64px {
  column-gap: 64px;
}

.gap-x-65px {
  column-gap: 65px;
}

.gap-x-66px {
  column-gap: 66px;
}

.gap-x-67px {
  column-gap: 67px;
}

.gap-x-68px {
  column-gap: 68px;
}

.gap-x-69px {
  column-gap: 69px;
}

.gap-x-70px {
  column-gap: 70px;
}

.gap-x-71px {
  column-gap: 71px;
}

.gap-x-72px {
  column-gap: 72px;
}

.gap-x-73px {
  column-gap: 73px;
}

.gap-x-74px {
  column-gap: 74px;
}

.gap-x-75px {
  column-gap: 75px;
}

.gap-x-76px {
  column-gap: 76px;
}

.gap-x-77px {
  column-gap: 77px;
}

.gap-x-78px {
  column-gap: 78px;
}

.gap-x-79px {
  column-gap: 79px;
}

.gap-x-80px {
  column-gap: 80px;
}

.gap-x-81px {
  column-gap: 81px;
}

.gap-x-82px {
  column-gap: 82px;
}

.gap-x-83px {
  column-gap: 83px;
}

.gap-x-84px {
  column-gap: 84px;
}

.gap-x-85px {
  column-gap: 85px;
}

.gap-x-86px {
  column-gap: 86px;
}

.gap-x-87px {
  column-gap: 87px;
}

.gap-x-88px {
  column-gap: 88px;
}

.gap-x-89px {
  column-gap: 89px;
}

.gap-x-90px {
  column-gap: 90px;
}

.gap-x-91px {
  column-gap: 91px;
}

.gap-x-92px {
  column-gap: 92px;
}

.gap-x-93px {
  column-gap: 93px;
}

.gap-x-94px {
  column-gap: 94px;
}

.gap-x-95px {
  column-gap: 95px;
}

.gap-x-96px {
  column-gap: 96px;
}

.gap-x-97px {
  column-gap: 97px;
}

.gap-x-98px {
  column-gap: 98px;
}

.gap-x-99px {
  column-gap: 99px;
}

.gap-x-100px {
  column-gap: 100px;
}

.gap-x-101px {
  column-gap: 101px;
}

.gap-x-102px {
  column-gap: 102px;
}

.gap-x-103px {
  column-gap: 103px;
}

.gap-x-104px {
  column-gap: 104px;
}

.gap-x-105px {
  column-gap: 105px;
}

.gap-x-106px {
  column-gap: 106px;
}

.gap-x-107px {
  column-gap: 107px;
}

.gap-x-108px {
  column-gap: 108px;
}

.gap-x-109px {
  column-gap: 109px;
}

.gap-x-110px {
  column-gap: 110px;
}

.gap-x-111px {
  column-gap: 111px;
}

.gap-x-112px {
  column-gap: 112px;
}

.gap-x-113px {
  column-gap: 113px;
}

.gap-x-114px {
  column-gap: 114px;
}

.gap-x-115px {
  column-gap: 115px;
}

.gap-x-116px {
  column-gap: 116px;
}

.gap-x-117px {
  column-gap: 117px;
}

.gap-x-118px {
  column-gap: 118px;
}

.gap-x-119px {
  column-gap: 119px;
}

.gap-x-120px {
  column-gap: 120px;
}

.gap-x-121px {
  column-gap: 121px;
}

.gap-x-122px {
  column-gap: 122px;
}

.gap-x-123px {
  column-gap: 123px;
}

.gap-x-124px {
  column-gap: 124px;
}

.gap-x-125px {
  column-gap: 125px;
}

.gap-x-126px {
  column-gap: 126px;
}

.gap-x-127px {
  column-gap: 127px;
}

.gap-x-128px {
  column-gap: 128px;
}

.gap-x-129px {
  column-gap: 129px;
}

.gap-x-130px {
  column-gap: 130px;
}

.gap-x-133px {
  column-gap: 133px;
}

.gap-x-140px {
  column-gap: 140px;
}

.gap-x-195px {
  column-gap: 195px;
}

.gap-x-200px {
  column-gap: 200px;
}

.gap-x-210px {
  column-gap: 210px;
}

.gap-x-222px {
  column-gap: 222px;
}

.gap-x-258px {
  column-gap: 258px;
}

.gap-x-280px {
  column-gap: 280px;
}

.gap-x-334px {
  column-gap: 334px;
}

.gap-x-388px {
  column-gap: 388px;
}

.gap-x-480px {
  column-gap: 480px;
}

.gap-x-490px {
  column-gap: 490px;
}

.gap-x-505px {
  column-gap: 505px;
}

.gap-x-507px {
  column-gap: 507px;
}

.gap-x-760px {
  column-gap: 760px;
}

.gap-x-780px {
  column-gap: 780px;
}

.gap-x-980px {
  column-gap: 980px;
}

.gap-x-1366px {
  column-gap: 1366px;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-y-28 {
  row-gap: 7rem;
}

.gap-y-32 {
  row-gap: 8rem;
}

.gap-y-36 {
  row-gap: 9rem;
}

.gap-y-40 {
  row-gap: 10rem;
}

.gap-y-44 {
  row-gap: 11rem;
}

.gap-y-48 {
  row-gap: 12rem;
}

.gap-y-52 {
  row-gap: 13rem;
}

.gap-y-56 {
  row-gap: 14rem;
}

.gap-y-60 {
  row-gap: 15rem;
}

.gap-y-64 {
  row-gap: 16rem;
}

.gap-y-72 {
  row-gap: 18rem;
}

.gap-y-80 {
  row-gap: 20rem;
}

.gap-y-96 {
  row-gap: 24rem;
}

.gap-y-px {
  row-gap: 1px;
}

.gap-y-0\.5 {
  row-gap: 0.125rem;
}

.gap-y-1\.5 {
  row-gap: 0.375rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-3\.5 {
  row-gap: 0.875rem;
}

.gap-y-1px {
  row-gap: 1px;
}

.gap-y-2px {
  row-gap: 2px;
}

.gap-y-3px {
  row-gap: 3px;
}

.gap-y-4px {
  row-gap: 4px;
}

.gap-y-5px {
  row-gap: 5px;
}

.gap-y-6px {
  row-gap: 6px;
}

.gap-y-7px {
  row-gap: 7px;
}

.gap-y-8px {
  row-gap: 8px;
}

.gap-y-9px {
  row-gap: 9px;
}

.gap-y-10px {
  row-gap: 10px;
}

.gap-y-11px {
  row-gap: 11px;
}

.gap-y-12px {
  row-gap: 12px;
}

.gap-y-13px {
  row-gap: 13px;
}

.gap-y-14px {
  row-gap: 14px;
}

.gap-y-15px {
  row-gap: 15px;
}

.gap-y-16px {
  row-gap: 16px;
}

.gap-y-17px {
  row-gap: 17px;
}

.gap-y-18px {
  row-gap: 18px;
}

.gap-y-19px {
  row-gap: 19px;
}

.gap-y-20px {
  row-gap: 20px;
}

.gap-y-21px {
  row-gap: 21px;
}

.gap-y-22px {
  row-gap: 22px;
}

.gap-y-23px {
  row-gap: 23px;
}

.gap-y-24px {
  row-gap: 24px;
}

.gap-y-25px {
  row-gap: 25px;
}

.gap-y-26px {
  row-gap: 26px;
}

.gap-y-27px {
  row-gap: 27px;
}

.gap-y-28px {
  row-gap: 28px;
}

.gap-y-29px {
  row-gap: 29px;
}

.gap-y-30px {
  row-gap: 30px;
}

.gap-y-31px {
  row-gap: 31px;
}

.gap-y-32px {
  row-gap: 32px;
}

.gap-y-33px {
  row-gap: 33px;
}

.gap-y-34px {
  row-gap: 34px;
}

.gap-y-35px {
  row-gap: 35px;
}

.gap-y-36px {
  row-gap: 36px;
}

.gap-y-37px {
  row-gap: 37px;
}

.gap-y-38px {
  row-gap: 38px;
}

.gap-y-39px {
  row-gap: 39px;
}

.gap-y-40px {
  row-gap: 40px;
}

.gap-y-41px {
  row-gap: 41px;
}

.gap-y-42px {
  row-gap: 42px;
}

.gap-y-43px {
  row-gap: 43px;
}

.gap-y-44px {
  row-gap: 44px;
}

.gap-y-45px {
  row-gap: 45px;
}

.gap-y-46px {
  row-gap: 46px;
}

.gap-y-47px {
  row-gap: 47px;
}

.gap-y-48px {
  row-gap: 48px;
}

.gap-y-49px {
  row-gap: 49px;
}

.gap-y-50px {
  row-gap: 50px;
}

.gap-y-51px {
  row-gap: 51px;
}

.gap-y-52px {
  row-gap: 52px;
}

.gap-y-53px {
  row-gap: 53px;
}

.gap-y-54px {
  row-gap: 54px;
}

.gap-y-55px {
  row-gap: 55px;
}

.gap-y-56px {
  row-gap: 56px;
}

.gap-y-57px {
  row-gap: 57px;
}

.gap-y-58px {
  row-gap: 58px;
}

.gap-y-59px {
  row-gap: 59px;
}

.gap-y-60px {
  row-gap: 60px;
}

.gap-y-61px {
  row-gap: 61px;
}

.gap-y-62px {
  row-gap: 62px;
}

.gap-y-63px {
  row-gap: 63px;
}

.gap-y-64px {
  row-gap: 64px;
}

.gap-y-65px {
  row-gap: 65px;
}

.gap-y-66px {
  row-gap: 66px;
}

.gap-y-67px {
  row-gap: 67px;
}

.gap-y-68px {
  row-gap: 68px;
}

.gap-y-69px {
  row-gap: 69px;
}

.gap-y-70px {
  row-gap: 70px;
}

.gap-y-71px {
  row-gap: 71px;
}

.gap-y-72px {
  row-gap: 72px;
}

.gap-y-73px {
  row-gap: 73px;
}

.gap-y-74px {
  row-gap: 74px;
}

.gap-y-75px {
  row-gap: 75px;
}

.gap-y-76px {
  row-gap: 76px;
}

.gap-y-77px {
  row-gap: 77px;
}

.gap-y-78px {
  row-gap: 78px;
}

.gap-y-79px {
  row-gap: 79px;
}

.gap-y-80px {
  row-gap: 80px;
}

.gap-y-81px {
  row-gap: 81px;
}

.gap-y-82px {
  row-gap: 82px;
}

.gap-y-83px {
  row-gap: 83px;
}

.gap-y-84px {
  row-gap: 84px;
}

.gap-y-85px {
  row-gap: 85px;
}

.gap-y-86px {
  row-gap: 86px;
}

.gap-y-87px {
  row-gap: 87px;
}

.gap-y-88px {
  row-gap: 88px;
}

.gap-y-89px {
  row-gap: 89px;
}

.gap-y-90px {
  row-gap: 90px;
}

.gap-y-91px {
  row-gap: 91px;
}

.gap-y-92px {
  row-gap: 92px;
}

.gap-y-93px {
  row-gap: 93px;
}

.gap-y-94px {
  row-gap: 94px;
}

.gap-y-95px {
  row-gap: 95px;
}

.gap-y-96px {
  row-gap: 96px;
}

.gap-y-97px {
  row-gap: 97px;
}

.gap-y-98px {
  row-gap: 98px;
}

.gap-y-99px {
  row-gap: 99px;
}

.gap-y-100px {
  row-gap: 100px;
}

.gap-y-101px {
  row-gap: 101px;
}

.gap-y-102px {
  row-gap: 102px;
}

.gap-y-103px {
  row-gap: 103px;
}

.gap-y-104px {
  row-gap: 104px;
}

.gap-y-105px {
  row-gap: 105px;
}

.gap-y-106px {
  row-gap: 106px;
}

.gap-y-107px {
  row-gap: 107px;
}

.gap-y-108px {
  row-gap: 108px;
}

.gap-y-109px {
  row-gap: 109px;
}

.gap-y-110px {
  row-gap: 110px;
}

.gap-y-111px {
  row-gap: 111px;
}

.gap-y-112px {
  row-gap: 112px;
}

.gap-y-113px {
  row-gap: 113px;
}

.gap-y-114px {
  row-gap: 114px;
}

.gap-y-115px {
  row-gap: 115px;
}

.gap-y-116px {
  row-gap: 116px;
}

.gap-y-117px {
  row-gap: 117px;
}

.gap-y-118px {
  row-gap: 118px;
}

.gap-y-119px {
  row-gap: 119px;
}

.gap-y-120px {
  row-gap: 120px;
}

.gap-y-121px {
  row-gap: 121px;
}

.gap-y-122px {
  row-gap: 122px;
}

.gap-y-123px {
  row-gap: 123px;
}

.gap-y-124px {
  row-gap: 124px;
}

.gap-y-125px {
  row-gap: 125px;
}

.gap-y-126px {
  row-gap: 126px;
}

.gap-y-127px {
  row-gap: 127px;
}

.gap-y-128px {
  row-gap: 128px;
}

.gap-y-129px {
  row-gap: 129px;
}

.gap-y-130px {
  row-gap: 130px;
}

.gap-y-133px {
  row-gap: 133px;
}

.gap-y-140px {
  row-gap: 140px;
}

.gap-y-195px {
  row-gap: 195px;
}

.gap-y-200px {
  row-gap: 200px;
}

.gap-y-210px {
  row-gap: 210px;
}

.gap-y-222px {
  row-gap: 222px;
}

.gap-y-258px {
  row-gap: 258px;
}

.gap-y-280px {
  row-gap: 280px;
}

.gap-y-334px {
  row-gap: 334px;
}

.gap-y-388px {
  row-gap: 388px;
}

.gap-y-480px {
  row-gap: 480px;
}

.gap-y-490px {
  row-gap: 490px;
}

.gap-y-505px {
  row-gap: 505px;
}

.gap-y-507px {
  row-gap: 507px;
}

.gap-y-760px {
  row-gap: 760px;
}

.gap-y-780px {
  row-gap: 780px;
}

.gap-y-980px {
  row-gap: 980px;
}

.gap-y-1366px {
  row-gap: 1366px;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-auto {
  grid-column-start: auto;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-auto {
  grid-column-end: auto;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-span-full {
  grid-row: 1 / -1;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-auto {
  grid-row-start: auto;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-auto {
  grid-row-end: auto;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

.origin-center {
  transform-origin: center;
}

.origin-top {
  transform-origin: top;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-right {
  transform-origin: right;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-left {
  transform-origin: left;
}

.origin-top-left {
  transform-origin: top left;
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.scale-x-0 {
  --tw-scale-x: 0;
}

.scale-x-50 {
  --tw-scale-x: .5;
}

.scale-x-75 {
  --tw-scale-x: .75;
}

.scale-x-90 {
  --tw-scale-x: .9;
}

.scale-x-95 {
  --tw-scale-x: .95;
}

.scale-x-100 {
  --tw-scale-x: 1;
}

.scale-x-105 {
  --tw-scale-x: 1.05;
}

.scale-x-110 {
  --tw-scale-x: 1.1;
}

.scale-x-125 {
  --tw-scale-x: 1.25;
}

.scale-x-150 {
  --tw-scale-x: 1.5;
}

.scale-y-0 {
  --tw-scale-y: 0;
}

.scale-y-50 {
  --tw-scale-y: .5;
}

.scale-y-75 {
  --tw-scale-y: .75;
}

.scale-y-90 {
  --tw-scale-y: .9;
}

.scale-y-95 {
  --tw-scale-y: .95;
}

.scale-y-100 {
  --tw-scale-y: 1;
}

.scale-y-105 {
  --tw-scale-y: 1.05;
}

.scale-y-110 {
  --tw-scale-y: 1.1;
}

.scale-y-125 {
  --tw-scale-y: 1.25;
}

.scale-y-150 {
  --tw-scale-y: 1.5;
}

.hover\:scale-0:hover {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.hover\:scale-50:hover {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.hover\:scale-75:hover {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hover\:scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0;
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5;
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75;
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9;
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95;
}

.hover\:scale-x-100:hover {
  --tw-scale-x: 1;
}

.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0;
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5;
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75;
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9;
}

.hover\:scale-y-95:hover {
  --tw-scale-y: .95;
}

.hover\:scale-y-100:hover {
  --tw-scale-y: 1;
}

.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5;
}

.focus\:scale-0:focus {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.focus\:scale-50:focus {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.focus\:scale-75:focus {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.focus\:scale-90:focus {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.focus\:scale-95:focus {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus\:scale-100:focus {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus\:scale-105:focus {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus\:scale-110:focus {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0;
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5;
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75;
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9;
}

.focus\:scale-x-95:focus {
  --tw-scale-x: .95;
}

.focus\:scale-x-100:focus {
  --tw-scale-x: 1;
}

.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05;
}

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1;
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25;
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5;
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0;
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5;
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75;
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9;
}

.focus\:scale-y-95:focus {
  --tw-scale-y: .95;
}

.focus\:scale-y-100:focus {
  --tw-scale-y: 1;
}

.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05;
}

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1;
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25;
}

.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5;
}

.rotate-0 {
  --tw-rotate: 0deg;
}

.rotate-1 {
  --tw-rotate: 1deg;
}

.rotate-2 {
  --tw-rotate: 2deg;
}

.rotate-3 {
  --tw-rotate: 3deg;
}

.rotate-6 {
  --tw-rotate: 6deg;
}

.rotate-12 {
  --tw-rotate: 12deg;
}

.rotate-45 {
  --tw-rotate: 45deg;
}

.rotate-90 {
  --tw-rotate: 90deg;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.-rotate-180 {
  --tw-rotate: -180deg;
}

.-rotate-90 {
  --tw-rotate: -90deg;
}

.-rotate-45 {
  --tw-rotate: -45deg;
}

.-rotate-12 {
  --tw-rotate: -12deg;
}

.-rotate-6 {
  --tw-rotate: -6deg;
}

.-rotate-3 {
  --tw-rotate: -3deg;
}

.-rotate-2 {
  --tw-rotate: -2deg;
}

.-rotate-1 {
  --tw-rotate: -1deg;
}

.hover\:rotate-0:hover {
  --tw-rotate: 0deg;
}

.hover\:rotate-1:hover {
  --tw-rotate: 1deg;
}

.hover\:rotate-2:hover {
  --tw-rotate: 2deg;
}

.hover\:rotate-3:hover {
  --tw-rotate: 3deg;
}

.hover\:rotate-6:hover {
  --tw-rotate: 6deg;
}

.hover\:rotate-12:hover {
  --tw-rotate: 12deg;
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg;
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg;
}

.hover\:rotate-180:hover {
  --tw-rotate: 180deg;
}

.hover\:-rotate-180:hover {
  --tw-rotate: -180deg;
}

.hover\:-rotate-90:hover {
  --tw-rotate: -90deg;
}

.hover\:-rotate-45:hover {
  --tw-rotate: -45deg;
}

.hover\:-rotate-12:hover {
  --tw-rotate: -12deg;
}

.hover\:-rotate-6:hover {
  --tw-rotate: -6deg;
}

.hover\:-rotate-3:hover {
  --tw-rotate: -3deg;
}

.hover\:-rotate-2:hover {
  --tw-rotate: -2deg;
}

.hover\:-rotate-1:hover {
  --tw-rotate: -1deg;
}

.focus\:rotate-0:focus {
  --tw-rotate: 0deg;
}

.focus\:rotate-1:focus {
  --tw-rotate: 1deg;
}

.focus\:rotate-2:focus {
  --tw-rotate: 2deg;
}

.focus\:rotate-3:focus {
  --tw-rotate: 3deg;
}

.focus\:rotate-6:focus {
  --tw-rotate: 6deg;
}

.focus\:rotate-12:focus {
  --tw-rotate: 12deg;
}

.focus\:rotate-45:focus {
  --tw-rotate: 45deg;
}

.focus\:rotate-90:focus {
  --tw-rotate: 90deg;
}

.focus\:rotate-180:focus {
  --tw-rotate: 180deg;
}

.focus\:-rotate-180:focus {
  --tw-rotate: -180deg;
}

.focus\:-rotate-90:focus {
  --tw-rotate: -90deg;
}

.focus\:-rotate-45:focus {
  --tw-rotate: -45deg;
}

.focus\:-rotate-12:focus {
  --tw-rotate: -12deg;
}

.focus\:-rotate-6:focus {
  --tw-rotate: -6deg;
}

.focus\:-rotate-3:focus {
  --tw-rotate: -3deg;
}

.focus\:-rotate-2:focus {
  --tw-rotate: -2deg;
}

.focus\:-rotate-1:focus {
  --tw-rotate: -1deg;
}

.translate-x-0 {
  --tw-translate-x: 0px;
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
}

.translate-x-3 {
  --tw-translate-x: 0.75rem;
}

.translate-x-4 {
  --tw-translate-x: 1rem;
}

.translate-x-5 {
  --tw-translate-x: 1.25rem;
}

.translate-x-6 {
  --tw-translate-x: 1.5rem;
}

.translate-x-7 {
  --tw-translate-x: 1.75rem;
}

.translate-x-8 {
  --tw-translate-x: 2rem;
}

.translate-x-9 {
  --tw-translate-x: 2.25rem;
}

.translate-x-10 {
  --tw-translate-x: 2.5rem;
}

.translate-x-11 {
  --tw-translate-x: 2.75rem;
}

.translate-x-12 {
  --tw-translate-x: 3rem;
}

.translate-x-14 {
  --tw-translate-x: 3.5rem;
}

.translate-x-16 {
  --tw-translate-x: 4rem;
}

.translate-x-20 {
  --tw-translate-x: 5rem;
}

.translate-x-24 {
  --tw-translate-x: 6rem;
}

.translate-x-28 {
  --tw-translate-x: 7rem;
}

.translate-x-32 {
  --tw-translate-x: 8rem;
}

.translate-x-36 {
  --tw-translate-x: 9rem;
}

.translate-x-40 {
  --tw-translate-x: 10rem;
}

.translate-x-44 {
  --tw-translate-x: 11rem;
}

.translate-x-48 {
  --tw-translate-x: 12rem;
}

.translate-x-52 {
  --tw-translate-x: 13rem;
}

.translate-x-56 {
  --tw-translate-x: 14rem;
}

.translate-x-60 {
  --tw-translate-x: 15rem;
}

.translate-x-64 {
  --tw-translate-x: 16rem;
}

.translate-x-72 {
  --tw-translate-x: 18rem;
}

.translate-x-80 {
  --tw-translate-x: 20rem;
}

.translate-x-96 {
  --tw-translate-x: 24rem;
}

.translate-x-px {
  --tw-translate-x: 1px;
}

.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
}

.translate-x-1\.5 {
  --tw-translate-x: 0.375rem;
}

.translate-x-2\.5 {
  --tw-translate-x: 0.625rem;
}

.translate-x-3\.5 {
  --tw-translate-x: 0.875rem;
}

.translate-x-1px {
  --tw-translate-x: 1px;
}

.translate-x-2px {
  --tw-translate-x: 2px;
}

.translate-x-3px {
  --tw-translate-x: 3px;
}

.translate-x-4px {
  --tw-translate-x: 4px;
}

.translate-x-5px {
  --tw-translate-x: 5px;
}

.translate-x-6px {
  --tw-translate-x: 6px;
}

.translate-x-7px {
  --tw-translate-x: 7px;
}

.translate-x-8px {
  --tw-translate-x: 8px;
}

.translate-x-9px {
  --tw-translate-x: 9px;
}

.translate-x-10px {
  --tw-translate-x: 10px;
}

.translate-x-11px {
  --tw-translate-x: 11px;
}

.translate-x-12px {
  --tw-translate-x: 12px;
}

.translate-x-13px {
  --tw-translate-x: 13px;
}

.translate-x-14px {
  --tw-translate-x: 14px;
}

.translate-x-15px {
  --tw-translate-x: 15px;
}

.translate-x-16px {
  --tw-translate-x: 16px;
}

.translate-x-17px {
  --tw-translate-x: 17px;
}

.translate-x-18px {
  --tw-translate-x: 18px;
}

.translate-x-19px {
  --tw-translate-x: 19px;
}

.translate-x-20px {
  --tw-translate-x: 20px;
}

.translate-x-21px {
  --tw-translate-x: 21px;
}

.translate-x-22px {
  --tw-translate-x: 22px;
}

.translate-x-23px {
  --tw-translate-x: 23px;
}

.translate-x-24px {
  --tw-translate-x: 24px;
}

.translate-x-25px {
  --tw-translate-x: 25px;
}

.translate-x-26px {
  --tw-translate-x: 26px;
}

.translate-x-27px {
  --tw-translate-x: 27px;
}

.translate-x-28px {
  --tw-translate-x: 28px;
}

.translate-x-29px {
  --tw-translate-x: 29px;
}

.translate-x-30px {
  --tw-translate-x: 30px;
}

.translate-x-31px {
  --tw-translate-x: 31px;
}

.translate-x-32px {
  --tw-translate-x: 32px;
}

.translate-x-33px {
  --tw-translate-x: 33px;
}

.translate-x-34px {
  --tw-translate-x: 34px;
}

.translate-x-35px {
  --tw-translate-x: 35px;
}

.translate-x-36px {
  --tw-translate-x: 36px;
}

.translate-x-37px {
  --tw-translate-x: 37px;
}

.translate-x-38px {
  --tw-translate-x: 38px;
}

.translate-x-39px {
  --tw-translate-x: 39px;
}

.translate-x-40px {
  --tw-translate-x: 40px;
}

.translate-x-41px {
  --tw-translate-x: 41px;
}

.translate-x-42px {
  --tw-translate-x: 42px;
}

.translate-x-43px {
  --tw-translate-x: 43px;
}

.translate-x-44px {
  --tw-translate-x: 44px;
}

.translate-x-45px {
  --tw-translate-x: 45px;
}

.translate-x-46px {
  --tw-translate-x: 46px;
}

.translate-x-47px {
  --tw-translate-x: 47px;
}

.translate-x-48px {
  --tw-translate-x: 48px;
}

.translate-x-49px {
  --tw-translate-x: 49px;
}

.translate-x-50px {
  --tw-translate-x: 50px;
}

.translate-x-51px {
  --tw-translate-x: 51px;
}

.translate-x-52px {
  --tw-translate-x: 52px;
}

.translate-x-53px {
  --tw-translate-x: 53px;
}

.translate-x-54px {
  --tw-translate-x: 54px;
}

.translate-x-55px {
  --tw-translate-x: 55px;
}

.translate-x-56px {
  --tw-translate-x: 56px;
}

.translate-x-57px {
  --tw-translate-x: 57px;
}

.translate-x-58px {
  --tw-translate-x: 58px;
}

.translate-x-59px {
  --tw-translate-x: 59px;
}

.translate-x-60px {
  --tw-translate-x: 60px;
}

.translate-x-61px {
  --tw-translate-x: 61px;
}

.translate-x-62px {
  --tw-translate-x: 62px;
}

.translate-x-63px {
  --tw-translate-x: 63px;
}

.translate-x-64px {
  --tw-translate-x: 64px;
}

.translate-x-65px {
  --tw-translate-x: 65px;
}

.translate-x-66px {
  --tw-translate-x: 66px;
}

.translate-x-67px {
  --tw-translate-x: 67px;
}

.translate-x-68px {
  --tw-translate-x: 68px;
}

.translate-x-69px {
  --tw-translate-x: 69px;
}

.translate-x-70px {
  --tw-translate-x: 70px;
}

.translate-x-71px {
  --tw-translate-x: 71px;
}

.translate-x-72px {
  --tw-translate-x: 72px;
}

.translate-x-73px {
  --tw-translate-x: 73px;
}

.translate-x-74px {
  --tw-translate-x: 74px;
}

.translate-x-75px {
  --tw-translate-x: 75px;
}

.translate-x-76px {
  --tw-translate-x: 76px;
}

.translate-x-77px {
  --tw-translate-x: 77px;
}

.translate-x-78px {
  --tw-translate-x: 78px;
}

.translate-x-79px {
  --tw-translate-x: 79px;
}

.translate-x-80px {
  --tw-translate-x: 80px;
}

.translate-x-81px {
  --tw-translate-x: 81px;
}

.translate-x-82px {
  --tw-translate-x: 82px;
}

.translate-x-83px {
  --tw-translate-x: 83px;
}

.translate-x-84px {
  --tw-translate-x: 84px;
}

.translate-x-85px {
  --tw-translate-x: 85px;
}

.translate-x-86px {
  --tw-translate-x: 86px;
}

.translate-x-87px {
  --tw-translate-x: 87px;
}

.translate-x-88px {
  --tw-translate-x: 88px;
}

.translate-x-89px {
  --tw-translate-x: 89px;
}

.translate-x-90px {
  --tw-translate-x: 90px;
}

.translate-x-91px {
  --tw-translate-x: 91px;
}

.translate-x-92px {
  --tw-translate-x: 92px;
}

.translate-x-93px {
  --tw-translate-x: 93px;
}

.translate-x-94px {
  --tw-translate-x: 94px;
}

.translate-x-95px {
  --tw-translate-x: 95px;
}

.translate-x-96px {
  --tw-translate-x: 96px;
}

.translate-x-97px {
  --tw-translate-x: 97px;
}

.translate-x-98px {
  --tw-translate-x: 98px;
}

.translate-x-99px {
  --tw-translate-x: 99px;
}

.translate-x-100px {
  --tw-translate-x: 100px;
}

.translate-x-101px {
  --tw-translate-x: 101px;
}

.translate-x-102px {
  --tw-translate-x: 102px;
}

.translate-x-103px {
  --tw-translate-x: 103px;
}

.translate-x-104px {
  --tw-translate-x: 104px;
}

.translate-x-105px {
  --tw-translate-x: 105px;
}

.translate-x-106px {
  --tw-translate-x: 106px;
}

.translate-x-107px {
  --tw-translate-x: 107px;
}

.translate-x-108px {
  --tw-translate-x: 108px;
}

.translate-x-109px {
  --tw-translate-x: 109px;
}

.translate-x-110px {
  --tw-translate-x: 110px;
}

.translate-x-111px {
  --tw-translate-x: 111px;
}

.translate-x-112px {
  --tw-translate-x: 112px;
}

.translate-x-113px {
  --tw-translate-x: 113px;
}

.translate-x-114px {
  --tw-translate-x: 114px;
}

.translate-x-115px {
  --tw-translate-x: 115px;
}

.translate-x-116px {
  --tw-translate-x: 116px;
}

.translate-x-117px {
  --tw-translate-x: 117px;
}

.translate-x-118px {
  --tw-translate-x: 118px;
}

.translate-x-119px {
  --tw-translate-x: 119px;
}

.translate-x-120px {
  --tw-translate-x: 120px;
}

.translate-x-121px {
  --tw-translate-x: 121px;
}

.translate-x-122px {
  --tw-translate-x: 122px;
}

.translate-x-123px {
  --tw-translate-x: 123px;
}

.translate-x-124px {
  --tw-translate-x: 124px;
}

.translate-x-125px {
  --tw-translate-x: 125px;
}

.translate-x-126px {
  --tw-translate-x: 126px;
}

.translate-x-127px {
  --tw-translate-x: 127px;
}

.translate-x-128px {
  --tw-translate-x: 128px;
}

.translate-x-129px {
  --tw-translate-x: 129px;
}

.translate-x-130px {
  --tw-translate-x: 130px;
}

.translate-x-133px {
  --tw-translate-x: 133px;
}

.translate-x-140px {
  --tw-translate-x: 140px;
}

.translate-x-195px {
  --tw-translate-x: 195px;
}

.translate-x-200px {
  --tw-translate-x: 200px;
}

.translate-x-210px {
  --tw-translate-x: 210px;
}

.translate-x-222px {
  --tw-translate-x: 222px;
}

.translate-x-258px {
  --tw-translate-x: 258px;
}

.translate-x-280px {
  --tw-translate-x: 280px;
}

.translate-x-334px {
  --tw-translate-x: 334px;
}

.translate-x-388px {
  --tw-translate-x: 388px;
}

.translate-x-480px {
  --tw-translate-x: 480px;
}

.translate-x-490px {
  --tw-translate-x: 490px;
}

.translate-x-505px {
  --tw-translate-x: 505px;
}

.translate-x-507px {
  --tw-translate-x: 507px;
}

.translate-x-760px {
  --tw-translate-x: 760px;
}

.translate-x-780px {
  --tw-translate-x: 780px;
}

.translate-x-980px {
  --tw-translate-x: 980px;
}

.translate-x-1366px {
  --tw-translate-x: 1366px;
}

.-translate-x-0 {
  --tw-translate-x: 0px;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem;
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem;
}

.-translate-x-4 {
  --tw-translate-x: -1rem;
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem;
}

.-translate-x-6 {
  --tw-translate-x: -1.5rem;
}

.-translate-x-7 {
  --tw-translate-x: -1.75rem;
}

.-translate-x-8 {
  --tw-translate-x: -2rem;
}

.-translate-x-9 {
  --tw-translate-x: -2.25rem;
}

.-translate-x-10 {
  --tw-translate-x: -2.5rem;
}

.-translate-x-11 {
  --tw-translate-x: -2.75rem;
}

.-translate-x-12 {
  --tw-translate-x: -3rem;
}

.-translate-x-14 {
  --tw-translate-x: -3.5rem;
}

.-translate-x-16 {
  --tw-translate-x: -4rem;
}

.-translate-x-20 {
  --tw-translate-x: -5rem;
}

.-translate-x-24 {
  --tw-translate-x: -6rem;
}

.-translate-x-28 {
  --tw-translate-x: -7rem;
}

.-translate-x-32 {
  --tw-translate-x: -8rem;
}

.-translate-x-36 {
  --tw-translate-x: -9rem;
}

.-translate-x-40 {
  --tw-translate-x: -10rem;
}

.-translate-x-44 {
  --tw-translate-x: -11rem;
}

.-translate-x-48 {
  --tw-translate-x: -12rem;
}

.-translate-x-52 {
  --tw-translate-x: -13rem;
}

.-translate-x-56 {
  --tw-translate-x: -14rem;
}

.-translate-x-60 {
  --tw-translate-x: -15rem;
}

.-translate-x-64 {
  --tw-translate-x: -16rem;
}

.-translate-x-72 {
  --tw-translate-x: -18rem;
}

.-translate-x-80 {
  --tw-translate-x: -20rem;
}

.-translate-x-96 {
  --tw-translate-x: -24rem;
}

.-translate-x-px {
  --tw-translate-x: -1px;
}

.-translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
}

.-translate-x-1\.5 {
  --tw-translate-x: -0.375rem;
}

.-translate-x-2\.5 {
  --tw-translate-x: -0.625rem;
}

.-translate-x-3\.5 {
  --tw-translate-x: -0.875rem;
}

.-translate-x-1px {
  --tw-translate-x: -1px;
}

.-translate-x-2px {
  --tw-translate-x: -2px;
}

.-translate-x-3px {
  --tw-translate-x: -3px;
}

.-translate-x-4px {
  --tw-translate-x: -4px;
}

.-translate-x-5px {
  --tw-translate-x: -5px;
}

.-translate-x-6px {
  --tw-translate-x: -6px;
}

.-translate-x-7px {
  --tw-translate-x: -7px;
}

.-translate-x-8px {
  --tw-translate-x: -8px;
}

.-translate-x-9px {
  --tw-translate-x: -9px;
}

.-translate-x-10px {
  --tw-translate-x: -10px;
}

.-translate-x-11px {
  --tw-translate-x: -11px;
}

.-translate-x-12px {
  --tw-translate-x: -12px;
}

.-translate-x-13px {
  --tw-translate-x: -13px;
}

.-translate-x-14px {
  --tw-translate-x: -14px;
}

.-translate-x-15px {
  --tw-translate-x: -15px;
}

.-translate-x-16px {
  --tw-translate-x: -16px;
}

.-translate-x-17px {
  --tw-translate-x: -17px;
}

.-translate-x-18px {
  --tw-translate-x: -18px;
}

.-translate-x-19px {
  --tw-translate-x: -19px;
}

.-translate-x-20px {
  --tw-translate-x: -20px;
}

.-translate-x-21px {
  --tw-translate-x: -21px;
}

.-translate-x-22px {
  --tw-translate-x: -22px;
}

.-translate-x-23px {
  --tw-translate-x: -23px;
}

.-translate-x-24px {
  --tw-translate-x: -24px;
}

.-translate-x-25px {
  --tw-translate-x: -25px;
}

.-translate-x-26px {
  --tw-translate-x: -26px;
}

.-translate-x-27px {
  --tw-translate-x: -27px;
}

.-translate-x-28px {
  --tw-translate-x: -28px;
}

.-translate-x-29px {
  --tw-translate-x: -29px;
}

.-translate-x-30px {
  --tw-translate-x: -30px;
}

.-translate-x-31px {
  --tw-translate-x: -31px;
}

.-translate-x-32px {
  --tw-translate-x: -32px;
}

.-translate-x-33px {
  --tw-translate-x: -33px;
}

.-translate-x-34px {
  --tw-translate-x: -34px;
}

.-translate-x-35px {
  --tw-translate-x: -35px;
}

.-translate-x-36px {
  --tw-translate-x: -36px;
}

.-translate-x-37px {
  --tw-translate-x: -37px;
}

.-translate-x-38px {
  --tw-translate-x: -38px;
}

.-translate-x-39px {
  --tw-translate-x: -39px;
}

.-translate-x-40px {
  --tw-translate-x: -40px;
}

.-translate-x-41px {
  --tw-translate-x: -41px;
}

.-translate-x-42px {
  --tw-translate-x: -42px;
}

.-translate-x-43px {
  --tw-translate-x: -43px;
}

.-translate-x-44px {
  --tw-translate-x: -44px;
}

.-translate-x-45px {
  --tw-translate-x: -45px;
}

.-translate-x-46px {
  --tw-translate-x: -46px;
}

.-translate-x-47px {
  --tw-translate-x: -47px;
}

.-translate-x-48px {
  --tw-translate-x: -48px;
}

.-translate-x-49px {
  --tw-translate-x: -49px;
}

.-translate-x-50px {
  --tw-translate-x: -50px;
}

.-translate-x-51px {
  --tw-translate-x: -51px;
}

.-translate-x-52px {
  --tw-translate-x: -52px;
}

.-translate-x-53px {
  --tw-translate-x: -53px;
}

.-translate-x-54px {
  --tw-translate-x: -54px;
}

.-translate-x-55px {
  --tw-translate-x: -55px;
}

.-translate-x-56px {
  --tw-translate-x: -56px;
}

.-translate-x-57px {
  --tw-translate-x: -57px;
}

.-translate-x-58px {
  --tw-translate-x: -58px;
}

.-translate-x-59px {
  --tw-translate-x: -59px;
}

.-translate-x-60px {
  --tw-translate-x: -60px;
}

.-translate-x-61px {
  --tw-translate-x: -61px;
}

.-translate-x-62px {
  --tw-translate-x: -62px;
}

.-translate-x-63px {
  --tw-translate-x: -63px;
}

.-translate-x-64px {
  --tw-translate-x: -64px;
}

.-translate-x-65px {
  --tw-translate-x: -65px;
}

.-translate-x-66px {
  --tw-translate-x: -66px;
}

.-translate-x-67px {
  --tw-translate-x: -67px;
}

.-translate-x-68px {
  --tw-translate-x: -68px;
}

.-translate-x-69px {
  --tw-translate-x: -69px;
}

.-translate-x-70px {
  --tw-translate-x: -70px;
}

.-translate-x-71px {
  --tw-translate-x: -71px;
}

.-translate-x-72px {
  --tw-translate-x: -72px;
}

.-translate-x-73px {
  --tw-translate-x: -73px;
}

.-translate-x-74px {
  --tw-translate-x: -74px;
}

.-translate-x-75px {
  --tw-translate-x: -75px;
}

.-translate-x-76px {
  --tw-translate-x: -76px;
}

.-translate-x-77px {
  --tw-translate-x: -77px;
}

.-translate-x-78px {
  --tw-translate-x: -78px;
}

.-translate-x-79px {
  --tw-translate-x: -79px;
}

.-translate-x-80px {
  --tw-translate-x: -80px;
}

.-translate-x-81px {
  --tw-translate-x: -81px;
}

.-translate-x-82px {
  --tw-translate-x: -82px;
}

.-translate-x-83px {
  --tw-translate-x: -83px;
}

.-translate-x-84px {
  --tw-translate-x: -84px;
}

.-translate-x-85px {
  --tw-translate-x: -85px;
}

.-translate-x-86px {
  --tw-translate-x: -86px;
}

.-translate-x-87px {
  --tw-translate-x: -87px;
}

.-translate-x-88px {
  --tw-translate-x: -88px;
}

.-translate-x-89px {
  --tw-translate-x: -89px;
}

.-translate-x-90px {
  --tw-translate-x: -90px;
}

.-translate-x-91px {
  --tw-translate-x: -91px;
}

.-translate-x-92px {
  --tw-translate-x: -92px;
}

.-translate-x-93px {
  --tw-translate-x: -93px;
}

.-translate-x-94px {
  --tw-translate-x: -94px;
}

.-translate-x-95px {
  --tw-translate-x: -95px;
}

.-translate-x-96px {
  --tw-translate-x: -96px;
}

.-translate-x-97px {
  --tw-translate-x: -97px;
}

.-translate-x-98px {
  --tw-translate-x: -98px;
}

.-translate-x-99px {
  --tw-translate-x: -99px;
}

.-translate-x-100px {
  --tw-translate-x: -100px;
}

.-translate-x-101px {
  --tw-translate-x: -101px;
}

.-translate-x-102px {
  --tw-translate-x: -102px;
}

.-translate-x-103px {
  --tw-translate-x: -103px;
}

.-translate-x-104px {
  --tw-translate-x: -104px;
}

.-translate-x-105px {
  --tw-translate-x: -105px;
}

.-translate-x-106px {
  --tw-translate-x: -106px;
}

.-translate-x-107px {
  --tw-translate-x: -107px;
}

.-translate-x-108px {
  --tw-translate-x: -108px;
}

.-translate-x-109px {
  --tw-translate-x: -109px;
}

.-translate-x-110px {
  --tw-translate-x: -110px;
}

.-translate-x-111px {
  --tw-translate-x: -111px;
}

.-translate-x-112px {
  --tw-translate-x: -112px;
}

.-translate-x-113px {
  --tw-translate-x: -113px;
}

.-translate-x-114px {
  --tw-translate-x: -114px;
}

.-translate-x-115px {
  --tw-translate-x: -115px;
}

.-translate-x-116px {
  --tw-translate-x: -116px;
}

.-translate-x-117px {
  --tw-translate-x: -117px;
}

.-translate-x-118px {
  --tw-translate-x: -118px;
}

.-translate-x-119px {
  --tw-translate-x: -119px;
}

.-translate-x-120px {
  --tw-translate-x: -120px;
}

.-translate-x-121px {
  --tw-translate-x: -121px;
}

.-translate-x-122px {
  --tw-translate-x: -122px;
}

.-translate-x-123px {
  --tw-translate-x: -123px;
}

.-translate-x-124px {
  --tw-translate-x: -124px;
}

.-translate-x-125px {
  --tw-translate-x: -125px;
}

.-translate-x-126px {
  --tw-translate-x: -126px;
}

.-translate-x-127px {
  --tw-translate-x: -127px;
}

.-translate-x-128px {
  --tw-translate-x: -128px;
}

.-translate-x-129px {
  --tw-translate-x: -129px;
}

.-translate-x-130px {
  --tw-translate-x: -130px;
}

.-translate-x-133px {
  --tw-translate-x: -133px;
}

.-translate-x-140px {
  --tw-translate-x: -140px;
}

.-translate-x-195px {
  --tw-translate-x: -195px;
}

.-translate-x-200px {
  --tw-translate-x: -200px;
}

.-translate-x-210px {
  --tw-translate-x: -210px;
}

.-translate-x-222px {
  --tw-translate-x: -222px;
}

.-translate-x-258px {
  --tw-translate-x: -258px;
}

.-translate-x-280px {
  --tw-translate-x: -280px;
}

.-translate-x-334px {
  --tw-translate-x: -334px;
}

.-translate-x-388px {
  --tw-translate-x: -388px;
}

.-translate-x-480px {
  --tw-translate-x: -480px;
}

.-translate-x-490px {
  --tw-translate-x: -490px;
}

.-translate-x-505px {
  --tw-translate-x: -505px;
}

.-translate-x-507px {
  --tw-translate-x: -507px;
}

.-translate-x-760px {
  --tw-translate-x: -760px;
}

.-translate-x-780px {
  --tw-translate-x: -780px;
}

.-translate-x-980px {
  --tw-translate-x: -980px;
}

.-translate-x-1366px {
  --tw-translate-x: -1366px;
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667%;
}

.translate-x-1\/4 {
  --tw-translate-x: 25%;
}

.translate-x-2\/4 {
  --tw-translate-x: 50%;
}

.translate-x-3\/4 {
  --tw-translate-x: 75%;
}

.translate-x-full {
  --tw-translate-x: 100%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667%;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
}

.-translate-x-3\/4 {
  --tw-translate-x: -75%;
}

.-translate-x-full {
  --tw-translate-x: -100%;
}

.translate-y-0 {
  --tw-translate-y: 0px;
}

.translate-y-1 {
  --tw-translate-y: 0.25rem;
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
}

.translate-y-3 {
  --tw-translate-y: 0.75rem;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
}

.translate-y-5 {
  --tw-translate-y: 1.25rem;
}

.translate-y-6 {
  --tw-translate-y: 1.5rem;
}

.translate-y-7 {
  --tw-translate-y: 1.75rem;
}

.translate-y-8 {
  --tw-translate-y: 2rem;
}

.translate-y-9 {
  --tw-translate-y: 2.25rem;
}

.translate-y-10 {
  --tw-translate-y: 2.5rem;
}

.translate-y-11 {
  --tw-translate-y: 2.75rem;
}

.translate-y-12 {
  --tw-translate-y: 3rem;
}

.translate-y-14 {
  --tw-translate-y: 3.5rem;
}

.translate-y-16 {
  --tw-translate-y: 4rem;
}

.translate-y-20 {
  --tw-translate-y: 5rem;
}

.translate-y-24 {
  --tw-translate-y: 6rem;
}

.translate-y-28 {
  --tw-translate-y: 7rem;
}

.translate-y-32 {
  --tw-translate-y: 8rem;
}

.translate-y-36 {
  --tw-translate-y: 9rem;
}

.translate-y-40 {
  --tw-translate-y: 10rem;
}

.translate-y-44 {
  --tw-translate-y: 11rem;
}

.translate-y-48 {
  --tw-translate-y: 12rem;
}

.translate-y-52 {
  --tw-translate-y: 13rem;
}

.translate-y-56 {
  --tw-translate-y: 14rem;
}

.translate-y-60 {
  --tw-translate-y: 15rem;
}

.translate-y-64 {
  --tw-translate-y: 16rem;
}

.translate-y-72 {
  --tw-translate-y: 18rem;
}

.translate-y-80 {
  --tw-translate-y: 20rem;
}

.translate-y-96 {
  --tw-translate-y: 24rem;
}

.translate-y-px {
  --tw-translate-y: 1px;
}

.translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
}

.translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
}

.translate-y-2\.5 {
  --tw-translate-y: 0.625rem;
}

.translate-y-3\.5 {
  --tw-translate-y: 0.875rem;
}

.translate-y-1px {
  --tw-translate-y: 1px;
}

.translate-y-2px {
  --tw-translate-y: 2px;
}

.translate-y-3px {
  --tw-translate-y: 3px;
}

.translate-y-4px {
  --tw-translate-y: 4px;
}

.translate-y-5px {
  --tw-translate-y: 5px;
}

.translate-y-6px {
  --tw-translate-y: 6px;
}

.translate-y-7px {
  --tw-translate-y: 7px;
}

.translate-y-8px {
  --tw-translate-y: 8px;
}

.translate-y-9px {
  --tw-translate-y: 9px;
}

.translate-y-10px {
  --tw-translate-y: 10px;
}

.translate-y-11px {
  --tw-translate-y: 11px;
}

.translate-y-12px {
  --tw-translate-y: 12px;
}

.translate-y-13px {
  --tw-translate-y: 13px;
}

.translate-y-14px {
  --tw-translate-y: 14px;
}

.translate-y-15px {
  --tw-translate-y: 15px;
}

.translate-y-16px {
  --tw-translate-y: 16px;
}

.translate-y-17px {
  --tw-translate-y: 17px;
}

.translate-y-18px {
  --tw-translate-y: 18px;
}

.translate-y-19px {
  --tw-translate-y: 19px;
}

.translate-y-20px {
  --tw-translate-y: 20px;
}

.translate-y-21px {
  --tw-translate-y: 21px;
}

.translate-y-22px {
  --tw-translate-y: 22px;
}

.translate-y-23px {
  --tw-translate-y: 23px;
}

.translate-y-24px {
  --tw-translate-y: 24px;
}

.translate-y-25px {
  --tw-translate-y: 25px;
}

.translate-y-26px {
  --tw-translate-y: 26px;
}

.translate-y-27px {
  --tw-translate-y: 27px;
}

.translate-y-28px {
  --tw-translate-y: 28px;
}

.translate-y-29px {
  --tw-translate-y: 29px;
}

.translate-y-30px {
  --tw-translate-y: 30px;
}

.translate-y-31px {
  --tw-translate-y: 31px;
}

.translate-y-32px {
  --tw-translate-y: 32px;
}

.translate-y-33px {
  --tw-translate-y: 33px;
}

.translate-y-34px {
  --tw-translate-y: 34px;
}

.translate-y-35px {
  --tw-translate-y: 35px;
}

.translate-y-36px {
  --tw-translate-y: 36px;
}

.translate-y-37px {
  --tw-translate-y: 37px;
}

.translate-y-38px {
  --tw-translate-y: 38px;
}

.translate-y-39px {
  --tw-translate-y: 39px;
}

.translate-y-40px {
  --tw-translate-y: 40px;
}

.translate-y-41px {
  --tw-translate-y: 41px;
}

.translate-y-42px {
  --tw-translate-y: 42px;
}

.translate-y-43px {
  --tw-translate-y: 43px;
}

.translate-y-44px {
  --tw-translate-y: 44px;
}

.translate-y-45px {
  --tw-translate-y: 45px;
}

.translate-y-46px {
  --tw-translate-y: 46px;
}

.translate-y-47px {
  --tw-translate-y: 47px;
}

.translate-y-48px {
  --tw-translate-y: 48px;
}

.translate-y-49px {
  --tw-translate-y: 49px;
}

.translate-y-50px {
  --tw-translate-y: 50px;
}

.translate-y-51px {
  --tw-translate-y: 51px;
}

.translate-y-52px {
  --tw-translate-y: 52px;
}

.translate-y-53px {
  --tw-translate-y: 53px;
}

.translate-y-54px {
  --tw-translate-y: 54px;
}

.translate-y-55px {
  --tw-translate-y: 55px;
}

.translate-y-56px {
  --tw-translate-y: 56px;
}

.translate-y-57px {
  --tw-translate-y: 57px;
}

.translate-y-58px {
  --tw-translate-y: 58px;
}

.translate-y-59px {
  --tw-translate-y: 59px;
}

.translate-y-60px {
  --tw-translate-y: 60px;
}

.translate-y-61px {
  --tw-translate-y: 61px;
}

.translate-y-62px {
  --tw-translate-y: 62px;
}

.translate-y-63px {
  --tw-translate-y: 63px;
}

.translate-y-64px {
  --tw-translate-y: 64px;
}

.translate-y-65px {
  --tw-translate-y: 65px;
}

.translate-y-66px {
  --tw-translate-y: 66px;
}

.translate-y-67px {
  --tw-translate-y: 67px;
}

.translate-y-68px {
  --tw-translate-y: 68px;
}

.translate-y-69px {
  --tw-translate-y: 69px;
}

.translate-y-70px {
  --tw-translate-y: 70px;
}

.translate-y-71px {
  --tw-translate-y: 71px;
}

.translate-y-72px {
  --tw-translate-y: 72px;
}

.translate-y-73px {
  --tw-translate-y: 73px;
}

.translate-y-74px {
  --tw-translate-y: 74px;
}

.translate-y-75px {
  --tw-translate-y: 75px;
}

.translate-y-76px {
  --tw-translate-y: 76px;
}

.translate-y-77px {
  --tw-translate-y: 77px;
}

.translate-y-78px {
  --tw-translate-y: 78px;
}

.translate-y-79px {
  --tw-translate-y: 79px;
}

.translate-y-80px {
  --tw-translate-y: 80px;
}

.translate-y-81px {
  --tw-translate-y: 81px;
}

.translate-y-82px {
  --tw-translate-y: 82px;
}

.translate-y-83px {
  --tw-translate-y: 83px;
}

.translate-y-84px {
  --tw-translate-y: 84px;
}

.translate-y-85px {
  --tw-translate-y: 85px;
}

.translate-y-86px {
  --tw-translate-y: 86px;
}

.translate-y-87px {
  --tw-translate-y: 87px;
}

.translate-y-88px {
  --tw-translate-y: 88px;
}

.translate-y-89px {
  --tw-translate-y: 89px;
}

.translate-y-90px {
  --tw-translate-y: 90px;
}

.translate-y-91px {
  --tw-translate-y: 91px;
}

.translate-y-92px {
  --tw-translate-y: 92px;
}

.translate-y-93px {
  --tw-translate-y: 93px;
}

.translate-y-94px {
  --tw-translate-y: 94px;
}

.translate-y-95px {
  --tw-translate-y: 95px;
}

.translate-y-96px {
  --tw-translate-y: 96px;
}

.translate-y-97px {
  --tw-translate-y: 97px;
}

.translate-y-98px {
  --tw-translate-y: 98px;
}

.translate-y-99px {
  --tw-translate-y: 99px;
}

.translate-y-100px {
  --tw-translate-y: 100px;
}

.translate-y-101px {
  --tw-translate-y: 101px;
}

.translate-y-102px {
  --tw-translate-y: 102px;
}

.translate-y-103px {
  --tw-translate-y: 103px;
}

.translate-y-104px {
  --tw-translate-y: 104px;
}

.translate-y-105px {
  --tw-translate-y: 105px;
}

.translate-y-106px {
  --tw-translate-y: 106px;
}

.translate-y-107px {
  --tw-translate-y: 107px;
}

.translate-y-108px {
  --tw-translate-y: 108px;
}

.translate-y-109px {
  --tw-translate-y: 109px;
}

.translate-y-110px {
  --tw-translate-y: 110px;
}

.translate-y-111px {
  --tw-translate-y: 111px;
}

.translate-y-112px {
  --tw-translate-y: 112px;
}

.translate-y-113px {
  --tw-translate-y: 113px;
}

.translate-y-114px {
  --tw-translate-y: 114px;
}

.translate-y-115px {
  --tw-translate-y: 115px;
}

.translate-y-116px {
  --tw-translate-y: 116px;
}

.translate-y-117px {
  --tw-translate-y: 117px;
}

.translate-y-118px {
  --tw-translate-y: 118px;
}

.translate-y-119px {
  --tw-translate-y: 119px;
}

.translate-y-120px {
  --tw-translate-y: 120px;
}

.translate-y-121px {
  --tw-translate-y: 121px;
}

.translate-y-122px {
  --tw-translate-y: 122px;
}

.translate-y-123px {
  --tw-translate-y: 123px;
}

.translate-y-124px {
  --tw-translate-y: 124px;
}

.translate-y-125px {
  --tw-translate-y: 125px;
}

.translate-y-126px {
  --tw-translate-y: 126px;
}

.translate-y-127px {
  --tw-translate-y: 127px;
}

.translate-y-128px {
  --tw-translate-y: 128px;
}

.translate-y-129px {
  --tw-translate-y: 129px;
}

.translate-y-130px {
  --tw-translate-y: 130px;
}

.translate-y-133px {
  --tw-translate-y: 133px;
}

.translate-y-140px {
  --tw-translate-y: 140px;
}

.translate-y-195px {
  --tw-translate-y: 195px;
}

.translate-y-200px {
  --tw-translate-y: 200px;
}

.translate-y-210px {
  --tw-translate-y: 210px;
}

.translate-y-222px {
  --tw-translate-y: 222px;
}

.translate-y-258px {
  --tw-translate-y: 258px;
}

.translate-y-280px {
  --tw-translate-y: 280px;
}

.translate-y-334px {
  --tw-translate-y: 334px;
}

.translate-y-388px {
  --tw-translate-y: 388px;
}

.translate-y-480px {
  --tw-translate-y: 480px;
}

.translate-y-490px {
  --tw-translate-y: 490px;
}

.translate-y-505px {
  --tw-translate-y: 505px;
}

.translate-y-507px {
  --tw-translate-y: 507px;
}

.translate-y-760px {
  --tw-translate-y: 760px;
}

.translate-y-780px {
  --tw-translate-y: 780px;
}

.translate-y-980px {
  --tw-translate-y: 980px;
}

.translate-y-1366px {
  --tw-translate-y: 1366px;
}

.-translate-y-0 {
  --tw-translate-y: 0px;
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
}

.-translate-y-3 {
  --tw-translate-y: -0.75rem;
}

.-translate-y-4 {
  --tw-translate-y: -1rem;
}

.-translate-y-5 {
  --tw-translate-y: -1.25rem;
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
}

.-translate-y-7 {
  --tw-translate-y: -1.75rem;
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
}

.-translate-y-9 {
  --tw-translate-y: -2.25rem;
}

.-translate-y-10 {
  --tw-translate-y: -2.5rem;
}

.-translate-y-11 {
  --tw-translate-y: -2.75rem;
}

.-translate-y-12 {
  --tw-translate-y: -3rem;
}

.-translate-y-14 {
  --tw-translate-y: -3.5rem;
}

.-translate-y-16 {
  --tw-translate-y: -4rem;
}

.-translate-y-20 {
  --tw-translate-y: -5rem;
}

.-translate-y-24 {
  --tw-translate-y: -6rem;
}

.-translate-y-28 {
  --tw-translate-y: -7rem;
}

.-translate-y-32 {
  --tw-translate-y: -8rem;
}

.-translate-y-36 {
  --tw-translate-y: -9rem;
}

.-translate-y-40 {
  --tw-translate-y: -10rem;
}

.-translate-y-44 {
  --tw-translate-y: -11rem;
}

.-translate-y-48 {
  --tw-translate-y: -12rem;
}

.-translate-y-52 {
  --tw-translate-y: -13rem;
}

.-translate-y-56 {
  --tw-translate-y: -14rem;
}

.-translate-y-60 {
  --tw-translate-y: -15rem;
}

.-translate-y-64 {
  --tw-translate-y: -16rem;
}

.-translate-y-72 {
  --tw-translate-y: -18rem;
}

.-translate-y-80 {
  --tw-translate-y: -20rem;
}

.-translate-y-96 {
  --tw-translate-y: -24rem;
}

.-translate-y-px {
  --tw-translate-y: -1px;
}

.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
}

.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem;
}

.-translate-y-2\.5 {
  --tw-translate-y: -0.625rem;
}

.-translate-y-3\.5 {
  --tw-translate-y: -0.875rem;
}

.-translate-y-1px {
  --tw-translate-y: -1px;
}

.-translate-y-2px {
  --tw-translate-y: -2px;
}

.-translate-y-3px {
  --tw-translate-y: -3px;
}

.-translate-y-4px {
  --tw-translate-y: -4px;
}

.-translate-y-5px {
  --tw-translate-y: -5px;
}

.-translate-y-6px {
  --tw-translate-y: -6px;
}

.-translate-y-7px {
  --tw-translate-y: -7px;
}

.-translate-y-8px {
  --tw-translate-y: -8px;
}

.-translate-y-9px {
  --tw-translate-y: -9px;
}

.-translate-y-10px {
  --tw-translate-y: -10px;
}

.-translate-y-11px {
  --tw-translate-y: -11px;
}

.-translate-y-12px {
  --tw-translate-y: -12px;
}

.-translate-y-13px {
  --tw-translate-y: -13px;
}

.-translate-y-14px {
  --tw-translate-y: -14px;
}

.-translate-y-15px {
  --tw-translate-y: -15px;
}

.-translate-y-16px {
  --tw-translate-y: -16px;
}

.-translate-y-17px {
  --tw-translate-y: -17px;
}

.-translate-y-18px {
  --tw-translate-y: -18px;
}

.-translate-y-19px {
  --tw-translate-y: -19px;
}

.-translate-y-20px {
  --tw-translate-y: -20px;
}

.-translate-y-21px {
  --tw-translate-y: -21px;
}

.-translate-y-22px {
  --tw-translate-y: -22px;
}

.-translate-y-23px {
  --tw-translate-y: -23px;
}

.-translate-y-24px {
  --tw-translate-y: -24px;
}

.-translate-y-25px {
  --tw-translate-y: -25px;
}

.-translate-y-26px {
  --tw-translate-y: -26px;
}

.-translate-y-27px {
  --tw-translate-y: -27px;
}

.-translate-y-28px {
  --tw-translate-y: -28px;
}

.-translate-y-29px {
  --tw-translate-y: -29px;
}

.-translate-y-30px {
  --tw-translate-y: -30px;
}

.-translate-y-31px {
  --tw-translate-y: -31px;
}

.-translate-y-32px {
  --tw-translate-y: -32px;
}

.-translate-y-33px {
  --tw-translate-y: -33px;
}

.-translate-y-34px {
  --tw-translate-y: -34px;
}

.-translate-y-35px {
  --tw-translate-y: -35px;
}

.-translate-y-36px {
  --tw-translate-y: -36px;
}

.-translate-y-37px {
  --tw-translate-y: -37px;
}

.-translate-y-38px {
  --tw-translate-y: -38px;
}

.-translate-y-39px {
  --tw-translate-y: -39px;
}

.-translate-y-40px {
  --tw-translate-y: -40px;
}

.-translate-y-41px {
  --tw-translate-y: -41px;
}

.-translate-y-42px {
  --tw-translate-y: -42px;
}

.-translate-y-43px {
  --tw-translate-y: -43px;
}

.-translate-y-44px {
  --tw-translate-y: -44px;
}

.-translate-y-45px {
  --tw-translate-y: -45px;
}

.-translate-y-46px {
  --tw-translate-y: -46px;
}

.-translate-y-47px {
  --tw-translate-y: -47px;
}

.-translate-y-48px {
  --tw-translate-y: -48px;
}

.-translate-y-49px {
  --tw-translate-y: -49px;
}

.-translate-y-50px {
  --tw-translate-y: -50px;
}

.-translate-y-51px {
  --tw-translate-y: -51px;
}

.-translate-y-52px {
  --tw-translate-y: -52px;
}

.-translate-y-53px {
  --tw-translate-y: -53px;
}

.-translate-y-54px {
  --tw-translate-y: -54px;
}

.-translate-y-55px {
  --tw-translate-y: -55px;
}

.-translate-y-56px {
  --tw-translate-y: -56px;
}

.-translate-y-57px {
  --tw-translate-y: -57px;
}

.-translate-y-58px {
  --tw-translate-y: -58px;
}

.-translate-y-59px {
  --tw-translate-y: -59px;
}

.-translate-y-60px {
  --tw-translate-y: -60px;
}

.-translate-y-61px {
  --tw-translate-y: -61px;
}

.-translate-y-62px {
  --tw-translate-y: -62px;
}

.-translate-y-63px {
  --tw-translate-y: -63px;
}

.-translate-y-64px {
  --tw-translate-y: -64px;
}

.-translate-y-65px {
  --tw-translate-y: -65px;
}

.-translate-y-66px {
  --tw-translate-y: -66px;
}

.-translate-y-67px {
  --tw-translate-y: -67px;
}

.-translate-y-68px {
  --tw-translate-y: -68px;
}

.-translate-y-69px {
  --tw-translate-y: -69px;
}

.-translate-y-70px {
  --tw-translate-y: -70px;
}

.-translate-y-71px {
  --tw-translate-y: -71px;
}

.-translate-y-72px {
  --tw-translate-y: -72px;
}

.-translate-y-73px {
  --tw-translate-y: -73px;
}

.-translate-y-74px {
  --tw-translate-y: -74px;
}

.-translate-y-75px {
  --tw-translate-y: -75px;
}

.-translate-y-76px {
  --tw-translate-y: -76px;
}

.-translate-y-77px {
  --tw-translate-y: -77px;
}

.-translate-y-78px {
  --tw-translate-y: -78px;
}

.-translate-y-79px {
  --tw-translate-y: -79px;
}

.-translate-y-80px {
  --tw-translate-y: -80px;
}

.-translate-y-81px {
  --tw-translate-y: -81px;
}

.-translate-y-82px {
  --tw-translate-y: -82px;
}

.-translate-y-83px {
  --tw-translate-y: -83px;
}

.-translate-y-84px {
  --tw-translate-y: -84px;
}

.-translate-y-85px {
  --tw-translate-y: -85px;
}

.-translate-y-86px {
  --tw-translate-y: -86px;
}

.-translate-y-87px {
  --tw-translate-y: -87px;
}

.-translate-y-88px {
  --tw-translate-y: -88px;
}

.-translate-y-89px {
  --tw-translate-y: -89px;
}

.-translate-y-90px {
  --tw-translate-y: -90px;
}

.-translate-y-91px {
  --tw-translate-y: -91px;
}

.-translate-y-92px {
  --tw-translate-y: -92px;
}

.-translate-y-93px {
  --tw-translate-y: -93px;
}

.-translate-y-94px {
  --tw-translate-y: -94px;
}

.-translate-y-95px {
  --tw-translate-y: -95px;
}

.-translate-y-96px {
  --tw-translate-y: -96px;
}

.-translate-y-97px {
  --tw-translate-y: -97px;
}

.-translate-y-98px {
  --tw-translate-y: -98px;
}

.-translate-y-99px {
  --tw-translate-y: -99px;
}

.-translate-y-100px {
  --tw-translate-y: -100px;
}

.-translate-y-101px {
  --tw-translate-y: -101px;
}

.-translate-y-102px {
  --tw-translate-y: -102px;
}

.-translate-y-103px {
  --tw-translate-y: -103px;
}

.-translate-y-104px {
  --tw-translate-y: -104px;
}

.-translate-y-105px {
  --tw-translate-y: -105px;
}

.-translate-y-106px {
  --tw-translate-y: -106px;
}

.-translate-y-107px {
  --tw-translate-y: -107px;
}

.-translate-y-108px {
  --tw-translate-y: -108px;
}

.-translate-y-109px {
  --tw-translate-y: -109px;
}

.-translate-y-110px {
  --tw-translate-y: -110px;
}

.-translate-y-111px {
  --tw-translate-y: -111px;
}

.-translate-y-112px {
  --tw-translate-y: -112px;
}

.-translate-y-113px {
  --tw-translate-y: -113px;
}

.-translate-y-114px {
  --tw-translate-y: -114px;
}

.-translate-y-115px {
  --tw-translate-y: -115px;
}

.-translate-y-116px {
  --tw-translate-y: -116px;
}

.-translate-y-117px {
  --tw-translate-y: -117px;
}

.-translate-y-118px {
  --tw-translate-y: -118px;
}

.-translate-y-119px {
  --tw-translate-y: -119px;
}

.-translate-y-120px {
  --tw-translate-y: -120px;
}

.-translate-y-121px {
  --tw-translate-y: -121px;
}

.-translate-y-122px {
  --tw-translate-y: -122px;
}

.-translate-y-123px {
  --tw-translate-y: -123px;
}

.-translate-y-124px {
  --tw-translate-y: -124px;
}

.-translate-y-125px {
  --tw-translate-y: -125px;
}

.-translate-y-126px {
  --tw-translate-y: -126px;
}

.-translate-y-127px {
  --tw-translate-y: -127px;
}

.-translate-y-128px {
  --tw-translate-y: -128px;
}

.-translate-y-129px {
  --tw-translate-y: -129px;
}

.-translate-y-130px {
  --tw-translate-y: -130px;
}

.-translate-y-133px {
  --tw-translate-y: -133px;
}

.-translate-y-140px {
  --tw-translate-y: -140px;
}

.-translate-y-195px {
  --tw-translate-y: -195px;
}

.-translate-y-200px {
  --tw-translate-y: -200px;
}

.-translate-y-210px {
  --tw-translate-y: -210px;
}

.-translate-y-222px {
  --tw-translate-y: -222px;
}

.-translate-y-258px {
  --tw-translate-y: -258px;
}

.-translate-y-280px {
  --tw-translate-y: -280px;
}

.-translate-y-334px {
  --tw-translate-y: -334px;
}

.-translate-y-388px {
  --tw-translate-y: -388px;
}

.-translate-y-480px {
  --tw-translate-y: -480px;
}

.-translate-y-490px {
  --tw-translate-y: -490px;
}

.-translate-y-505px {
  --tw-translate-y: -505px;
}

.-translate-y-507px {
  --tw-translate-y: -507px;
}

.-translate-y-760px {
  --tw-translate-y: -760px;
}

.-translate-y-780px {
  --tw-translate-y: -780px;
}

.-translate-y-980px {
  --tw-translate-y: -980px;
}

.-translate-y-1366px {
  --tw-translate-y: -1366px;
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667%;
}

.translate-y-1\/4 {
  --tw-translate-y: 25%;
}

.translate-y-2\/4 {
  --tw-translate-y: 50%;
}

.translate-y-3\/4 {
  --tw-translate-y: 75%;
}

.translate-y-full {
  --tw-translate-y: 100%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667%;
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
}

.-translate-y-3\/4 {
  --tw-translate-y: -75%;
}

.-translate-y-full {
  --tw-translate-y: -100%;
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0px;
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover {
  --tw-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover {
  --tw-translate-x: 1rem;
}

.hover\:translate-x-5:hover {
  --tw-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover {
  --tw-translate-x: 1.5rem;
}

.hover\:translate-x-7:hover {
  --tw-translate-x: 1.75rem;
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 2rem;
}

.hover\:translate-x-9:hover {
  --tw-translate-x: 2.25rem;
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 2.5rem;
}

.hover\:translate-x-11:hover {
  --tw-translate-x: 2.75rem;
}

.hover\:translate-x-12:hover {
  --tw-translate-x: 3rem;
}

.hover\:translate-x-14:hover {
  --tw-translate-x: 3.5rem;
}

.hover\:translate-x-16:hover {
  --tw-translate-x: 4rem;
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 5rem;
}

.hover\:translate-x-24:hover {
  --tw-translate-x: 6rem;
}

.hover\:translate-x-28:hover {
  --tw-translate-x: 7rem;
}

.hover\:translate-x-32:hover {
  --tw-translate-x: 8rem;
}

.hover\:translate-x-36:hover {
  --tw-translate-x: 9rem;
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 10rem;
}

.hover\:translate-x-44:hover {
  --tw-translate-x: 11rem;
}

.hover\:translate-x-48:hover {
  --tw-translate-x: 12rem;
}

.hover\:translate-x-52:hover {
  --tw-translate-x: 13rem;
}

.hover\:translate-x-56:hover {
  --tw-translate-x: 14rem;
}

.hover\:translate-x-60:hover {
  --tw-translate-x: 15rem;
}

.hover\:translate-x-64:hover {
  --tw-translate-x: 16rem;
}

.hover\:translate-x-72:hover {
  --tw-translate-x: 18rem;
}

.hover\:translate-x-80:hover {
  --tw-translate-x: 20rem;
}

.hover\:translate-x-96:hover {
  --tw-translate-x: 24rem;
}

.hover\:translate-x-px:hover {
  --tw-translate-x: 1px;
}

.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem;
}

.hover\:translate-x-1\.5:hover {
  --tw-translate-x: 0.375rem;
}

.hover\:translate-x-2\.5:hover {
  --tw-translate-x: 0.625rem;
}

.hover\:translate-x-3\.5:hover {
  --tw-translate-x: 0.875rem;
}

.hover\:translate-x-1px:hover {
  --tw-translate-x: 1px;
}

.hover\:translate-x-2px:hover {
  --tw-translate-x: 2px;
}

.hover\:translate-x-3px:hover {
  --tw-translate-x: 3px;
}

.hover\:translate-x-4px:hover {
  --tw-translate-x: 4px;
}

.hover\:translate-x-5px:hover {
  --tw-translate-x: 5px;
}

.hover\:translate-x-6px:hover {
  --tw-translate-x: 6px;
}

.hover\:translate-x-7px:hover {
  --tw-translate-x: 7px;
}

.hover\:translate-x-8px:hover {
  --tw-translate-x: 8px;
}

.hover\:translate-x-9px:hover {
  --tw-translate-x: 9px;
}

.hover\:translate-x-10px:hover {
  --tw-translate-x: 10px;
}

.hover\:translate-x-11px:hover {
  --tw-translate-x: 11px;
}

.hover\:translate-x-12px:hover {
  --tw-translate-x: 12px;
}

.hover\:translate-x-13px:hover {
  --tw-translate-x: 13px;
}

.hover\:translate-x-14px:hover {
  --tw-translate-x: 14px;
}

.hover\:translate-x-15px:hover {
  --tw-translate-x: 15px;
}

.hover\:translate-x-16px:hover {
  --tw-translate-x: 16px;
}

.hover\:translate-x-17px:hover {
  --tw-translate-x: 17px;
}

.hover\:translate-x-18px:hover {
  --tw-translate-x: 18px;
}

.hover\:translate-x-19px:hover {
  --tw-translate-x: 19px;
}

.hover\:translate-x-20px:hover {
  --tw-translate-x: 20px;
}

.hover\:translate-x-21px:hover {
  --tw-translate-x: 21px;
}

.hover\:translate-x-22px:hover {
  --tw-translate-x: 22px;
}

.hover\:translate-x-23px:hover {
  --tw-translate-x: 23px;
}

.hover\:translate-x-24px:hover {
  --tw-translate-x: 24px;
}

.hover\:translate-x-25px:hover {
  --tw-translate-x: 25px;
}

.hover\:translate-x-26px:hover {
  --tw-translate-x: 26px;
}

.hover\:translate-x-27px:hover {
  --tw-translate-x: 27px;
}

.hover\:translate-x-28px:hover {
  --tw-translate-x: 28px;
}

.hover\:translate-x-29px:hover {
  --tw-translate-x: 29px;
}

.hover\:translate-x-30px:hover {
  --tw-translate-x: 30px;
}

.hover\:translate-x-31px:hover {
  --tw-translate-x: 31px;
}

.hover\:translate-x-32px:hover {
  --tw-translate-x: 32px;
}

.hover\:translate-x-33px:hover {
  --tw-translate-x: 33px;
}

.hover\:translate-x-34px:hover {
  --tw-translate-x: 34px;
}

.hover\:translate-x-35px:hover {
  --tw-translate-x: 35px;
}

.hover\:translate-x-36px:hover {
  --tw-translate-x: 36px;
}

.hover\:translate-x-37px:hover {
  --tw-translate-x: 37px;
}

.hover\:translate-x-38px:hover {
  --tw-translate-x: 38px;
}

.hover\:translate-x-39px:hover {
  --tw-translate-x: 39px;
}

.hover\:translate-x-40px:hover {
  --tw-translate-x: 40px;
}

.hover\:translate-x-41px:hover {
  --tw-translate-x: 41px;
}

.hover\:translate-x-42px:hover {
  --tw-translate-x: 42px;
}

.hover\:translate-x-43px:hover {
  --tw-translate-x: 43px;
}

.hover\:translate-x-44px:hover {
  --tw-translate-x: 44px;
}

.hover\:translate-x-45px:hover {
  --tw-translate-x: 45px;
}

.hover\:translate-x-46px:hover {
  --tw-translate-x: 46px;
}

.hover\:translate-x-47px:hover {
  --tw-translate-x: 47px;
}

.hover\:translate-x-48px:hover {
  --tw-translate-x: 48px;
}

.hover\:translate-x-49px:hover {
  --tw-translate-x: 49px;
}

.hover\:translate-x-50px:hover {
  --tw-translate-x: 50px;
}

.hover\:translate-x-51px:hover {
  --tw-translate-x: 51px;
}

.hover\:translate-x-52px:hover {
  --tw-translate-x: 52px;
}

.hover\:translate-x-53px:hover {
  --tw-translate-x: 53px;
}

.hover\:translate-x-54px:hover {
  --tw-translate-x: 54px;
}

.hover\:translate-x-55px:hover {
  --tw-translate-x: 55px;
}

.hover\:translate-x-56px:hover {
  --tw-translate-x: 56px;
}

.hover\:translate-x-57px:hover {
  --tw-translate-x: 57px;
}

.hover\:translate-x-58px:hover {
  --tw-translate-x: 58px;
}

.hover\:translate-x-59px:hover {
  --tw-translate-x: 59px;
}

.hover\:translate-x-60px:hover {
  --tw-translate-x: 60px;
}

.hover\:translate-x-61px:hover {
  --tw-translate-x: 61px;
}

.hover\:translate-x-62px:hover {
  --tw-translate-x: 62px;
}

.hover\:translate-x-63px:hover {
  --tw-translate-x: 63px;
}

.hover\:translate-x-64px:hover {
  --tw-translate-x: 64px;
}

.hover\:translate-x-65px:hover {
  --tw-translate-x: 65px;
}

.hover\:translate-x-66px:hover {
  --tw-translate-x: 66px;
}

.hover\:translate-x-67px:hover {
  --tw-translate-x: 67px;
}

.hover\:translate-x-68px:hover {
  --tw-translate-x: 68px;
}

.hover\:translate-x-69px:hover {
  --tw-translate-x: 69px;
}

.hover\:translate-x-70px:hover {
  --tw-translate-x: 70px;
}

.hover\:translate-x-71px:hover {
  --tw-translate-x: 71px;
}

.hover\:translate-x-72px:hover {
  --tw-translate-x: 72px;
}

.hover\:translate-x-73px:hover {
  --tw-translate-x: 73px;
}

.hover\:translate-x-74px:hover {
  --tw-translate-x: 74px;
}

.hover\:translate-x-75px:hover {
  --tw-translate-x: 75px;
}

.hover\:translate-x-76px:hover {
  --tw-translate-x: 76px;
}

.hover\:translate-x-77px:hover {
  --tw-translate-x: 77px;
}

.hover\:translate-x-78px:hover {
  --tw-translate-x: 78px;
}

.hover\:translate-x-79px:hover {
  --tw-translate-x: 79px;
}

.hover\:translate-x-80px:hover {
  --tw-translate-x: 80px;
}

.hover\:translate-x-81px:hover {
  --tw-translate-x: 81px;
}

.hover\:translate-x-82px:hover {
  --tw-translate-x: 82px;
}

.hover\:translate-x-83px:hover {
  --tw-translate-x: 83px;
}

.hover\:translate-x-84px:hover {
  --tw-translate-x: 84px;
}

.hover\:translate-x-85px:hover {
  --tw-translate-x: 85px;
}

.hover\:translate-x-86px:hover {
  --tw-translate-x: 86px;
}

.hover\:translate-x-87px:hover {
  --tw-translate-x: 87px;
}

.hover\:translate-x-88px:hover {
  --tw-translate-x: 88px;
}

.hover\:translate-x-89px:hover {
  --tw-translate-x: 89px;
}

.hover\:translate-x-90px:hover {
  --tw-translate-x: 90px;
}

.hover\:translate-x-91px:hover {
  --tw-translate-x: 91px;
}

.hover\:translate-x-92px:hover {
  --tw-translate-x: 92px;
}

.hover\:translate-x-93px:hover {
  --tw-translate-x: 93px;
}

.hover\:translate-x-94px:hover {
  --tw-translate-x: 94px;
}

.hover\:translate-x-95px:hover {
  --tw-translate-x: 95px;
}

.hover\:translate-x-96px:hover {
  --tw-translate-x: 96px;
}

.hover\:translate-x-97px:hover {
  --tw-translate-x: 97px;
}

.hover\:translate-x-98px:hover {
  --tw-translate-x: 98px;
}

.hover\:translate-x-99px:hover {
  --tw-translate-x: 99px;
}

.hover\:translate-x-100px:hover {
  --tw-translate-x: 100px;
}

.hover\:translate-x-101px:hover {
  --tw-translate-x: 101px;
}

.hover\:translate-x-102px:hover {
  --tw-translate-x: 102px;
}

.hover\:translate-x-103px:hover {
  --tw-translate-x: 103px;
}

.hover\:translate-x-104px:hover {
  --tw-translate-x: 104px;
}

.hover\:translate-x-105px:hover {
  --tw-translate-x: 105px;
}

.hover\:translate-x-106px:hover {
  --tw-translate-x: 106px;
}

.hover\:translate-x-107px:hover {
  --tw-translate-x: 107px;
}

.hover\:translate-x-108px:hover {
  --tw-translate-x: 108px;
}

.hover\:translate-x-109px:hover {
  --tw-translate-x: 109px;
}

.hover\:translate-x-110px:hover {
  --tw-translate-x: 110px;
}

.hover\:translate-x-111px:hover {
  --tw-translate-x: 111px;
}

.hover\:translate-x-112px:hover {
  --tw-translate-x: 112px;
}

.hover\:translate-x-113px:hover {
  --tw-translate-x: 113px;
}

.hover\:translate-x-114px:hover {
  --tw-translate-x: 114px;
}

.hover\:translate-x-115px:hover {
  --tw-translate-x: 115px;
}

.hover\:translate-x-116px:hover {
  --tw-translate-x: 116px;
}

.hover\:translate-x-117px:hover {
  --tw-translate-x: 117px;
}

.hover\:translate-x-118px:hover {
  --tw-translate-x: 118px;
}

.hover\:translate-x-119px:hover {
  --tw-translate-x: 119px;
}

.hover\:translate-x-120px:hover {
  --tw-translate-x: 120px;
}

.hover\:translate-x-121px:hover {
  --tw-translate-x: 121px;
}

.hover\:translate-x-122px:hover {
  --tw-translate-x: 122px;
}

.hover\:translate-x-123px:hover {
  --tw-translate-x: 123px;
}

.hover\:translate-x-124px:hover {
  --tw-translate-x: 124px;
}

.hover\:translate-x-125px:hover {
  --tw-translate-x: 125px;
}

.hover\:translate-x-126px:hover {
  --tw-translate-x: 126px;
}

.hover\:translate-x-127px:hover {
  --tw-translate-x: 127px;
}

.hover\:translate-x-128px:hover {
  --tw-translate-x: 128px;
}

.hover\:translate-x-129px:hover {
  --tw-translate-x: 129px;
}

.hover\:translate-x-130px:hover {
  --tw-translate-x: 130px;
}

.hover\:translate-x-133px:hover {
  --tw-translate-x: 133px;
}

.hover\:translate-x-140px:hover {
  --tw-translate-x: 140px;
}

.hover\:translate-x-195px:hover {
  --tw-translate-x: 195px;
}

.hover\:translate-x-200px:hover {
  --tw-translate-x: 200px;
}

.hover\:translate-x-210px:hover {
  --tw-translate-x: 210px;
}

.hover\:translate-x-222px:hover {
  --tw-translate-x: 222px;
}

.hover\:translate-x-258px:hover {
  --tw-translate-x: 258px;
}

.hover\:translate-x-280px:hover {
  --tw-translate-x: 280px;
}

.hover\:translate-x-334px:hover {
  --tw-translate-x: 334px;
}

.hover\:translate-x-388px:hover {
  --tw-translate-x: 388px;
}

.hover\:translate-x-480px:hover {
  --tw-translate-x: 480px;
}

.hover\:translate-x-490px:hover {
  --tw-translate-x: 490px;
}

.hover\:translate-x-505px:hover {
  --tw-translate-x: 505px;
}

.hover\:translate-x-507px:hover {
  --tw-translate-x: 507px;
}

.hover\:translate-x-760px:hover {
  --tw-translate-x: 760px;
}

.hover\:translate-x-780px:hover {
  --tw-translate-x: 780px;
}

.hover\:translate-x-980px:hover {
  --tw-translate-x: 980px;
}

.hover\:translate-x-1366px:hover {
  --tw-translate-x: 1366px;
}

.hover\:-translate-x-0:hover {
  --tw-translate-x: 0px;
}

.hover\:-translate-x-1:hover {
  --tw-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover {
  --tw-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover {
  --tw-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover {
  --tw-translate-x: -1rem;
}

.hover\:-translate-x-5:hover {
  --tw-translate-x: -1.25rem;
}

.hover\:-translate-x-6:hover {
  --tw-translate-x: -1.5rem;
}

.hover\:-translate-x-7:hover {
  --tw-translate-x: -1.75rem;
}

.hover\:-translate-x-8:hover {
  --tw-translate-x: -2rem;
}

.hover\:-translate-x-9:hover {
  --tw-translate-x: -2.25rem;
}

.hover\:-translate-x-10:hover {
  --tw-translate-x: -2.5rem;
}

.hover\:-translate-x-11:hover {
  --tw-translate-x: -2.75rem;
}

.hover\:-translate-x-12:hover {
  --tw-translate-x: -3rem;
}

.hover\:-translate-x-14:hover {
  --tw-translate-x: -3.5rem;
}

.hover\:-translate-x-16:hover {
  --tw-translate-x: -4rem;
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -5rem;
}

.hover\:-translate-x-24:hover {
  --tw-translate-x: -6rem;
}

.hover\:-translate-x-28:hover {
  --tw-translate-x: -7rem;
}

.hover\:-translate-x-32:hover {
  --tw-translate-x: -8rem;
}

.hover\:-translate-x-36:hover {
  --tw-translate-x: -9rem;
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -10rem;
}

.hover\:-translate-x-44:hover {
  --tw-translate-x: -11rem;
}

.hover\:-translate-x-48:hover {
  --tw-translate-x: -12rem;
}

.hover\:-translate-x-52:hover {
  --tw-translate-x: -13rem;
}

.hover\:-translate-x-56:hover {
  --tw-translate-x: -14rem;
}

.hover\:-translate-x-60:hover {
  --tw-translate-x: -15rem;
}

.hover\:-translate-x-64:hover {
  --tw-translate-x: -16rem;
}

.hover\:-translate-x-72:hover {
  --tw-translate-x: -18rem;
}

.hover\:-translate-x-80:hover {
  --tw-translate-x: -20rem;
}

.hover\:-translate-x-96:hover {
  --tw-translate-x: -24rem;
}

.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px;
}

.hover\:-translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem;
}

.hover\:-translate-x-1\.5:hover {
  --tw-translate-x: -0.375rem;
}

.hover\:-translate-x-2\.5:hover {
  --tw-translate-x: -0.625rem;
}

.hover\:-translate-x-3\.5:hover {
  --tw-translate-x: -0.875rem;
}

.hover\:-translate-x-1px:hover {
  --tw-translate-x: -1px;
}

.hover\:-translate-x-2px:hover {
  --tw-translate-x: -2px;
}

.hover\:-translate-x-3px:hover {
  --tw-translate-x: -3px;
}

.hover\:-translate-x-4px:hover {
  --tw-translate-x: -4px;
}

.hover\:-translate-x-5px:hover {
  --tw-translate-x: -5px;
}

.hover\:-translate-x-6px:hover {
  --tw-translate-x: -6px;
}

.hover\:-translate-x-7px:hover {
  --tw-translate-x: -7px;
}

.hover\:-translate-x-8px:hover {
  --tw-translate-x: -8px;
}

.hover\:-translate-x-9px:hover {
  --tw-translate-x: -9px;
}

.hover\:-translate-x-10px:hover {
  --tw-translate-x: -10px;
}

.hover\:-translate-x-11px:hover {
  --tw-translate-x: -11px;
}

.hover\:-translate-x-12px:hover {
  --tw-translate-x: -12px;
}

.hover\:-translate-x-13px:hover {
  --tw-translate-x: -13px;
}

.hover\:-translate-x-14px:hover {
  --tw-translate-x: -14px;
}

.hover\:-translate-x-15px:hover {
  --tw-translate-x: -15px;
}

.hover\:-translate-x-16px:hover {
  --tw-translate-x: -16px;
}

.hover\:-translate-x-17px:hover {
  --tw-translate-x: -17px;
}

.hover\:-translate-x-18px:hover {
  --tw-translate-x: -18px;
}

.hover\:-translate-x-19px:hover {
  --tw-translate-x: -19px;
}

.hover\:-translate-x-20px:hover {
  --tw-translate-x: -20px;
}

.hover\:-translate-x-21px:hover {
  --tw-translate-x: -21px;
}

.hover\:-translate-x-22px:hover {
  --tw-translate-x: -22px;
}

.hover\:-translate-x-23px:hover {
  --tw-translate-x: -23px;
}

.hover\:-translate-x-24px:hover {
  --tw-translate-x: -24px;
}

.hover\:-translate-x-25px:hover {
  --tw-translate-x: -25px;
}

.hover\:-translate-x-26px:hover {
  --tw-translate-x: -26px;
}

.hover\:-translate-x-27px:hover {
  --tw-translate-x: -27px;
}

.hover\:-translate-x-28px:hover {
  --tw-translate-x: -28px;
}

.hover\:-translate-x-29px:hover {
  --tw-translate-x: -29px;
}

.hover\:-translate-x-30px:hover {
  --tw-translate-x: -30px;
}

.hover\:-translate-x-31px:hover {
  --tw-translate-x: -31px;
}

.hover\:-translate-x-32px:hover {
  --tw-translate-x: -32px;
}

.hover\:-translate-x-33px:hover {
  --tw-translate-x: -33px;
}

.hover\:-translate-x-34px:hover {
  --tw-translate-x: -34px;
}

.hover\:-translate-x-35px:hover {
  --tw-translate-x: -35px;
}

.hover\:-translate-x-36px:hover {
  --tw-translate-x: -36px;
}

.hover\:-translate-x-37px:hover {
  --tw-translate-x: -37px;
}

.hover\:-translate-x-38px:hover {
  --tw-translate-x: -38px;
}

.hover\:-translate-x-39px:hover {
  --tw-translate-x: -39px;
}

.hover\:-translate-x-40px:hover {
  --tw-translate-x: -40px;
}

.hover\:-translate-x-41px:hover {
  --tw-translate-x: -41px;
}

.hover\:-translate-x-42px:hover {
  --tw-translate-x: -42px;
}

.hover\:-translate-x-43px:hover {
  --tw-translate-x: -43px;
}

.hover\:-translate-x-44px:hover {
  --tw-translate-x: -44px;
}

.hover\:-translate-x-45px:hover {
  --tw-translate-x: -45px;
}

.hover\:-translate-x-46px:hover {
  --tw-translate-x: -46px;
}

.hover\:-translate-x-47px:hover {
  --tw-translate-x: -47px;
}

.hover\:-translate-x-48px:hover {
  --tw-translate-x: -48px;
}

.hover\:-translate-x-49px:hover {
  --tw-translate-x: -49px;
}

.hover\:-translate-x-50px:hover {
  --tw-translate-x: -50px;
}

.hover\:-translate-x-51px:hover {
  --tw-translate-x: -51px;
}

.hover\:-translate-x-52px:hover {
  --tw-translate-x: -52px;
}

.hover\:-translate-x-53px:hover {
  --tw-translate-x: -53px;
}

.hover\:-translate-x-54px:hover {
  --tw-translate-x: -54px;
}

.hover\:-translate-x-55px:hover {
  --tw-translate-x: -55px;
}

.hover\:-translate-x-56px:hover {
  --tw-translate-x: -56px;
}

.hover\:-translate-x-57px:hover {
  --tw-translate-x: -57px;
}

.hover\:-translate-x-58px:hover {
  --tw-translate-x: -58px;
}

.hover\:-translate-x-59px:hover {
  --tw-translate-x: -59px;
}

.hover\:-translate-x-60px:hover {
  --tw-translate-x: -60px;
}

.hover\:-translate-x-61px:hover {
  --tw-translate-x: -61px;
}

.hover\:-translate-x-62px:hover {
  --tw-translate-x: -62px;
}

.hover\:-translate-x-63px:hover {
  --tw-translate-x: -63px;
}

.hover\:-translate-x-64px:hover {
  --tw-translate-x: -64px;
}

.hover\:-translate-x-65px:hover {
  --tw-translate-x: -65px;
}

.hover\:-translate-x-66px:hover {
  --tw-translate-x: -66px;
}

.hover\:-translate-x-67px:hover {
  --tw-translate-x: -67px;
}

.hover\:-translate-x-68px:hover {
  --tw-translate-x: -68px;
}

.hover\:-translate-x-69px:hover {
  --tw-translate-x: -69px;
}

.hover\:-translate-x-70px:hover {
  --tw-translate-x: -70px;
}

.hover\:-translate-x-71px:hover {
  --tw-translate-x: -71px;
}

.hover\:-translate-x-72px:hover {
  --tw-translate-x: -72px;
}

.hover\:-translate-x-73px:hover {
  --tw-translate-x: -73px;
}

.hover\:-translate-x-74px:hover {
  --tw-translate-x: -74px;
}

.hover\:-translate-x-75px:hover {
  --tw-translate-x: -75px;
}

.hover\:-translate-x-76px:hover {
  --tw-translate-x: -76px;
}

.hover\:-translate-x-77px:hover {
  --tw-translate-x: -77px;
}

.hover\:-translate-x-78px:hover {
  --tw-translate-x: -78px;
}

.hover\:-translate-x-79px:hover {
  --tw-translate-x: -79px;
}

.hover\:-translate-x-80px:hover {
  --tw-translate-x: -80px;
}

.hover\:-translate-x-81px:hover {
  --tw-translate-x: -81px;
}

.hover\:-translate-x-82px:hover {
  --tw-translate-x: -82px;
}

.hover\:-translate-x-83px:hover {
  --tw-translate-x: -83px;
}

.hover\:-translate-x-84px:hover {
  --tw-translate-x: -84px;
}

.hover\:-translate-x-85px:hover {
  --tw-translate-x: -85px;
}

.hover\:-translate-x-86px:hover {
  --tw-translate-x: -86px;
}

.hover\:-translate-x-87px:hover {
  --tw-translate-x: -87px;
}

.hover\:-translate-x-88px:hover {
  --tw-translate-x: -88px;
}

.hover\:-translate-x-89px:hover {
  --tw-translate-x: -89px;
}

.hover\:-translate-x-90px:hover {
  --tw-translate-x: -90px;
}

.hover\:-translate-x-91px:hover {
  --tw-translate-x: -91px;
}

.hover\:-translate-x-92px:hover {
  --tw-translate-x: -92px;
}

.hover\:-translate-x-93px:hover {
  --tw-translate-x: -93px;
}

.hover\:-translate-x-94px:hover {
  --tw-translate-x: -94px;
}

.hover\:-translate-x-95px:hover {
  --tw-translate-x: -95px;
}

.hover\:-translate-x-96px:hover {
  --tw-translate-x: -96px;
}

.hover\:-translate-x-97px:hover {
  --tw-translate-x: -97px;
}

.hover\:-translate-x-98px:hover {
  --tw-translate-x: -98px;
}

.hover\:-translate-x-99px:hover {
  --tw-translate-x: -99px;
}

.hover\:-translate-x-100px:hover {
  --tw-translate-x: -100px;
}

.hover\:-translate-x-101px:hover {
  --tw-translate-x: -101px;
}

.hover\:-translate-x-102px:hover {
  --tw-translate-x: -102px;
}

.hover\:-translate-x-103px:hover {
  --tw-translate-x: -103px;
}

.hover\:-translate-x-104px:hover {
  --tw-translate-x: -104px;
}

.hover\:-translate-x-105px:hover {
  --tw-translate-x: -105px;
}

.hover\:-translate-x-106px:hover {
  --tw-translate-x: -106px;
}

.hover\:-translate-x-107px:hover {
  --tw-translate-x: -107px;
}

.hover\:-translate-x-108px:hover {
  --tw-translate-x: -108px;
}

.hover\:-translate-x-109px:hover {
  --tw-translate-x: -109px;
}

.hover\:-translate-x-110px:hover {
  --tw-translate-x: -110px;
}

.hover\:-translate-x-111px:hover {
  --tw-translate-x: -111px;
}

.hover\:-translate-x-112px:hover {
  --tw-translate-x: -112px;
}

.hover\:-translate-x-113px:hover {
  --tw-translate-x: -113px;
}

.hover\:-translate-x-114px:hover {
  --tw-translate-x: -114px;
}

.hover\:-translate-x-115px:hover {
  --tw-translate-x: -115px;
}

.hover\:-translate-x-116px:hover {
  --tw-translate-x: -116px;
}

.hover\:-translate-x-117px:hover {
  --tw-translate-x: -117px;
}

.hover\:-translate-x-118px:hover {
  --tw-translate-x: -118px;
}

.hover\:-translate-x-119px:hover {
  --tw-translate-x: -119px;
}

.hover\:-translate-x-120px:hover {
  --tw-translate-x: -120px;
}

.hover\:-translate-x-121px:hover {
  --tw-translate-x: -121px;
}

.hover\:-translate-x-122px:hover {
  --tw-translate-x: -122px;
}

.hover\:-translate-x-123px:hover {
  --tw-translate-x: -123px;
}

.hover\:-translate-x-124px:hover {
  --tw-translate-x: -124px;
}

.hover\:-translate-x-125px:hover {
  --tw-translate-x: -125px;
}

.hover\:-translate-x-126px:hover {
  --tw-translate-x: -126px;
}

.hover\:-translate-x-127px:hover {
  --tw-translate-x: -127px;
}

.hover\:-translate-x-128px:hover {
  --tw-translate-x: -128px;
}

.hover\:-translate-x-129px:hover {
  --tw-translate-x: -129px;
}

.hover\:-translate-x-130px:hover {
  --tw-translate-x: -130px;
}

.hover\:-translate-x-133px:hover {
  --tw-translate-x: -133px;
}

.hover\:-translate-x-140px:hover {
  --tw-translate-x: -140px;
}

.hover\:-translate-x-195px:hover {
  --tw-translate-x: -195px;
}

.hover\:-translate-x-200px:hover {
  --tw-translate-x: -200px;
}

.hover\:-translate-x-210px:hover {
  --tw-translate-x: -210px;
}

.hover\:-translate-x-222px:hover {
  --tw-translate-x: -222px;
}

.hover\:-translate-x-258px:hover {
  --tw-translate-x: -258px;
}

.hover\:-translate-x-280px:hover {
  --tw-translate-x: -280px;
}

.hover\:-translate-x-334px:hover {
  --tw-translate-x: -334px;
}

.hover\:-translate-x-388px:hover {
  --tw-translate-x: -388px;
}

.hover\:-translate-x-480px:hover {
  --tw-translate-x: -480px;
}

.hover\:-translate-x-490px:hover {
  --tw-translate-x: -490px;
}

.hover\:-translate-x-505px:hover {
  --tw-translate-x: -505px;
}

.hover\:-translate-x-507px:hover {
  --tw-translate-x: -507px;
}

.hover\:-translate-x-760px:hover {
  --tw-translate-x: -760px;
}

.hover\:-translate-x-780px:hover {
  --tw-translate-x: -780px;
}

.hover\:-translate-x-980px:hover {
  --tw-translate-x: -980px;
}

.hover\:-translate-x-1366px:hover {
  --tw-translate-x: -1366px;
}

.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333%;
}

.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667%;
}

.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25%;
}

.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75%;
}

.hover\:translate-x-full:hover {
  --tw-translate-x: 100%;
}

.hover\:-translate-x-1\/2:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333%;
}

.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667%;
}

.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25%;
}

.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75%;
}

.hover\:-translate-x-full:hover {
  --tw-translate-x: -100%;
}

.hover\:translate-y-0:hover {
  --tw-translate-y: 0px;
}

.hover\:translate-y-1:hover {
  --tw-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover {
  --tw-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover {
  --tw-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover {
  --tw-translate-y: 1rem;
}

.hover\:translate-y-5:hover {
  --tw-translate-y: 1.25rem;
}

.hover\:translate-y-6:hover {
  --tw-translate-y: 1.5rem;
}

.hover\:translate-y-7:hover {
  --tw-translate-y: 1.75rem;
}

.hover\:translate-y-8:hover {
  --tw-translate-y: 2rem;
}

.hover\:translate-y-9:hover {
  --tw-translate-y: 2.25rem;
}

.hover\:translate-y-10:hover {
  --tw-translate-y: 2.5rem;
}

.hover\:translate-y-11:hover {
  --tw-translate-y: 2.75rem;
}

.hover\:translate-y-12:hover {
  --tw-translate-y: 3rem;
}

.hover\:translate-y-14:hover {
  --tw-translate-y: 3.5rem;
}

.hover\:translate-y-16:hover {
  --tw-translate-y: 4rem;
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 5rem;
}

.hover\:translate-y-24:hover {
  --tw-translate-y: 6rem;
}

.hover\:translate-y-28:hover {
  --tw-translate-y: 7rem;
}

.hover\:translate-y-32:hover {
  --tw-translate-y: 8rem;
}

.hover\:translate-y-36:hover {
  --tw-translate-y: 9rem;
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 10rem;
}

.hover\:translate-y-44:hover {
  --tw-translate-y: 11rem;
}

.hover\:translate-y-48:hover {
  --tw-translate-y: 12rem;
}

.hover\:translate-y-52:hover {
  --tw-translate-y: 13rem;
}

.hover\:translate-y-56:hover {
  --tw-translate-y: 14rem;
}

.hover\:translate-y-60:hover {
  --tw-translate-y: 15rem;
}

.hover\:translate-y-64:hover {
  --tw-translate-y: 16rem;
}

.hover\:translate-y-72:hover {
  --tw-translate-y: 18rem;
}

.hover\:translate-y-80:hover {
  --tw-translate-y: 20rem;
}

.hover\:translate-y-96:hover {
  --tw-translate-y: 24rem;
}

.hover\:translate-y-px:hover {
  --tw-translate-y: 1px;
}

.hover\:translate-y-0\.5:hover {
  --tw-translate-y: 0.125rem;
}

.hover\:translate-y-1\.5:hover {
  --tw-translate-y: 0.375rem;
}

.hover\:translate-y-2\.5:hover {
  --tw-translate-y: 0.625rem;
}

.hover\:translate-y-3\.5:hover {
  --tw-translate-y: 0.875rem;
}

.hover\:translate-y-1px:hover {
  --tw-translate-y: 1px;
}

.hover\:translate-y-2px:hover {
  --tw-translate-y: 2px;
}

.hover\:translate-y-3px:hover {
  --tw-translate-y: 3px;
}

.hover\:translate-y-4px:hover {
  --tw-translate-y: 4px;
}

.hover\:translate-y-5px:hover {
  --tw-translate-y: 5px;
}

.hover\:translate-y-6px:hover {
  --tw-translate-y: 6px;
}

.hover\:translate-y-7px:hover {
  --tw-translate-y: 7px;
}

.hover\:translate-y-8px:hover {
  --tw-translate-y: 8px;
}

.hover\:translate-y-9px:hover {
  --tw-translate-y: 9px;
}

.hover\:translate-y-10px:hover {
  --tw-translate-y: 10px;
}

.hover\:translate-y-11px:hover {
  --tw-translate-y: 11px;
}

.hover\:translate-y-12px:hover {
  --tw-translate-y: 12px;
}

.hover\:translate-y-13px:hover {
  --tw-translate-y: 13px;
}

.hover\:translate-y-14px:hover {
  --tw-translate-y: 14px;
}

.hover\:translate-y-15px:hover {
  --tw-translate-y: 15px;
}

.hover\:translate-y-16px:hover {
  --tw-translate-y: 16px;
}

.hover\:translate-y-17px:hover {
  --tw-translate-y: 17px;
}

.hover\:translate-y-18px:hover {
  --tw-translate-y: 18px;
}

.hover\:translate-y-19px:hover {
  --tw-translate-y: 19px;
}

.hover\:translate-y-20px:hover {
  --tw-translate-y: 20px;
}

.hover\:translate-y-21px:hover {
  --tw-translate-y: 21px;
}

.hover\:translate-y-22px:hover {
  --tw-translate-y: 22px;
}

.hover\:translate-y-23px:hover {
  --tw-translate-y: 23px;
}

.hover\:translate-y-24px:hover {
  --tw-translate-y: 24px;
}

.hover\:translate-y-25px:hover {
  --tw-translate-y: 25px;
}

.hover\:translate-y-26px:hover {
  --tw-translate-y: 26px;
}

.hover\:translate-y-27px:hover {
  --tw-translate-y: 27px;
}

.hover\:translate-y-28px:hover {
  --tw-translate-y: 28px;
}

.hover\:translate-y-29px:hover {
  --tw-translate-y: 29px;
}

.hover\:translate-y-30px:hover {
  --tw-translate-y: 30px;
}

.hover\:translate-y-31px:hover {
  --tw-translate-y: 31px;
}

.hover\:translate-y-32px:hover {
  --tw-translate-y: 32px;
}

.hover\:translate-y-33px:hover {
  --tw-translate-y: 33px;
}

.hover\:translate-y-34px:hover {
  --tw-translate-y: 34px;
}

.hover\:translate-y-35px:hover {
  --tw-translate-y: 35px;
}

.hover\:translate-y-36px:hover {
  --tw-translate-y: 36px;
}

.hover\:translate-y-37px:hover {
  --tw-translate-y: 37px;
}

.hover\:translate-y-38px:hover {
  --tw-translate-y: 38px;
}

.hover\:translate-y-39px:hover {
  --tw-translate-y: 39px;
}

.hover\:translate-y-40px:hover {
  --tw-translate-y: 40px;
}

.hover\:translate-y-41px:hover {
  --tw-translate-y: 41px;
}

.hover\:translate-y-42px:hover {
  --tw-translate-y: 42px;
}

.hover\:translate-y-43px:hover {
  --tw-translate-y: 43px;
}

.hover\:translate-y-44px:hover {
  --tw-translate-y: 44px;
}

.hover\:translate-y-45px:hover {
  --tw-translate-y: 45px;
}

.hover\:translate-y-46px:hover {
  --tw-translate-y: 46px;
}

.hover\:translate-y-47px:hover {
  --tw-translate-y: 47px;
}

.hover\:translate-y-48px:hover {
  --tw-translate-y: 48px;
}

.hover\:translate-y-49px:hover {
  --tw-translate-y: 49px;
}

.hover\:translate-y-50px:hover {
  --tw-translate-y: 50px;
}

.hover\:translate-y-51px:hover {
  --tw-translate-y: 51px;
}

.hover\:translate-y-52px:hover {
  --tw-translate-y: 52px;
}

.hover\:translate-y-53px:hover {
  --tw-translate-y: 53px;
}

.hover\:translate-y-54px:hover {
  --tw-translate-y: 54px;
}

.hover\:translate-y-55px:hover {
  --tw-translate-y: 55px;
}

.hover\:translate-y-56px:hover {
  --tw-translate-y: 56px;
}

.hover\:translate-y-57px:hover {
  --tw-translate-y: 57px;
}

.hover\:translate-y-58px:hover {
  --tw-translate-y: 58px;
}

.hover\:translate-y-59px:hover {
  --tw-translate-y: 59px;
}

.hover\:translate-y-60px:hover {
  --tw-translate-y: 60px;
}

.hover\:translate-y-61px:hover {
  --tw-translate-y: 61px;
}

.hover\:translate-y-62px:hover {
  --tw-translate-y: 62px;
}

.hover\:translate-y-63px:hover {
  --tw-translate-y: 63px;
}

.hover\:translate-y-64px:hover {
  --tw-translate-y: 64px;
}

.hover\:translate-y-65px:hover {
  --tw-translate-y: 65px;
}

.hover\:translate-y-66px:hover {
  --tw-translate-y: 66px;
}

.hover\:translate-y-67px:hover {
  --tw-translate-y: 67px;
}

.hover\:translate-y-68px:hover {
  --tw-translate-y: 68px;
}

.hover\:translate-y-69px:hover {
  --tw-translate-y: 69px;
}

.hover\:translate-y-70px:hover {
  --tw-translate-y: 70px;
}

.hover\:translate-y-71px:hover {
  --tw-translate-y: 71px;
}

.hover\:translate-y-72px:hover {
  --tw-translate-y: 72px;
}

.hover\:translate-y-73px:hover {
  --tw-translate-y: 73px;
}

.hover\:translate-y-74px:hover {
  --tw-translate-y: 74px;
}

.hover\:translate-y-75px:hover {
  --tw-translate-y: 75px;
}

.hover\:translate-y-76px:hover {
  --tw-translate-y: 76px;
}

.hover\:translate-y-77px:hover {
  --tw-translate-y: 77px;
}

.hover\:translate-y-78px:hover {
  --tw-translate-y: 78px;
}

.hover\:translate-y-79px:hover {
  --tw-translate-y: 79px;
}

.hover\:translate-y-80px:hover {
  --tw-translate-y: 80px;
}

.hover\:translate-y-81px:hover {
  --tw-translate-y: 81px;
}

.hover\:translate-y-82px:hover {
  --tw-translate-y: 82px;
}

.hover\:translate-y-83px:hover {
  --tw-translate-y: 83px;
}

.hover\:translate-y-84px:hover {
  --tw-translate-y: 84px;
}

.hover\:translate-y-85px:hover {
  --tw-translate-y: 85px;
}

.hover\:translate-y-86px:hover {
  --tw-translate-y: 86px;
}

.hover\:translate-y-87px:hover {
  --tw-translate-y: 87px;
}

.hover\:translate-y-88px:hover {
  --tw-translate-y: 88px;
}

.hover\:translate-y-89px:hover {
  --tw-translate-y: 89px;
}

.hover\:translate-y-90px:hover {
  --tw-translate-y: 90px;
}

.hover\:translate-y-91px:hover {
  --tw-translate-y: 91px;
}

.hover\:translate-y-92px:hover {
  --tw-translate-y: 92px;
}

.hover\:translate-y-93px:hover {
  --tw-translate-y: 93px;
}

.hover\:translate-y-94px:hover {
  --tw-translate-y: 94px;
}

.hover\:translate-y-95px:hover {
  --tw-translate-y: 95px;
}

.hover\:translate-y-96px:hover {
  --tw-translate-y: 96px;
}

.hover\:translate-y-97px:hover {
  --tw-translate-y: 97px;
}

.hover\:translate-y-98px:hover {
  --tw-translate-y: 98px;
}

.hover\:translate-y-99px:hover {
  --tw-translate-y: 99px;
}

.hover\:translate-y-100px:hover {
  --tw-translate-y: 100px;
}

.hover\:translate-y-101px:hover {
  --tw-translate-y: 101px;
}

.hover\:translate-y-102px:hover {
  --tw-translate-y: 102px;
}

.hover\:translate-y-103px:hover {
  --tw-translate-y: 103px;
}

.hover\:translate-y-104px:hover {
  --tw-translate-y: 104px;
}

.hover\:translate-y-105px:hover {
  --tw-translate-y: 105px;
}

.hover\:translate-y-106px:hover {
  --tw-translate-y: 106px;
}

.hover\:translate-y-107px:hover {
  --tw-translate-y: 107px;
}

.hover\:translate-y-108px:hover {
  --tw-translate-y: 108px;
}

.hover\:translate-y-109px:hover {
  --tw-translate-y: 109px;
}

.hover\:translate-y-110px:hover {
  --tw-translate-y: 110px;
}

.hover\:translate-y-111px:hover {
  --tw-translate-y: 111px;
}

.hover\:translate-y-112px:hover {
  --tw-translate-y: 112px;
}

.hover\:translate-y-113px:hover {
  --tw-translate-y: 113px;
}

.hover\:translate-y-114px:hover {
  --tw-translate-y: 114px;
}

.hover\:translate-y-115px:hover {
  --tw-translate-y: 115px;
}

.hover\:translate-y-116px:hover {
  --tw-translate-y: 116px;
}

.hover\:translate-y-117px:hover {
  --tw-translate-y: 117px;
}

.hover\:translate-y-118px:hover {
  --tw-translate-y: 118px;
}

.hover\:translate-y-119px:hover {
  --tw-translate-y: 119px;
}

.hover\:translate-y-120px:hover {
  --tw-translate-y: 120px;
}

.hover\:translate-y-121px:hover {
  --tw-translate-y: 121px;
}

.hover\:translate-y-122px:hover {
  --tw-translate-y: 122px;
}

.hover\:translate-y-123px:hover {
  --tw-translate-y: 123px;
}

.hover\:translate-y-124px:hover {
  --tw-translate-y: 124px;
}

.hover\:translate-y-125px:hover {
  --tw-translate-y: 125px;
}

.hover\:translate-y-126px:hover {
  --tw-translate-y: 126px;
}

.hover\:translate-y-127px:hover {
  --tw-translate-y: 127px;
}

.hover\:translate-y-128px:hover {
  --tw-translate-y: 128px;
}

.hover\:translate-y-129px:hover {
  --tw-translate-y: 129px;
}

.hover\:translate-y-130px:hover {
  --tw-translate-y: 130px;
}

.hover\:translate-y-133px:hover {
  --tw-translate-y: 133px;
}

.hover\:translate-y-140px:hover {
  --tw-translate-y: 140px;
}

.hover\:translate-y-195px:hover {
  --tw-translate-y: 195px;
}

.hover\:translate-y-200px:hover {
  --tw-translate-y: 200px;
}

.hover\:translate-y-210px:hover {
  --tw-translate-y: 210px;
}

.hover\:translate-y-222px:hover {
  --tw-translate-y: 222px;
}

.hover\:translate-y-258px:hover {
  --tw-translate-y: 258px;
}

.hover\:translate-y-280px:hover {
  --tw-translate-y: 280px;
}

.hover\:translate-y-334px:hover {
  --tw-translate-y: 334px;
}

.hover\:translate-y-388px:hover {
  --tw-translate-y: 388px;
}

.hover\:translate-y-480px:hover {
  --tw-translate-y: 480px;
}

.hover\:translate-y-490px:hover {
  --tw-translate-y: 490px;
}

.hover\:translate-y-505px:hover {
  --tw-translate-y: 505px;
}

.hover\:translate-y-507px:hover {
  --tw-translate-y: 507px;
}

.hover\:translate-y-760px:hover {
  --tw-translate-y: 760px;
}

.hover\:translate-y-780px:hover {
  --tw-translate-y: 780px;
}

.hover\:translate-y-980px:hover {
  --tw-translate-y: 980px;
}

.hover\:translate-y-1366px:hover {
  --tw-translate-y: 1366px;
}

.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover {
  --tw-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover {
  --tw-translate-y: -1rem;
}

.hover\:-translate-y-5:hover {
  --tw-translate-y: -1.25rem;
}

.hover\:-translate-y-6:hover {
  --tw-translate-y: -1.5rem;
}

.hover\:-translate-y-7:hover {
  --tw-translate-y: -1.75rem;
}

.hover\:-translate-y-8:hover {
  --tw-translate-y: -2rem;
}

.hover\:-translate-y-9:hover {
  --tw-translate-y: -2.25rem;
}

.hover\:-translate-y-10:hover {
  --tw-translate-y: -2.5rem;
}

.hover\:-translate-y-11:hover {
  --tw-translate-y: -2.75rem;
}

.hover\:-translate-y-12:hover {
  --tw-translate-y: -3rem;
}

.hover\:-translate-y-14:hover {
  --tw-translate-y: -3.5rem;
}

.hover\:-translate-y-16:hover {
  --tw-translate-y: -4rem;
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -5rem;
}

.hover\:-translate-y-24:hover {
  --tw-translate-y: -6rem;
}

.hover\:-translate-y-28:hover {
  --tw-translate-y: -7rem;
}

.hover\:-translate-y-32:hover {
  --tw-translate-y: -8rem;
}

.hover\:-translate-y-36:hover {
  --tw-translate-y: -9rem;
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -10rem;
}

.hover\:-translate-y-44:hover {
  --tw-translate-y: -11rem;
}

.hover\:-translate-y-48:hover {
  --tw-translate-y: -12rem;
}

.hover\:-translate-y-52:hover {
  --tw-translate-y: -13rem;
}

.hover\:-translate-y-56:hover {
  --tw-translate-y: -14rem;
}

.hover\:-translate-y-60:hover {
  --tw-translate-y: -15rem;
}

.hover\:-translate-y-64:hover {
  --tw-translate-y: -16rem;
}

.hover\:-translate-y-72:hover {
  --tw-translate-y: -18rem;
}

.hover\:-translate-y-80:hover {
  --tw-translate-y: -20rem;
}

.hover\:-translate-y-96:hover {
  --tw-translate-y: -24rem;
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px;
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
}

.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem;
}

.hover\:-translate-y-2\.5:hover {
  --tw-translate-y: -0.625rem;
}

.hover\:-translate-y-3\.5:hover {
  --tw-translate-y: -0.875rem;
}

.hover\:-translate-y-1px:hover {
  --tw-translate-y: -1px;
}

.hover\:-translate-y-2px:hover {
  --tw-translate-y: -2px;
}

.hover\:-translate-y-3px:hover {
  --tw-translate-y: -3px;
}

.hover\:-translate-y-4px:hover {
  --tw-translate-y: -4px;
}

.hover\:-translate-y-5px:hover {
  --tw-translate-y: -5px;
}

.hover\:-translate-y-6px:hover {
  --tw-translate-y: -6px;
}

.hover\:-translate-y-7px:hover {
  --tw-translate-y: -7px;
}

.hover\:-translate-y-8px:hover {
  --tw-translate-y: -8px;
}

.hover\:-translate-y-9px:hover {
  --tw-translate-y: -9px;
}

.hover\:-translate-y-10px:hover {
  --tw-translate-y: -10px;
}

.hover\:-translate-y-11px:hover {
  --tw-translate-y: -11px;
}

.hover\:-translate-y-12px:hover {
  --tw-translate-y: -12px;
}

.hover\:-translate-y-13px:hover {
  --tw-translate-y: -13px;
}

.hover\:-translate-y-14px:hover {
  --tw-translate-y: -14px;
}

.hover\:-translate-y-15px:hover {
  --tw-translate-y: -15px;
}

.hover\:-translate-y-16px:hover {
  --tw-translate-y: -16px;
}

.hover\:-translate-y-17px:hover {
  --tw-translate-y: -17px;
}

.hover\:-translate-y-18px:hover {
  --tw-translate-y: -18px;
}

.hover\:-translate-y-19px:hover {
  --tw-translate-y: -19px;
}

.hover\:-translate-y-20px:hover {
  --tw-translate-y: -20px;
}

.hover\:-translate-y-21px:hover {
  --tw-translate-y: -21px;
}

.hover\:-translate-y-22px:hover {
  --tw-translate-y: -22px;
}

.hover\:-translate-y-23px:hover {
  --tw-translate-y: -23px;
}

.hover\:-translate-y-24px:hover {
  --tw-translate-y: -24px;
}

.hover\:-translate-y-25px:hover {
  --tw-translate-y: -25px;
}

.hover\:-translate-y-26px:hover {
  --tw-translate-y: -26px;
}

.hover\:-translate-y-27px:hover {
  --tw-translate-y: -27px;
}

.hover\:-translate-y-28px:hover {
  --tw-translate-y: -28px;
}

.hover\:-translate-y-29px:hover {
  --tw-translate-y: -29px;
}

.hover\:-translate-y-30px:hover {
  --tw-translate-y: -30px;
}

.hover\:-translate-y-31px:hover {
  --tw-translate-y: -31px;
}

.hover\:-translate-y-32px:hover {
  --tw-translate-y: -32px;
}

.hover\:-translate-y-33px:hover {
  --tw-translate-y: -33px;
}

.hover\:-translate-y-34px:hover {
  --tw-translate-y: -34px;
}

.hover\:-translate-y-35px:hover {
  --tw-translate-y: -35px;
}

.hover\:-translate-y-36px:hover {
  --tw-translate-y: -36px;
}

.hover\:-translate-y-37px:hover {
  --tw-translate-y: -37px;
}

.hover\:-translate-y-38px:hover {
  --tw-translate-y: -38px;
}

.hover\:-translate-y-39px:hover {
  --tw-translate-y: -39px;
}

.hover\:-translate-y-40px:hover {
  --tw-translate-y: -40px;
}

.hover\:-translate-y-41px:hover {
  --tw-translate-y: -41px;
}

.hover\:-translate-y-42px:hover {
  --tw-translate-y: -42px;
}

.hover\:-translate-y-43px:hover {
  --tw-translate-y: -43px;
}

.hover\:-translate-y-44px:hover {
  --tw-translate-y: -44px;
}

.hover\:-translate-y-45px:hover {
  --tw-translate-y: -45px;
}

.hover\:-translate-y-46px:hover {
  --tw-translate-y: -46px;
}

.hover\:-translate-y-47px:hover {
  --tw-translate-y: -47px;
}

.hover\:-translate-y-48px:hover {
  --tw-translate-y: -48px;
}

.hover\:-translate-y-49px:hover {
  --tw-translate-y: -49px;
}

.hover\:-translate-y-50px:hover {
  --tw-translate-y: -50px;
}

.hover\:-translate-y-51px:hover {
  --tw-translate-y: -51px;
}

.hover\:-translate-y-52px:hover {
  --tw-translate-y: -52px;
}

.hover\:-translate-y-53px:hover {
  --tw-translate-y: -53px;
}

.hover\:-translate-y-54px:hover {
  --tw-translate-y: -54px;
}

.hover\:-translate-y-55px:hover {
  --tw-translate-y: -55px;
}

.hover\:-translate-y-56px:hover {
  --tw-translate-y: -56px;
}

.hover\:-translate-y-57px:hover {
  --tw-translate-y: -57px;
}

.hover\:-translate-y-58px:hover {
  --tw-translate-y: -58px;
}

.hover\:-translate-y-59px:hover {
  --tw-translate-y: -59px;
}

.hover\:-translate-y-60px:hover {
  --tw-translate-y: -60px;
}

.hover\:-translate-y-61px:hover {
  --tw-translate-y: -61px;
}

.hover\:-translate-y-62px:hover {
  --tw-translate-y: -62px;
}

.hover\:-translate-y-63px:hover {
  --tw-translate-y: -63px;
}

.hover\:-translate-y-64px:hover {
  --tw-translate-y: -64px;
}

.hover\:-translate-y-65px:hover {
  --tw-translate-y: -65px;
}

.hover\:-translate-y-66px:hover {
  --tw-translate-y: -66px;
}

.hover\:-translate-y-67px:hover {
  --tw-translate-y: -67px;
}

.hover\:-translate-y-68px:hover {
  --tw-translate-y: -68px;
}

.hover\:-translate-y-69px:hover {
  --tw-translate-y: -69px;
}

.hover\:-translate-y-70px:hover {
  --tw-translate-y: -70px;
}

.hover\:-translate-y-71px:hover {
  --tw-translate-y: -71px;
}

.hover\:-translate-y-72px:hover {
  --tw-translate-y: -72px;
}

.hover\:-translate-y-73px:hover {
  --tw-translate-y: -73px;
}

.hover\:-translate-y-74px:hover {
  --tw-translate-y: -74px;
}

.hover\:-translate-y-75px:hover {
  --tw-translate-y: -75px;
}

.hover\:-translate-y-76px:hover {
  --tw-translate-y: -76px;
}

.hover\:-translate-y-77px:hover {
  --tw-translate-y: -77px;
}

.hover\:-translate-y-78px:hover {
  --tw-translate-y: -78px;
}

.hover\:-translate-y-79px:hover {
  --tw-translate-y: -79px;
}

.hover\:-translate-y-80px:hover {
  --tw-translate-y: -80px;
}

.hover\:-translate-y-81px:hover {
  --tw-translate-y: -81px;
}

.hover\:-translate-y-82px:hover {
  --tw-translate-y: -82px;
}

.hover\:-translate-y-83px:hover {
  --tw-translate-y: -83px;
}

.hover\:-translate-y-84px:hover {
  --tw-translate-y: -84px;
}

.hover\:-translate-y-85px:hover {
  --tw-translate-y: -85px;
}

.hover\:-translate-y-86px:hover {
  --tw-translate-y: -86px;
}

.hover\:-translate-y-87px:hover {
  --tw-translate-y: -87px;
}

.hover\:-translate-y-88px:hover {
  --tw-translate-y: -88px;
}

.hover\:-translate-y-89px:hover {
  --tw-translate-y: -89px;
}

.hover\:-translate-y-90px:hover {
  --tw-translate-y: -90px;
}

.hover\:-translate-y-91px:hover {
  --tw-translate-y: -91px;
}

.hover\:-translate-y-92px:hover {
  --tw-translate-y: -92px;
}

.hover\:-translate-y-93px:hover {
  --tw-translate-y: -93px;
}

.hover\:-translate-y-94px:hover {
  --tw-translate-y: -94px;
}

.hover\:-translate-y-95px:hover {
  --tw-translate-y: -95px;
}

.hover\:-translate-y-96px:hover {
  --tw-translate-y: -96px;
}

.hover\:-translate-y-97px:hover {
  --tw-translate-y: -97px;
}

.hover\:-translate-y-98px:hover {
  --tw-translate-y: -98px;
}

.hover\:-translate-y-99px:hover {
  --tw-translate-y: -99px;
}

.hover\:-translate-y-100px:hover {
  --tw-translate-y: -100px;
}

.hover\:-translate-y-101px:hover {
  --tw-translate-y: -101px;
}

.hover\:-translate-y-102px:hover {
  --tw-translate-y: -102px;
}

.hover\:-translate-y-103px:hover {
  --tw-translate-y: -103px;
}

.hover\:-translate-y-104px:hover {
  --tw-translate-y: -104px;
}

.hover\:-translate-y-105px:hover {
  --tw-translate-y: -105px;
}

.hover\:-translate-y-106px:hover {
  --tw-translate-y: -106px;
}

.hover\:-translate-y-107px:hover {
  --tw-translate-y: -107px;
}

.hover\:-translate-y-108px:hover {
  --tw-translate-y: -108px;
}

.hover\:-translate-y-109px:hover {
  --tw-translate-y: -109px;
}

.hover\:-translate-y-110px:hover {
  --tw-translate-y: -110px;
}

.hover\:-translate-y-111px:hover {
  --tw-translate-y: -111px;
}

.hover\:-translate-y-112px:hover {
  --tw-translate-y: -112px;
}

.hover\:-translate-y-113px:hover {
  --tw-translate-y: -113px;
}

.hover\:-translate-y-114px:hover {
  --tw-translate-y: -114px;
}

.hover\:-translate-y-115px:hover {
  --tw-translate-y: -115px;
}

.hover\:-translate-y-116px:hover {
  --tw-translate-y: -116px;
}

.hover\:-translate-y-117px:hover {
  --tw-translate-y: -117px;
}

.hover\:-translate-y-118px:hover {
  --tw-translate-y: -118px;
}

.hover\:-translate-y-119px:hover {
  --tw-translate-y: -119px;
}

.hover\:-translate-y-120px:hover {
  --tw-translate-y: -120px;
}

.hover\:-translate-y-121px:hover {
  --tw-translate-y: -121px;
}

.hover\:-translate-y-122px:hover {
  --tw-translate-y: -122px;
}

.hover\:-translate-y-123px:hover {
  --tw-translate-y: -123px;
}

.hover\:-translate-y-124px:hover {
  --tw-translate-y: -124px;
}

.hover\:-translate-y-125px:hover {
  --tw-translate-y: -125px;
}

.hover\:-translate-y-126px:hover {
  --tw-translate-y: -126px;
}

.hover\:-translate-y-127px:hover {
  --tw-translate-y: -127px;
}

.hover\:-translate-y-128px:hover {
  --tw-translate-y: -128px;
}

.hover\:-translate-y-129px:hover {
  --tw-translate-y: -129px;
}

.hover\:-translate-y-130px:hover {
  --tw-translate-y: -130px;
}

.hover\:-translate-y-133px:hover {
  --tw-translate-y: -133px;
}

.hover\:-translate-y-140px:hover {
  --tw-translate-y: -140px;
}

.hover\:-translate-y-195px:hover {
  --tw-translate-y: -195px;
}

.hover\:-translate-y-200px:hover {
  --tw-translate-y: -200px;
}

.hover\:-translate-y-210px:hover {
  --tw-translate-y: -210px;
}

.hover\:-translate-y-222px:hover {
  --tw-translate-y: -222px;
}

.hover\:-translate-y-258px:hover {
  --tw-translate-y: -258px;
}

.hover\:-translate-y-280px:hover {
  --tw-translate-y: -280px;
}

.hover\:-translate-y-334px:hover {
  --tw-translate-y: -334px;
}

.hover\:-translate-y-388px:hover {
  --tw-translate-y: -388px;
}

.hover\:-translate-y-480px:hover {
  --tw-translate-y: -480px;
}

.hover\:-translate-y-490px:hover {
  --tw-translate-y: -490px;
}

.hover\:-translate-y-505px:hover {
  --tw-translate-y: -505px;
}

.hover\:-translate-y-507px:hover {
  --tw-translate-y: -507px;
}

.hover\:-translate-y-760px:hover {
  --tw-translate-y: -760px;
}

.hover\:-translate-y-780px:hover {
  --tw-translate-y: -780px;
}

.hover\:-translate-y-980px:hover {
  --tw-translate-y: -980px;
}

.hover\:-translate-y-1366px:hover {
  --tw-translate-y: -1366px;
}

.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333%;
}

.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667%;
}

.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25%;
}

.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75%;
}

.hover\:translate-y-full:hover {
  --tw-translate-y: 100%;
}

.hover\:-translate-y-1\/2:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333%;
}

.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667%;
}

.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25%;
}

.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75%;
}

.hover\:-translate-y-full:hover {
  --tw-translate-y: -100%;
}

.focus\:translate-x-0:focus {
  --tw-translate-x: 0px;
}

.focus\:translate-x-1:focus {
  --tw-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus {
  --tw-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus {
  --tw-translate-x: 0.75rem;
}

.focus\:translate-x-4:focus {
  --tw-translate-x: 1rem;
}

.focus\:translate-x-5:focus {
  --tw-translate-x: 1.25rem;
}

.focus\:translate-x-6:focus {
  --tw-translate-x: 1.5rem;
}

.focus\:translate-x-7:focus {
  --tw-translate-x: 1.75rem;
}

.focus\:translate-x-8:focus {
  --tw-translate-x: 2rem;
}

.focus\:translate-x-9:focus {
  --tw-translate-x: 2.25rem;
}

.focus\:translate-x-10:focus {
  --tw-translate-x: 2.5rem;
}

.focus\:translate-x-11:focus {
  --tw-translate-x: 2.75rem;
}

.focus\:translate-x-12:focus {
  --tw-translate-x: 3rem;
}

.focus\:translate-x-14:focus {
  --tw-translate-x: 3.5rem;
}

.focus\:translate-x-16:focus {
  --tw-translate-x: 4rem;
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 5rem;
}

.focus\:translate-x-24:focus {
  --tw-translate-x: 6rem;
}

.focus\:translate-x-28:focus {
  --tw-translate-x: 7rem;
}

.focus\:translate-x-32:focus {
  --tw-translate-x: 8rem;
}

.focus\:translate-x-36:focus {
  --tw-translate-x: 9rem;
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 10rem;
}

.focus\:translate-x-44:focus {
  --tw-translate-x: 11rem;
}

.focus\:translate-x-48:focus {
  --tw-translate-x: 12rem;
}

.focus\:translate-x-52:focus {
  --tw-translate-x: 13rem;
}

.focus\:translate-x-56:focus {
  --tw-translate-x: 14rem;
}

.focus\:translate-x-60:focus {
  --tw-translate-x: 15rem;
}

.focus\:translate-x-64:focus {
  --tw-translate-x: 16rem;
}

.focus\:translate-x-72:focus {
  --tw-translate-x: 18rem;
}

.focus\:translate-x-80:focus {
  --tw-translate-x: 20rem;
}

.focus\:translate-x-96:focus {
  --tw-translate-x: 24rem;
}

.focus\:translate-x-px:focus {
  --tw-translate-x: 1px;
}

.focus\:translate-x-0\.5:focus {
  --tw-translate-x: 0.125rem;
}

.focus\:translate-x-1\.5:focus {
  --tw-translate-x: 0.375rem;
}

.focus\:translate-x-2\.5:focus {
  --tw-translate-x: 0.625rem;
}

.focus\:translate-x-3\.5:focus {
  --tw-translate-x: 0.875rem;
}

.focus\:translate-x-1px:focus {
  --tw-translate-x: 1px;
}

.focus\:translate-x-2px:focus {
  --tw-translate-x: 2px;
}

.focus\:translate-x-3px:focus {
  --tw-translate-x: 3px;
}

.focus\:translate-x-4px:focus {
  --tw-translate-x: 4px;
}

.focus\:translate-x-5px:focus {
  --tw-translate-x: 5px;
}

.focus\:translate-x-6px:focus {
  --tw-translate-x: 6px;
}

.focus\:translate-x-7px:focus {
  --tw-translate-x: 7px;
}

.focus\:translate-x-8px:focus {
  --tw-translate-x: 8px;
}

.focus\:translate-x-9px:focus {
  --tw-translate-x: 9px;
}

.focus\:translate-x-10px:focus {
  --tw-translate-x: 10px;
}

.focus\:translate-x-11px:focus {
  --tw-translate-x: 11px;
}

.focus\:translate-x-12px:focus {
  --tw-translate-x: 12px;
}

.focus\:translate-x-13px:focus {
  --tw-translate-x: 13px;
}

.focus\:translate-x-14px:focus {
  --tw-translate-x: 14px;
}

.focus\:translate-x-15px:focus {
  --tw-translate-x: 15px;
}

.focus\:translate-x-16px:focus {
  --tw-translate-x: 16px;
}

.focus\:translate-x-17px:focus {
  --tw-translate-x: 17px;
}

.focus\:translate-x-18px:focus {
  --tw-translate-x: 18px;
}

.focus\:translate-x-19px:focus {
  --tw-translate-x: 19px;
}

.focus\:translate-x-20px:focus {
  --tw-translate-x: 20px;
}

.focus\:translate-x-21px:focus {
  --tw-translate-x: 21px;
}

.focus\:translate-x-22px:focus {
  --tw-translate-x: 22px;
}

.focus\:translate-x-23px:focus {
  --tw-translate-x: 23px;
}

.focus\:translate-x-24px:focus {
  --tw-translate-x: 24px;
}

.focus\:translate-x-25px:focus {
  --tw-translate-x: 25px;
}

.focus\:translate-x-26px:focus {
  --tw-translate-x: 26px;
}

.focus\:translate-x-27px:focus {
  --tw-translate-x: 27px;
}

.focus\:translate-x-28px:focus {
  --tw-translate-x: 28px;
}

.focus\:translate-x-29px:focus {
  --tw-translate-x: 29px;
}

.focus\:translate-x-30px:focus {
  --tw-translate-x: 30px;
}

.focus\:translate-x-31px:focus {
  --tw-translate-x: 31px;
}

.focus\:translate-x-32px:focus {
  --tw-translate-x: 32px;
}

.focus\:translate-x-33px:focus {
  --tw-translate-x: 33px;
}

.focus\:translate-x-34px:focus {
  --tw-translate-x: 34px;
}

.focus\:translate-x-35px:focus {
  --tw-translate-x: 35px;
}

.focus\:translate-x-36px:focus {
  --tw-translate-x: 36px;
}

.focus\:translate-x-37px:focus {
  --tw-translate-x: 37px;
}

.focus\:translate-x-38px:focus {
  --tw-translate-x: 38px;
}

.focus\:translate-x-39px:focus {
  --tw-translate-x: 39px;
}

.focus\:translate-x-40px:focus {
  --tw-translate-x: 40px;
}

.focus\:translate-x-41px:focus {
  --tw-translate-x: 41px;
}

.focus\:translate-x-42px:focus {
  --tw-translate-x: 42px;
}

.focus\:translate-x-43px:focus {
  --tw-translate-x: 43px;
}

.focus\:translate-x-44px:focus {
  --tw-translate-x: 44px;
}

.focus\:translate-x-45px:focus {
  --tw-translate-x: 45px;
}

.focus\:translate-x-46px:focus {
  --tw-translate-x: 46px;
}

.focus\:translate-x-47px:focus {
  --tw-translate-x: 47px;
}

.focus\:translate-x-48px:focus {
  --tw-translate-x: 48px;
}

.focus\:translate-x-49px:focus {
  --tw-translate-x: 49px;
}

.focus\:translate-x-50px:focus {
  --tw-translate-x: 50px;
}

.focus\:translate-x-51px:focus {
  --tw-translate-x: 51px;
}

.focus\:translate-x-52px:focus {
  --tw-translate-x: 52px;
}

.focus\:translate-x-53px:focus {
  --tw-translate-x: 53px;
}

.focus\:translate-x-54px:focus {
  --tw-translate-x: 54px;
}

.focus\:translate-x-55px:focus {
  --tw-translate-x: 55px;
}

.focus\:translate-x-56px:focus {
  --tw-translate-x: 56px;
}

.focus\:translate-x-57px:focus {
  --tw-translate-x: 57px;
}

.focus\:translate-x-58px:focus {
  --tw-translate-x: 58px;
}

.focus\:translate-x-59px:focus {
  --tw-translate-x: 59px;
}

.focus\:translate-x-60px:focus {
  --tw-translate-x: 60px;
}

.focus\:translate-x-61px:focus {
  --tw-translate-x: 61px;
}

.focus\:translate-x-62px:focus {
  --tw-translate-x: 62px;
}

.focus\:translate-x-63px:focus {
  --tw-translate-x: 63px;
}

.focus\:translate-x-64px:focus {
  --tw-translate-x: 64px;
}

.focus\:translate-x-65px:focus {
  --tw-translate-x: 65px;
}

.focus\:translate-x-66px:focus {
  --tw-translate-x: 66px;
}

.focus\:translate-x-67px:focus {
  --tw-translate-x: 67px;
}

.focus\:translate-x-68px:focus {
  --tw-translate-x: 68px;
}

.focus\:translate-x-69px:focus {
  --tw-translate-x: 69px;
}

.focus\:translate-x-70px:focus {
  --tw-translate-x: 70px;
}

.focus\:translate-x-71px:focus {
  --tw-translate-x: 71px;
}

.focus\:translate-x-72px:focus {
  --tw-translate-x: 72px;
}

.focus\:translate-x-73px:focus {
  --tw-translate-x: 73px;
}

.focus\:translate-x-74px:focus {
  --tw-translate-x: 74px;
}

.focus\:translate-x-75px:focus {
  --tw-translate-x: 75px;
}

.focus\:translate-x-76px:focus {
  --tw-translate-x: 76px;
}

.focus\:translate-x-77px:focus {
  --tw-translate-x: 77px;
}

.focus\:translate-x-78px:focus {
  --tw-translate-x: 78px;
}

.focus\:translate-x-79px:focus {
  --tw-translate-x: 79px;
}

.focus\:translate-x-80px:focus {
  --tw-translate-x: 80px;
}

.focus\:translate-x-81px:focus {
  --tw-translate-x: 81px;
}

.focus\:translate-x-82px:focus {
  --tw-translate-x: 82px;
}

.focus\:translate-x-83px:focus {
  --tw-translate-x: 83px;
}

.focus\:translate-x-84px:focus {
  --tw-translate-x: 84px;
}

.focus\:translate-x-85px:focus {
  --tw-translate-x: 85px;
}

.focus\:translate-x-86px:focus {
  --tw-translate-x: 86px;
}

.focus\:translate-x-87px:focus {
  --tw-translate-x: 87px;
}

.focus\:translate-x-88px:focus {
  --tw-translate-x: 88px;
}

.focus\:translate-x-89px:focus {
  --tw-translate-x: 89px;
}

.focus\:translate-x-90px:focus {
  --tw-translate-x: 90px;
}

.focus\:translate-x-91px:focus {
  --tw-translate-x: 91px;
}

.focus\:translate-x-92px:focus {
  --tw-translate-x: 92px;
}

.focus\:translate-x-93px:focus {
  --tw-translate-x: 93px;
}

.focus\:translate-x-94px:focus {
  --tw-translate-x: 94px;
}

.focus\:translate-x-95px:focus {
  --tw-translate-x: 95px;
}

.focus\:translate-x-96px:focus {
  --tw-translate-x: 96px;
}

.focus\:translate-x-97px:focus {
  --tw-translate-x: 97px;
}

.focus\:translate-x-98px:focus {
  --tw-translate-x: 98px;
}

.focus\:translate-x-99px:focus {
  --tw-translate-x: 99px;
}

.focus\:translate-x-100px:focus {
  --tw-translate-x: 100px;
}

.focus\:translate-x-101px:focus {
  --tw-translate-x: 101px;
}

.focus\:translate-x-102px:focus {
  --tw-translate-x: 102px;
}

.focus\:translate-x-103px:focus {
  --tw-translate-x: 103px;
}

.focus\:translate-x-104px:focus {
  --tw-translate-x: 104px;
}

.focus\:translate-x-105px:focus {
  --tw-translate-x: 105px;
}

.focus\:translate-x-106px:focus {
  --tw-translate-x: 106px;
}

.focus\:translate-x-107px:focus {
  --tw-translate-x: 107px;
}

.focus\:translate-x-108px:focus {
  --tw-translate-x: 108px;
}

.focus\:translate-x-109px:focus {
  --tw-translate-x: 109px;
}

.focus\:translate-x-110px:focus {
  --tw-translate-x: 110px;
}

.focus\:translate-x-111px:focus {
  --tw-translate-x: 111px;
}

.focus\:translate-x-112px:focus {
  --tw-translate-x: 112px;
}

.focus\:translate-x-113px:focus {
  --tw-translate-x: 113px;
}

.focus\:translate-x-114px:focus {
  --tw-translate-x: 114px;
}

.focus\:translate-x-115px:focus {
  --tw-translate-x: 115px;
}

.focus\:translate-x-116px:focus {
  --tw-translate-x: 116px;
}

.focus\:translate-x-117px:focus {
  --tw-translate-x: 117px;
}

.focus\:translate-x-118px:focus {
  --tw-translate-x: 118px;
}

.focus\:translate-x-119px:focus {
  --tw-translate-x: 119px;
}

.focus\:translate-x-120px:focus {
  --tw-translate-x: 120px;
}

.focus\:translate-x-121px:focus {
  --tw-translate-x: 121px;
}

.focus\:translate-x-122px:focus {
  --tw-translate-x: 122px;
}

.focus\:translate-x-123px:focus {
  --tw-translate-x: 123px;
}

.focus\:translate-x-124px:focus {
  --tw-translate-x: 124px;
}

.focus\:translate-x-125px:focus {
  --tw-translate-x: 125px;
}

.focus\:translate-x-126px:focus {
  --tw-translate-x: 126px;
}

.focus\:translate-x-127px:focus {
  --tw-translate-x: 127px;
}

.focus\:translate-x-128px:focus {
  --tw-translate-x: 128px;
}

.focus\:translate-x-129px:focus {
  --tw-translate-x: 129px;
}

.focus\:translate-x-130px:focus {
  --tw-translate-x: 130px;
}

.focus\:translate-x-133px:focus {
  --tw-translate-x: 133px;
}

.focus\:translate-x-140px:focus {
  --tw-translate-x: 140px;
}

.focus\:translate-x-195px:focus {
  --tw-translate-x: 195px;
}

.focus\:translate-x-200px:focus {
  --tw-translate-x: 200px;
}

.focus\:translate-x-210px:focus {
  --tw-translate-x: 210px;
}

.focus\:translate-x-222px:focus {
  --tw-translate-x: 222px;
}

.focus\:translate-x-258px:focus {
  --tw-translate-x: 258px;
}

.focus\:translate-x-280px:focus {
  --tw-translate-x: 280px;
}

.focus\:translate-x-334px:focus {
  --tw-translate-x: 334px;
}

.focus\:translate-x-388px:focus {
  --tw-translate-x: 388px;
}

.focus\:translate-x-480px:focus {
  --tw-translate-x: 480px;
}

.focus\:translate-x-490px:focus {
  --tw-translate-x: 490px;
}

.focus\:translate-x-505px:focus {
  --tw-translate-x: 505px;
}

.focus\:translate-x-507px:focus {
  --tw-translate-x: 507px;
}

.focus\:translate-x-760px:focus {
  --tw-translate-x: 760px;
}

.focus\:translate-x-780px:focus {
  --tw-translate-x: 780px;
}

.focus\:translate-x-980px:focus {
  --tw-translate-x: 980px;
}

.focus\:translate-x-1366px:focus {
  --tw-translate-x: 1366px;
}

.focus\:-translate-x-0:focus {
  --tw-translate-x: 0px;
}

.focus\:-translate-x-1:focus {
  --tw-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus {
  --tw-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus {
  --tw-translate-x: -0.75rem;
}

.focus\:-translate-x-4:focus {
  --tw-translate-x: -1rem;
}

.focus\:-translate-x-5:focus {
  --tw-translate-x: -1.25rem;
}

.focus\:-translate-x-6:focus {
  --tw-translate-x: -1.5rem;
}

.focus\:-translate-x-7:focus {
  --tw-translate-x: -1.75rem;
}

.focus\:-translate-x-8:focus {
  --tw-translate-x: -2rem;
}

.focus\:-translate-x-9:focus {
  --tw-translate-x: -2.25rem;
}

.focus\:-translate-x-10:focus {
  --tw-translate-x: -2.5rem;
}

.focus\:-translate-x-11:focus {
  --tw-translate-x: -2.75rem;
}

.focus\:-translate-x-12:focus {
  --tw-translate-x: -3rem;
}

.focus\:-translate-x-14:focus {
  --tw-translate-x: -3.5rem;
}

.focus\:-translate-x-16:focus {
  --tw-translate-x: -4rem;
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -5rem;
}

.focus\:-translate-x-24:focus {
  --tw-translate-x: -6rem;
}

.focus\:-translate-x-28:focus {
  --tw-translate-x: -7rem;
}

.focus\:-translate-x-32:focus {
  --tw-translate-x: -8rem;
}

.focus\:-translate-x-36:focus {
  --tw-translate-x: -9rem;
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -10rem;
}

.focus\:-translate-x-44:focus {
  --tw-translate-x: -11rem;
}

.focus\:-translate-x-48:focus {
  --tw-translate-x: -12rem;
}

.focus\:-translate-x-52:focus {
  --tw-translate-x: -13rem;
}

.focus\:-translate-x-56:focus {
  --tw-translate-x: -14rem;
}

.focus\:-translate-x-60:focus {
  --tw-translate-x: -15rem;
}

.focus\:-translate-x-64:focus {
  --tw-translate-x: -16rem;
}

.focus\:-translate-x-72:focus {
  --tw-translate-x: -18rem;
}

.focus\:-translate-x-80:focus {
  --tw-translate-x: -20rem;
}

.focus\:-translate-x-96:focus {
  --tw-translate-x: -24rem;
}

.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px;
}

.focus\:-translate-x-0\.5:focus {
  --tw-translate-x: -0.125rem;
}

.focus\:-translate-x-1\.5:focus {
  --tw-translate-x: -0.375rem;
}

.focus\:-translate-x-2\.5:focus {
  --tw-translate-x: -0.625rem;
}

.focus\:-translate-x-3\.5:focus {
  --tw-translate-x: -0.875rem;
}

.focus\:-translate-x-1px:focus {
  --tw-translate-x: -1px;
}

.focus\:-translate-x-2px:focus {
  --tw-translate-x: -2px;
}

.focus\:-translate-x-3px:focus {
  --tw-translate-x: -3px;
}

.focus\:-translate-x-4px:focus {
  --tw-translate-x: -4px;
}

.focus\:-translate-x-5px:focus {
  --tw-translate-x: -5px;
}

.focus\:-translate-x-6px:focus {
  --tw-translate-x: -6px;
}

.focus\:-translate-x-7px:focus {
  --tw-translate-x: -7px;
}

.focus\:-translate-x-8px:focus {
  --tw-translate-x: -8px;
}

.focus\:-translate-x-9px:focus {
  --tw-translate-x: -9px;
}

.focus\:-translate-x-10px:focus {
  --tw-translate-x: -10px;
}

.focus\:-translate-x-11px:focus {
  --tw-translate-x: -11px;
}

.focus\:-translate-x-12px:focus {
  --tw-translate-x: -12px;
}

.focus\:-translate-x-13px:focus {
  --tw-translate-x: -13px;
}

.focus\:-translate-x-14px:focus {
  --tw-translate-x: -14px;
}

.focus\:-translate-x-15px:focus {
  --tw-translate-x: -15px;
}

.focus\:-translate-x-16px:focus {
  --tw-translate-x: -16px;
}

.focus\:-translate-x-17px:focus {
  --tw-translate-x: -17px;
}

.focus\:-translate-x-18px:focus {
  --tw-translate-x: -18px;
}

.focus\:-translate-x-19px:focus {
  --tw-translate-x: -19px;
}

.focus\:-translate-x-20px:focus {
  --tw-translate-x: -20px;
}

.focus\:-translate-x-21px:focus {
  --tw-translate-x: -21px;
}

.focus\:-translate-x-22px:focus {
  --tw-translate-x: -22px;
}

.focus\:-translate-x-23px:focus {
  --tw-translate-x: -23px;
}

.focus\:-translate-x-24px:focus {
  --tw-translate-x: -24px;
}

.focus\:-translate-x-25px:focus {
  --tw-translate-x: -25px;
}

.focus\:-translate-x-26px:focus {
  --tw-translate-x: -26px;
}

.focus\:-translate-x-27px:focus {
  --tw-translate-x: -27px;
}

.focus\:-translate-x-28px:focus {
  --tw-translate-x: -28px;
}

.focus\:-translate-x-29px:focus {
  --tw-translate-x: -29px;
}

.focus\:-translate-x-30px:focus {
  --tw-translate-x: -30px;
}

.focus\:-translate-x-31px:focus {
  --tw-translate-x: -31px;
}

.focus\:-translate-x-32px:focus {
  --tw-translate-x: -32px;
}

.focus\:-translate-x-33px:focus {
  --tw-translate-x: -33px;
}

.focus\:-translate-x-34px:focus {
  --tw-translate-x: -34px;
}

.focus\:-translate-x-35px:focus {
  --tw-translate-x: -35px;
}

.focus\:-translate-x-36px:focus {
  --tw-translate-x: -36px;
}

.focus\:-translate-x-37px:focus {
  --tw-translate-x: -37px;
}

.focus\:-translate-x-38px:focus {
  --tw-translate-x: -38px;
}

.focus\:-translate-x-39px:focus {
  --tw-translate-x: -39px;
}

.focus\:-translate-x-40px:focus {
  --tw-translate-x: -40px;
}

.focus\:-translate-x-41px:focus {
  --tw-translate-x: -41px;
}

.focus\:-translate-x-42px:focus {
  --tw-translate-x: -42px;
}

.focus\:-translate-x-43px:focus {
  --tw-translate-x: -43px;
}

.focus\:-translate-x-44px:focus {
  --tw-translate-x: -44px;
}

.focus\:-translate-x-45px:focus {
  --tw-translate-x: -45px;
}

.focus\:-translate-x-46px:focus {
  --tw-translate-x: -46px;
}

.focus\:-translate-x-47px:focus {
  --tw-translate-x: -47px;
}

.focus\:-translate-x-48px:focus {
  --tw-translate-x: -48px;
}

.focus\:-translate-x-49px:focus {
  --tw-translate-x: -49px;
}

.focus\:-translate-x-50px:focus {
  --tw-translate-x: -50px;
}

.focus\:-translate-x-51px:focus {
  --tw-translate-x: -51px;
}

.focus\:-translate-x-52px:focus {
  --tw-translate-x: -52px;
}

.focus\:-translate-x-53px:focus {
  --tw-translate-x: -53px;
}

.focus\:-translate-x-54px:focus {
  --tw-translate-x: -54px;
}

.focus\:-translate-x-55px:focus {
  --tw-translate-x: -55px;
}

.focus\:-translate-x-56px:focus {
  --tw-translate-x: -56px;
}

.focus\:-translate-x-57px:focus {
  --tw-translate-x: -57px;
}

.focus\:-translate-x-58px:focus {
  --tw-translate-x: -58px;
}

.focus\:-translate-x-59px:focus {
  --tw-translate-x: -59px;
}

.focus\:-translate-x-60px:focus {
  --tw-translate-x: -60px;
}

.focus\:-translate-x-61px:focus {
  --tw-translate-x: -61px;
}

.focus\:-translate-x-62px:focus {
  --tw-translate-x: -62px;
}

.focus\:-translate-x-63px:focus {
  --tw-translate-x: -63px;
}

.focus\:-translate-x-64px:focus {
  --tw-translate-x: -64px;
}

.focus\:-translate-x-65px:focus {
  --tw-translate-x: -65px;
}

.focus\:-translate-x-66px:focus {
  --tw-translate-x: -66px;
}

.focus\:-translate-x-67px:focus {
  --tw-translate-x: -67px;
}

.focus\:-translate-x-68px:focus {
  --tw-translate-x: -68px;
}

.focus\:-translate-x-69px:focus {
  --tw-translate-x: -69px;
}

.focus\:-translate-x-70px:focus {
  --tw-translate-x: -70px;
}

.focus\:-translate-x-71px:focus {
  --tw-translate-x: -71px;
}

.focus\:-translate-x-72px:focus {
  --tw-translate-x: -72px;
}

.focus\:-translate-x-73px:focus {
  --tw-translate-x: -73px;
}

.focus\:-translate-x-74px:focus {
  --tw-translate-x: -74px;
}

.focus\:-translate-x-75px:focus {
  --tw-translate-x: -75px;
}

.focus\:-translate-x-76px:focus {
  --tw-translate-x: -76px;
}

.focus\:-translate-x-77px:focus {
  --tw-translate-x: -77px;
}

.focus\:-translate-x-78px:focus {
  --tw-translate-x: -78px;
}

.focus\:-translate-x-79px:focus {
  --tw-translate-x: -79px;
}

.focus\:-translate-x-80px:focus {
  --tw-translate-x: -80px;
}

.focus\:-translate-x-81px:focus {
  --tw-translate-x: -81px;
}

.focus\:-translate-x-82px:focus {
  --tw-translate-x: -82px;
}

.focus\:-translate-x-83px:focus {
  --tw-translate-x: -83px;
}

.focus\:-translate-x-84px:focus {
  --tw-translate-x: -84px;
}

.focus\:-translate-x-85px:focus {
  --tw-translate-x: -85px;
}

.focus\:-translate-x-86px:focus {
  --tw-translate-x: -86px;
}

.focus\:-translate-x-87px:focus {
  --tw-translate-x: -87px;
}

.focus\:-translate-x-88px:focus {
  --tw-translate-x: -88px;
}

.focus\:-translate-x-89px:focus {
  --tw-translate-x: -89px;
}

.focus\:-translate-x-90px:focus {
  --tw-translate-x: -90px;
}

.focus\:-translate-x-91px:focus {
  --tw-translate-x: -91px;
}

.focus\:-translate-x-92px:focus {
  --tw-translate-x: -92px;
}

.focus\:-translate-x-93px:focus {
  --tw-translate-x: -93px;
}

.focus\:-translate-x-94px:focus {
  --tw-translate-x: -94px;
}

.focus\:-translate-x-95px:focus {
  --tw-translate-x: -95px;
}

.focus\:-translate-x-96px:focus {
  --tw-translate-x: -96px;
}

.focus\:-translate-x-97px:focus {
  --tw-translate-x: -97px;
}

.focus\:-translate-x-98px:focus {
  --tw-translate-x: -98px;
}

.focus\:-translate-x-99px:focus {
  --tw-translate-x: -99px;
}

.focus\:-translate-x-100px:focus {
  --tw-translate-x: -100px;
}

.focus\:-translate-x-101px:focus {
  --tw-translate-x: -101px;
}

.focus\:-translate-x-102px:focus {
  --tw-translate-x: -102px;
}

.focus\:-translate-x-103px:focus {
  --tw-translate-x: -103px;
}

.focus\:-translate-x-104px:focus {
  --tw-translate-x: -104px;
}

.focus\:-translate-x-105px:focus {
  --tw-translate-x: -105px;
}

.focus\:-translate-x-106px:focus {
  --tw-translate-x: -106px;
}

.focus\:-translate-x-107px:focus {
  --tw-translate-x: -107px;
}

.focus\:-translate-x-108px:focus {
  --tw-translate-x: -108px;
}

.focus\:-translate-x-109px:focus {
  --tw-translate-x: -109px;
}

.focus\:-translate-x-110px:focus {
  --tw-translate-x: -110px;
}

.focus\:-translate-x-111px:focus {
  --tw-translate-x: -111px;
}

.focus\:-translate-x-112px:focus {
  --tw-translate-x: -112px;
}

.focus\:-translate-x-113px:focus {
  --tw-translate-x: -113px;
}

.focus\:-translate-x-114px:focus {
  --tw-translate-x: -114px;
}

.focus\:-translate-x-115px:focus {
  --tw-translate-x: -115px;
}

.focus\:-translate-x-116px:focus {
  --tw-translate-x: -116px;
}

.focus\:-translate-x-117px:focus {
  --tw-translate-x: -117px;
}

.focus\:-translate-x-118px:focus {
  --tw-translate-x: -118px;
}

.focus\:-translate-x-119px:focus {
  --tw-translate-x: -119px;
}

.focus\:-translate-x-120px:focus {
  --tw-translate-x: -120px;
}

.focus\:-translate-x-121px:focus {
  --tw-translate-x: -121px;
}

.focus\:-translate-x-122px:focus {
  --tw-translate-x: -122px;
}

.focus\:-translate-x-123px:focus {
  --tw-translate-x: -123px;
}

.focus\:-translate-x-124px:focus {
  --tw-translate-x: -124px;
}

.focus\:-translate-x-125px:focus {
  --tw-translate-x: -125px;
}

.focus\:-translate-x-126px:focus {
  --tw-translate-x: -126px;
}

.focus\:-translate-x-127px:focus {
  --tw-translate-x: -127px;
}

.focus\:-translate-x-128px:focus {
  --tw-translate-x: -128px;
}

.focus\:-translate-x-129px:focus {
  --tw-translate-x: -129px;
}

.focus\:-translate-x-130px:focus {
  --tw-translate-x: -130px;
}

.focus\:-translate-x-133px:focus {
  --tw-translate-x: -133px;
}

.focus\:-translate-x-140px:focus {
  --tw-translate-x: -140px;
}

.focus\:-translate-x-195px:focus {
  --tw-translate-x: -195px;
}

.focus\:-translate-x-200px:focus {
  --tw-translate-x: -200px;
}

.focus\:-translate-x-210px:focus {
  --tw-translate-x: -210px;
}

.focus\:-translate-x-222px:focus {
  --tw-translate-x: -222px;
}

.focus\:-translate-x-258px:focus {
  --tw-translate-x: -258px;
}

.focus\:-translate-x-280px:focus {
  --tw-translate-x: -280px;
}

.focus\:-translate-x-334px:focus {
  --tw-translate-x: -334px;
}

.focus\:-translate-x-388px:focus {
  --tw-translate-x: -388px;
}

.focus\:-translate-x-480px:focus {
  --tw-translate-x: -480px;
}

.focus\:-translate-x-490px:focus {
  --tw-translate-x: -490px;
}

.focus\:-translate-x-505px:focus {
  --tw-translate-x: -505px;
}

.focus\:-translate-x-507px:focus {
  --tw-translate-x: -507px;
}

.focus\:-translate-x-760px:focus {
  --tw-translate-x: -760px;
}

.focus\:-translate-x-780px:focus {
  --tw-translate-x: -780px;
}

.focus\:-translate-x-980px:focus {
  --tw-translate-x: -980px;
}

.focus\:-translate-x-1366px:focus {
  --tw-translate-x: -1366px;
}

.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333%;
}

.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667%;
}

.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25%;
}

.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75%;
}

.focus\:translate-x-full:focus {
  --tw-translate-x: 100%;
}

.focus\:-translate-x-1\/2:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333%;
}

.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667%;
}

.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25%;
}

.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75%;
}

.focus\:-translate-x-full:focus {
  --tw-translate-x: -100%;
}

.focus\:translate-y-0:focus {
  --tw-translate-y: 0px;
}

.focus\:translate-y-1:focus {
  --tw-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus {
  --tw-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus {
  --tw-translate-y: 0.75rem;
}

.focus\:translate-y-4:focus {
  --tw-translate-y: 1rem;
}

.focus\:translate-y-5:focus {
  --tw-translate-y: 1.25rem;
}

.focus\:translate-y-6:focus {
  --tw-translate-y: 1.5rem;
}

.focus\:translate-y-7:focus {
  --tw-translate-y: 1.75rem;
}

.focus\:translate-y-8:focus {
  --tw-translate-y: 2rem;
}

.focus\:translate-y-9:focus {
  --tw-translate-y: 2.25rem;
}

.focus\:translate-y-10:focus {
  --tw-translate-y: 2.5rem;
}

.focus\:translate-y-11:focus {
  --tw-translate-y: 2.75rem;
}

.focus\:translate-y-12:focus {
  --tw-translate-y: 3rem;
}

.focus\:translate-y-14:focus {
  --tw-translate-y: 3.5rem;
}

.focus\:translate-y-16:focus {
  --tw-translate-y: 4rem;
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 5rem;
}

.focus\:translate-y-24:focus {
  --tw-translate-y: 6rem;
}

.focus\:translate-y-28:focus {
  --tw-translate-y: 7rem;
}

.focus\:translate-y-32:focus {
  --tw-translate-y: 8rem;
}

.focus\:translate-y-36:focus {
  --tw-translate-y: 9rem;
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 10rem;
}

.focus\:translate-y-44:focus {
  --tw-translate-y: 11rem;
}

.focus\:translate-y-48:focus {
  --tw-translate-y: 12rem;
}

.focus\:translate-y-52:focus {
  --tw-translate-y: 13rem;
}

.focus\:translate-y-56:focus {
  --tw-translate-y: 14rem;
}

.focus\:translate-y-60:focus {
  --tw-translate-y: 15rem;
}

.focus\:translate-y-64:focus {
  --tw-translate-y: 16rem;
}

.focus\:translate-y-72:focus {
  --tw-translate-y: 18rem;
}

.focus\:translate-y-80:focus {
  --tw-translate-y: 20rem;
}

.focus\:translate-y-96:focus {
  --tw-translate-y: 24rem;
}

.focus\:translate-y-px:focus {
  --tw-translate-y: 1px;
}

.focus\:translate-y-0\.5:focus {
  --tw-translate-y: 0.125rem;
}

.focus\:translate-y-1\.5:focus {
  --tw-translate-y: 0.375rem;
}

.focus\:translate-y-2\.5:focus {
  --tw-translate-y: 0.625rem;
}

.focus\:translate-y-3\.5:focus {
  --tw-translate-y: 0.875rem;
}

.focus\:translate-y-1px:focus {
  --tw-translate-y: 1px;
}

.focus\:translate-y-2px:focus {
  --tw-translate-y: 2px;
}

.focus\:translate-y-3px:focus {
  --tw-translate-y: 3px;
}

.focus\:translate-y-4px:focus {
  --tw-translate-y: 4px;
}

.focus\:translate-y-5px:focus {
  --tw-translate-y: 5px;
}

.focus\:translate-y-6px:focus {
  --tw-translate-y: 6px;
}

.focus\:translate-y-7px:focus {
  --tw-translate-y: 7px;
}

.focus\:translate-y-8px:focus {
  --tw-translate-y: 8px;
}

.focus\:translate-y-9px:focus {
  --tw-translate-y: 9px;
}

.focus\:translate-y-10px:focus {
  --tw-translate-y: 10px;
}

.focus\:translate-y-11px:focus {
  --tw-translate-y: 11px;
}

.focus\:translate-y-12px:focus {
  --tw-translate-y: 12px;
}

.focus\:translate-y-13px:focus {
  --tw-translate-y: 13px;
}

.focus\:translate-y-14px:focus {
  --tw-translate-y: 14px;
}

.focus\:translate-y-15px:focus {
  --tw-translate-y: 15px;
}

.focus\:translate-y-16px:focus {
  --tw-translate-y: 16px;
}

.focus\:translate-y-17px:focus {
  --tw-translate-y: 17px;
}

.focus\:translate-y-18px:focus {
  --tw-translate-y: 18px;
}

.focus\:translate-y-19px:focus {
  --tw-translate-y: 19px;
}

.focus\:translate-y-20px:focus {
  --tw-translate-y: 20px;
}

.focus\:translate-y-21px:focus {
  --tw-translate-y: 21px;
}

.focus\:translate-y-22px:focus {
  --tw-translate-y: 22px;
}

.focus\:translate-y-23px:focus {
  --tw-translate-y: 23px;
}

.focus\:translate-y-24px:focus {
  --tw-translate-y: 24px;
}

.focus\:translate-y-25px:focus {
  --tw-translate-y: 25px;
}

.focus\:translate-y-26px:focus {
  --tw-translate-y: 26px;
}

.focus\:translate-y-27px:focus {
  --tw-translate-y: 27px;
}

.focus\:translate-y-28px:focus {
  --tw-translate-y: 28px;
}

.focus\:translate-y-29px:focus {
  --tw-translate-y: 29px;
}

.focus\:translate-y-30px:focus {
  --tw-translate-y: 30px;
}

.focus\:translate-y-31px:focus {
  --tw-translate-y: 31px;
}

.focus\:translate-y-32px:focus {
  --tw-translate-y: 32px;
}

.focus\:translate-y-33px:focus {
  --tw-translate-y: 33px;
}

.focus\:translate-y-34px:focus {
  --tw-translate-y: 34px;
}

.focus\:translate-y-35px:focus {
  --tw-translate-y: 35px;
}

.focus\:translate-y-36px:focus {
  --tw-translate-y: 36px;
}

.focus\:translate-y-37px:focus {
  --tw-translate-y: 37px;
}

.focus\:translate-y-38px:focus {
  --tw-translate-y: 38px;
}

.focus\:translate-y-39px:focus {
  --tw-translate-y: 39px;
}

.focus\:translate-y-40px:focus {
  --tw-translate-y: 40px;
}

.focus\:translate-y-41px:focus {
  --tw-translate-y: 41px;
}

.focus\:translate-y-42px:focus {
  --tw-translate-y: 42px;
}

.focus\:translate-y-43px:focus {
  --tw-translate-y: 43px;
}

.focus\:translate-y-44px:focus {
  --tw-translate-y: 44px;
}

.focus\:translate-y-45px:focus {
  --tw-translate-y: 45px;
}

.focus\:translate-y-46px:focus {
  --tw-translate-y: 46px;
}

.focus\:translate-y-47px:focus {
  --tw-translate-y: 47px;
}

.focus\:translate-y-48px:focus {
  --tw-translate-y: 48px;
}

.focus\:translate-y-49px:focus {
  --tw-translate-y: 49px;
}

.focus\:translate-y-50px:focus {
  --tw-translate-y: 50px;
}

.focus\:translate-y-51px:focus {
  --tw-translate-y: 51px;
}

.focus\:translate-y-52px:focus {
  --tw-translate-y: 52px;
}

.focus\:translate-y-53px:focus {
  --tw-translate-y: 53px;
}

.focus\:translate-y-54px:focus {
  --tw-translate-y: 54px;
}

.focus\:translate-y-55px:focus {
  --tw-translate-y: 55px;
}

.focus\:translate-y-56px:focus {
  --tw-translate-y: 56px;
}

.focus\:translate-y-57px:focus {
  --tw-translate-y: 57px;
}

.focus\:translate-y-58px:focus {
  --tw-translate-y: 58px;
}

.focus\:translate-y-59px:focus {
  --tw-translate-y: 59px;
}

.focus\:translate-y-60px:focus {
  --tw-translate-y: 60px;
}

.focus\:translate-y-61px:focus {
  --tw-translate-y: 61px;
}

.focus\:translate-y-62px:focus {
  --tw-translate-y: 62px;
}

.focus\:translate-y-63px:focus {
  --tw-translate-y: 63px;
}

.focus\:translate-y-64px:focus {
  --tw-translate-y: 64px;
}

.focus\:translate-y-65px:focus {
  --tw-translate-y: 65px;
}

.focus\:translate-y-66px:focus {
  --tw-translate-y: 66px;
}

.focus\:translate-y-67px:focus {
  --tw-translate-y: 67px;
}

.focus\:translate-y-68px:focus {
  --tw-translate-y: 68px;
}

.focus\:translate-y-69px:focus {
  --tw-translate-y: 69px;
}

.focus\:translate-y-70px:focus {
  --tw-translate-y: 70px;
}

.focus\:translate-y-71px:focus {
  --tw-translate-y: 71px;
}

.focus\:translate-y-72px:focus {
  --tw-translate-y: 72px;
}

.focus\:translate-y-73px:focus {
  --tw-translate-y: 73px;
}

.focus\:translate-y-74px:focus {
  --tw-translate-y: 74px;
}

.focus\:translate-y-75px:focus {
  --tw-translate-y: 75px;
}

.focus\:translate-y-76px:focus {
  --tw-translate-y: 76px;
}

.focus\:translate-y-77px:focus {
  --tw-translate-y: 77px;
}

.focus\:translate-y-78px:focus {
  --tw-translate-y: 78px;
}

.focus\:translate-y-79px:focus {
  --tw-translate-y: 79px;
}

.focus\:translate-y-80px:focus {
  --tw-translate-y: 80px;
}

.focus\:translate-y-81px:focus {
  --tw-translate-y: 81px;
}

.focus\:translate-y-82px:focus {
  --tw-translate-y: 82px;
}

.focus\:translate-y-83px:focus {
  --tw-translate-y: 83px;
}

.focus\:translate-y-84px:focus {
  --tw-translate-y: 84px;
}

.focus\:translate-y-85px:focus {
  --tw-translate-y: 85px;
}

.focus\:translate-y-86px:focus {
  --tw-translate-y: 86px;
}

.focus\:translate-y-87px:focus {
  --tw-translate-y: 87px;
}

.focus\:translate-y-88px:focus {
  --tw-translate-y: 88px;
}

.focus\:translate-y-89px:focus {
  --tw-translate-y: 89px;
}

.focus\:translate-y-90px:focus {
  --tw-translate-y: 90px;
}

.focus\:translate-y-91px:focus {
  --tw-translate-y: 91px;
}

.focus\:translate-y-92px:focus {
  --tw-translate-y: 92px;
}

.focus\:translate-y-93px:focus {
  --tw-translate-y: 93px;
}

.focus\:translate-y-94px:focus {
  --tw-translate-y: 94px;
}

.focus\:translate-y-95px:focus {
  --tw-translate-y: 95px;
}

.focus\:translate-y-96px:focus {
  --tw-translate-y: 96px;
}

.focus\:translate-y-97px:focus {
  --tw-translate-y: 97px;
}

.focus\:translate-y-98px:focus {
  --tw-translate-y: 98px;
}

.focus\:translate-y-99px:focus {
  --tw-translate-y: 99px;
}

.focus\:translate-y-100px:focus {
  --tw-translate-y: 100px;
}

.focus\:translate-y-101px:focus {
  --tw-translate-y: 101px;
}

.focus\:translate-y-102px:focus {
  --tw-translate-y: 102px;
}

.focus\:translate-y-103px:focus {
  --tw-translate-y: 103px;
}

.focus\:translate-y-104px:focus {
  --tw-translate-y: 104px;
}

.focus\:translate-y-105px:focus {
  --tw-translate-y: 105px;
}

.focus\:translate-y-106px:focus {
  --tw-translate-y: 106px;
}

.focus\:translate-y-107px:focus {
  --tw-translate-y: 107px;
}

.focus\:translate-y-108px:focus {
  --tw-translate-y: 108px;
}

.focus\:translate-y-109px:focus {
  --tw-translate-y: 109px;
}

.focus\:translate-y-110px:focus {
  --tw-translate-y: 110px;
}

.focus\:translate-y-111px:focus {
  --tw-translate-y: 111px;
}

.focus\:translate-y-112px:focus {
  --tw-translate-y: 112px;
}

.focus\:translate-y-113px:focus {
  --tw-translate-y: 113px;
}

.focus\:translate-y-114px:focus {
  --tw-translate-y: 114px;
}

.focus\:translate-y-115px:focus {
  --tw-translate-y: 115px;
}

.focus\:translate-y-116px:focus {
  --tw-translate-y: 116px;
}

.focus\:translate-y-117px:focus {
  --tw-translate-y: 117px;
}

.focus\:translate-y-118px:focus {
  --tw-translate-y: 118px;
}

.focus\:translate-y-119px:focus {
  --tw-translate-y: 119px;
}

.focus\:translate-y-120px:focus {
  --tw-translate-y: 120px;
}

.focus\:translate-y-121px:focus {
  --tw-translate-y: 121px;
}

.focus\:translate-y-122px:focus {
  --tw-translate-y: 122px;
}

.focus\:translate-y-123px:focus {
  --tw-translate-y: 123px;
}

.focus\:translate-y-124px:focus {
  --tw-translate-y: 124px;
}

.focus\:translate-y-125px:focus {
  --tw-translate-y: 125px;
}

.focus\:translate-y-126px:focus {
  --tw-translate-y: 126px;
}

.focus\:translate-y-127px:focus {
  --tw-translate-y: 127px;
}

.focus\:translate-y-128px:focus {
  --tw-translate-y: 128px;
}

.focus\:translate-y-129px:focus {
  --tw-translate-y: 129px;
}

.focus\:translate-y-130px:focus {
  --tw-translate-y: 130px;
}

.focus\:translate-y-133px:focus {
  --tw-translate-y: 133px;
}

.focus\:translate-y-140px:focus {
  --tw-translate-y: 140px;
}

.focus\:translate-y-195px:focus {
  --tw-translate-y: 195px;
}

.focus\:translate-y-200px:focus {
  --tw-translate-y: 200px;
}

.focus\:translate-y-210px:focus {
  --tw-translate-y: 210px;
}

.focus\:translate-y-222px:focus {
  --tw-translate-y: 222px;
}

.focus\:translate-y-258px:focus {
  --tw-translate-y: 258px;
}

.focus\:translate-y-280px:focus {
  --tw-translate-y: 280px;
}

.focus\:translate-y-334px:focus {
  --tw-translate-y: 334px;
}

.focus\:translate-y-388px:focus {
  --tw-translate-y: 388px;
}

.focus\:translate-y-480px:focus {
  --tw-translate-y: 480px;
}

.focus\:translate-y-490px:focus {
  --tw-translate-y: 490px;
}

.focus\:translate-y-505px:focus {
  --tw-translate-y: 505px;
}

.focus\:translate-y-507px:focus {
  --tw-translate-y: 507px;
}

.focus\:translate-y-760px:focus {
  --tw-translate-y: 760px;
}

.focus\:translate-y-780px:focus {
  --tw-translate-y: 780px;
}

.focus\:translate-y-980px:focus {
  --tw-translate-y: 980px;
}

.focus\:translate-y-1366px:focus {
  --tw-translate-y: 1366px;
}

.focus\:-translate-y-0:focus {
  --tw-translate-y: 0px;
}

.focus\:-translate-y-1:focus {
  --tw-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus {
  --tw-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus {
  --tw-translate-y: -0.75rem;
}

.focus\:-translate-y-4:focus {
  --tw-translate-y: -1rem;
}

.focus\:-translate-y-5:focus {
  --tw-translate-y: -1.25rem;
}

.focus\:-translate-y-6:focus {
  --tw-translate-y: -1.5rem;
}

.focus\:-translate-y-7:focus {
  --tw-translate-y: -1.75rem;
}

.focus\:-translate-y-8:focus {
  --tw-translate-y: -2rem;
}

.focus\:-translate-y-9:focus {
  --tw-translate-y: -2.25rem;
}

.focus\:-translate-y-10:focus {
  --tw-translate-y: -2.5rem;
}

.focus\:-translate-y-11:focus {
  --tw-translate-y: -2.75rem;
}

.focus\:-translate-y-12:focus {
  --tw-translate-y: -3rem;
}

.focus\:-translate-y-14:focus {
  --tw-translate-y: -3.5rem;
}

.focus\:-translate-y-16:focus {
  --tw-translate-y: -4rem;
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -5rem;
}

.focus\:-translate-y-24:focus {
  --tw-translate-y: -6rem;
}

.focus\:-translate-y-28:focus {
  --tw-translate-y: -7rem;
}

.focus\:-translate-y-32:focus {
  --tw-translate-y: -8rem;
}

.focus\:-translate-y-36:focus {
  --tw-translate-y: -9rem;
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -10rem;
}

.focus\:-translate-y-44:focus {
  --tw-translate-y: -11rem;
}

.focus\:-translate-y-48:focus {
  --tw-translate-y: -12rem;
}

.focus\:-translate-y-52:focus {
  --tw-translate-y: -13rem;
}

.focus\:-translate-y-56:focus {
  --tw-translate-y: -14rem;
}

.focus\:-translate-y-60:focus {
  --tw-translate-y: -15rem;
}

.focus\:-translate-y-64:focus {
  --tw-translate-y: -16rem;
}

.focus\:-translate-y-72:focus {
  --tw-translate-y: -18rem;
}

.focus\:-translate-y-80:focus {
  --tw-translate-y: -20rem;
}

.focus\:-translate-y-96:focus {
  --tw-translate-y: -24rem;
}

.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px;
}

.focus\:-translate-y-0\.5:focus {
  --tw-translate-y: -0.125rem;
}

.focus\:-translate-y-1\.5:focus {
  --tw-translate-y: -0.375rem;
}

.focus\:-translate-y-2\.5:focus {
  --tw-translate-y: -0.625rem;
}

.focus\:-translate-y-3\.5:focus {
  --tw-translate-y: -0.875rem;
}

.focus\:-translate-y-1px:focus {
  --tw-translate-y: -1px;
}

.focus\:-translate-y-2px:focus {
  --tw-translate-y: -2px;
}

.focus\:-translate-y-3px:focus {
  --tw-translate-y: -3px;
}

.focus\:-translate-y-4px:focus {
  --tw-translate-y: -4px;
}

.focus\:-translate-y-5px:focus {
  --tw-translate-y: -5px;
}

.focus\:-translate-y-6px:focus {
  --tw-translate-y: -6px;
}

.focus\:-translate-y-7px:focus {
  --tw-translate-y: -7px;
}

.focus\:-translate-y-8px:focus {
  --tw-translate-y: -8px;
}

.focus\:-translate-y-9px:focus {
  --tw-translate-y: -9px;
}

.focus\:-translate-y-10px:focus {
  --tw-translate-y: -10px;
}

.focus\:-translate-y-11px:focus {
  --tw-translate-y: -11px;
}

.focus\:-translate-y-12px:focus {
  --tw-translate-y: -12px;
}

.focus\:-translate-y-13px:focus {
  --tw-translate-y: -13px;
}

.focus\:-translate-y-14px:focus {
  --tw-translate-y: -14px;
}

.focus\:-translate-y-15px:focus {
  --tw-translate-y: -15px;
}

.focus\:-translate-y-16px:focus {
  --tw-translate-y: -16px;
}

.focus\:-translate-y-17px:focus {
  --tw-translate-y: -17px;
}

.focus\:-translate-y-18px:focus {
  --tw-translate-y: -18px;
}

.focus\:-translate-y-19px:focus {
  --tw-translate-y: -19px;
}

.focus\:-translate-y-20px:focus {
  --tw-translate-y: -20px;
}

.focus\:-translate-y-21px:focus {
  --tw-translate-y: -21px;
}

.focus\:-translate-y-22px:focus {
  --tw-translate-y: -22px;
}

.focus\:-translate-y-23px:focus {
  --tw-translate-y: -23px;
}

.focus\:-translate-y-24px:focus {
  --tw-translate-y: -24px;
}

.focus\:-translate-y-25px:focus {
  --tw-translate-y: -25px;
}

.focus\:-translate-y-26px:focus {
  --tw-translate-y: -26px;
}

.focus\:-translate-y-27px:focus {
  --tw-translate-y: -27px;
}

.focus\:-translate-y-28px:focus {
  --tw-translate-y: -28px;
}

.focus\:-translate-y-29px:focus {
  --tw-translate-y: -29px;
}

.focus\:-translate-y-30px:focus {
  --tw-translate-y: -30px;
}

.focus\:-translate-y-31px:focus {
  --tw-translate-y: -31px;
}

.focus\:-translate-y-32px:focus {
  --tw-translate-y: -32px;
}

.focus\:-translate-y-33px:focus {
  --tw-translate-y: -33px;
}

.focus\:-translate-y-34px:focus {
  --tw-translate-y: -34px;
}

.focus\:-translate-y-35px:focus {
  --tw-translate-y: -35px;
}

.focus\:-translate-y-36px:focus {
  --tw-translate-y: -36px;
}

.focus\:-translate-y-37px:focus {
  --tw-translate-y: -37px;
}

.focus\:-translate-y-38px:focus {
  --tw-translate-y: -38px;
}

.focus\:-translate-y-39px:focus {
  --tw-translate-y: -39px;
}

.focus\:-translate-y-40px:focus {
  --tw-translate-y: -40px;
}

.focus\:-translate-y-41px:focus {
  --tw-translate-y: -41px;
}

.focus\:-translate-y-42px:focus {
  --tw-translate-y: -42px;
}

.focus\:-translate-y-43px:focus {
  --tw-translate-y: -43px;
}

.focus\:-translate-y-44px:focus {
  --tw-translate-y: -44px;
}

.focus\:-translate-y-45px:focus {
  --tw-translate-y: -45px;
}

.focus\:-translate-y-46px:focus {
  --tw-translate-y: -46px;
}

.focus\:-translate-y-47px:focus {
  --tw-translate-y: -47px;
}

.focus\:-translate-y-48px:focus {
  --tw-translate-y: -48px;
}

.focus\:-translate-y-49px:focus {
  --tw-translate-y: -49px;
}

.focus\:-translate-y-50px:focus {
  --tw-translate-y: -50px;
}

.focus\:-translate-y-51px:focus {
  --tw-translate-y: -51px;
}

.focus\:-translate-y-52px:focus {
  --tw-translate-y: -52px;
}

.focus\:-translate-y-53px:focus {
  --tw-translate-y: -53px;
}

.focus\:-translate-y-54px:focus {
  --tw-translate-y: -54px;
}

.focus\:-translate-y-55px:focus {
  --tw-translate-y: -55px;
}

.focus\:-translate-y-56px:focus {
  --tw-translate-y: -56px;
}

.focus\:-translate-y-57px:focus {
  --tw-translate-y: -57px;
}

.focus\:-translate-y-58px:focus {
  --tw-translate-y: -58px;
}

.focus\:-translate-y-59px:focus {
  --tw-translate-y: -59px;
}

.focus\:-translate-y-60px:focus {
  --tw-translate-y: -60px;
}

.focus\:-translate-y-61px:focus {
  --tw-translate-y: -61px;
}

.focus\:-translate-y-62px:focus {
  --tw-translate-y: -62px;
}

.focus\:-translate-y-63px:focus {
  --tw-translate-y: -63px;
}

.focus\:-translate-y-64px:focus {
  --tw-translate-y: -64px;
}

.focus\:-translate-y-65px:focus {
  --tw-translate-y: -65px;
}

.focus\:-translate-y-66px:focus {
  --tw-translate-y: -66px;
}

.focus\:-translate-y-67px:focus {
  --tw-translate-y: -67px;
}

.focus\:-translate-y-68px:focus {
  --tw-translate-y: -68px;
}

.focus\:-translate-y-69px:focus {
  --tw-translate-y: -69px;
}

.focus\:-translate-y-70px:focus {
  --tw-translate-y: -70px;
}

.focus\:-translate-y-71px:focus {
  --tw-translate-y: -71px;
}

.focus\:-translate-y-72px:focus {
  --tw-translate-y: -72px;
}

.focus\:-translate-y-73px:focus {
  --tw-translate-y: -73px;
}

.focus\:-translate-y-74px:focus {
  --tw-translate-y: -74px;
}

.focus\:-translate-y-75px:focus {
  --tw-translate-y: -75px;
}

.focus\:-translate-y-76px:focus {
  --tw-translate-y: -76px;
}

.focus\:-translate-y-77px:focus {
  --tw-translate-y: -77px;
}

.focus\:-translate-y-78px:focus {
  --tw-translate-y: -78px;
}

.focus\:-translate-y-79px:focus {
  --tw-translate-y: -79px;
}

.focus\:-translate-y-80px:focus {
  --tw-translate-y: -80px;
}

.focus\:-translate-y-81px:focus {
  --tw-translate-y: -81px;
}

.focus\:-translate-y-82px:focus {
  --tw-translate-y: -82px;
}

.focus\:-translate-y-83px:focus {
  --tw-translate-y: -83px;
}

.focus\:-translate-y-84px:focus {
  --tw-translate-y: -84px;
}

.focus\:-translate-y-85px:focus {
  --tw-translate-y: -85px;
}

.focus\:-translate-y-86px:focus {
  --tw-translate-y: -86px;
}

.focus\:-translate-y-87px:focus {
  --tw-translate-y: -87px;
}

.focus\:-translate-y-88px:focus {
  --tw-translate-y: -88px;
}

.focus\:-translate-y-89px:focus {
  --tw-translate-y: -89px;
}

.focus\:-translate-y-90px:focus {
  --tw-translate-y: -90px;
}

.focus\:-translate-y-91px:focus {
  --tw-translate-y: -91px;
}

.focus\:-translate-y-92px:focus {
  --tw-translate-y: -92px;
}

.focus\:-translate-y-93px:focus {
  --tw-translate-y: -93px;
}

.focus\:-translate-y-94px:focus {
  --tw-translate-y: -94px;
}

.focus\:-translate-y-95px:focus {
  --tw-translate-y: -95px;
}

.focus\:-translate-y-96px:focus {
  --tw-translate-y: -96px;
}

.focus\:-translate-y-97px:focus {
  --tw-translate-y: -97px;
}

.focus\:-translate-y-98px:focus {
  --tw-translate-y: -98px;
}

.focus\:-translate-y-99px:focus {
  --tw-translate-y: -99px;
}

.focus\:-translate-y-100px:focus {
  --tw-translate-y: -100px;
}

.focus\:-translate-y-101px:focus {
  --tw-translate-y: -101px;
}

.focus\:-translate-y-102px:focus {
  --tw-translate-y: -102px;
}

.focus\:-translate-y-103px:focus {
  --tw-translate-y: -103px;
}

.focus\:-translate-y-104px:focus {
  --tw-translate-y: -104px;
}

.focus\:-translate-y-105px:focus {
  --tw-translate-y: -105px;
}

.focus\:-translate-y-106px:focus {
  --tw-translate-y: -106px;
}

.focus\:-translate-y-107px:focus {
  --tw-translate-y: -107px;
}

.focus\:-translate-y-108px:focus {
  --tw-translate-y: -108px;
}

.focus\:-translate-y-109px:focus {
  --tw-translate-y: -109px;
}

.focus\:-translate-y-110px:focus {
  --tw-translate-y: -110px;
}

.focus\:-translate-y-111px:focus {
  --tw-translate-y: -111px;
}

.focus\:-translate-y-112px:focus {
  --tw-translate-y: -112px;
}

.focus\:-translate-y-113px:focus {
  --tw-translate-y: -113px;
}

.focus\:-translate-y-114px:focus {
  --tw-translate-y: -114px;
}

.focus\:-translate-y-115px:focus {
  --tw-translate-y: -115px;
}

.focus\:-translate-y-116px:focus {
  --tw-translate-y: -116px;
}

.focus\:-translate-y-117px:focus {
  --tw-translate-y: -117px;
}

.focus\:-translate-y-118px:focus {
  --tw-translate-y: -118px;
}

.focus\:-translate-y-119px:focus {
  --tw-translate-y: -119px;
}

.focus\:-translate-y-120px:focus {
  --tw-translate-y: -120px;
}

.focus\:-translate-y-121px:focus {
  --tw-translate-y: -121px;
}

.focus\:-translate-y-122px:focus {
  --tw-translate-y: -122px;
}

.focus\:-translate-y-123px:focus {
  --tw-translate-y: -123px;
}

.focus\:-translate-y-124px:focus {
  --tw-translate-y: -124px;
}

.focus\:-translate-y-125px:focus {
  --tw-translate-y: -125px;
}

.focus\:-translate-y-126px:focus {
  --tw-translate-y: -126px;
}

.focus\:-translate-y-127px:focus {
  --tw-translate-y: -127px;
}

.focus\:-translate-y-128px:focus {
  --tw-translate-y: -128px;
}

.focus\:-translate-y-129px:focus {
  --tw-translate-y: -129px;
}

.focus\:-translate-y-130px:focus {
  --tw-translate-y: -130px;
}

.focus\:-translate-y-133px:focus {
  --tw-translate-y: -133px;
}

.focus\:-translate-y-140px:focus {
  --tw-translate-y: -140px;
}

.focus\:-translate-y-195px:focus {
  --tw-translate-y: -195px;
}

.focus\:-translate-y-200px:focus {
  --tw-translate-y: -200px;
}

.focus\:-translate-y-210px:focus {
  --tw-translate-y: -210px;
}

.focus\:-translate-y-222px:focus {
  --tw-translate-y: -222px;
}

.focus\:-translate-y-258px:focus {
  --tw-translate-y: -258px;
}

.focus\:-translate-y-280px:focus {
  --tw-translate-y: -280px;
}

.focus\:-translate-y-334px:focus {
  --tw-translate-y: -334px;
}

.focus\:-translate-y-388px:focus {
  --tw-translate-y: -388px;
}

.focus\:-translate-y-480px:focus {
  --tw-translate-y: -480px;
}

.focus\:-translate-y-490px:focus {
  --tw-translate-y: -490px;
}

.focus\:-translate-y-505px:focus {
  --tw-translate-y: -505px;
}

.focus\:-translate-y-507px:focus {
  --tw-translate-y: -507px;
}

.focus\:-translate-y-760px:focus {
  --tw-translate-y: -760px;
}

.focus\:-translate-y-780px:focus {
  --tw-translate-y: -780px;
}

.focus\:-translate-y-980px:focus {
  --tw-translate-y: -980px;
}

.focus\:-translate-y-1366px:focus {
  --tw-translate-y: -1366px;
}

.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;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none {
  animation: none;
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
  animation: bounce 1s infinite;
}

header.entry-header {
  display: none;
}

#breadcrumb .current-item {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

ul.page-numbers {
  display: flex;
  flex-direction: row;
}

ul.page-numbers > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

a.page-numbers {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Josefin Slab;
  --tw-bg-opacity: 1;
  background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

a.page-numbers:hover {
  background-color: transparent;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgba(207, 18, 91, var(--tw-text-opacity));
}

.current {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(232, 223, 214, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(106, 81, 14, var(--tw-text-opacity));
  font-family: Josefin Slab;
}

.next, .prev {
  color:#3333ff;
  background-color:#eeeeff;
}

.sample {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

@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: 1366px) {
    .sm\:container {
      max-width: 1366px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-1px > :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-1px > :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-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2px * var(--tw-space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-3px > :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-3px > :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-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4px * var(--tw-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-5px > :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-5px > :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-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6px * var(--tw-space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7px * var(--tw-space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-8px > :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-8px > :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-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9px * var(--tw-space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-10px > :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-10px > :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-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11px * var(--tw-space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-12px > :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-12px > :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-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13px * var(--tw-space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-14px > :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-14px > :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-15px > :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-15px > :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-16px > :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-16px > :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-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(17px * var(--tw-space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19px * var(--tw-space-x-reverse));
    margin-left: calc(19px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-20px > :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-20px > :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-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(21px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21px * var(--tw-space-x-reverse));
    margin-left: calc(21px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22px * var(--tw-space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23px * var(--tw-space-x-reverse));
    margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-24px > :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-24px > :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-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25px * var(--tw-space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26px * var(--tw-space-x-reverse));
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27px * var(--tw-space-x-reverse));
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-28px > :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-28px > :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-29px > :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-29px > :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-30px > :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-30px > :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-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31px * var(--tw-space-x-reverse));
    margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-32px > :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-32px > :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-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33px * var(--tw-space-x-reverse));
    margin-left: calc(33px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(34px * var(--tw-space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-35px > :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-35px > :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-36px > :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-36px > :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-37px > :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-37px > :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-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38px * var(--tw-space-x-reverse));
    margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-39px > :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-39px > :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-40px > :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-40px > :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-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41px * var(--tw-space-x-reverse));
    margin-left: calc(41px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(42px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(42px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(42px * var(--tw-space-x-reverse));
    margin-left: calc(42px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(43px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(43px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(43px * var(--tw-space-x-reverse));
    margin-left: calc(43px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(44px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(44px * var(--tw-space-x-reverse));
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45px * var(--tw-space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(46px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(46px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(46px * var(--tw-space-x-reverse));
    margin-left: calc(46px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-47px > :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-47px > :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-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(49px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(49px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(49px * var(--tw-space-x-reverse));
    margin-left: calc(49px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-50px > :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-50px > :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-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(51px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(51px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(51px * var(--tw-space-x-reverse));
    margin-left: calc(51px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(52px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(52px * var(--tw-space-x-reverse));
    margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(53px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(53px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(53px * var(--tw-space-x-reverse));
    margin-left: calc(53px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54px * var(--tw-space-x-reverse));
    margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(55px * var(--tw-space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-56px > :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-56px > :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-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(57px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(57px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(57px * var(--tw-space-x-reverse));
    margin-left: calc(57px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(58px * var(--tw-space-x-reverse));
    margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(59px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(59px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(59px * var(--tw-space-x-reverse));
    margin-left: calc(59px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(61px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(61px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(61px * var(--tw-space-x-reverse));
    margin-left: calc(61px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(62px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(62px * var(--tw-space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(63px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(63px * var(--tw-space-x-reverse));
    margin-left: calc(63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-64px > :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-64px > :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-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(65px * var(--tw-space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66px * var(--tw-space-x-reverse));
    margin-left: calc(66px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(67px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(67px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(67px * var(--tw-space-x-reverse));
    margin-left: calc(67px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(68px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(68px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(68px * var(--tw-space-x-reverse));
    margin-left: calc(68px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(69px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(69px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(69px * var(--tw-space-x-reverse));
    margin-left: calc(69px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-70px > :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-70px > :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-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(71px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(71px * var(--tw-space-x-reverse));
    margin-left: calc(71px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-72px > :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-72px > :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-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(73px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(73px * var(--tw-space-x-reverse));
    margin-left: calc(73px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(74px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(74px * var(--tw-space-x-reverse));
    margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-75px > :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-75px > :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-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(76px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(76px * var(--tw-space-x-reverse));
    margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(77px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(77px * var(--tw-space-x-reverse));
    margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(78px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(78px * var(--tw-space-x-reverse));
    margin-left: calc(78px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(79px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(79px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(79px * var(--tw-space-x-reverse));
    margin-left: calc(79px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-80px > :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-80px > :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-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(81px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(81px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(81px * var(--tw-space-x-reverse));
    margin-left: calc(81px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82px * var(--tw-space-x-reverse));
    margin-left: calc(82px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-83px > :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-83px > :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-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(84px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(84px * var(--tw-space-x-reverse));
    margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(85px * var(--tw-space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(86px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(86px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(86px * var(--tw-space-x-reverse));
    margin-left: calc(86px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(87px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(87px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(87px * var(--tw-space-x-reverse));
    margin-left: calc(87px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(88px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(88px * var(--tw-space-x-reverse));
    margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(89px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(89px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(89px * var(--tw-space-x-reverse));
    margin-left: calc(89px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90px * var(--tw-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(91px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(91px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(91px * var(--tw-space-x-reverse));
    margin-left: calc(91px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(92px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(92px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(92px * var(--tw-space-x-reverse));
    margin-left: calc(92px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(93px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(93px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(93px * var(--tw-space-x-reverse));
    margin-left: calc(93px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(94px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(94px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(94px * var(--tw-space-x-reverse));
    margin-left: calc(94px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96px * var(--tw-space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(97px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(97px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(97px * var(--tw-space-x-reverse));
    margin-left: calc(97px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(98px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(98px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(98px * var(--tw-space-x-reverse));
    margin-left: calc(98px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(99px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(99px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(99px * var(--tw-space-x-reverse));
    margin-left: calc(99px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-100px > :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-100px > :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-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(101px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(101px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(101px * var(--tw-space-x-reverse));
    margin-left: calc(101px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(102px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(102px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(102px * var(--tw-space-x-reverse));
    margin-left: calc(102px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(103px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(103px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(103px * var(--tw-space-x-reverse));
    margin-left: calc(103px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(104px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(104px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(104px * var(--tw-space-x-reverse));
    margin-left: calc(104px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(105px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(105px * var(--tw-space-x-reverse));
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(106px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(106px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(106px * var(--tw-space-x-reverse));
    margin-left: calc(106px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(107px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(107px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(107px * var(--tw-space-x-reverse));
    margin-left: calc(107px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(108px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(108px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(108px * var(--tw-space-x-reverse));
    margin-left: calc(108px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(109px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(109px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(109px * var(--tw-space-x-reverse));
    margin-left: calc(109px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(110px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(110px * var(--tw-space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(111px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(111px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(111px * var(--tw-space-x-reverse));
    margin-left: calc(111px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(112px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(112px * var(--tw-space-x-reverse));
    margin-left: calc(112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(113px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(113px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(113px * var(--tw-space-x-reverse));
    margin-left: calc(113px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(114px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(114px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(114px * var(--tw-space-x-reverse));
    margin-left: calc(114px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(115px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(115px * var(--tw-space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(116px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(116px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(116px * var(--tw-space-x-reverse));
    margin-left: calc(116px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(117px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(117px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(117px * var(--tw-space-x-reverse));
    margin-left: calc(117px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-118px > :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-118px > :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-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(119px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(119px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(119px * var(--tw-space-x-reverse));
    margin-left: calc(119px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(121px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(121px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(121px * var(--tw-space-x-reverse));
    margin-left: calc(121px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(122px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(122px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(122px * var(--tw-space-x-reverse));
    margin-left: calc(122px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(123px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(123px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(123px * var(--tw-space-x-reverse));
    margin-left: calc(123px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(124px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(124px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(124px * var(--tw-space-x-reverse));
    margin-left: calc(124px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(125px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(125px * var(--tw-space-x-reverse));
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(126px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(126px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(126px * var(--tw-space-x-reverse));
    margin-left: calc(126px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(127px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(127px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(127px * var(--tw-space-x-reverse));
    margin-left: calc(127px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(128px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(128px * var(--tw-space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(129px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(129px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(129px * var(--tw-space-x-reverse));
    margin-left: calc(129px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-130px > :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-130px > :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-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(133px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(133px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(133px * var(--tw-space-x-reverse));
    margin-left: calc(133px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(140px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(140px * var(--tw-space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(195px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(195px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(195px * var(--tw-space-x-reverse));
    margin-left: calc(195px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(210px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(210px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(210px * var(--tw-space-x-reverse));
    margin-left: calc(210px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(222px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(222px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(222px * var(--tw-space-x-reverse));
    margin-left: calc(222px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(258px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(258px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(258px * var(--tw-space-x-reverse));
    margin-left: calc(258px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(280px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(280px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(280px * var(--tw-space-x-reverse));
    margin-left: calc(280px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(334px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(334px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(334px * var(--tw-space-x-reverse));
    margin-left: calc(334px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(388px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(388px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(388px * var(--tw-space-x-reverse));
    margin-left: calc(388px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(480px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(480px * var(--tw-space-x-reverse));
    margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(490px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(490px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(490px * var(--tw-space-x-reverse));
    margin-left: calc(490px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(505px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(505px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(505px * var(--tw-space-x-reverse));
    margin-left: calc(505px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(507px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(507px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(507px * var(--tw-space-x-reverse));
    margin-left: calc(507px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(760px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(760px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(760px * var(--tw-space-x-reverse));
    margin-left: calc(760px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(780px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(780px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(780px * var(--tw-space-x-reverse));
    margin-left: calc(780px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(980px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(980px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(980px * var(--tw-space-x-reverse));
    margin-left: calc(980px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1366px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1366px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1366px * var(--tw-space-x-reverse));
    margin-left: calc(1366px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-1px > :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-1px > :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-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2px * var(--tw-space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-3px > :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-3px > :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-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4px * var(--tw-space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-5px > :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-5px > :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-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6px * var(--tw-space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7px * var(--tw-space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-8px > :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-8px > :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-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9px * var(--tw-space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-10px > :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-10px > :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-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11px * var(--tw-space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-12px > :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-12px > :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-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13px * var(--tw-space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-14px > :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-14px > :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-15px > :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-15px > :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-16px > :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-16px > :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-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-17px * var(--tw-space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px * var(--tw-space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19px * var(--tw-space-x-reverse));
    margin-left: calc(-19px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-20px > :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-20px > :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-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-21px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21px * var(--tw-space-x-reverse));
    margin-left: calc(-21px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22px * var(--tw-space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23px * var(--tw-space-x-reverse));
    margin-left: calc(-23px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-24px > :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-24px > :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-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25px * var(--tw-space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26px * var(--tw-space-x-reverse));
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27px * var(--tw-space-x-reverse));
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-28px > :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-28px > :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-29px > :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-29px > :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-30px > :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-30px > :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-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31px * var(--tw-space-x-reverse));
    margin-left: calc(-31px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-32px > :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-32px > :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-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33px * var(--tw-space-x-reverse));
    margin-left: calc(-33px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-34px * var(--tw-space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-35px > :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-35px > :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-36px > :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-36px > :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-37px > :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-37px > :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-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38px * var(--tw-space-x-reverse));
    margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-39px > :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-39px > :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-40px > :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-40px > :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-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41px * var(--tw-space-x-reverse));
    margin-left: calc(-41px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-42px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-42px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-42px * var(--tw-space-x-reverse));
    margin-left: calc(-42px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-43px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-43px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-43px * var(--tw-space-x-reverse));
    margin-left: calc(-43px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-44px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-44px * var(--tw-space-x-reverse));
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45px * var(--tw-space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-46px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-46px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-46px * var(--tw-space-x-reverse));
    margin-left: calc(-46px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-47px > :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-47px > :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-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-49px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-49px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-49px * var(--tw-space-x-reverse));
    margin-left: calc(-49px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-50px > :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-50px > :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-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-51px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-51px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-51px * var(--tw-space-x-reverse));
    margin-left: calc(-51px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-52px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-52px * var(--tw-space-x-reverse));
    margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-53px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-53px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-53px * var(--tw-space-x-reverse));
    margin-left: calc(-53px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54px * var(--tw-space-x-reverse));
    margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-55px * var(--tw-space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-56px > :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-56px > :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-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-57px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-57px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-57px * var(--tw-space-x-reverse));
    margin-left: calc(-57px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-58px * var(--tw-space-x-reverse));
    margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-59px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-59px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-59px * var(--tw-space-x-reverse));
    margin-left: calc(-59px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-61px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-61px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-61px * var(--tw-space-x-reverse));
    margin-left: calc(-61px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-62px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-62px * var(--tw-space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-63px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-63px * var(--tw-space-x-reverse));
    margin-left: calc(-63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-64px > :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-64px > :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-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-65px * var(--tw-space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66px * var(--tw-space-x-reverse));
    margin-left: calc(-66px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-67px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-67px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-67px * var(--tw-space-x-reverse));
    margin-left: calc(-67px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-68px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-68px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-68px * var(--tw-space-x-reverse));
    margin-left: calc(-68px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-69px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-69px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-69px * var(--tw-space-x-reverse));
    margin-left: calc(-69px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-70px > :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-70px > :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-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-71px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-71px * var(--tw-space-x-reverse));
    margin-left: calc(-71px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-72px > :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-72px > :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-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-73px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-73px * var(--tw-space-x-reverse));
    margin-left: calc(-73px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-74px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-74px * var(--tw-space-x-reverse));
    margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-75px > :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-75px > :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-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-76px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-76px * var(--tw-space-x-reverse));
    margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-77px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-77px * var(--tw-space-x-reverse));
    margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-78px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-78px * var(--tw-space-x-reverse));
    margin-left: calc(-78px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-79px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-79px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-79px * var(--tw-space-x-reverse));
    margin-left: calc(-79px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-80px > :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-80px > :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-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-81px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-81px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-81px * var(--tw-space-x-reverse));
    margin-left: calc(-81px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82px * var(--tw-space-x-reverse));
    margin-left: calc(-82px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-83px > :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-83px > :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-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-84px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-84px * var(--tw-space-x-reverse));
    margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-85px * var(--tw-space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-86px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-86px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-86px * var(--tw-space-x-reverse));
    margin-left: calc(-86px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-87px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-87px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-87px * var(--tw-space-x-reverse));
    margin-left: calc(-87px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-88px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-88px * var(--tw-space-x-reverse));
    margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-89px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-89px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-89px * var(--tw-space-x-reverse));
    margin-left: calc(-89px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90px * var(--tw-space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-91px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-91px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-91px * var(--tw-space-x-reverse));
    margin-left: calc(-91px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-92px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-92px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-92px * var(--tw-space-x-reverse));
    margin-left: calc(-92px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-93px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-93px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-93px * var(--tw-space-x-reverse));
    margin-left: calc(-93px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-94px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-94px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-94px * var(--tw-space-x-reverse));
    margin-left: calc(-94px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px * var(--tw-space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-97px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-97px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-97px * var(--tw-space-x-reverse));
    margin-left: calc(-97px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-98px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-98px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-98px * var(--tw-space-x-reverse));
    margin-left: calc(-98px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-99px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-99px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-99px * var(--tw-space-x-reverse));
    margin-left: calc(-99px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-100px > :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-100px > :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-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-101px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-101px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-101px * var(--tw-space-x-reverse));
    margin-left: calc(-101px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-102px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-102px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-102px * var(--tw-space-x-reverse));
    margin-left: calc(-102px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-103px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-103px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-103px * var(--tw-space-x-reverse));
    margin-left: calc(-103px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-104px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-104px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-104px * var(--tw-space-x-reverse));
    margin-left: calc(-104px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-105px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-105px * var(--tw-space-x-reverse));
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-106px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-106px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-106px * var(--tw-space-x-reverse));
    margin-left: calc(-106px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-107px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-107px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-107px * var(--tw-space-x-reverse));
    margin-left: calc(-107px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-108px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-108px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-108px * var(--tw-space-x-reverse));
    margin-left: calc(-108px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-109px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-109px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-109px * var(--tw-space-x-reverse));
    margin-left: calc(-109px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-110px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-110px * var(--tw-space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-111px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-111px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-111px * var(--tw-space-x-reverse));
    margin-left: calc(-111px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-112px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-112px * var(--tw-space-x-reverse));
    margin-left: calc(-112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-113px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-113px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-113px * var(--tw-space-x-reverse));
    margin-left: calc(-113px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-114px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-114px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-114px * var(--tw-space-x-reverse));
    margin-left: calc(-114px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-115px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-115px * var(--tw-space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-116px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-116px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-116px * var(--tw-space-x-reverse));
    margin-left: calc(-116px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-117px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-117px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-117px * var(--tw-space-x-reverse));
    margin-left: calc(-117px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-118px > :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-118px > :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-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-119px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-119px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-119px * var(--tw-space-x-reverse));
    margin-left: calc(-119px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-121px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-121px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-121px * var(--tw-space-x-reverse));
    margin-left: calc(-121px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-122px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-122px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-122px * var(--tw-space-x-reverse));
    margin-left: calc(-122px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-123px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-123px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-123px * var(--tw-space-x-reverse));
    margin-left: calc(-123px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-124px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-124px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-124px * var(--tw-space-x-reverse));
    margin-left: calc(-124px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-125px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-125px * var(--tw-space-x-reverse));
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-126px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-126px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-126px * var(--tw-space-x-reverse));
    margin-left: calc(-126px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-127px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-127px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-127px * var(--tw-space-x-reverse));
    margin-left: calc(-127px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-128px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-128px * var(--tw-space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-129px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-129px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-129px * var(--tw-space-x-reverse));
    margin-left: calc(-129px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-130px > :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-130px > :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-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-133px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-133px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-133px * var(--tw-space-x-reverse));
    margin-left: calc(-133px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-140px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-140px * var(--tw-space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-195px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-195px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-195px * var(--tw-space-x-reverse));
    margin-left: calc(-195px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-200px * var(--tw-space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-210px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-210px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-210px * var(--tw-space-x-reverse));
    margin-left: calc(-210px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-222px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-222px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-222px * var(--tw-space-x-reverse));
    margin-left: calc(-222px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-258px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-258px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-258px * var(--tw-space-x-reverse));
    margin-left: calc(-258px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-280px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-280px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-280px * var(--tw-space-x-reverse));
    margin-left: calc(-280px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-334px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-334px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-334px * var(--tw-space-x-reverse));
    margin-left: calc(-334px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-388px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-388px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-388px * var(--tw-space-x-reverse));
    margin-left: calc(-388px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-480px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-480px * var(--tw-space-x-reverse));
    margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-490px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-490px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-490px * var(--tw-space-x-reverse));
    margin-left: calc(-490px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-505px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-505px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-505px * var(--tw-space-x-reverse));
    margin-left: calc(-505px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-507px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-507px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-507px * var(--tw-space-x-reverse));
    margin-left: calc(-507px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-760px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-760px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-760px * var(--tw-space-x-reverse));
    margin-left: calc(-760px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-780px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-780px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-780px * var(--tw-space-x-reverse));
    margin-left: calc(-780px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-980px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-980px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-980px * var(--tw-space-x-reverse));
    margin-left: calc(-980px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1366px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1366px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1366px * var(--tw-space-x-reverse));
    margin-left: calc(-1366px * 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 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm\:divide-main-bg > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-divide-opacity));
  }

  .sm\:divide-main-bg-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-divide-opacity));
  }

  .sm\:divide-main-bg-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-divide-opacity));
  }

  .sm\:divide-web-logo-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-divide-opacity));
  }

  .sm\:divide-public-logo-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-divide-opacity));
  }

  .sm\:divide-button-primary-pink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-divide-opacity));
  }

  .sm\:divide-button-secondary-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-link-text-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-sub-text-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-divide-opacity));
  }

  .sm\:divide-body-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-divide-opacity));
  }

  .sm\:divide-copyright-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-divide-opacity));
  }

  .sm\:divide-breadcrumb-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-divide-opacity));
  }

  .sm\:divide-dark-text-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-background-black-a > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-divide-opacity));
  }

  .sm\:divide-background-black-b > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-divide-opacity));
  }

  .sm\:divide-background-black-c > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-divide-opacity));
  }

  .sm\:divide-background-black-d > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-divide-opacity));
  }

  .sm\:divide-product-detail-body-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-divide-opacity));
  }

  .sm\:divide-primary-pink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-divide-opacity));
  }

  .sm\:divide-footer-divide-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-divide-opacity));
  }

  .sm\:divide-detail-text-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-divide-opacity));
  }

  .sm\:divide-detail-desc-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-divide-opacity));
  }

  .sm\:divide-border-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 223, 214, 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;
            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 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:bg-main-bg {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .sm\:bg-main-bg-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .sm\:bg-main-bg-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .sm\:bg-web-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .sm\:bg-public-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .sm\:bg-button-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .sm\:bg-button-secondary-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-link-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-sub-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .sm\:bg-body-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .sm\:bg-copyright-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .sm\:bg-breadcrumb-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .sm\:bg-dark-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-background-black-a {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .sm\:bg-background-black-b {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .sm\:bg-background-black-c {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .sm\:bg-background-black-d {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .sm\:bg-product-detail-body-white {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .sm\:bg-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .sm\:bg-footer-divide-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .sm\:bg-detail-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .sm\:bg-detail-desc-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .sm\:bg-border-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, 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 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-main-bg {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-main-bg-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-main-bg-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-web-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-public-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-button-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-button-secondary-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-link-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sub-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-body-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-copyright-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-breadcrumb-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-dark-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-background-black-a {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-background-black-b {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-background-black-c {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-background-black-d {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-product-detail-body-white {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-footer-divide-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-detail-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-detail-desc-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-border-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, 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:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-main-bg:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-main-bg-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-main-bg-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-web-logo-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-public-logo-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-button-primary-pink:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-button-secondary-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-link-text-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sub-text-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-body-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-copyright-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-breadcrumb-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-dark-text-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-background-black-a:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-background-black-b:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-background-black-c:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-background-black-d:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-product-detail-body-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-primary-pink:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-footer-divide-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-detail-text-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-detail-desc-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-border-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .sm\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-main-bg:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-main-bg-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-main-bg-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-web-logo-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-public-logo-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-button-primary-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-button-secondary-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-link-text-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sub-text-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-body-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-copyright-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-breadcrumb-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-dark-text-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-background-black-a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-background-black-b:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-background-black-c:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-background-black-d:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-product-detail-body-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-primary-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-footer-divide-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-detail-text-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-detail-desc-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-border-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .sm\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-main-bg:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-main-bg-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-main-bg-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-web-logo-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-public-logo-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-button-primary-pink:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-button-secondary-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-link-text-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sub-text-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-body-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-copyright-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-breadcrumb-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-dark-text-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-background-black-a:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-background-black-b:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-background-black-c:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-background-black-d:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-product-detail-body-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-primary-pink:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-footer-divide-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-detail-text-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-detail-desc-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-border-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, 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\: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 {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 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-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:from-main-bg {
    --tw-gradient-from: #20264B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .sm\:from-main-bg-2 {
    --tw-gradient-from: #101435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .sm\:from-main-bg-3 {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .sm\:from-web-logo-brown {
    --tw-gradient-from: #B27D1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .sm\:from-public-logo-brown {
    --tw-gradient-from: #9A6D0A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .sm\:from-button-primary-pink {
    --tw-gradient-from: #CF125B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .sm\:from-button-secondary-black {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-link-text-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-sub-text-brown {
    --tw-gradient-from: #A29063;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .sm\:from-body-brown {
    --tw-gradient-from: #8D8779;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .sm\:from-copyright-gray {
    --tw-gradient-from: #D5D5D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .sm\:from-breadcrumb-gray {
    --tw-gradient-from: #858593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .sm\:from-dark-text-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-background-black-a {
    --tw-gradient-from: #191919;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .sm\:from-background-black-b {
    --tw-gradient-from: #343445;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .sm\:from-background-black-c {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .sm\:from-background-black-d {
    --tw-gradient-from: #040822;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .sm\:from-product-detail-body-white {
    --tw-gradient-from: #F7F3EF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .sm\:from-primary-pink {
    --tw-gradient-from: #D52525;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .sm\:from-footer-divide-gray {
    --tw-gradient-from: #545467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .sm\:from-detail-text-brown {
    --tw-gradient-from: #6A510E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .sm\:from-detail-desc-brown {
    --tw-gradient-from: #676051;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .sm\:from-border-brown {
    --tw-gradient-from: #E8DFD6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 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 {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:via-main-bg {
    --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .sm\:via-main-bg-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .sm\:via-main-bg-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .sm\:via-web-logo-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .sm\:via-public-logo-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .sm\:via-button-primary-pink {
    --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .sm\:via-button-secondary-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-link-text-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-sub-text-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .sm\:via-body-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .sm\:via-copyright-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .sm\:via-breadcrumb-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .sm\:via-dark-text-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-background-black-a {
    --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .sm\:via-background-black-b {
    --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .sm\:via-background-black-c {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .sm\:via-background-black-d {
    --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .sm\:via-product-detail-body-white {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .sm\:via-primary-pink {
    --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .sm\:via-footer-divide-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .sm\:via-detail-text-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .sm\:via-detail-desc-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .sm\:via-border-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .sm\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .sm\:to-current {
    --tw-gradient-to: currentColor;
  }

  .sm\:to-black {
    --tw-gradient-to: #000;
  }

  .sm\:to-white {
    --tw-gradient-to: #fff;
  }

  .sm\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .sm\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .sm\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .sm\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .sm\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .sm\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .sm\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .sm\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .sm\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .sm\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .sm\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .sm\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .sm\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .sm\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .sm\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .sm\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .sm\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .sm\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .sm\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .sm\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .sm\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .sm\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .sm\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .sm\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .sm\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .sm\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .sm\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .sm\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .sm\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .sm\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .sm\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .sm\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .sm\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .sm\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .sm\:to-main-bg {
    --tw-gradient-to: #20264B;
  }

  .sm\:to-main-bg-2 {
    --tw-gradient-to: #101435;
  }

  .sm\:to-main-bg-3 {
    --tw-gradient-to: #101531;
  }

  .sm\:to-web-logo-brown {
    --tw-gradient-to: #B27D1A;
  }

  .sm\:to-public-logo-brown {
    --tw-gradient-to: #9A6D0A;
  }

  .sm\:to-button-primary-pink {
    --tw-gradient-to: #CF125B;
  }

  .sm\:to-button-secondary-black {
    --tw-gradient-to: #000000;
  }

  .sm\:to-link-text-white {
    --tw-gradient-to: #ffffff;
  }

  .sm\:to-sub-text-brown {
    --tw-gradient-to: #A29063;
  }

  .sm\:to-body-brown {
    --tw-gradient-to: #8D8779;
  }

  .sm\:to-copyright-gray {
    --tw-gradient-to: #D5D5D5;
  }

  .sm\:to-breadcrumb-gray {
    --tw-gradient-to: #858593;
  }

  .sm\:to-dark-text-white {
    --tw-gradient-to: #ffffff;
  }

  .sm\:to-background-black-a {
    --tw-gradient-to: #191919;
  }

  .sm\:to-background-black-b {
    --tw-gradient-to: #343445;
  }

  .sm\:to-background-black-c {
    --tw-gradient-to: #101531;
  }

  .sm\:to-background-black-d {
    --tw-gradient-to: #040822;
  }

  .sm\:to-product-detail-body-white {
    --tw-gradient-to: #F7F3EF;
  }

  .sm\:to-primary-pink {
    --tw-gradient-to: #D52525;
  }

  .sm\:to-footer-divide-gray {
    --tw-gradient-to: #545467;
  }

  .sm\:to-detail-text-brown {
    --tw-gradient-to: #6A510E;
  }

  .sm\:to-detail-desc-brown {
    --tw-gradient-to: #676051;
  }

  .sm\:to-border-brown {
    --tw-gradient-to: #E8DFD6;
  }

  .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: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:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:hover\:from-main-bg:hover {
    --tw-gradient-from: #20264B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .sm\:hover\:from-main-bg-2:hover {
    --tw-gradient-from: #101435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .sm\:hover\:from-main-bg-3:hover {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .sm\:hover\:from-web-logo-brown:hover {
    --tw-gradient-from: #B27D1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .sm\:hover\:from-public-logo-brown:hover {
    --tw-gradient-from: #9A6D0A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .sm\:hover\:from-button-primary-pink:hover {
    --tw-gradient-from: #CF125B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .sm\:hover\:from-button-secondary-black:hover {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-link-text-white:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-sub-text-brown:hover {
    --tw-gradient-from: #A29063;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .sm\:hover\:from-body-brown:hover {
    --tw-gradient-from: #8D8779;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .sm\:hover\:from-copyright-gray:hover {
    --tw-gradient-from: #D5D5D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .sm\:hover\:from-breadcrumb-gray:hover {
    --tw-gradient-from: #858593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .sm\:hover\:from-dark-text-white:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-background-black-a:hover {
    --tw-gradient-from: #191919;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .sm\:hover\:from-background-black-b:hover {
    --tw-gradient-from: #343445;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .sm\:hover\:from-background-black-c:hover {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .sm\:hover\:from-background-black-d:hover {
    --tw-gradient-from: #040822;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .sm\:hover\:from-product-detail-body-white:hover {
    --tw-gradient-from: #F7F3EF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .sm\:hover\:from-primary-pink:hover {
    --tw-gradient-from: #D52525;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .sm\:hover\:from-footer-divide-gray:hover {
    --tw-gradient-from: #545467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .sm\:hover\:from-detail-text-brown:hover {
    --tw-gradient-from: #6A510E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .sm\:hover\:from-detail-desc-brown:hover {
    --tw-gradient-from: #676051;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .sm\:hover\:from-border-brown:hover {
    --tw-gradient-from: #E8DFD6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 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:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 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-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:hover\:via-main-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .sm\:hover\:via-main-bg-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .sm\:hover\:via-main-bg-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .sm\:hover\:via-web-logo-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .sm\:hover\:via-public-logo-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .sm\:hover\:via-button-primary-pink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .sm\:hover\:via-button-secondary-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-link-text-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-sub-text-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .sm\:hover\:via-body-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .sm\:hover\:via-copyright-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .sm\:hover\:via-breadcrumb-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .sm\:hover\:via-dark-text-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-background-black-a:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .sm\:hover\:via-background-black-b:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .sm\:hover\:via-background-black-c:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .sm\:hover\:via-background-black-d:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .sm\:hover\:via-product-detail-body-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .sm\:hover\:via-primary-pink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .sm\:hover\:via-footer-divide-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .sm\:hover\:via-detail-text-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .sm\:hover\:via-detail-desc-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .sm\:hover\:via-border-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .sm\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .sm\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .sm\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .sm\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .sm\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .sm\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .sm\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .sm\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .sm\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .sm\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .sm\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .sm\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .sm\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .sm\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .sm\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .sm\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .sm\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .sm\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .sm\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .sm\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .sm\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .sm\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .sm\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .sm\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .sm\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .sm\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .sm\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .sm\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .sm\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .sm\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .sm\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .sm\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .sm\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .sm\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .sm\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .sm\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .sm\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .sm\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .sm\:hover\:to-main-bg:hover {
    --tw-gradient-to: #20264B;
  }

  .sm\:hover\:to-main-bg-2:hover {
    --tw-gradient-to: #101435;
  }

  .sm\:hover\:to-main-bg-3:hover {
    --tw-gradient-to: #101531;
  }

  .sm\:hover\:to-web-logo-brown:hover {
    --tw-gradient-to: #B27D1A;
  }

  .sm\:hover\:to-public-logo-brown:hover {
    --tw-gradient-to: #9A6D0A;
  }

  .sm\:hover\:to-button-primary-pink:hover {
    --tw-gradient-to: #CF125B;
  }

  .sm\:hover\:to-button-secondary-black:hover {
    --tw-gradient-to: #000000;
  }

  .sm\:hover\:to-link-text-white:hover {
    --tw-gradient-to: #ffffff;
  }

  .sm\:hover\:to-sub-text-brown:hover {
    --tw-gradient-to: #A29063;
  }

  .sm\:hover\:to-body-brown:hover {
    --tw-gradient-to: #8D8779;
  }

  .sm\:hover\:to-copyright-gray:hover {
    --tw-gradient-to: #D5D5D5;
  }

  .sm\:hover\:to-breadcrumb-gray:hover {
    --tw-gradient-to: #858593;
  }

  .sm\:hover\:to-dark-text-white:hover {
    --tw-gradient-to: #ffffff;
  }

  .sm\:hover\:to-background-black-a:hover {
    --tw-gradient-to: #191919;
  }

  .sm\:hover\:to-background-black-b:hover {
    --tw-gradient-to: #343445;
  }

  .sm\:hover\:to-background-black-c:hover {
    --tw-gradient-to: #101531;
  }

  .sm\:hover\:to-background-black-d:hover {
    --tw-gradient-to: #040822;
  }

  .sm\:hover\:to-product-detail-body-white:hover {
    --tw-gradient-to: #F7F3EF;
  }

  .sm\:hover\:to-primary-pink:hover {
    --tw-gradient-to: #D52525;
  }

  .sm\:hover\:to-footer-divide-gray:hover {
    --tw-gradient-to: #545467;
  }

  .sm\:hover\:to-detail-text-brown:hover {
    --tw-gradient-to: #6A510E;
  }

  .sm\:hover\:to-detail-desc-brown:hover {
    --tw-gradient-to: #676051;
  }

  .sm\:hover\:to-border-brown:hover {
    --tw-gradient-to: #E8DFD6;
  }

  .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: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:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:focus\:from-main-bg:focus {
    --tw-gradient-from: #20264B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .sm\:focus\:from-main-bg-2:focus {
    --tw-gradient-from: #101435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .sm\:focus\:from-main-bg-3:focus {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .sm\:focus\:from-web-logo-brown:focus {
    --tw-gradient-from: #B27D1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .sm\:focus\:from-public-logo-brown:focus {
    --tw-gradient-from: #9A6D0A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .sm\:focus\:from-button-primary-pink:focus {
    --tw-gradient-from: #CF125B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .sm\:focus\:from-button-secondary-black:focus {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-link-text-white:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-sub-text-brown:focus {
    --tw-gradient-from: #A29063;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .sm\:focus\:from-body-brown:focus {
    --tw-gradient-from: #8D8779;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .sm\:focus\:from-copyright-gray:focus {
    --tw-gradient-from: #D5D5D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .sm\:focus\:from-breadcrumb-gray:focus {
    --tw-gradient-from: #858593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .sm\:focus\:from-dark-text-white:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-background-black-a:focus {
    --tw-gradient-from: #191919;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .sm\:focus\:from-background-black-b:focus {
    --tw-gradient-from: #343445;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .sm\:focus\:from-background-black-c:focus {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .sm\:focus\:from-background-black-d:focus {
    --tw-gradient-from: #040822;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .sm\:focus\:from-product-detail-body-white:focus {
    --tw-gradient-from: #F7F3EF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .sm\:focus\:from-primary-pink:focus {
    --tw-gradient-from: #D52525;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .sm\:focus\:from-footer-divide-gray:focus {
    --tw-gradient-from: #545467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .sm\:focus\:from-detail-text-brown:focus {
    --tw-gradient-from: #6A510E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .sm\:focus\:from-detail-desc-brown:focus {
    --tw-gradient-from: #676051;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .sm\:focus\:from-border-brown:focus {
    --tw-gradient-from: #E8DFD6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 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:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 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-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:focus\:via-main-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .sm\:focus\:via-main-bg-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .sm\:focus\:via-main-bg-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .sm\:focus\:via-web-logo-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .sm\:focus\:via-public-logo-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .sm\:focus\:via-button-primary-pink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .sm\:focus\:via-button-secondary-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-link-text-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-sub-text-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .sm\:focus\:via-body-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .sm\:focus\:via-copyright-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .sm\:focus\:via-breadcrumb-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .sm\:focus\:via-dark-text-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-background-black-a:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .sm\:focus\:via-background-black-b:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .sm\:focus\:via-background-black-c:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .sm\:focus\:via-background-black-d:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .sm\:focus\:via-product-detail-body-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .sm\:focus\:via-primary-pink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .sm\:focus\:via-footer-divide-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .sm\:focus\:via-detail-text-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .sm\:focus\:via-detail-desc-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .sm\:focus\:via-border-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .sm\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .sm\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .sm\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .sm\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .sm\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .sm\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .sm\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .sm\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .sm\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .sm\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .sm\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .sm\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .sm\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .sm\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .sm\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .sm\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .sm\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .sm\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .sm\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .sm\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .sm\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .sm\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .sm\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .sm\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .sm\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .sm\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .sm\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .sm\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .sm\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .sm\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .sm\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .sm\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .sm\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .sm\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .sm\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .sm\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .sm\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .sm\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .sm\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .sm\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .sm\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .sm\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .sm\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .sm\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .sm\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .sm\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .sm\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .sm\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .sm\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .sm\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .sm\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .sm\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .sm\:focus\:to-main-bg:focus {
    --tw-gradient-to: #20264B;
  }

  .sm\:focus\:to-main-bg-2:focus {
    --tw-gradient-to: #101435;
  }

  .sm\:focus\:to-main-bg-3:focus {
    --tw-gradient-to: #101531;
  }

  .sm\:focus\:to-web-logo-brown:focus {
    --tw-gradient-to: #B27D1A;
  }

  .sm\:focus\:to-public-logo-brown:focus {
    --tw-gradient-to: #9A6D0A;
  }

  .sm\:focus\:to-button-primary-pink:focus {
    --tw-gradient-to: #CF125B;
  }

  .sm\:focus\:to-button-secondary-black:focus {
    --tw-gradient-to: #000000;
  }

  .sm\:focus\:to-link-text-white:focus {
    --tw-gradient-to: #ffffff;
  }

  .sm\:focus\:to-sub-text-brown:focus {
    --tw-gradient-to: #A29063;
  }

  .sm\:focus\:to-body-brown:focus {
    --tw-gradient-to: #8D8779;
  }

  .sm\:focus\:to-copyright-gray:focus {
    --tw-gradient-to: #D5D5D5;
  }

  .sm\:focus\:to-breadcrumb-gray:focus {
    --tw-gradient-to: #858593;
  }

  .sm\:focus\:to-dark-text-white:focus {
    --tw-gradient-to: #ffffff;
  }

  .sm\:focus\:to-background-black-a:focus {
    --tw-gradient-to: #191919;
  }

  .sm\:focus\:to-background-black-b:focus {
    --tw-gradient-to: #343445;
  }

  .sm\:focus\:to-background-black-c:focus {
    --tw-gradient-to: #101531;
  }

  .sm\:focus\:to-background-black-d:focus {
    --tw-gradient-to: #040822;
  }

  .sm\:focus\:to-product-detail-body-white:focus {
    --tw-gradient-to: #F7F3EF;
  }

  .sm\:focus\:to-primary-pink:focus {
    --tw-gradient-to: #D52525;
  }

  .sm\:focus\:to-footer-divide-gray:focus {
    --tw-gradient-to: #545467;
  }

  .sm\:focus\:to-detail-text-brown:focus {
    --tw-gradient-to: #6A510E;
  }

  .sm\:focus\:to-detail-desc-brown:focus {
    --tw-gradient-to: #676051;
  }

  .sm\:focus\:to-border-brown:focus {
    --tw-gradient-to: #E8DFD6;
  }

  .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-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bg-repeat-space {
    background-repeat: space;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:border-collapse {
    border-collapse: collapse;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-current {
    border-color: currentColor;
  }

  .sm\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:border-main-bg {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .sm\:border-main-bg-2 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .sm\:border-main-bg-3 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .sm\:border-web-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .sm\:border-public-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .sm\:border-button-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .sm\:border-button-secondary-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-link-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-sub-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .sm\:border-body-brown {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .sm\:border-copyright-gray {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .sm\:border-breadcrumb-gray {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .sm\:border-dark-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-background-black-a {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .sm\:border-background-black-b {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .sm\:border-background-black-c {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .sm\:border-background-black-d {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .sm\:border-product-detail-body-white {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .sm\:border-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .sm\:border-footer-divide-gray {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .sm\:border-detail-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .sm\:border-detail-desc-brown {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .sm\:border-border-brown {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, 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 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-main-bg {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-main-bg-2 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-main-bg-3 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-web-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-public-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-button-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-button-secondary-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-link-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sub-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-body-brown {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-copyright-gray {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-breadcrumb-gray {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-dark-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-background-black-a {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-background-black-b {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-background-black-c {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-background-black-d {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-product-detail-body-white {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-footer-divide-gray {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-detail-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-detail-desc-brown {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-border-brown {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, 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:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-main-bg:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-main-bg-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-main-bg-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-web-logo-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-public-logo-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-button-primary-pink:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-button-secondary-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-link-text-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sub-text-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-body-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-copyright-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-breadcrumb-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-dark-text-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-background-black-a:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-background-black-b:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-background-black-c:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-background-black-d:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-product-detail-body-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-primary-pink:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-footer-divide-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-detail-text-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-detail-desc-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-border-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, var(--tw-border-opacity));
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .sm\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:hover\:border-main-bg:hover {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .sm\:hover\:border-main-bg-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .sm\:hover\:border-main-bg-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .sm\:hover\:border-web-logo-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .sm\:hover\:border-public-logo-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .sm\:hover\:border-button-primary-pink:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .sm\:hover\:border-button-secondary-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-link-text-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sub-text-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .sm\:hover\:border-body-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .sm\:hover\:border-copyright-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .sm\:hover\:border-breadcrumb-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .sm\:hover\:border-dark-text-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-background-black-a:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .sm\:hover\:border-background-black-b:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .sm\:hover\:border-background-black-c:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .sm\:hover\:border-background-black-d:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .sm\:hover\:border-product-detail-body-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .sm\:hover\:border-primary-pink:hover {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .sm\:hover\:border-footer-divide-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .sm\:hover\:border-detail-text-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .sm\:hover\:border-detail-desc-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .sm\:hover\:border-border-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, var(--tw-border-opacity));
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .sm\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:focus\:border-main-bg:focus {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .sm\:focus\:border-main-bg-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .sm\:focus\:border-main-bg-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .sm\:focus\:border-web-logo-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .sm\:focus\:border-public-logo-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .sm\:focus\:border-button-primary-pink:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .sm\:focus\:border-button-secondary-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-link-text-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sub-text-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .sm\:focus\:border-body-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .sm\:focus\:border-copyright-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .sm\:focus\:border-breadcrumb-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .sm\:focus\:border-dark-text-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-background-black-a:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .sm\:focus\:border-background-black-b:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .sm\:focus\:border-background-black-c:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .sm\:focus\:border-background-black-d:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .sm\:focus\:border-product-detail-body-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .sm\:focus\:border-primary-pink:focus {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .sm\:focus\:border-footer-divide-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .sm\:focus\:border-detail-text-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .sm\:focus\:border-detail-desc-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .sm\:focus\:border-border-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, 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-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-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-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-help {
    cursor: help;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-caption {
    display: table-caption;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:table-column {
    display: table-column;
  }

  .sm\:table-column-group {
    display: table-column-group;
  }

  .sm\:table-footer-group {
    display: table-footer-group;
  }

  .sm\:table-header-group {
    display: table-header-group;
  }

  .sm\:table-row-group {
    display: table-row-group;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:flow-root {
    display: flow-root;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:inline-grid {
    display: inline-grid;
  }

  .sm\:contents {
    display: contents;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:place-items-auto {
    place-items: auto;
  }

  .sm\:place-items-start {
    place-items: start;
  }

  .sm\:place-items-end {
    place-items: end;
  }

  .sm\:place-items-center {
    place-items: center;
  }

  .sm\:place-items-stretch {
    place-items: stretch;
  }

  .sm\:place-content-center {
    place-content: center;
  }

  .sm\:place-content-start {
    place-content: start;
  }

  .sm\:place-content-end {
    place-content: end;
  }

  .sm\:place-content-between {
    place-content: space-between;
  }

  .sm\:place-content-around {
    place-content: space-around;
  }

  .sm\:place-content-evenly {
    place-content: space-evenly;
  }

  .sm\:place-content-stretch {
    place-content: stretch;
  }

  .sm\:place-self-auto {
    place-self: auto;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-stretch {
    place-self: stretch;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:content-evenly {
    align-content: space-evenly;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:justify-items-auto {
    justify-items: auto;
  }

  .sm\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-items-center {
    justify-items: center;
  }

  .sm\:justify-items-stretch {
    justify-items: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:justify-self-auto {
    justify-self: auto;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:order-none {
    order: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clear-left {
    clear: left;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:clear-none {
    clear: none;
  }

  .sm\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .sm\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:font-josefin {
    font-family: Josefin Slab;
  }

  .sm\:font-eb-garamond {
    font-family: EB Garamond;
  }

  .sm\:font-hiragino-gothic {
    font-family: Hiragino Sans, Hiragino Kaku Gothic Std, 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-yu-gothic {
    font-family: Yu Gothic Std, 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-hiragino-mincho {
    font-family: ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, Hiragino Mincho Std, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  }

  .sm\:font-thin {
    font-weight: 100;
  }

  .sm\:font-extralight {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:h-0 {
    height: 0px;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-36 {
    height: 9rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-44 {
    height: 11rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-52 {
    height: 13rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-60 {
    height: 15rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-0\.5 {
    height: 0.125rem;
  }

  .sm\:h-1\.5 {
    height: 0.375rem;
  }

  .sm\:h-2\.5 {
    height: 0.625rem;
  }

  .sm\:h-3\.5 {
    height: 0.875rem;
  }

  .sm\:h-1px {
    height: 1px;
  }

  .sm\:h-2px {
    height: 2px;
  }

  .sm\:h-3px {
    height: 3px;
  }

  .sm\:h-4px {
    height: 4px;
  }

  .sm\:h-5px {
    height: 5px;
  }

  .sm\:h-6px {
    height: 6px;
  }

  .sm\:h-7px {
    height: 7px;
  }

  .sm\:h-8px {
    height: 8px;
  }

  .sm\:h-9px {
    height: 9px;
  }

  .sm\:h-10px {
    height: 10px;
  }

  .sm\:h-11px {
    height: 11px;
  }

  .sm\:h-12px {
    height: 12px;
  }

  .sm\:h-13px {
    height: 13px;
  }

  .sm\:h-14px {
    height: 14px;
  }

  .sm\:h-15px {
    height: 15px;
  }

  .sm\:h-16px {
    height: 16px;
  }

  .sm\:h-17px {
    height: 17px;
  }

  .sm\:h-18px {
    height: 18px;
  }

  .sm\:h-19px {
    height: 19px;
  }

  .sm\:h-20px {
    height: 20px;
  }

  .sm\:h-21px {
    height: 21px;
  }

  .sm\:h-22px {
    height: 22px;
  }

  .sm\:h-23px {
    height: 23px;
  }

  .sm\:h-24px {
    height: 24px;
  }

  .sm\:h-25px {
    height: 25px;
  }

  .sm\:h-26px {
    height: 26px;
  }

  .sm\:h-27px {
    height: 27px;
  }

  .sm\:h-28px {
    height: 28px;
  }

  .sm\:h-29px {
    height: 29px;
  }

  .sm\:h-30px {
    height: 30px;
  }

  .sm\:h-31px {
    height: 31px;
  }

  .sm\:h-32px {
    height: 32px;
  }

  .sm\:h-33px {
    height: 33px;
  }

  .sm\:h-34px {
    height: 34px;
  }

  .sm\:h-35px {
    height: 35px;
  }

  .sm\:h-36px {
    height: 36px;
  }

  .sm\:h-37px {
    height: 37px;
  }

  .sm\:h-38px {
    height: 38px;
  }

  .sm\:h-39px {
    height: 39px;
  }

  .sm\:h-40px {
    height: 40px;
  }

  .sm\:h-41px {
    height: 41px;
  }

  .sm\:h-42px {
    height: 42px;
  }

  .sm\:h-43px {
    height: 43px;
  }

  .sm\:h-44px {
    height: 44px;
  }

  .sm\:h-45px {
    height: 45px;
  }

  .sm\:h-46px {
    height: 46px;
  }

  .sm\:h-47px {
    height: 47px;
  }

  .sm\:h-48px {
    height: 48px;
  }

  .sm\:h-49px {
    height: 49px;
  }

  .sm\:h-50px {
    height: 50px;
  }

  .sm\:h-51px {
    height: 51px;
  }

  .sm\:h-52px {
    height: 52px;
  }

  .sm\:h-53px {
    height: 53px;
  }

  .sm\:h-54px {
    height: 54px;
  }

  .sm\:h-55px {
    height: 55px;
  }

  .sm\:h-56px {
    height: 56px;
  }

  .sm\:h-57px {
    height: 57px;
  }

  .sm\:h-58px {
    height: 58px;
  }

  .sm\:h-59px {
    height: 59px;
  }

  .sm\:h-60px {
    height: 60px;
  }

  .sm\:h-61px {
    height: 61px;
  }

  .sm\:h-62px {
    height: 62px;
  }

  .sm\:h-63px {
    height: 63px;
  }

  .sm\:h-64px {
    height: 64px;
  }

  .sm\:h-65px {
    height: 65px;
  }

  .sm\:h-66px {
    height: 66px;
  }

  .sm\:h-67px {
    height: 67px;
  }

  .sm\:h-68px {
    height: 68px;
  }

  .sm\:h-69px {
    height: 69px;
  }

  .sm\:h-70px {
    height: 70px;
  }

  .sm\:h-71px {
    height: 71px;
  }

  .sm\:h-72px {
    height: 72px;
  }

  .sm\:h-73px {
    height: 73px;
  }

  .sm\:h-74px {
    height: 74px;
  }

  .sm\:h-75px {
    height: 75px;
  }

  .sm\:h-76px {
    height: 76px;
  }

  .sm\:h-77px {
    height: 77px;
  }

  .sm\:h-78px {
    height: 78px;
  }

  .sm\:h-79px {
    height: 79px;
  }

  .sm\:h-80px {
    height: 80px;
  }

  .sm\:h-81px {
    height: 81px;
  }

  .sm\:h-82px {
    height: 82px;
  }

  .sm\:h-83px {
    height: 83px;
  }

  .sm\:h-84px {
    height: 84px;
  }

  .sm\:h-85px {
    height: 85px;
  }

  .sm\:h-86px {
    height: 86px;
  }

  .sm\:h-87px {
    height: 87px;
  }

  .sm\:h-88px {
    height: 88px;
  }

  .sm\:h-89px {
    height: 89px;
  }

  .sm\:h-90px {
    height: 90px;
  }

  .sm\:h-91px {
    height: 91px;
  }

  .sm\:h-92px {
    height: 92px;
  }

  .sm\:h-93px {
    height: 93px;
  }

  .sm\:h-94px {
    height: 94px;
  }

  .sm\:h-95px {
    height: 95px;
  }

  .sm\:h-96px {
    height: 96px;
  }

  .sm\:h-97px {
    height: 97px;
  }

  .sm\:h-98px {
    height: 98px;
  }

  .sm\:h-99px {
    height: 99px;
  }

  .sm\:h-100px {
    height: 100px;
  }

  .sm\:h-101px {
    height: 101px;
  }

  .sm\:h-102px {
    height: 102px;
  }

  .sm\:h-103px {
    height: 103px;
  }

  .sm\:h-104px {
    height: 104px;
  }

  .sm\:h-105px {
    height: 105px;
  }

  .sm\:h-106px {
    height: 106px;
  }

  .sm\:h-107px {
    height: 107px;
  }

  .sm\:h-108px {
    height: 108px;
  }

  .sm\:h-109px {
    height: 109px;
  }

  .sm\:h-110px {
    height: 110px;
  }

  .sm\:h-111px {
    height: 111px;
  }

  .sm\:h-112px {
    height: 112px;
  }

  .sm\:h-113px {
    height: 113px;
  }

  .sm\:h-114px {
    height: 114px;
  }

  .sm\:h-115px {
    height: 115px;
  }

  .sm\:h-116px {
    height: 116px;
  }

  .sm\:h-117px {
    height: 117px;
  }

  .sm\:h-118px {
    height: 118px;
  }

  .sm\:h-119px {
    height: 119px;
  }

  .sm\:h-120px {
    height: 120px;
  }

  .sm\:h-121px {
    height: 121px;
  }

  .sm\:h-122px {
    height: 122px;
  }

  .sm\:h-123px {
    height: 123px;
  }

  .sm\:h-124px {
    height: 124px;
  }

  .sm\:h-125px {
    height: 125px;
  }

  .sm\:h-126px {
    height: 126px;
  }

  .sm\:h-127px {
    height: 127px;
  }

  .sm\:h-128px {
    height: 128px;
  }

  .sm\:h-129px {
    height: 129px;
  }

  .sm\:h-130px {
    height: 130px;
  }

  .sm\:h-133px {
    height: 133px;
  }

  .sm\:h-140px {
    height: 140px;
  }

  .sm\:h-195px {
    height: 195px;
  }

  .sm\:h-200px {
    height: 200px;
  }

  .sm\:h-210px {
    height: 210px;
  }

  .sm\:h-222px {
    height: 222px;
  }

  .sm\:h-258px {
    height: 258px;
  }

  .sm\:h-280px {
    height: 280px;
  }

  .sm\:h-334px {
    height: 334px;
  }

  .sm\:h-388px {
    height: 388px;
  }

  .sm\:h-480px {
    height: 480px;
  }

  .sm\:h-490px {
    height: 490px;
  }

  .sm\:h-505px {
    height: 505px;
  }

  .sm\:h-507px {
    height: 507px;
  }

  .sm\:h-760px {
    height: 760px;
  }

  .sm\:h-780px {
    height: 780px;
  }

  .sm\:h-980px {
    height: 980px;
  }

  .sm\:h-1366px {
    height: 1366px;
  }

  .sm\:h-1\/2 {
    height: 50%;
  }

  .sm\:h-1\/3 {
    height: 33.333333%;
  }

  .sm\:h-2\/3 {
    height: 66.666667%;
  }

  .sm\:h-1\/4 {
    height: 25%;
  }

  .sm\:h-2\/4 {
    height: 50%;
  }

  .sm\:h-3\/4 {
    height: 75%;
  }

  .sm\:h-1\/5 {
    height: 20%;
  }

  .sm\:h-2\/5 {
    height: 40%;
  }

  .sm\:h-3\/5 {
    height: 60%;
  }

  .sm\:h-4\/5 {
    height: 80%;
  }

  .sm\:h-1\/6 {
    height: 16.666667%;
  }

  .sm\:h-2\/6 {
    height: 33.333333%;
  }

  .sm\:h-3\/6 {
    height: 50%;
  }

  .sm\:h-4\/6 {
    height: 66.666667%;
  }

  .sm\:h-5\/6 {
    height: 83.333333%;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:h-75vh {
    height: 75vh;
  }

  .sm\:h-85vh {
    height: 85vh;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:text-34px {
    font-size: 34px;
  }

  .sm\:text-40px {
    font-size: 40px;
  }

  .sm\:text-52px {
    font-size: 52px;
  }

  .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\:leading-9x36 {
    line-height: 4;
  }

  .sm\:leading-10x36 {
    line-height: 3.6;
  }

  .sm\:leading-11x28 {
    line-height: 2.5;
  }

  .sm\:leading-12x39 {
    line-height: 3.3;
  }

  .sm\:leading-12x24 {
    line-height: 2;
  }

  .sm\:leading-14x28 {
    line-height: 2;
  }

  .sm\:leading-14x35 {
    line-height: 2.5;
  }

  .sm\:leading-14x39 {
    line-height: 2.8;
  }

  .sm\:leading-14x26 {
    line-height: 1.9;
  }

  .sm\:leading-14x40 {
    line-height: 2.9;
  }

  .sm\:leading-14x57 {
    line-height: 4.1;
  }

  .sm\:leading-14x36 {
    line-height: 2.6;
  }

  .sm\:leading-16x40 {
    line-height: 2.5;
  }

  .sm\:leading-16x39 {
    line-height: 0.4;
  }

  .sm\:leading-16x31 {
    line-height: 1.9;
  }

  .sm\:leading-16x36 {
    line-height: 2.25;
  }

  .sm\:leading-17x35 {
    line-height: 2.1;
  }

  .sm\:leading-18x39 {
    line-height: 2.2;
  }

  .sm\:leading-18x28 {
    line-height: 1.6;
  }

  .sm\:leading-18x30 {
    line-height: 1.7;
  }

  .sm\:leading-20x40 {
    line-height: 2;
  }

  .sm\:leading-20x39 {
    line-height: 2;
  }

  .sm\:leading-20x28 {
    line-height: 1.4;
  }

  .sm\:leading-22x40 {
    line-height: 1.8;
  }

  .sm\:leading-24x40 {
    line-height: 1.7;
  }

  .sm\:leading-28x39 {
    line-height: 1.4;
  }

  .sm\:leading-30x39 {
    line-height: 1.3;
  }

  .sm\:leading-34x39 {
    line-height: 1.1;
  }

  .sm\:leading-38x15 {
    line-height: 0.4;
  }

  .sm\:leading-52x39 {
    line-height: 0.75;
  }

  .sm\:leading-52x40 {
    line-height: 0.8;
  }

  .sm\:leading-52x36 {
    line-height: 0.7;
  }

  .sm\:leading-70x39 {
    line-height: 0.6;
  }

  .sm\:leading-90x36 {
    line-height: 0.4;
  }

  .sm\:list-inside {
    list-style-position: inside;
  }

  .sm\:list-outside {
    list-style-position: outside;
  }

  .sm\:list-none {
    list-style-type: none;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:list-decimal {
    list-style-type: decimal;
  }

  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-7 {
    margin: 1.75rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-9 {
    margin: 2.25rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-11 {
    margin: 2.75rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-14 {
    margin: 3.5rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-28 {
    margin: 7rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-36 {
    margin: 9rem;
  }

  .sm\:m-40 {
    margin: 10rem;
  }

  .sm\:m-44 {
    margin: 11rem;
  }

  .sm\:m-48 {
    margin: 12rem;
  }

  .sm\:m-52 {
    margin: 13rem;
  }

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:m-60 {
    margin: 15rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-72 {
    margin: 18rem;
  }

  .sm\:m-80 {
    margin: 20rem;
  }

  .sm\:m-96 {
    margin: 24rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:m-0\.5 {
    margin: 0.125rem;
  }

  .sm\:m-1\.5 {
    margin: 0.375rem;
  }

  .sm\:m-2\.5 {
    margin: 0.625rem;
  }

  .sm\:m-3\.5 {
    margin: 0.875rem;
  }

  .sm\:m-1px {
    margin: 1px;
  }

  .sm\:m-2px {
    margin: 2px;
  }

  .sm\:m-3px {
    margin: 3px;
  }

  .sm\:m-4px {
    margin: 4px;
  }

  .sm\:m-5px {
    margin: 5px;
  }

  .sm\:m-6px {
    margin: 6px;
  }

  .sm\:m-7px {
    margin: 7px;
  }

  .sm\:m-8px {
    margin: 8px;
  }

  .sm\:m-9px {
    margin: 9px;
  }

  .sm\:m-10px {
    margin: 10px;
  }

  .sm\:m-11px {
    margin: 11px;
  }

  .sm\:m-12px {
    margin: 12px;
  }

  .sm\:m-13px {
    margin: 13px;
  }

  .sm\:m-14px {
    margin: 14px;
  }

  .sm\:m-15px {
    margin: 15px;
  }

  .sm\:m-16px {
    margin: 16px;
  }

  .sm\:m-17px {
    margin: 17px;
  }

  .sm\:m-18px {
    margin: 18px;
  }

  .sm\:m-19px {
    margin: 19px;
  }

  .sm\:m-20px {
    margin: 20px;
  }

  .sm\:m-21px {
    margin: 21px;
  }

  .sm\:m-22px {
    margin: 22px;
  }

  .sm\:m-23px {
    margin: 23px;
  }

  .sm\:m-24px {
    margin: 24px;
  }

  .sm\:m-25px {
    margin: 25px;
  }

  .sm\:m-26px {
    margin: 26px;
  }

  .sm\:m-27px {
    margin: 27px;
  }

  .sm\:m-28px {
    margin: 28px;
  }

  .sm\:m-29px {
    margin: 29px;
  }

  .sm\:m-30px {
    margin: 30px;
  }

  .sm\:m-31px {
    margin: 31px;
  }

  .sm\:m-32px {
    margin: 32px;
  }

  .sm\:m-33px {
    margin: 33px;
  }

  .sm\:m-34px {
    margin: 34px;
  }

  .sm\:m-35px {
    margin: 35px;
  }

  .sm\:m-36px {
    margin: 36px;
  }

  .sm\:m-37px {
    margin: 37px;
  }

  .sm\:m-38px {
    margin: 38px;
  }

  .sm\:m-39px {
    margin: 39px;
  }

  .sm\:m-40px {
    margin: 40px;
  }

  .sm\:m-41px {
    margin: 41px;
  }

  .sm\:m-42px {
    margin: 42px;
  }

  .sm\:m-43px {
    margin: 43px;
  }

  .sm\:m-44px {
    margin: 44px;
  }

  .sm\:m-45px {
    margin: 45px;
  }

  .sm\:m-46px {
    margin: 46px;
  }

  .sm\:m-47px {
    margin: 47px;
  }

  .sm\:m-48px {
    margin: 48px;
  }

  .sm\:m-49px {
    margin: 49px;
  }

  .sm\:m-50px {
    margin: 50px;
  }

  .sm\:m-51px {
    margin: 51px;
  }

  .sm\:m-52px {
    margin: 52px;
  }

  .sm\:m-53px {
    margin: 53px;
  }

  .sm\:m-54px {
    margin: 54px;
  }

  .sm\:m-55px {
    margin: 55px;
  }

  .sm\:m-56px {
    margin: 56px;
  }

  .sm\:m-57px {
    margin: 57px;
  }

  .sm\:m-58px {
    margin: 58px;
  }

  .sm\:m-59px {
    margin: 59px;
  }

  .sm\:m-60px {
    margin: 60px;
  }

  .sm\:m-61px {
    margin: 61px;
  }

  .sm\:m-62px {
    margin: 62px;
  }

  .sm\:m-63px {
    margin: 63px;
  }

  .sm\:m-64px {
    margin: 64px;
  }

  .sm\:m-65px {
    margin: 65px;
  }

  .sm\:m-66px {
    margin: 66px;
  }

  .sm\:m-67px {
    margin: 67px;
  }

  .sm\:m-68px {
    margin: 68px;
  }

  .sm\:m-69px {
    margin: 69px;
  }

  .sm\:m-70px {
    margin: 70px;
  }

  .sm\:m-71px {
    margin: 71px;
  }

  .sm\:m-72px {
    margin: 72px;
  }

  .sm\:m-73px {
    margin: 73px;
  }

  .sm\:m-74px {
    margin: 74px;
  }

  .sm\:m-75px {
    margin: 75px;
  }

  .sm\:m-76px {
    margin: 76px;
  }

  .sm\:m-77px {
    margin: 77px;
  }

  .sm\:m-78px {
    margin: 78px;
  }

  .sm\:m-79px {
    margin: 79px;
  }

  .sm\:m-80px {
    margin: 80px;
  }

  .sm\:m-81px {
    margin: 81px;
  }

  .sm\:m-82px {
    margin: 82px;
  }

  .sm\:m-83px {
    margin: 83px;
  }

  .sm\:m-84px {
    margin: 84px;
  }

  .sm\:m-85px {
    margin: 85px;
  }

  .sm\:m-86px {
    margin: 86px;
  }

  .sm\:m-87px {
    margin: 87px;
  }

  .sm\:m-88px {
    margin: 88px;
  }

  .sm\:m-89px {
    margin: 89px;
  }

  .sm\:m-90px {
    margin: 90px;
  }

  .sm\:m-91px {
    margin: 91px;
  }

  .sm\:m-92px {
    margin: 92px;
  }

  .sm\:m-93px {
    margin: 93px;
  }

  .sm\:m-94px {
    margin: 94px;
  }

  .sm\:m-95px {
    margin: 95px;
  }

  .sm\:m-96px {
    margin: 96px;
  }

  .sm\:m-97px {
    margin: 97px;
  }

  .sm\:m-98px {
    margin: 98px;
  }

  .sm\:m-99px {
    margin: 99px;
  }

  .sm\:m-100px {
    margin: 100px;
  }

  .sm\:m-101px {
    margin: 101px;
  }

  .sm\:m-102px {
    margin: 102px;
  }

  .sm\:m-103px {
    margin: 103px;
  }

  .sm\:m-104px {
    margin: 104px;
  }

  .sm\:m-105px {
    margin: 105px;
  }

  .sm\:m-106px {
    margin: 106px;
  }

  .sm\:m-107px {
    margin: 107px;
  }

  .sm\:m-108px {
    margin: 108px;
  }

  .sm\:m-109px {
    margin: 109px;
  }

  .sm\:m-110px {
    margin: 110px;
  }

  .sm\:m-111px {
    margin: 111px;
  }

  .sm\:m-112px {
    margin: 112px;
  }

  .sm\:m-113px {
    margin: 113px;
  }

  .sm\:m-114px {
    margin: 114px;
  }

  .sm\:m-115px {
    margin: 115px;
  }

  .sm\:m-116px {
    margin: 116px;
  }

  .sm\:m-117px {
    margin: 117px;
  }

  .sm\:m-118px {
    margin: 118px;
  }

  .sm\:m-119px {
    margin: 119px;
  }

  .sm\:m-120px {
    margin: 120px;
  }

  .sm\:m-121px {
    margin: 121px;
  }

  .sm\:m-122px {
    margin: 122px;
  }

  .sm\:m-123px {
    margin: 123px;
  }

  .sm\:m-124px {
    margin: 124px;
  }

  .sm\:m-125px {
    margin: 125px;
  }

  .sm\:m-126px {
    margin: 126px;
  }

  .sm\:m-127px {
    margin: 127px;
  }

  .sm\:m-128px {
    margin: 128px;
  }

  .sm\:m-129px {
    margin: 129px;
  }

  .sm\:m-130px {
    margin: 130px;
  }

  .sm\:m-133px {
    margin: 133px;
  }

  .sm\:m-140px {
    margin: 140px;
  }

  .sm\:m-195px {
    margin: 195px;
  }

  .sm\:m-200px {
    margin: 200px;
  }

  .sm\:m-210px {
    margin: 210px;
  }

  .sm\:m-222px {
    margin: 222px;
  }

  .sm\:m-258px {
    margin: 258px;
  }

  .sm\:m-280px {
    margin: 280px;
  }

  .sm\:m-334px {
    margin: 334px;
  }

  .sm\:m-388px {
    margin: 388px;
  }

  .sm\:m-480px {
    margin: 480px;
  }

  .sm\:m-490px {
    margin: 490px;
  }

  .sm\:m-505px {
    margin: 505px;
  }

  .sm\:m-507px {
    margin: 507px;
  }

  .sm\:m-760px {
    margin: 760px;
  }

  .sm\:m-780px {
    margin: 780px;
  }

  .sm\:m-980px {
    margin: 980px;
  }

  .sm\:m-1366px {
    margin: 1366px;
  }

  .sm\:-m-0 {
    margin: 0px;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-5 {
    margin: -1.25rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-7 {
    margin: -1.75rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-9 {
    margin: -2.25rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-11 {
    margin: -2.75rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-14 {
    margin: -3.5rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-28 {
    margin: -7rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-36 {
    margin: -9rem;
  }

  .sm\:-m-40 {
    margin: -10rem;
  }

  .sm\:-m-44 {
    margin: -11rem;
  }

  .sm\:-m-48 {
    margin: -12rem;
  }

  .sm\:-m-52 {
    margin: -13rem;
  }

  .sm\:-m-56 {
    margin: -14rem;
  }

  .sm\:-m-60 {
    margin: -15rem;
  }

  .sm\:-m-64 {
    margin: -16rem;
  }

  .sm\:-m-72 {
    margin: -18rem;
  }

  .sm\:-m-80 {
    margin: -20rem;
  }

  .sm\:-m-96 {
    margin: -24rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-m-0\.5 {
    margin: -0.125rem;
  }

  .sm\:-m-1\.5 {
    margin: -0.375rem;
  }

  .sm\:-m-2\.5 {
    margin: -0.625rem;
  }

  .sm\:-m-3\.5 {
    margin: -0.875rem;
  }

  .sm\:-m-1px {
    margin: -1px;
  }

  .sm\:-m-2px {
    margin: -2px;
  }

  .sm\:-m-3px {
    margin: -3px;
  }

  .sm\:-m-4px {
    margin: -4px;
  }

  .sm\:-m-5px {
    margin: -5px;
  }

  .sm\:-m-6px {
    margin: -6px;
  }

  .sm\:-m-7px {
    margin: -7px;
  }

  .sm\:-m-8px {
    margin: -8px;
  }

  .sm\:-m-9px {
    margin: -9px;
  }

  .sm\:-m-10px {
    margin: -10px;
  }

  .sm\:-m-11px {
    margin: -11px;
  }

  .sm\:-m-12px {
    margin: -12px;
  }

  .sm\:-m-13px {
    margin: -13px;
  }

  .sm\:-m-14px {
    margin: -14px;
  }

  .sm\:-m-15px {
    margin: -15px;
  }

  .sm\:-m-16px {
    margin: -16px;
  }

  .sm\:-m-17px {
    margin: -17px;
  }

  .sm\:-m-18px {
    margin: -18px;
  }

  .sm\:-m-19px {
    margin: -19px;
  }

  .sm\:-m-20px {
    margin: -20px;
  }

  .sm\:-m-21px {
    margin: -21px;
  }

  .sm\:-m-22px {
    margin: -22px;
  }

  .sm\:-m-23px {
    margin: -23px;
  }

  .sm\:-m-24px {
    margin: -24px;
  }

  .sm\:-m-25px {
    margin: -25px;
  }

  .sm\:-m-26px {
    margin: -26px;
  }

  .sm\:-m-27px {
    margin: -27px;
  }

  .sm\:-m-28px {
    margin: -28px;
  }

  .sm\:-m-29px {
    margin: -29px;
  }

  .sm\:-m-30px {
    margin: -30px;
  }

  .sm\:-m-31px {
    margin: -31px;
  }

  .sm\:-m-32px {
    margin: -32px;
  }

  .sm\:-m-33px {
    margin: -33px;
  }

  .sm\:-m-34px {
    margin: -34px;
  }

  .sm\:-m-35px {
    margin: -35px;
  }

  .sm\:-m-36px {
    margin: -36px;
  }

  .sm\:-m-37px {
    margin: -37px;
  }

  .sm\:-m-38px {
    margin: -38px;
  }

  .sm\:-m-39px {
    margin: -39px;
  }

  .sm\:-m-40px {
    margin: -40px;
  }

  .sm\:-m-41px {
    margin: -41px;
  }

  .sm\:-m-42px {
    margin: -42px;
  }

  .sm\:-m-43px {
    margin: -43px;
  }

  .sm\:-m-44px {
    margin: -44px;
  }

  .sm\:-m-45px {
    margin: -45px;
  }

  .sm\:-m-46px {
    margin: -46px;
  }

  .sm\:-m-47px {
    margin: -47px;
  }

  .sm\:-m-48px {
    margin: -48px;
  }

  .sm\:-m-49px {
    margin: -49px;
  }

  .sm\:-m-50px {
    margin: -50px;
  }

  .sm\:-m-51px {
    margin: -51px;
  }

  .sm\:-m-52px {
    margin: -52px;
  }

  .sm\:-m-53px {
    margin: -53px;
  }

  .sm\:-m-54px {
    margin: -54px;
  }

  .sm\:-m-55px {
    margin: -55px;
  }

  .sm\:-m-56px {
    margin: -56px;
  }

  .sm\:-m-57px {
    margin: -57px;
  }

  .sm\:-m-58px {
    margin: -58px;
  }

  .sm\:-m-59px {
    margin: -59px;
  }

  .sm\:-m-60px {
    margin: -60px;
  }

  .sm\:-m-61px {
    margin: -61px;
  }

  .sm\:-m-62px {
    margin: -62px;
  }

  .sm\:-m-63px {
    margin: -63px;
  }

  .sm\:-m-64px {
    margin: -64px;
  }

  .sm\:-m-65px {
    margin: -65px;
  }

  .sm\:-m-66px {
    margin: -66px;
  }

  .sm\:-m-67px {
    margin: -67px;
  }

  .sm\:-m-68px {
    margin: -68px;
  }

  .sm\:-m-69px {
    margin: -69px;
  }

  .sm\:-m-70px {
    margin: -70px;
  }

  .sm\:-m-71px {
    margin: -71px;
  }

  .sm\:-m-72px {
    margin: -72px;
  }

  .sm\:-m-73px {
    margin: -73px;
  }

  .sm\:-m-74px {
    margin: -74px;
  }

  .sm\:-m-75px {
    margin: -75px;
  }

  .sm\:-m-76px {
    margin: -76px;
  }

  .sm\:-m-77px {
    margin: -77px;
  }

  .sm\:-m-78px {
    margin: -78px;
  }

  .sm\:-m-79px {
    margin: -79px;
  }

  .sm\:-m-80px {
    margin: -80px;
  }

  .sm\:-m-81px {
    margin: -81px;
  }

  .sm\:-m-82px {
    margin: -82px;
  }

  .sm\:-m-83px {
    margin: -83px;
  }

  .sm\:-m-84px {
    margin: -84px;
  }

  .sm\:-m-85px {
    margin: -85px;
  }

  .sm\:-m-86px {
    margin: -86px;
  }

  .sm\:-m-87px {
    margin: -87px;
  }

  .sm\:-m-88px {
    margin: -88px;
  }

  .sm\:-m-89px {
    margin: -89px;
  }

  .sm\:-m-90px {
    margin: -90px;
  }

  .sm\:-m-91px {
    margin: -91px;
  }

  .sm\:-m-92px {
    margin: -92px;
  }

  .sm\:-m-93px {
    margin: -93px;
  }

  .sm\:-m-94px {
    margin: -94px;
  }

  .sm\:-m-95px {
    margin: -95px;
  }

  .sm\:-m-96px {
    margin: -96px;
  }

  .sm\:-m-97px {
    margin: -97px;
  }

  .sm\:-m-98px {
    margin: -98px;
  }

  .sm\:-m-99px {
    margin: -99px;
  }

  .sm\:-m-100px {
    margin: -100px;
  }

  .sm\:-m-101px {
    margin: -101px;
  }

  .sm\:-m-102px {
    margin: -102px;
  }

  .sm\:-m-103px {
    margin: -103px;
  }

  .sm\:-m-104px {
    margin: -104px;
  }

  .sm\:-m-105px {
    margin: -105px;
  }

  .sm\:-m-106px {
    margin: -106px;
  }

  .sm\:-m-107px {
    margin: -107px;
  }

  .sm\:-m-108px {
    margin: -108px;
  }

  .sm\:-m-109px {
    margin: -109px;
  }

  .sm\:-m-110px {
    margin: -110px;
  }

  .sm\:-m-111px {
    margin: -111px;
  }

  .sm\:-m-112px {
    margin: -112px;
  }

  .sm\:-m-113px {
    margin: -113px;
  }

  .sm\:-m-114px {
    margin: -114px;
  }

  .sm\:-m-115px {
    margin: -115px;
  }

  .sm\:-m-116px {
    margin: -116px;
  }

  .sm\:-m-117px {
    margin: -117px;
  }

  .sm\:-m-118px {
    margin: -118px;
  }

  .sm\:-m-119px {
    margin: -119px;
  }

  .sm\:-m-120px {
    margin: -120px;
  }

  .sm\:-m-121px {
    margin: -121px;
  }

  .sm\:-m-122px {
    margin: -122px;
  }

  .sm\:-m-123px {
    margin: -123px;
  }

  .sm\:-m-124px {
    margin: -124px;
  }

  .sm\:-m-125px {
    margin: -125px;
  }

  .sm\:-m-126px {
    margin: -126px;
  }

  .sm\:-m-127px {
    margin: -127px;
  }

  .sm\:-m-128px {
    margin: -128px;
  }

  .sm\:-m-129px {
    margin: -129px;
  }

  .sm\:-m-130px {
    margin: -130px;
  }

  .sm\:-m-133px {
    margin: -133px;
  }

  .sm\:-m-140px {
    margin: -140px;
  }

  .sm\:-m-195px {
    margin: -195px;
  }

  .sm\:-m-200px {
    margin: -200px;
  }

  .sm\:-m-210px {
    margin: -210px;
  }

  .sm\:-m-222px {
    margin: -222px;
  }

  .sm\:-m-258px {
    margin: -258px;
  }

  .sm\:-m-280px {
    margin: -280px;
  }

  .sm\:-m-334px {
    margin: -334px;
  }

  .sm\:-m-388px {
    margin: -388px;
  }

  .sm\:-m-480px {
    margin: -480px;
  }

  .sm\:-m-490px {
    margin: -490px;
  }

  .sm\:-m-505px {
    margin: -505px;
  }

  .sm\:-m-507px {
    margin: -507px;
  }

  .sm\:-m-760px {
    margin: -760px;
  }

  .sm\:-m-780px {
    margin: -780px;
  }

  .sm\:-m-980px {
    margin: -980px;
  }

  .sm\:-m-1366px {
    margin: -1366px;
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:my-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-1px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .sm\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }

  .sm\:my-3px {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .sm\:mx-3px {
    margin-left: 3px;
    margin-right: 3px;
  }

  .sm\:my-4px {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sm\:mx-4px {
    margin-left: 4px;
    margin-right: 4px;
  }

  .sm\:my-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm\:mx-5px {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm\:my-6px {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .sm\:mx-6px {
    margin-left: 6px;
    margin-right: 6px;
  }

  .sm\:my-7px {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .sm\:mx-7px {
    margin-left: 7px;
    margin-right: 7px;
  }

  .sm\:my-8px {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm\:mx-8px {
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm\:my-9px {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .sm\:mx-9px {
    margin-left: 9px;
    margin-right: 9px;
  }

  .sm\:my-10px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm\:mx-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm\:my-11px {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .sm\:mx-11px {
    margin-left: 11px;
    margin-right: 11px;
  }

  .sm\:my-12px {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm\:mx-12px {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm\:my-13px {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .sm\:mx-13px {
    margin-left: 13px;
    margin-right: 13px;
  }

  .sm\:my-14px {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .sm\:mx-14px {
    margin-left: 14px;
    margin-right: 14px;
  }

  .sm\:my-15px {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm\:mx-15px {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm\:my-16px {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm\:mx-16px {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm\:my-17px {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .sm\:mx-17px {
    margin-left: 17px;
    margin-right: 17px;
  }

  .sm\:my-18px {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .sm\:mx-18px {
    margin-left: 18px;
    margin-right: 18px;
  }

  .sm\:my-19px {
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .sm\:mx-19px {
    margin-left: 19px;
    margin-right: 19px;
  }

  .sm\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:my-21px {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .sm\:mx-21px {
    margin-left: 21px;
    margin-right: 21px;
  }

  .sm\:my-22px {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .sm\:mx-22px {
    margin-left: 22px;
    margin-right: 22px;
  }

  .sm\:my-23px {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .sm\:mx-23px {
    margin-left: 23px;
    margin-right: 23px;
  }

  .sm\:my-24px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm\:mx-24px {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm\:my-25px {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sm\:mx-25px {
    margin-left: 25px;
    margin-right: 25px;
  }

  .sm\:my-26px {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .sm\:mx-26px {
    margin-left: 26px;
    margin-right: 26px;
  }

  .sm\:my-27px {
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .sm\:mx-27px {
    margin-left: 27px;
    margin-right: 27px;
  }

  .sm\:my-28px {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .sm\:mx-28px {
    margin-left: 28px;
    margin-right: 28px;
  }

  .sm\:my-29px {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .sm\:mx-29px {
    margin-left: 29px;
    margin-right: 29px;
  }

  .sm\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm\:my-31px {
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .sm\:mx-31px {
    margin-left: 31px;
    margin-right: 31px;
  }

  .sm\:my-32px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .sm\:mx-32px {
    margin-left: 32px;
    margin-right: 32px;
  }

  .sm\:my-33px {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .sm\:mx-33px {
    margin-left: 33px;
    margin-right: 33px;
  }

  .sm\:my-34px {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .sm\:mx-34px {
    margin-left: 34px;
    margin-right: 34px;
  }

  .sm\:my-35px {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .sm\:mx-35px {
    margin-left: 35px;
    margin-right: 35px;
  }

  .sm\:my-36px {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .sm\:mx-36px {
    margin-left: 36px;
    margin-right: 36px;
  }

  .sm\:my-37px {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .sm\:mx-37px {
    margin-left: 37px;
    margin-right: 37px;
  }

  .sm\:my-38px {
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .sm\:mx-38px {
    margin-left: 38px;
    margin-right: 38px;
  }

  .sm\:my-39px {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .sm\:mx-39px {
    margin-left: 39px;
    margin-right: 39px;
  }

  .sm\:my-40px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm\:mx-40px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .sm\:my-41px {
    margin-top: 41px;
    margin-bottom: 41px;
  }

  .sm\:mx-41px {
    margin-left: 41px;
    margin-right: 41px;
  }

  .sm\:my-42px {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .sm\:mx-42px {
    margin-left: 42px;
    margin-right: 42px;
  }

  .sm\:my-43px {
    margin-top: 43px;
    margin-bottom: 43px;
  }

  .sm\:mx-43px {
    margin-left: 43px;
    margin-right: 43px;
  }

  .sm\:my-44px {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .sm\:mx-44px {
    margin-left: 44px;
    margin-right: 44px;
  }

  .sm\:my-45px {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .sm\:mx-45px {
    margin-left: 45px;
    margin-right: 45px;
  }

  .sm\:my-46px {
    margin-top: 46px;
    margin-bottom: 46px;
  }

  .sm\:mx-46px {
    margin-left: 46px;
    margin-right: 46px;
  }

  .sm\:my-47px {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .sm\:mx-47px {
    margin-left: 47px;
    margin-right: 47px;
  }

  .sm\:my-48px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .sm\:mx-48px {
    margin-left: 48px;
    margin-right: 48px;
  }

  .sm\:my-49px {
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .sm\:mx-49px {
    margin-left: 49px;
    margin-right: 49px;
  }

  .sm\:my-50px {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sm\:mx-50px {
    margin-left: 50px;
    margin-right: 50px;
  }

  .sm\:my-51px {
    margin-top: 51px;
    margin-bottom: 51px;
  }

  .sm\:mx-51px {
    margin-left: 51px;
    margin-right: 51px;
  }

  .sm\:my-52px {
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .sm\:mx-52px {
    margin-left: 52px;
    margin-right: 52px;
  }

  .sm\:my-53px {
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .sm\:mx-53px {
    margin-left: 53px;
    margin-right: 53px;
  }

  .sm\:my-54px {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .sm\:mx-54px {
    margin-left: 54px;
    margin-right: 54px;
  }

  .sm\:my-55px {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .sm\:mx-55px {
    margin-left: 55px;
    margin-right: 55px;
  }

  .sm\:my-56px {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .sm\:mx-56px {
    margin-left: 56px;
    margin-right: 56px;
  }

  .sm\:my-57px {
    margin-top: 57px;
    margin-bottom: 57px;
  }

  .sm\:mx-57px {
    margin-left: 57px;
    margin-right: 57px;
  }

  .sm\:my-58px {
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .sm\:mx-58px {
    margin-left: 58px;
    margin-right: 58px;
  }

  .sm\:my-59px {
    margin-top: 59px;
    margin-bottom: 59px;
  }

  .sm\:mx-59px {
    margin-left: 59px;
    margin-right: 59px;
  }

  .sm\:my-60px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sm\:mx-60px {
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm\:my-61px {
    margin-top: 61px;
    margin-bottom: 61px;
  }

  .sm\:mx-61px {
    margin-left: 61px;
    margin-right: 61px;
  }

  .sm\:my-62px {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .sm\:mx-62px {
    margin-left: 62px;
    margin-right: 62px;
  }

  .sm\:my-63px {
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .sm\:mx-63px {
    margin-left: 63px;
    margin-right: 63px;
  }

  .sm\:my-64px {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sm\:mx-64px {
    margin-left: 64px;
    margin-right: 64px;
  }

  .sm\:my-65px {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .sm\:mx-65px {
    margin-left: 65px;
    margin-right: 65px;
  }

  .sm\:my-66px {
    margin-top: 66px;
    margin-bottom: 66px;
  }

  .sm\:mx-66px {
    margin-left: 66px;
    margin-right: 66px;
  }

  .sm\:my-67px {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .sm\:mx-67px {
    margin-left: 67px;
    margin-right: 67px;
  }

  .sm\:my-68px {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .sm\:mx-68px {
    margin-left: 68px;
    margin-right: 68px;
  }

  .sm\:my-69px {
    margin-top: 69px;
    margin-bottom: 69px;
  }

  .sm\:mx-69px {
    margin-left: 69px;
    margin-right: 69px;
  }

  .sm\:my-70px {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .sm\:mx-70px {
    margin-left: 70px;
    margin-right: 70px;
  }

  .sm\:my-71px {
    margin-top: 71px;
    margin-bottom: 71px;
  }

  .sm\:mx-71px {
    margin-left: 71px;
    margin-right: 71px;
  }

  .sm\:my-72px {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .sm\:mx-72px {
    margin-left: 72px;
    margin-right: 72px;
  }

  .sm\:my-73px {
    margin-top: 73px;
    margin-bottom: 73px;
  }

  .sm\:mx-73px {
    margin-left: 73px;
    margin-right: 73px;
  }

  .sm\:my-74px {
    margin-top: 74px;
    margin-bottom: 74px;
  }

  .sm\:mx-74px {
    margin-left: 74px;
    margin-right: 74px;
  }

  .sm\:my-75px {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .sm\:mx-75px {
    margin-left: 75px;
    margin-right: 75px;
  }

  .sm\:my-76px {
    margin-top: 76px;
    margin-bottom: 76px;
  }

  .sm\:mx-76px {
    margin-left: 76px;
    margin-right: 76px;
  }

  .sm\:my-77px {
    margin-top: 77px;
    margin-bottom: 77px;
  }

  .sm\:mx-77px {
    margin-left: 77px;
    margin-right: 77px;
  }

  .sm\:my-78px {
    margin-top: 78px;
    margin-bottom: 78px;
  }

  .sm\:mx-78px {
    margin-left: 78px;
    margin-right: 78px;
  }

  .sm\:my-79px {
    margin-top: 79px;
    margin-bottom: 79px;
  }

  .sm\:mx-79px {
    margin-left: 79px;
    margin-right: 79px;
  }

  .sm\:my-80px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sm\:mx-80px {
    margin-left: 80px;
    margin-right: 80px;
  }

  .sm\:my-81px {
    margin-top: 81px;
    margin-bottom: 81px;
  }

  .sm\:mx-81px {
    margin-left: 81px;
    margin-right: 81px;
  }

  .sm\:my-82px {
    margin-top: 82px;
    margin-bottom: 82px;
  }

  .sm\:mx-82px {
    margin-left: 82px;
    margin-right: 82px;
  }

  .sm\:my-83px {
    margin-top: 83px;
    margin-bottom: 83px;
  }

  .sm\:mx-83px {
    margin-left: 83px;
    margin-right: 83px;
  }

  .sm\:my-84px {
    margin-top: 84px;
    margin-bottom: 84px;
  }

  .sm\:mx-84px {
    margin-left: 84px;
    margin-right: 84px;
  }

  .sm\:my-85px {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .sm\:mx-85px {
    margin-left: 85px;
    margin-right: 85px;
  }

  .sm\:my-86px {
    margin-top: 86px;
    margin-bottom: 86px;
  }

  .sm\:mx-86px {
    margin-left: 86px;
    margin-right: 86px;
  }

  .sm\:my-87px {
    margin-top: 87px;
    margin-bottom: 87px;
  }

  .sm\:mx-87px {
    margin-left: 87px;
    margin-right: 87px;
  }

  .sm\:my-88px {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .sm\:mx-88px {
    margin-left: 88px;
    margin-right: 88px;
  }

  .sm\:my-89px {
    margin-top: 89px;
    margin-bottom: 89px;
  }

  .sm\:mx-89px {
    margin-left: 89px;
    margin-right: 89px;
  }

  .sm\:my-90px {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .sm\:mx-90px {
    margin-left: 90px;
    margin-right: 90px;
  }

  .sm\:my-91px {
    margin-top: 91px;
    margin-bottom: 91px;
  }

  .sm\:mx-91px {
    margin-left: 91px;
    margin-right: 91px;
  }

  .sm\:my-92px {
    margin-top: 92px;
    margin-bottom: 92px;
  }

  .sm\:mx-92px {
    margin-left: 92px;
    margin-right: 92px;
  }

  .sm\:my-93px {
    margin-top: 93px;
    margin-bottom: 93px;
  }

  .sm\:mx-93px {
    margin-left: 93px;
    margin-right: 93px;
  }

  .sm\:my-94px {
    margin-top: 94px;
    margin-bottom: 94px;
  }

  .sm\:mx-94px {
    margin-left: 94px;
    margin-right: 94px;
  }

  .sm\:my-95px {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .sm\:mx-95px {
    margin-left: 95px;
    margin-right: 95px;
  }

  .sm\:my-96px {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .sm\:mx-96px {
    margin-left: 96px;
    margin-right: 96px;
  }

  .sm\:my-97px {
    margin-top: 97px;
    margin-bottom: 97px;
  }

  .sm\:mx-97px {
    margin-left: 97px;
    margin-right: 97px;
  }

  .sm\:my-98px {
    margin-top: 98px;
    margin-bottom: 98px;
  }

  .sm\:mx-98px {
    margin-left: 98px;
    margin-right: 98px;
  }

  .sm\:my-99px {
    margin-top: 99px;
    margin-bottom: 99px;
  }

  .sm\:mx-99px {
    margin-left: 99px;
    margin-right: 99px;
  }

  .sm\:my-100px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sm\:mx-100px {
    margin-left: 100px;
    margin-right: 100px;
  }

  .sm\:my-101px {
    margin-top: 101px;
    margin-bottom: 101px;
  }

  .sm\:mx-101px {
    margin-left: 101px;
    margin-right: 101px;
  }

  .sm\:my-102px {
    margin-top: 102px;
    margin-bottom: 102px;
  }

  .sm\:mx-102px {
    margin-left: 102px;
    margin-right: 102px;
  }

  .sm\:my-103px {
    margin-top: 103px;
    margin-bottom: 103px;
  }

  .sm\:mx-103px {
    margin-left: 103px;
    margin-right: 103px;
  }

  .sm\:my-104px {
    margin-top: 104px;
    margin-bottom: 104px;
  }

  .sm\:mx-104px {
    margin-left: 104px;
    margin-right: 104px;
  }

  .sm\:my-105px {
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .sm\:mx-105px {
    margin-left: 105px;
    margin-right: 105px;
  }

  .sm\:my-106px {
    margin-top: 106px;
    margin-bottom: 106px;
  }

  .sm\:mx-106px {
    margin-left: 106px;
    margin-right: 106px;
  }

  .sm\:my-107px {
    margin-top: 107px;
    margin-bottom: 107px;
  }

  .sm\:mx-107px {
    margin-left: 107px;
    margin-right: 107px;
  }

  .sm\:my-108px {
    margin-top: 108px;
    margin-bottom: 108px;
  }

  .sm\:mx-108px {
    margin-left: 108px;
    margin-right: 108px;
  }

  .sm\:my-109px {
    margin-top: 109px;
    margin-bottom: 109px;
  }

  .sm\:mx-109px {
    margin-left: 109px;
    margin-right: 109px;
  }

  .sm\:my-110px {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .sm\:mx-110px {
    margin-left: 110px;
    margin-right: 110px;
  }

  .sm\:my-111px {
    margin-top: 111px;
    margin-bottom: 111px;
  }

  .sm\:mx-111px {
    margin-left: 111px;
    margin-right: 111px;
  }

  .sm\:my-112px {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .sm\:mx-112px {
    margin-left: 112px;
    margin-right: 112px;
  }

  .sm\:my-113px {
    margin-top: 113px;
    margin-bottom: 113px;
  }

  .sm\:mx-113px {
    margin-left: 113px;
    margin-right: 113px;
  }

  .sm\:my-114px {
    margin-top: 114px;
    margin-bottom: 114px;
  }

  .sm\:mx-114px {
    margin-left: 114px;
    margin-right: 114px;
  }

  .sm\:my-115px {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .sm\:mx-115px {
    margin-left: 115px;
    margin-right: 115px;
  }

  .sm\:my-116px {
    margin-top: 116px;
    margin-bottom: 116px;
  }

  .sm\:mx-116px {
    margin-left: 116px;
    margin-right: 116px;
  }

  .sm\:my-117px {
    margin-top: 117px;
    margin-bottom: 117px;
  }

  .sm\:mx-117px {
    margin-left: 117px;
    margin-right: 117px;
  }

  .sm\:my-118px {
    margin-top: 118px;
    margin-bottom: 118px;
  }

  .sm\:mx-118px {
    margin-left: 118px;
    margin-right: 118px;
  }

  .sm\:my-119px {
    margin-top: 119px;
    margin-bottom: 119px;
  }

  .sm\:mx-119px {
    margin-left: 119px;
    margin-right: 119px;
  }

  .sm\:my-120px {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .sm\:mx-120px {
    margin-left: 120px;
    margin-right: 120px;
  }

  .sm\:my-121px {
    margin-top: 121px;
    margin-bottom: 121px;
  }

  .sm\:mx-121px {
    margin-left: 121px;
    margin-right: 121px;
  }

  .sm\:my-122px {
    margin-top: 122px;
    margin-bottom: 122px;
  }

  .sm\:mx-122px {
    margin-left: 122px;
    margin-right: 122px;
  }

  .sm\:my-123px {
    margin-top: 123px;
    margin-bottom: 123px;
  }

  .sm\:mx-123px {
    margin-left: 123px;
    margin-right: 123px;
  }

  .sm\:my-124px {
    margin-top: 124px;
    margin-bottom: 124px;
  }

  .sm\:mx-124px {
    margin-left: 124px;
    margin-right: 124px;
  }

  .sm\:my-125px {
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .sm\:mx-125px {
    margin-left: 125px;
    margin-right: 125px;
  }

  .sm\:my-126px {
    margin-top: 126px;
    margin-bottom: 126px;
  }

  .sm\:mx-126px {
    margin-left: 126px;
    margin-right: 126px;
  }

  .sm\:my-127px {
    margin-top: 127px;
    margin-bottom: 127px;
  }

  .sm\:mx-127px {
    margin-left: 127px;
    margin-right: 127px;
  }

  .sm\:my-128px {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .sm\:mx-128px {
    margin-left: 128px;
    margin-right: 128px;
  }

  .sm\:my-129px {
    margin-top: 129px;
    margin-bottom: 129px;
  }

  .sm\:mx-129px {
    margin-left: 129px;
    margin-right: 129px;
  }

  .sm\:my-130px {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .sm\:mx-130px {
    margin-left: 130px;
    margin-right: 130px;
  }

  .sm\:my-133px {
    margin-top: 133px;
    margin-bottom: 133px;
  }

  .sm\:mx-133px {
    margin-left: 133px;
    margin-right: 133px;
  }

  .sm\:my-140px {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .sm\:mx-140px {
    margin-left: 140px;
    margin-right: 140px;
  }

  .sm\:my-195px {
    margin-top: 195px;
    margin-bottom: 195px;
  }

  .sm\:mx-195px {
    margin-left: 195px;
    margin-right: 195px;
  }

  .sm\:my-200px {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .sm\:mx-200px {
    margin-left: 200px;
    margin-right: 200px;
  }

  .sm\:my-210px {
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .sm\:mx-210px {
    margin-left: 210px;
    margin-right: 210px;
  }

  .sm\:my-222px {
    margin-top: 222px;
    margin-bottom: 222px;
  }

  .sm\:mx-222px {
    margin-left: 222px;
    margin-right: 222px;
  }

  .sm\:my-258px {
    margin-top: 258px;
    margin-bottom: 258px;
  }

  .sm\:mx-258px {
    margin-left: 258px;
    margin-right: 258px;
  }

  .sm\:my-280px {
    margin-top: 280px;
    margin-bottom: 280px;
  }

  .sm\:mx-280px {
    margin-left: 280px;
    margin-right: 280px;
  }

  .sm\:my-334px {
    margin-top: 334px;
    margin-bottom: 334px;
  }

  .sm\:mx-334px {
    margin-left: 334px;
    margin-right: 334px;
  }

  .sm\:my-388px {
    margin-top: 388px;
    margin-bottom: 388px;
  }

  .sm\:mx-388px {
    margin-left: 388px;
    margin-right: 388px;
  }

  .sm\:my-480px {
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .sm\:mx-480px {
    margin-left: 480px;
    margin-right: 480px;
  }

  .sm\:my-490px {
    margin-top: 490px;
    margin-bottom: 490px;
  }

  .sm\:mx-490px {
    margin-left: 490px;
    margin-right: 490px;
  }

  .sm\:my-505px {
    margin-top: 505px;
    margin-bottom: 505px;
  }

  .sm\:mx-505px {
    margin-left: 505px;
    margin-right: 505px;
  }

  .sm\:my-507px {
    margin-top: 507px;
    margin-bottom: 507px;
  }

  .sm\:mx-507px {
    margin-left: 507px;
    margin-right: 507px;
  }

  .sm\:my-760px {
    margin-top: 760px;
    margin-bottom: 760px;
  }

  .sm\:mx-760px {
    margin-left: 760px;
    margin-right: 760px;
  }

  .sm\:my-780px {
    margin-top: 780px;
    margin-bottom: 780px;
  }

  .sm\:mx-780px {
    margin-left: 780px;
    margin-right: 780px;
  }

  .sm\:my-980px {
    margin-top: 980px;
    margin-bottom: 980px;
  }

  .sm\:mx-980px {
    margin-left: 980px;
    margin-right: 980px;
  }

  .sm\:my-1366px {
    margin-top: 1366px;
    margin-bottom: 1366px;
  }

  .sm\:mx-1366px {
    margin-left: 1366px;
    margin-right: 1366px;
  }

  .sm\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:-my-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-1px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .sm\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }

  .sm\:-my-3px {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .sm\:-mx-3px {
    margin-left: -3px;
    margin-right: -3px;
  }

  .sm\:-my-4px {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .sm\:-mx-4px {
    margin-left: -4px;
    margin-right: -4px;
  }

  .sm\:-my-5px {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .sm\:-mx-5px {
    margin-left: -5px;
    margin-right: -5px;
  }

  .sm\:-my-6px {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .sm\:-mx-6px {
    margin-left: -6px;
    margin-right: -6px;
  }

  .sm\:-my-7px {
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .sm\:-mx-7px {
    margin-left: -7px;
    margin-right: -7px;
  }

  .sm\:-my-8px {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .sm\:-mx-8px {
    margin-left: -8px;
    margin-right: -8px;
  }

  .sm\:-my-9px {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .sm\:-mx-9px {
    margin-left: -9px;
    margin-right: -9px;
  }

  .sm\:-my-10px {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .sm\:-mx-10px {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm\:-my-11px {
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .sm\:-mx-11px {
    margin-left: -11px;
    margin-right: -11px;
  }

  .sm\:-my-12px {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .sm\:-mx-12px {
    margin-left: -12px;
    margin-right: -12px;
  }

  .sm\:-my-13px {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .sm\:-mx-13px {
    margin-left: -13px;
    margin-right: -13px;
  }

  .sm\:-my-14px {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .sm\:-mx-14px {
    margin-left: -14px;
    margin-right: -14px;
  }

  .sm\:-my-15px {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .sm\:-mx-15px {
    margin-left: -15px;
    margin-right: -15px;
  }

  .sm\:-my-16px {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .sm\:-mx-16px {
    margin-left: -16px;
    margin-right: -16px;
  }

  .sm\:-my-17px {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .sm\:-mx-17px {
    margin-left: -17px;
    margin-right: -17px;
  }

  .sm\:-my-18px {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .sm\:-mx-18px {
    margin-left: -18px;
    margin-right: -18px;
  }

  .sm\:-my-19px {
    margin-top: -19px;
    margin-bottom: -19px;
  }

  .sm\:-mx-19px {
    margin-left: -19px;
    margin-right: -19px;
  }

  .sm\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm\:-my-21px {
    margin-top: -21px;
    margin-bottom: -21px;
  }

  .sm\:-mx-21px {
    margin-left: -21px;
    margin-right: -21px;
  }

  .sm\:-my-22px {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .sm\:-mx-22px {
    margin-left: -22px;
    margin-right: -22px;
  }

  .sm\:-my-23px {
    margin-top: -23px;
    margin-bottom: -23px;
  }

  .sm\:-mx-23px {
    margin-left: -23px;
    margin-right: -23px;
  }

  .sm\:-my-24px {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .sm\:-mx-24px {
    margin-left: -24px;
    margin-right: -24px;
  }

  .sm\:-my-25px {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .sm\:-mx-25px {
    margin-left: -25px;
    margin-right: -25px;
  }

  .sm\:-my-26px {
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .sm\:-mx-26px {
    margin-left: -26px;
    margin-right: -26px;
  }

  .sm\:-my-27px {
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .sm\:-mx-27px {
    margin-left: -27px;
    margin-right: -27px;
  }

  .sm\:-my-28px {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .sm\:-mx-28px {
    margin-left: -28px;
    margin-right: -28px;
  }

  .sm\:-my-29px {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .sm\:-mx-29px {
    margin-left: -29px;
    margin-right: -29px;
  }

  .sm\:-my-30px {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .sm\:-mx-30px {
    margin-left: -30px;
    margin-right: -30px;
  }

  .sm\:-my-31px {
    margin-top: -31px;
    margin-bottom: -31px;
  }

  .sm\:-mx-31px {
    margin-left: -31px;
    margin-right: -31px;
  }

  .sm\:-my-32px {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .sm\:-mx-32px {
    margin-left: -32px;
    margin-right: -32px;
  }

  .sm\:-my-33px {
    margin-top: -33px;
    margin-bottom: -33px;
  }

  .sm\:-mx-33px {
    margin-left: -33px;
    margin-right: -33px;
  }

  .sm\:-my-34px {
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .sm\:-mx-34px {
    margin-left: -34px;
    margin-right: -34px;
  }

  .sm\:-my-35px {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .sm\:-mx-35px {
    margin-left: -35px;
    margin-right: -35px;
  }

  .sm\:-my-36px {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .sm\:-mx-36px {
    margin-left: -36px;
    margin-right: -36px;
  }

  .sm\:-my-37px {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .sm\:-mx-37px {
    margin-left: -37px;
    margin-right: -37px;
  }

  .sm\:-my-38px {
    margin-top: -38px;
    margin-bottom: -38px;
  }

  .sm\:-mx-38px {
    margin-left: -38px;
    margin-right: -38px;
  }

  .sm\:-my-39px {
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .sm\:-mx-39px {
    margin-left: -39px;
    margin-right: -39px;
  }

  .sm\:-my-40px {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .sm\:-mx-40px {
    margin-left: -40px;
    margin-right: -40px;
  }

  .sm\:-my-41px {
    margin-top: -41px;
    margin-bottom: -41px;
  }

  .sm\:-mx-41px {
    margin-left: -41px;
    margin-right: -41px;
  }

  .sm\:-my-42px {
    margin-top: -42px;
    margin-bottom: -42px;
  }

  .sm\:-mx-42px {
    margin-left: -42px;
    margin-right: -42px;
  }

  .sm\:-my-43px {
    margin-top: -43px;
    margin-bottom: -43px;
  }

  .sm\:-mx-43px {
    margin-left: -43px;
    margin-right: -43px;
  }

  .sm\:-my-44px {
    margin-top: -44px;
    margin-bottom: -44px;
  }

  .sm\:-mx-44px {
    margin-left: -44px;
    margin-right: -44px;
  }

  .sm\:-my-45px {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .sm\:-mx-45px {
    margin-left: -45px;
    margin-right: -45px;
  }

  .sm\:-my-46px {
    margin-top: -46px;
    margin-bottom: -46px;
  }

  .sm\:-mx-46px {
    margin-left: -46px;
    margin-right: -46px;
  }

  .sm\:-my-47px {
    margin-top: -47px;
    margin-bottom: -47px;
  }

  .sm\:-mx-47px {
    margin-left: -47px;
    margin-right: -47px;
  }

  .sm\:-my-48px {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .sm\:-mx-48px {
    margin-left: -48px;
    margin-right: -48px;
  }

  .sm\:-my-49px {
    margin-top: -49px;
    margin-bottom: -49px;
  }

  .sm\:-mx-49px {
    margin-left: -49px;
    margin-right: -49px;
  }

  .sm\:-my-50px {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .sm\:-mx-50px {
    margin-left: -50px;
    margin-right: -50px;
  }

  .sm\:-my-51px {
    margin-top: -51px;
    margin-bottom: -51px;
  }

  .sm\:-mx-51px {
    margin-left: -51px;
    margin-right: -51px;
  }

  .sm\:-my-52px {
    margin-top: -52px;
    margin-bottom: -52px;
  }

  .sm\:-mx-52px {
    margin-left: -52px;
    margin-right: -52px;
  }

  .sm\:-my-53px {
    margin-top: -53px;
    margin-bottom: -53px;
  }

  .sm\:-mx-53px {
    margin-left: -53px;
    margin-right: -53px;
  }

  .sm\:-my-54px {
    margin-top: -54px;
    margin-bottom: -54px;
  }

  .sm\:-mx-54px {
    margin-left: -54px;
    margin-right: -54px;
  }

  .sm\:-my-55px {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .sm\:-mx-55px {
    margin-left: -55px;
    margin-right: -55px;
  }

  .sm\:-my-56px {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .sm\:-mx-56px {
    margin-left: -56px;
    margin-right: -56px;
  }

  .sm\:-my-57px {
    margin-top: -57px;
    margin-bottom: -57px;
  }

  .sm\:-mx-57px {
    margin-left: -57px;
    margin-right: -57px;
  }

  .sm\:-my-58px {
    margin-top: -58px;
    margin-bottom: -58px;
  }

  .sm\:-mx-58px {
    margin-left: -58px;
    margin-right: -58px;
  }

  .sm\:-my-59px {
    margin-top: -59px;
    margin-bottom: -59px;
  }

  .sm\:-mx-59px {
    margin-left: -59px;
    margin-right: -59px;
  }

  .sm\:-my-60px {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .sm\:-mx-60px {
    margin-left: -60px;
    margin-right: -60px;
  }

  .sm\:-my-61px {
    margin-top: -61px;
    margin-bottom: -61px;
  }

  .sm\:-mx-61px {
    margin-left: -61px;
    margin-right: -61px;
  }

  .sm\:-my-62px {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .sm\:-mx-62px {
    margin-left: -62px;
    margin-right: -62px;
  }

  .sm\:-my-63px {
    margin-top: -63px;
    margin-bottom: -63px;
  }

  .sm\:-mx-63px {
    margin-left: -63px;
    margin-right: -63px;
  }

  .sm\:-my-64px {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .sm\:-mx-64px {
    margin-left: -64px;
    margin-right: -64px;
  }

  .sm\:-my-65px {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .sm\:-mx-65px {
    margin-left: -65px;
    margin-right: -65px;
  }

  .sm\:-my-66px {
    margin-top: -66px;
    margin-bottom: -66px;
  }

  .sm\:-mx-66px {
    margin-left: -66px;
    margin-right: -66px;
  }

  .sm\:-my-67px {
    margin-top: -67px;
    margin-bottom: -67px;
  }

  .sm\:-mx-67px {
    margin-left: -67px;
    margin-right: -67px;
  }

  .sm\:-my-68px {
    margin-top: -68px;
    margin-bottom: -68px;
  }

  .sm\:-mx-68px {
    margin-left: -68px;
    margin-right: -68px;
  }

  .sm\:-my-69px {
    margin-top: -69px;
    margin-bottom: -69px;
  }

  .sm\:-mx-69px {
    margin-left: -69px;
    margin-right: -69px;
  }

  .sm\:-my-70px {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .sm\:-mx-70px {
    margin-left: -70px;
    margin-right: -70px;
  }

  .sm\:-my-71px {
    margin-top: -71px;
    margin-bottom: -71px;
  }

  .sm\:-mx-71px {
    margin-left: -71px;
    margin-right: -71px;
  }

  .sm\:-my-72px {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .sm\:-mx-72px {
    margin-left: -72px;
    margin-right: -72px;
  }

  .sm\:-my-73px {
    margin-top: -73px;
    margin-bottom: -73px;
  }

  .sm\:-mx-73px {
    margin-left: -73px;
    margin-right: -73px;
  }

  .sm\:-my-74px {
    margin-top: -74px;
    margin-bottom: -74px;
  }

  .sm\:-mx-74px {
    margin-left: -74px;
    margin-right: -74px;
  }

  .sm\:-my-75px {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .sm\:-mx-75px {
    margin-left: -75px;
    margin-right: -75px;
  }

  .sm\:-my-76px {
    margin-top: -76px;
    margin-bottom: -76px;
  }

  .sm\:-mx-76px {
    margin-left: -76px;
    margin-right: -76px;
  }

  .sm\:-my-77px {
    margin-top: -77px;
    margin-bottom: -77px;
  }

  .sm\:-mx-77px {
    margin-left: -77px;
    margin-right: -77px;
  }

  .sm\:-my-78px {
    margin-top: -78px;
    margin-bottom: -78px;
  }

  .sm\:-mx-78px {
    margin-left: -78px;
    margin-right: -78px;
  }

  .sm\:-my-79px {
    margin-top: -79px;
    margin-bottom: -79px;
  }

  .sm\:-mx-79px {
    margin-left: -79px;
    margin-right: -79px;
  }

  .sm\:-my-80px {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .sm\:-mx-80px {
    margin-left: -80px;
    margin-right: -80px;
  }

  .sm\:-my-81px {
    margin-top: -81px;
    margin-bottom: -81px;
  }

  .sm\:-mx-81px {
    margin-left: -81px;
    margin-right: -81px;
  }

  .sm\:-my-82px {
    margin-top: -82px;
    margin-bottom: -82px;
  }

  .sm\:-mx-82px {
    margin-left: -82px;
    margin-right: -82px;
  }

  .sm\:-my-83px {
    margin-top: -83px;
    margin-bottom: -83px;
  }

  .sm\:-mx-83px {
    margin-left: -83px;
    margin-right: -83px;
  }

  .sm\:-my-84px {
    margin-top: -84px;
    margin-bottom: -84px;
  }

  .sm\:-mx-84px {
    margin-left: -84px;
    margin-right: -84px;
  }

  .sm\:-my-85px {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .sm\:-mx-85px {
    margin-left: -85px;
    margin-right: -85px;
  }

  .sm\:-my-86px {
    margin-top: -86px;
    margin-bottom: -86px;
  }

  .sm\:-mx-86px {
    margin-left: -86px;
    margin-right: -86px;
  }

  .sm\:-my-87px {
    margin-top: -87px;
    margin-bottom: -87px;
  }

  .sm\:-mx-87px {
    margin-left: -87px;
    margin-right: -87px;
  }

  .sm\:-my-88px {
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .sm\:-mx-88px {
    margin-left: -88px;
    margin-right: -88px;
  }

  .sm\:-my-89px {
    margin-top: -89px;
    margin-bottom: -89px;
  }

  .sm\:-mx-89px {
    margin-left: -89px;
    margin-right: -89px;
  }

  .sm\:-my-90px {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .sm\:-mx-90px {
    margin-left: -90px;
    margin-right: -90px;
  }

  .sm\:-my-91px {
    margin-top: -91px;
    margin-bottom: -91px;
  }

  .sm\:-mx-91px {
    margin-left: -91px;
    margin-right: -91px;
  }

  .sm\:-my-92px {
    margin-top: -92px;
    margin-bottom: -92px;
  }

  .sm\:-mx-92px {
    margin-left: -92px;
    margin-right: -92px;
  }

  .sm\:-my-93px {
    margin-top: -93px;
    margin-bottom: -93px;
  }

  .sm\:-mx-93px {
    margin-left: -93px;
    margin-right: -93px;
  }

  .sm\:-my-94px {
    margin-top: -94px;
    margin-bottom: -94px;
  }

  .sm\:-mx-94px {
    margin-left: -94px;
    margin-right: -94px;
  }

  .sm\:-my-95px {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .sm\:-mx-95px {
    margin-left: -95px;
    margin-right: -95px;
  }

  .sm\:-my-96px {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .sm\:-mx-96px {
    margin-left: -96px;
    margin-right: -96px;
  }

  .sm\:-my-97px {
    margin-top: -97px;
    margin-bottom: -97px;
  }

  .sm\:-mx-97px {
    margin-left: -97px;
    margin-right: -97px;
  }

  .sm\:-my-98px {
    margin-top: -98px;
    margin-bottom: -98px;
  }

  .sm\:-mx-98px {
    margin-left: -98px;
    margin-right: -98px;
  }

  .sm\:-my-99px {
    margin-top: -99px;
    margin-bottom: -99px;
  }

  .sm\:-mx-99px {
    margin-left: -99px;
    margin-right: -99px;
  }

  .sm\:-my-100px {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .sm\:-mx-100px {
    margin-left: -100px;
    margin-right: -100px;
  }

  .sm\:-my-101px {
    margin-top: -101px;
    margin-bottom: -101px;
  }

  .sm\:-mx-101px {
    margin-left: -101px;
    margin-right: -101px;
  }

  .sm\:-my-102px {
    margin-top: -102px;
    margin-bottom: -102px;
  }

  .sm\:-mx-102px {
    margin-left: -102px;
    margin-right: -102px;
  }

  .sm\:-my-103px {
    margin-top: -103px;
    margin-bottom: -103px;
  }

  .sm\:-mx-103px {
    margin-left: -103px;
    margin-right: -103px;
  }

  .sm\:-my-104px {
    margin-top: -104px;
    margin-bottom: -104px;
  }

  .sm\:-mx-104px {
    margin-left: -104px;
    margin-right: -104px;
  }

  .sm\:-my-105px {
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .sm\:-mx-105px {
    margin-left: -105px;
    margin-right: -105px;
  }

  .sm\:-my-106px {
    margin-top: -106px;
    margin-bottom: -106px;
  }

  .sm\:-mx-106px {
    margin-left: -106px;
    margin-right: -106px;
  }

  .sm\:-my-107px {
    margin-top: -107px;
    margin-bottom: -107px;
  }

  .sm\:-mx-107px {
    margin-left: -107px;
    margin-right: -107px;
  }

  .sm\:-my-108px {
    margin-top: -108px;
    margin-bottom: -108px;
  }

  .sm\:-mx-108px {
    margin-left: -108px;
    margin-right: -108px;
  }

  .sm\:-my-109px {
    margin-top: -109px;
    margin-bottom: -109px;
  }

  .sm\:-mx-109px {
    margin-left: -109px;
    margin-right: -109px;
  }

  .sm\:-my-110px {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .sm\:-mx-110px {
    margin-left: -110px;
    margin-right: -110px;
  }

  .sm\:-my-111px {
    margin-top: -111px;
    margin-bottom: -111px;
  }

  .sm\:-mx-111px {
    margin-left: -111px;
    margin-right: -111px;
  }

  .sm\:-my-112px {
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .sm\:-mx-112px {
    margin-left: -112px;
    margin-right: -112px;
  }

  .sm\:-my-113px {
    margin-top: -113px;
    margin-bottom: -113px;
  }

  .sm\:-mx-113px {
    margin-left: -113px;
    margin-right: -113px;
  }

  .sm\:-my-114px {
    margin-top: -114px;
    margin-bottom: -114px;
  }

  .sm\:-mx-114px {
    margin-left: -114px;
    margin-right: -114px;
  }

  .sm\:-my-115px {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .sm\:-mx-115px {
    margin-left: -115px;
    margin-right: -115px;
  }

  .sm\:-my-116px {
    margin-top: -116px;
    margin-bottom: -116px;
  }

  .sm\:-mx-116px {
    margin-left: -116px;
    margin-right: -116px;
  }

  .sm\:-my-117px {
    margin-top: -117px;
    margin-bottom: -117px;
  }

  .sm\:-mx-117px {
    margin-left: -117px;
    margin-right: -117px;
  }

  .sm\:-my-118px {
    margin-top: -118px;
    margin-bottom: -118px;
  }

  .sm\:-mx-118px {
    margin-left: -118px;
    margin-right: -118px;
  }

  .sm\:-my-119px {
    margin-top: -119px;
    margin-bottom: -119px;
  }

  .sm\:-mx-119px {
    margin-left: -119px;
    margin-right: -119px;
  }

  .sm\:-my-120px {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .sm\:-mx-120px {
    margin-left: -120px;
    margin-right: -120px;
  }

  .sm\:-my-121px {
    margin-top: -121px;
    margin-bottom: -121px;
  }

  .sm\:-mx-121px {
    margin-left: -121px;
    margin-right: -121px;
  }

  .sm\:-my-122px {
    margin-top: -122px;
    margin-bottom: -122px;
  }

  .sm\:-mx-122px {
    margin-left: -122px;
    margin-right: -122px;
  }

  .sm\:-my-123px {
    margin-top: -123px;
    margin-bottom: -123px;
  }

  .sm\:-mx-123px {
    margin-left: -123px;
    margin-right: -123px;
  }

  .sm\:-my-124px {
    margin-top: -124px;
    margin-bottom: -124px;
  }

  .sm\:-mx-124px {
    margin-left: -124px;
    margin-right: -124px;
  }

  .sm\:-my-125px {
    margin-top: -125px;
    margin-bottom: -125px;
  }

  .sm\:-mx-125px {
    margin-left: -125px;
    margin-right: -125px;
  }

  .sm\:-my-126px {
    margin-top: -126px;
    margin-bottom: -126px;
  }

  .sm\:-mx-126px {
    margin-left: -126px;
    margin-right: -126px;
  }

  .sm\:-my-127px {
    margin-top: -127px;
    margin-bottom: -127px;
  }

  .sm\:-mx-127px {
    margin-left: -127px;
    margin-right: -127px;
  }

  .sm\:-my-128px {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .sm\:-mx-128px {
    margin-left: -128px;
    margin-right: -128px;
  }

  .sm\:-my-129px {
    margin-top: -129px;
    margin-bottom: -129px;
  }

  .sm\:-mx-129px {
    margin-left: -129px;
    margin-right: -129px;
  }

  .sm\:-my-130px {
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .sm\:-mx-130px {
    margin-left: -130px;
    margin-right: -130px;
  }

  .sm\:-my-133px {
    margin-top: -133px;
    margin-bottom: -133px;
  }

  .sm\:-mx-133px {
    margin-left: -133px;
    margin-right: -133px;
  }

  .sm\:-my-140px {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .sm\:-mx-140px {
    margin-left: -140px;
    margin-right: -140px;
  }

  .sm\:-my-195px {
    margin-top: -195px;
    margin-bottom: -195px;
  }

  .sm\:-mx-195px {
    margin-left: -195px;
    margin-right: -195px;
  }

  .sm\:-my-200px {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .sm\:-mx-200px {
    margin-left: -200px;
    margin-right: -200px;
  }

  .sm\:-my-210px {
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .sm\:-mx-210px {
    margin-left: -210px;
    margin-right: -210px;
  }

  .sm\:-my-222px {
    margin-top: -222px;
    margin-bottom: -222px;
  }

  .sm\:-mx-222px {
    margin-left: -222px;
    margin-right: -222px;
  }

  .sm\:-my-258px {
    margin-top: -258px;
    margin-bottom: -258px;
  }

  .sm\:-mx-258px {
    margin-left: -258px;
    margin-right: -258px;
  }

  .sm\:-my-280px {
    margin-top: -280px;
    margin-bottom: -280px;
  }

  .sm\:-mx-280px {
    margin-left: -280px;
    margin-right: -280px;
  }

  .sm\:-my-334px {
    margin-top: -334px;
    margin-bottom: -334px;
  }

  .sm\:-mx-334px {
    margin-left: -334px;
    margin-right: -334px;
  }

  .sm\:-my-388px {
    margin-top: -388px;
    margin-bottom: -388px;
  }

  .sm\:-mx-388px {
    margin-left: -388px;
    margin-right: -388px;
  }

  .sm\:-my-480px {
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .sm\:-mx-480px {
    margin-left: -480px;
    margin-right: -480px;
  }

  .sm\:-my-490px {
    margin-top: -490px;
    margin-bottom: -490px;
  }

  .sm\:-mx-490px {
    margin-left: -490px;
    margin-right: -490px;
  }

  .sm\:-my-505px {
    margin-top: -505px;
    margin-bottom: -505px;
  }

  .sm\:-mx-505px {
    margin-left: -505px;
    margin-right: -505px;
  }

  .sm\:-my-507px {
    margin-top: -507px;
    margin-bottom: -507px;
  }

  .sm\:-mx-507px {
    margin-left: -507px;
    margin-right: -507px;
  }

  .sm\:-my-760px {
    margin-top: -760px;
    margin-bottom: -760px;
  }

  .sm\:-mx-760px {
    margin-left: -760px;
    margin-right: -760px;
  }

  .sm\:-my-780px {
    margin-top: -780px;
    margin-bottom: -780px;
  }

  .sm\:-mx-780px {
    margin-left: -780px;
    margin-right: -780px;
  }

  .sm\:-my-980px {
    margin-top: -980px;
    margin-bottom: -980px;
  }

  .sm\:-mx-980px {
    margin-left: -980px;
    margin-right: -980px;
  }

  .sm\:-my-1366px {
    margin-top: -1366px;
    margin-bottom: -1366px;
  }

  .sm\:-mx-1366px {
    margin-left: -1366px;
    margin-right: -1366px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem;
  }

  .sm\:mr-11 {
    margin-right: 2.75rem;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm\:ml-11 {
    margin-left: 2.75rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-28 {
    margin-top: 7rem;
  }

  .sm\:mr-28 {
    margin-right: 7rem;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem;
  }

  .sm\:ml-28 {
    margin-left: 7rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:mt-36 {
    margin-top: 9rem;
  }

  .sm\:mr-36 {
    margin-right: 9rem;
  }

  .sm\:mb-36 {
    margin-bottom: 9rem;
  }

  .sm\:ml-36 {
    margin-left: 9rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:mt-44 {
    margin-top: 11rem;
  }

  .sm\:mr-44 {
    margin-right: 11rem;
  }

  .sm\:mb-44 {
    margin-bottom: 11rem;
  }

  .sm\:ml-44 {
    margin-left: 11rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:mt-52 {
    margin-top: 13rem;
  }

  .sm\:mr-52 {
    margin-right: 13rem;
  }

  .sm\:mb-52 {
    margin-bottom: 13rem;
  }

  .sm\:ml-52 {
    margin-left: 13rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:mt-60 {
    margin-top: 15rem;
  }

  .sm\:mr-60 {
    margin-right: 15rem;
  }

  .sm\:mb-60 {
    margin-bottom: 15rem;
  }

  .sm\:ml-60 {
    margin-left: 15rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:mt-72 {
    margin-top: 18rem;
  }

  .sm\:mr-72 {
    margin-right: 18rem;
  }

  .sm\:mb-72 {
    margin-bottom: 18rem;
  }

  .sm\:ml-72 {
    margin-left: 18rem;
  }

  .sm\:mt-80 {
    margin-top: 20rem;
  }

  .sm\:mr-80 {
    margin-right: 20rem;
  }

  .sm\:mb-80 {
    margin-bottom: 20rem;
  }

  .sm\:ml-80 {
    margin-left: 20rem;
  }

  .sm\:mt-96 {
    margin-top: 24rem;
  }

  .sm\:mr-96 {
    margin-right: 24rem;
  }

  .sm\:mb-96 {
    margin-bottom: 24rem;
  }

  .sm\:ml-96 {
    margin-left: 24rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .sm\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .sm\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .sm\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .sm\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .sm\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .sm\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .sm\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .sm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .sm\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .sm\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .sm\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .sm\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .sm\:mt-1px {
    margin-top: 1px;
  }

  .sm\:mr-1px {
    margin-right: 1px;
  }

  .sm\:mb-1px {
    margin-bottom: 1px;
  }

  .sm\:ml-1px {
    margin-left: 1px;
  }

  .sm\:mt-2px {
    margin-top: 2px;
  }

  .sm\:mr-2px {
    margin-right: 2px;
  }

  .sm\:mb-2px {
    margin-bottom: 2px;
  }

  .sm\:ml-2px {
    margin-left: 2px;
  }

  .sm\:mt-3px {
    margin-top: 3px;
  }

  .sm\:mr-3px {
    margin-right: 3px;
  }

  .sm\:mb-3px {
    margin-bottom: 3px;
  }

  .sm\:ml-3px {
    margin-left: 3px;
  }

  .sm\:mt-4px {
    margin-top: 4px;
  }

  .sm\:mr-4px {
    margin-right: 4px;
  }

  .sm\:mb-4px {
    margin-bottom: 4px;
  }

  .sm\:ml-4px {
    margin-left: 4px;
  }

  .sm\:mt-5px {
    margin-top: 5px;
  }

  .sm\:mr-5px {
    margin-right: 5px;
  }

  .sm\:mb-5px {
    margin-bottom: 5px;
  }

  .sm\:ml-5px {
    margin-left: 5px;
  }

  .sm\:mt-6px {
    margin-top: 6px;
  }

  .sm\:mr-6px {
    margin-right: 6px;
  }

  .sm\:mb-6px {
    margin-bottom: 6px;
  }

  .sm\:ml-6px {
    margin-left: 6px;
  }

  .sm\:mt-7px {
    margin-top: 7px;
  }

  .sm\:mr-7px {
    margin-right: 7px;
  }

  .sm\:mb-7px {
    margin-bottom: 7px;
  }

  .sm\:ml-7px {
    margin-left: 7px;
  }

  .sm\:mt-8px {
    margin-top: 8px;
  }

  .sm\:mr-8px {
    margin-right: 8px;
  }

  .sm\:mb-8px {
    margin-bottom: 8px;
  }

  .sm\:ml-8px {
    margin-left: 8px;
  }

  .sm\:mt-9px {
    margin-top: 9px;
  }

  .sm\:mr-9px {
    margin-right: 9px;
  }

  .sm\:mb-9px {
    margin-bottom: 9px;
  }

  .sm\:ml-9px {
    margin-left: 9px;
  }

  .sm\:mt-10px {
    margin-top: 10px;
  }

  .sm\:mr-10px {
    margin-right: 10px;
  }

  .sm\:mb-10px {
    margin-bottom: 10px;
  }

  .sm\:ml-10px {
    margin-left: 10px;
  }

  .sm\:mt-11px {
    margin-top: 11px;
  }

  .sm\:mr-11px {
    margin-right: 11px;
  }

  .sm\:mb-11px {
    margin-bottom: 11px;
  }

  .sm\:ml-11px {
    margin-left: 11px;
  }

  .sm\:mt-12px {
    margin-top: 12px;
  }

  .sm\:mr-12px {
    margin-right: 12px;
  }

  .sm\:mb-12px {
    margin-bottom: 12px;
  }

  .sm\:ml-12px {
    margin-left: 12px;
  }

  .sm\:mt-13px {
    margin-top: 13px;
  }

  .sm\:mr-13px {
    margin-right: 13px;
  }

  .sm\:mb-13px {
    margin-bottom: 13px;
  }

  .sm\:ml-13px {
    margin-left: 13px;
  }

  .sm\:mt-14px {
    margin-top: 14px;
  }

  .sm\:mr-14px {
    margin-right: 14px;
  }

  .sm\:mb-14px {
    margin-bottom: 14px;
  }

  .sm\:ml-14px {
    margin-left: 14px;
  }

  .sm\:mt-15px {
    margin-top: 15px;
  }

  .sm\:mr-15px {
    margin-right: 15px;
  }

  .sm\:mb-15px {
    margin-bottom: 15px;
  }

  .sm\:ml-15px {
    margin-left: 15px;
  }

  .sm\:mt-16px {
    margin-top: 16px;
  }

  .sm\:mr-16px {
    margin-right: 16px;
  }

  .sm\:mb-16px {
    margin-bottom: 16px;
  }

  .sm\:ml-16px {
    margin-left: 16px;
  }

  .sm\:mt-17px {
    margin-top: 17px;
  }

  .sm\:mr-17px {
    margin-right: 17px;
  }

  .sm\:mb-17px {
    margin-bottom: 17px;
  }

  .sm\:ml-17px {
    margin-left: 17px;
  }

  .sm\:mt-18px {
    margin-top: 18px;
  }

  .sm\:mr-18px {
    margin-right: 18px;
  }

  .sm\:mb-18px {
    margin-bottom: 18px;
  }

  .sm\:ml-18px {
    margin-left: 18px;
  }

  .sm\:mt-19px {
    margin-top: 19px;
  }

  .sm\:mr-19px {
    margin-right: 19px;
  }

  .sm\:mb-19px {
    margin-bottom: 19px;
  }

  .sm\:ml-19px {
    margin-left: 19px;
  }

  .sm\:mt-20px {
    margin-top: 20px;
  }

  .sm\:mr-20px {
    margin-right: 20px;
  }

  .sm\:mb-20px {
    margin-bottom: 20px;
  }

  .sm\:ml-20px {
    margin-left: 20px;
  }

  .sm\:mt-21px {
    margin-top: 21px;
  }

  .sm\:mr-21px {
    margin-right: 21px;
  }

  .sm\:mb-21px {
    margin-bottom: 21px;
  }

  .sm\:ml-21px {
    margin-left: 21px;
  }

  .sm\:mt-22px {
    margin-top: 22px;
  }

  .sm\:mr-22px {
    margin-right: 22px;
  }

  .sm\:mb-22px {
    margin-bottom: 22px;
  }

  .sm\:ml-22px {
    margin-left: 22px;
  }

  .sm\:mt-23px {
    margin-top: 23px;
  }

  .sm\:mr-23px {
    margin-right: 23px;
  }

  .sm\:mb-23px {
    margin-bottom: 23px;
  }

  .sm\:ml-23px {
    margin-left: 23px;
  }

  .sm\:mt-24px {
    margin-top: 24px;
  }

  .sm\:mr-24px {
    margin-right: 24px;
  }

  .sm\:mb-24px {
    margin-bottom: 24px;
  }

  .sm\:ml-24px {
    margin-left: 24px;
  }

  .sm\:mt-25px {
    margin-top: 25px;
  }

  .sm\:mr-25px {
    margin-right: 25px;
  }

  .sm\:mb-25px {
    margin-bottom: 25px;
  }

  .sm\:ml-25px {
    margin-left: 25px;
  }

  .sm\:mt-26px {
    margin-top: 26px;
  }

  .sm\:mr-26px {
    margin-right: 26px;
  }

  .sm\:mb-26px {
    margin-bottom: 26px;
  }

  .sm\:ml-26px {
    margin-left: 26px;
  }

  .sm\:mt-27px {
    margin-top: 27px;
  }

  .sm\:mr-27px {
    margin-right: 27px;
  }

  .sm\:mb-27px {
    margin-bottom: 27px;
  }

  .sm\:ml-27px {
    margin-left: 27px;
  }

  .sm\:mt-28px {
    margin-top: 28px;
  }

  .sm\:mr-28px {
    margin-right: 28px;
  }

  .sm\:mb-28px {
    margin-bottom: 28px;
  }

  .sm\:ml-28px {
    margin-left: 28px;
  }

  .sm\:mt-29px {
    margin-top: 29px;
  }

  .sm\:mr-29px {
    margin-right: 29px;
  }

  .sm\:mb-29px {
    margin-bottom: 29px;
  }

  .sm\:ml-29px {
    margin-left: 29px;
  }

  .sm\:mt-30px {
    margin-top: 30px;
  }

  .sm\:mr-30px {
    margin-right: 30px;
  }

  .sm\:mb-30px {
    margin-bottom: 30px;
  }

  .sm\:ml-30px {
    margin-left: 30px;
  }

  .sm\:mt-31px {
    margin-top: 31px;
  }

  .sm\:mr-31px {
    margin-right: 31px;
  }

  .sm\:mb-31px {
    margin-bottom: 31px;
  }

  .sm\:ml-31px {
    margin-left: 31px;
  }

  .sm\:mt-32px {
    margin-top: 32px;
  }

  .sm\:mr-32px {
    margin-right: 32px;
  }

  .sm\:mb-32px {
    margin-bottom: 32px;
  }

  .sm\:ml-32px {
    margin-left: 32px;
  }

  .sm\:mt-33px {
    margin-top: 33px;
  }

  .sm\:mr-33px {
    margin-right: 33px;
  }

  .sm\:mb-33px {
    margin-bottom: 33px;
  }

  .sm\:ml-33px {
    margin-left: 33px;
  }

  .sm\:mt-34px {
    margin-top: 34px;
  }

  .sm\:mr-34px {
    margin-right: 34px;
  }

  .sm\:mb-34px {
    margin-bottom: 34px;
  }

  .sm\:ml-34px {
    margin-left: 34px;
  }

  .sm\:mt-35px {
    margin-top: 35px;
  }

  .sm\:mr-35px {
    margin-right: 35px;
  }

  .sm\:mb-35px {
    margin-bottom: 35px;
  }

  .sm\:ml-35px {
    margin-left: 35px;
  }

  .sm\:mt-36px {
    margin-top: 36px;
  }

  .sm\:mr-36px {
    margin-right: 36px;
  }

  .sm\:mb-36px {
    margin-bottom: 36px;
  }

  .sm\:ml-36px {
    margin-left: 36px;
  }

  .sm\:mt-37px {
    margin-top: 37px;
  }

  .sm\:mr-37px {
    margin-right: 37px;
  }

  .sm\:mb-37px {
    margin-bottom: 37px;
  }

  .sm\:ml-37px {
    margin-left: 37px;
  }

  .sm\:mt-38px {
    margin-top: 38px;
  }

  .sm\:mr-38px {
    margin-right: 38px;
  }

  .sm\:mb-38px {
    margin-bottom: 38px;
  }

  .sm\:ml-38px {
    margin-left: 38px;
  }

  .sm\:mt-39px {
    margin-top: 39px;
  }

  .sm\:mr-39px {
    margin-right: 39px;
  }

  .sm\:mb-39px {
    margin-bottom: 39px;
  }

  .sm\:ml-39px {
    margin-left: 39px;
  }

  .sm\:mt-40px {
    margin-top: 40px;
  }

  .sm\:mr-40px {
    margin-right: 40px;
  }

  .sm\:mb-40px {
    margin-bottom: 40px;
  }

  .sm\:ml-40px {
    margin-left: 40px;
  }

  .sm\:mt-41px {
    margin-top: 41px;
  }

  .sm\:mr-41px {
    margin-right: 41px;
  }

  .sm\:mb-41px {
    margin-bottom: 41px;
  }

  .sm\:ml-41px {
    margin-left: 41px;
  }

  .sm\:mt-42px {
    margin-top: 42px;
  }

  .sm\:mr-42px {
    margin-right: 42px;
  }

  .sm\:mb-42px {
    margin-bottom: 42px;
  }

  .sm\:ml-42px {
    margin-left: 42px;
  }

  .sm\:mt-43px {
    margin-top: 43px;
  }

  .sm\:mr-43px {
    margin-right: 43px;
  }

  .sm\:mb-43px {
    margin-bottom: 43px;
  }

  .sm\:ml-43px {
    margin-left: 43px;
  }

  .sm\:mt-44px {
    margin-top: 44px;
  }

  .sm\:mr-44px {
    margin-right: 44px;
  }

  .sm\:mb-44px {
    margin-bottom: 44px;
  }

  .sm\:ml-44px {
    margin-left: 44px;
  }

  .sm\:mt-45px {
    margin-top: 45px;
  }

  .sm\:mr-45px {
    margin-right: 45px;
  }

  .sm\:mb-45px {
    margin-bottom: 45px;
  }

  .sm\:ml-45px {
    margin-left: 45px;
  }

  .sm\:mt-46px {
    margin-top: 46px;
  }

  .sm\:mr-46px {
    margin-right: 46px;
  }

  .sm\:mb-46px {
    margin-bottom: 46px;
  }

  .sm\:ml-46px {
    margin-left: 46px;
  }

  .sm\:mt-47px {
    margin-top: 47px;
  }

  .sm\:mr-47px {
    margin-right: 47px;
  }

  .sm\:mb-47px {
    margin-bottom: 47px;
  }

  .sm\:ml-47px {
    margin-left: 47px;
  }

  .sm\:mt-48px {
    margin-top: 48px;
  }

  .sm\:mr-48px {
    margin-right: 48px;
  }

  .sm\:mb-48px {
    margin-bottom: 48px;
  }

  .sm\:ml-48px {
    margin-left: 48px;
  }

  .sm\:mt-49px {
    margin-top: 49px;
  }

  .sm\:mr-49px {
    margin-right: 49px;
  }

  .sm\:mb-49px {
    margin-bottom: 49px;
  }

  .sm\:ml-49px {
    margin-left: 49px;
  }

  .sm\:mt-50px {
    margin-top: 50px;
  }

  .sm\:mr-50px {
    margin-right: 50px;
  }

  .sm\:mb-50px {
    margin-bottom: 50px;
  }

  .sm\:ml-50px {
    margin-left: 50px;
  }

  .sm\:mt-51px {
    margin-top: 51px;
  }

  .sm\:mr-51px {
    margin-right: 51px;
  }

  .sm\:mb-51px {
    margin-bottom: 51px;
  }

  .sm\:ml-51px {
    margin-left: 51px;
  }

  .sm\:mt-52px {
    margin-top: 52px;
  }

  .sm\:mr-52px {
    margin-right: 52px;
  }

  .sm\:mb-52px {
    margin-bottom: 52px;
  }

  .sm\:ml-52px {
    margin-left: 52px;
  }

  .sm\:mt-53px {
    margin-top: 53px;
  }

  .sm\:mr-53px {
    margin-right: 53px;
  }

  .sm\:mb-53px {
    margin-bottom: 53px;
  }

  .sm\:ml-53px {
    margin-left: 53px;
  }

  .sm\:mt-54px {
    margin-top: 54px;
  }

  .sm\:mr-54px {
    margin-right: 54px;
  }

  .sm\:mb-54px {
    margin-bottom: 54px;
  }

  .sm\:ml-54px {
    margin-left: 54px;
  }

  .sm\:mt-55px {
    margin-top: 55px;
  }

  .sm\:mr-55px {
    margin-right: 55px;
  }

  .sm\:mb-55px {
    margin-bottom: 55px;
  }

  .sm\:ml-55px {
    margin-left: 55px;
  }

  .sm\:mt-56px {
    margin-top: 56px;
  }

  .sm\:mr-56px {
    margin-right: 56px;
  }

  .sm\:mb-56px {
    margin-bottom: 56px;
  }

  .sm\:ml-56px {
    margin-left: 56px;
  }

  .sm\:mt-57px {
    margin-top: 57px;
  }

  .sm\:mr-57px {
    margin-right: 57px;
  }

  .sm\:mb-57px {
    margin-bottom: 57px;
  }

  .sm\:ml-57px {
    margin-left: 57px;
  }

  .sm\:mt-58px {
    margin-top: 58px;
  }

  .sm\:mr-58px {
    margin-right: 58px;
  }

  .sm\:mb-58px {
    margin-bottom: 58px;
  }

  .sm\:ml-58px {
    margin-left: 58px;
  }

  .sm\:mt-59px {
    margin-top: 59px;
  }

  .sm\:mr-59px {
    margin-right: 59px;
  }

  .sm\:mb-59px {
    margin-bottom: 59px;
  }

  .sm\:ml-59px {
    margin-left: 59px;
  }

  .sm\:mt-60px {
    margin-top: 60px;
  }

  .sm\:mr-60px {
    margin-right: 60px;
  }

  .sm\:mb-60px {
    margin-bottom: 60px;
  }

  .sm\:ml-60px {
    margin-left: 60px;
  }

  .sm\:mt-61px {
    margin-top: 61px;
  }

  .sm\:mr-61px {
    margin-right: 61px;
  }

  .sm\:mb-61px {
    margin-bottom: 61px;
  }

  .sm\:ml-61px {
    margin-left: 61px;
  }

  .sm\:mt-62px {
    margin-top: 62px;
  }

  .sm\:mr-62px {
    margin-right: 62px;
  }

  .sm\:mb-62px {
    margin-bottom: 62px;
  }

  .sm\:ml-62px {
    margin-left: 62px;
  }

  .sm\:mt-63px {
    margin-top: 63px;
  }

  .sm\:mr-63px {
    margin-right: 63px;
  }

  .sm\:mb-63px {
    margin-bottom: 63px;
  }

  .sm\:ml-63px {
    margin-left: 63px;
  }

  .sm\:mt-64px {
    margin-top: 64px;
  }

  .sm\:mr-64px {
    margin-right: 64px;
  }

  .sm\:mb-64px {
    margin-bottom: 64px;
  }

  .sm\:ml-64px {
    margin-left: 64px;
  }

  .sm\:mt-65px {
    margin-top: 65px;
  }

  .sm\:mr-65px {
    margin-right: 65px;
  }

  .sm\:mb-65px {
    margin-bottom: 65px;
  }

  .sm\:ml-65px {
    margin-left: 65px;
  }

  .sm\:mt-66px {
    margin-top: 66px;
  }

  .sm\:mr-66px {
    margin-right: 66px;
  }

  .sm\:mb-66px {
    margin-bottom: 66px;
  }

  .sm\:ml-66px {
    margin-left: 66px;
  }

  .sm\:mt-67px {
    margin-top: 67px;
  }

  .sm\:mr-67px {
    margin-right: 67px;
  }

  .sm\:mb-67px {
    margin-bottom: 67px;
  }

  .sm\:ml-67px {
    margin-left: 67px;
  }

  .sm\:mt-68px {
    margin-top: 68px;
  }

  .sm\:mr-68px {
    margin-right: 68px;
  }

  .sm\:mb-68px {
    margin-bottom: 68px;
  }

  .sm\:ml-68px {
    margin-left: 68px;
  }

  .sm\:mt-69px {
    margin-top: 69px;
  }

  .sm\:mr-69px {
    margin-right: 69px;
  }

  .sm\:mb-69px {
    margin-bottom: 69px;
  }

  .sm\:ml-69px {
    margin-left: 69px;
  }

  .sm\:mt-70px {
    margin-top: 70px;
  }

  .sm\:mr-70px {
    margin-right: 70px;
  }

  .sm\:mb-70px {
    margin-bottom: 70px;
  }

  .sm\:ml-70px {
    margin-left: 70px;
  }

  .sm\:mt-71px {
    margin-top: 71px;
  }

  .sm\:mr-71px {
    margin-right: 71px;
  }

  .sm\:mb-71px {
    margin-bottom: 71px;
  }

  .sm\:ml-71px {
    margin-left: 71px;
  }

  .sm\:mt-72px {
    margin-top: 72px;
  }

  .sm\:mr-72px {
    margin-right: 72px;
  }

  .sm\:mb-72px {
    margin-bottom: 72px;
  }

  .sm\:ml-72px {
    margin-left: 72px;
  }

  .sm\:mt-73px {
    margin-top: 73px;
  }

  .sm\:mr-73px {
    margin-right: 73px;
  }

  .sm\:mb-73px {
    margin-bottom: 73px;
  }

  .sm\:ml-73px {
    margin-left: 73px;
  }

  .sm\:mt-74px {
    margin-top: 74px;
  }

  .sm\:mr-74px {
    margin-right: 74px;
  }

  .sm\:mb-74px {
    margin-bottom: 74px;
  }

  .sm\:ml-74px {
    margin-left: 74px;
  }

  .sm\:mt-75px {
    margin-top: 75px;
  }

  .sm\:mr-75px {
    margin-right: 75px;
  }

  .sm\:mb-75px {
    margin-bottom: 75px;
  }

  .sm\:ml-75px {
    margin-left: 75px;
  }

  .sm\:mt-76px {
    margin-top: 76px;
  }

  .sm\:mr-76px {
    margin-right: 76px;
  }

  .sm\:mb-76px {
    margin-bottom: 76px;
  }

  .sm\:ml-76px {
    margin-left: 76px;
  }

  .sm\:mt-77px {
    margin-top: 77px;
  }

  .sm\:mr-77px {
    margin-right: 77px;
  }

  .sm\:mb-77px {
    margin-bottom: 77px;
  }

  .sm\:ml-77px {
    margin-left: 77px;
  }

  .sm\:mt-78px {
    margin-top: 78px;
  }

  .sm\:mr-78px {
    margin-right: 78px;
  }

  .sm\:mb-78px {
    margin-bottom: 78px;
  }

  .sm\:ml-78px {
    margin-left: 78px;
  }

  .sm\:mt-79px {
    margin-top: 79px;
  }

  .sm\:mr-79px {
    margin-right: 79px;
  }

  .sm\:mb-79px {
    margin-bottom: 79px;
  }

  .sm\:ml-79px {
    margin-left: 79px;
  }

  .sm\:mt-80px {
    margin-top: 80px;
  }

  .sm\:mr-80px {
    margin-right: 80px;
  }

  .sm\:mb-80px {
    margin-bottom: 80px;
  }

  .sm\:ml-80px {
    margin-left: 80px;
  }

  .sm\:mt-81px {
    margin-top: 81px;
  }

  .sm\:mr-81px {
    margin-right: 81px;
  }

  .sm\:mb-81px {
    margin-bottom: 81px;
  }

  .sm\:ml-81px {
    margin-left: 81px;
  }

  .sm\:mt-82px {
    margin-top: 82px;
  }

  .sm\:mr-82px {
    margin-right: 82px;
  }

  .sm\:mb-82px {
    margin-bottom: 82px;
  }

  .sm\:ml-82px {
    margin-left: 82px;
  }

  .sm\:mt-83px {
    margin-top: 83px;
  }

  .sm\:mr-83px {
    margin-right: 83px;
  }

  .sm\:mb-83px {
    margin-bottom: 83px;
  }

  .sm\:ml-83px {
    margin-left: 83px;
  }

  .sm\:mt-84px {
    margin-top: 84px;
  }

  .sm\:mr-84px {
    margin-right: 84px;
  }

  .sm\:mb-84px {
    margin-bottom: 84px;
  }

  .sm\:ml-84px {
    margin-left: 84px;
  }

  .sm\:mt-85px {
    margin-top: 85px;
  }

  .sm\:mr-85px {
    margin-right: 85px;
  }

  .sm\:mb-85px {
    margin-bottom: 85px;
  }

  .sm\:ml-85px {
    margin-left: 85px;
  }

  .sm\:mt-86px {
    margin-top: 86px;
  }

  .sm\:mr-86px {
    margin-right: 86px;
  }

  .sm\:mb-86px {
    margin-bottom: 86px;
  }

  .sm\:ml-86px {
    margin-left: 86px;
  }

  .sm\:mt-87px {
    margin-top: 87px;
  }

  .sm\:mr-87px {
    margin-right: 87px;
  }

  .sm\:mb-87px {
    margin-bottom: 87px;
  }

  .sm\:ml-87px {
    margin-left: 87px;
  }

  .sm\:mt-88px {
    margin-top: 88px;
  }

  .sm\:mr-88px {
    margin-right: 88px;
  }

  .sm\:mb-88px {
    margin-bottom: 88px;
  }

  .sm\:ml-88px {
    margin-left: 88px;
  }

  .sm\:mt-89px {
    margin-top: 89px;
  }

  .sm\:mr-89px {
    margin-right: 89px;
  }

  .sm\:mb-89px {
    margin-bottom: 89px;
  }

  .sm\:ml-89px {
    margin-left: 89px;
  }

  .sm\:mt-90px {
    margin-top: 90px;
  }

  .sm\:mr-90px {
    margin-right: 90px;
  }

  .sm\:mb-90px {
    margin-bottom: 90px;
  }

  .sm\:ml-90px {
    margin-left: 90px;
  }

  .sm\:mt-91px {
    margin-top: 91px;
  }

  .sm\:mr-91px {
    margin-right: 91px;
  }

  .sm\:mb-91px {
    margin-bottom: 91px;
  }

  .sm\:ml-91px {
    margin-left: 91px;
  }

  .sm\:mt-92px {
    margin-top: 92px;
  }

  .sm\:mr-92px {
    margin-right: 92px;
  }

  .sm\:mb-92px {
    margin-bottom: 92px;
  }

  .sm\:ml-92px {
    margin-left: 92px;
  }

  .sm\:mt-93px {
    margin-top: 93px;
  }

  .sm\:mr-93px {
    margin-right: 93px;
  }

  .sm\:mb-93px {
    margin-bottom: 93px;
  }

  .sm\:ml-93px {
    margin-left: 93px;
  }

  .sm\:mt-94px {
    margin-top: 94px;
  }

  .sm\:mr-94px {
    margin-right: 94px;
  }

  .sm\:mb-94px {
    margin-bottom: 94px;
  }

  .sm\:ml-94px {
    margin-left: 94px;
  }

  .sm\:mt-95px {
    margin-top: 95px;
  }

  .sm\:mr-95px {
    margin-right: 95px;
  }

  .sm\:mb-95px {
    margin-bottom: 95px;
  }

  .sm\:ml-95px {
    margin-left: 95px;
  }

  .sm\:mt-96px {
    margin-top: 96px;
  }

  .sm\:mr-96px {
    margin-right: 96px;
  }

  .sm\:mb-96px {
    margin-bottom: 96px;
  }

  .sm\:ml-96px {
    margin-left: 96px;
  }

  .sm\:mt-97px {
    margin-top: 97px;
  }

  .sm\:mr-97px {
    margin-right: 97px;
  }

  .sm\:mb-97px {
    margin-bottom: 97px;
  }

  .sm\:ml-97px {
    margin-left: 97px;
  }

  .sm\:mt-98px {
    margin-top: 98px;
  }

  .sm\:mr-98px {
    margin-right: 98px;
  }

  .sm\:mb-98px {
    margin-bottom: 98px;
  }

  .sm\:ml-98px {
    margin-left: 98px;
  }

  .sm\:mt-99px {
    margin-top: 99px;
  }

  .sm\:mr-99px {
    margin-right: 99px;
  }

  .sm\:mb-99px {
    margin-bottom: 99px;
  }

  .sm\:ml-99px {
    margin-left: 99px;
  }

  .sm\:mt-100px {
    margin-top: 100px;
  }

  .sm\:mr-100px {
    margin-right: 100px;
  }

  .sm\:mb-100px {
    margin-bottom: 100px;
  }

  .sm\:ml-100px {
    margin-left: 100px;
  }

  .sm\:mt-101px {
    margin-top: 101px;
  }

  .sm\:mr-101px {
    margin-right: 101px;
  }

  .sm\:mb-101px {
    margin-bottom: 101px;
  }

  .sm\:ml-101px {
    margin-left: 101px;
  }

  .sm\:mt-102px {
    margin-top: 102px;
  }

  .sm\:mr-102px {
    margin-right: 102px;
  }

  .sm\:mb-102px {
    margin-bottom: 102px;
  }

  .sm\:ml-102px {
    margin-left: 102px;
  }

  .sm\:mt-103px {
    margin-top: 103px;
  }

  .sm\:mr-103px {
    margin-right: 103px;
  }

  .sm\:mb-103px {
    margin-bottom: 103px;
  }

  .sm\:ml-103px {
    margin-left: 103px;
  }

  .sm\:mt-104px {
    margin-top: 104px;
  }

  .sm\:mr-104px {
    margin-right: 104px;
  }

  .sm\:mb-104px {
    margin-bottom: 104px;
  }

  .sm\:ml-104px {
    margin-left: 104px;
  }

  .sm\:mt-105px {
    margin-top: 105px;
  }

  .sm\:mr-105px {
    margin-right: 105px;
  }

  .sm\:mb-105px {
    margin-bottom: 105px;
  }

  .sm\:ml-105px {
    margin-left: 105px;
  }

  .sm\:mt-106px {
    margin-top: 106px;
  }

  .sm\:mr-106px {
    margin-right: 106px;
  }

  .sm\:mb-106px {
    margin-bottom: 106px;
  }

  .sm\:ml-106px {
    margin-left: 106px;
  }

  .sm\:mt-107px {
    margin-top: 107px;
  }

  .sm\:mr-107px {
    margin-right: 107px;
  }

  .sm\:mb-107px {
    margin-bottom: 107px;
  }

  .sm\:ml-107px {
    margin-left: 107px;
  }

  .sm\:mt-108px {
    margin-top: 108px;
  }

  .sm\:mr-108px {
    margin-right: 108px;
  }

  .sm\:mb-108px {
    margin-bottom: 108px;
  }

  .sm\:ml-108px {
    margin-left: 108px;
  }

  .sm\:mt-109px {
    margin-top: 109px;
  }

  .sm\:mr-109px {
    margin-right: 109px;
  }

  .sm\:mb-109px {
    margin-bottom: 109px;
  }

  .sm\:ml-109px {
    margin-left: 109px;
  }

  .sm\:mt-110px {
    margin-top: 110px;
  }

  .sm\:mr-110px {
    margin-right: 110px;
  }

  .sm\:mb-110px {
    margin-bottom: 110px;
  }

  .sm\:ml-110px {
    margin-left: 110px;
  }

  .sm\:mt-111px {
    margin-top: 111px;
  }

  .sm\:mr-111px {
    margin-right: 111px;
  }

  .sm\:mb-111px {
    margin-bottom: 111px;
  }

  .sm\:ml-111px {
    margin-left: 111px;
  }

  .sm\:mt-112px {
    margin-top: 112px;
  }

  .sm\:mr-112px {
    margin-right: 112px;
  }

  .sm\:mb-112px {
    margin-bottom: 112px;
  }

  .sm\:ml-112px {
    margin-left: 112px;
  }

  .sm\:mt-113px {
    margin-top: 113px;
  }

  .sm\:mr-113px {
    margin-right: 113px;
  }

  .sm\:mb-113px {
    margin-bottom: 113px;
  }

  .sm\:ml-113px {
    margin-left: 113px;
  }

  .sm\:mt-114px {
    margin-top: 114px;
  }

  .sm\:mr-114px {
    margin-right: 114px;
  }

  .sm\:mb-114px {
    margin-bottom: 114px;
  }

  .sm\:ml-114px {
    margin-left: 114px;
  }

  .sm\:mt-115px {
    margin-top: 115px;
  }

  .sm\:mr-115px {
    margin-right: 115px;
  }

  .sm\:mb-115px {
    margin-bottom: 115px;
  }

  .sm\:ml-115px {
    margin-left: 115px;
  }

  .sm\:mt-116px {
    margin-top: 116px;
  }

  .sm\:mr-116px {
    margin-right: 116px;
  }

  .sm\:mb-116px {
    margin-bottom: 116px;
  }

  .sm\:ml-116px {
    margin-left: 116px;
  }

  .sm\:mt-117px {
    margin-top: 117px;
  }

  .sm\:mr-117px {
    margin-right: 117px;
  }

  .sm\:mb-117px {
    margin-bottom: 117px;
  }

  .sm\:ml-117px {
    margin-left: 117px;
  }

  .sm\:mt-118px {
    margin-top: 118px;
  }

  .sm\:mr-118px {
    margin-right: 118px;
  }

  .sm\:mb-118px {
    margin-bottom: 118px;
  }

  .sm\:ml-118px {
    margin-left: 118px;
  }

  .sm\:mt-119px {
    margin-top: 119px;
  }

  .sm\:mr-119px {
    margin-right: 119px;
  }

  .sm\:mb-119px {
    margin-bottom: 119px;
  }

  .sm\:ml-119px {
    margin-left: 119px;
  }

  .sm\:mt-120px {
    margin-top: 120px;
  }

  .sm\:mr-120px {
    margin-right: 120px;
  }

  .sm\:mb-120px {
    margin-bottom: 120px;
  }

  .sm\:ml-120px {
    margin-left: 120px;
  }

  .sm\:mt-121px {
    margin-top: 121px;
  }

  .sm\:mr-121px {
    margin-right: 121px;
  }

  .sm\:mb-121px {
    margin-bottom: 121px;
  }

  .sm\:ml-121px {
    margin-left: 121px;
  }

  .sm\:mt-122px {
    margin-top: 122px;
  }

  .sm\:mr-122px {
    margin-right: 122px;
  }

  .sm\:mb-122px {
    margin-bottom: 122px;
  }

  .sm\:ml-122px {
    margin-left: 122px;
  }

  .sm\:mt-123px {
    margin-top: 123px;
  }

  .sm\:mr-123px {
    margin-right: 123px;
  }

  .sm\:mb-123px {
    margin-bottom: 123px;
  }

  .sm\:ml-123px {
    margin-left: 123px;
  }

  .sm\:mt-124px {
    margin-top: 124px;
  }

  .sm\:mr-124px {
    margin-right: 124px;
  }

  .sm\:mb-124px {
    margin-bottom: 124px;
  }

  .sm\:ml-124px {
    margin-left: 124px;
  }

  .sm\:mt-125px {
    margin-top: 125px;
  }

  .sm\:mr-125px {
    margin-right: 125px;
  }

  .sm\:mb-125px {
    margin-bottom: 125px;
  }

  .sm\:ml-125px {
    margin-left: 125px;
  }

  .sm\:mt-126px {
    margin-top: 126px;
  }

  .sm\:mr-126px {
    margin-right: 126px;
  }

  .sm\:mb-126px {
    margin-bottom: 126px;
  }

  .sm\:ml-126px {
    margin-left: 126px;
  }

  .sm\:mt-127px {
    margin-top: 127px;
  }

  .sm\:mr-127px {
    margin-right: 127px;
  }

  .sm\:mb-127px {
    margin-bottom: 127px;
  }

  .sm\:ml-127px {
    margin-left: 127px;
  }

  .sm\:mt-128px {
    margin-top: 128px;
  }

  .sm\:mr-128px {
    margin-right: 128px;
  }

  .sm\:mb-128px {
    margin-bottom: 128px;
  }

  .sm\:ml-128px {
    margin-left: 128px;
  }

  .sm\:mt-129px {
    margin-top: 129px;
  }

  .sm\:mr-129px {
    margin-right: 129px;
  }

  .sm\:mb-129px {
    margin-bottom: 129px;
  }

  .sm\:ml-129px {
    margin-left: 129px;
  }

  .sm\:mt-130px {
    margin-top: 130px;
  }

  .sm\:mr-130px {
    margin-right: 130px;
  }

  .sm\:mb-130px {
    margin-bottom: 130px;
  }

  .sm\:ml-130px {
    margin-left: 130px;
  }

  .sm\:mt-133px {
    margin-top: 133px;
  }

  .sm\:mr-133px {
    margin-right: 133px;
  }

  .sm\:mb-133px {
    margin-bottom: 133px;
  }

  .sm\:ml-133px {
    margin-left: 133px;
  }

  .sm\:mt-140px {
    margin-top: 140px;
  }

  .sm\:mr-140px {
    margin-right: 140px;
  }

  .sm\:mb-140px {
    margin-bottom: 140px;
  }

  .sm\:ml-140px {
    margin-left: 140px;
  }

  .sm\:mt-195px {
    margin-top: 195px;
  }

  .sm\:mr-195px {
    margin-right: 195px;
  }

  .sm\:mb-195px {
    margin-bottom: 195px;
  }

  .sm\:ml-195px {
    margin-left: 195px;
  }

  .sm\:mt-200px {
    margin-top: 200px;
  }

  .sm\:mr-200px {
    margin-right: 200px;
  }

  .sm\:mb-200px {
    margin-bottom: 200px;
  }

  .sm\:ml-200px {
    margin-left: 200px;
  }

  .sm\:mt-210px {
    margin-top: 210px;
  }

  .sm\:mr-210px {
    margin-right: 210px;
  }

  .sm\:mb-210px {
    margin-bottom: 210px;
  }

  .sm\:ml-210px {
    margin-left: 210px;
  }

  .sm\:mt-222px {
    margin-top: 222px;
  }

  .sm\:mr-222px {
    margin-right: 222px;
  }

  .sm\:mb-222px {
    margin-bottom: 222px;
  }

  .sm\:ml-222px {
    margin-left: 222px;
  }

  .sm\:mt-258px {
    margin-top: 258px;
  }

  .sm\:mr-258px {
    margin-right: 258px;
  }

  .sm\:mb-258px {
    margin-bottom: 258px;
  }

  .sm\:ml-258px {
    margin-left: 258px;
  }

  .sm\:mt-280px {
    margin-top: 280px;
  }

  .sm\:mr-280px {
    margin-right: 280px;
  }

  .sm\:mb-280px {
    margin-bottom: 280px;
  }

  .sm\:ml-280px {
    margin-left: 280px;
  }

  .sm\:mt-334px {
    margin-top: 334px;
  }

  .sm\:mr-334px {
    margin-right: 334px;
  }

  .sm\:mb-334px {
    margin-bottom: 334px;
  }

  .sm\:ml-334px {
    margin-left: 334px;
  }

  .sm\:mt-388px {
    margin-top: 388px;
  }

  .sm\:mr-388px {
    margin-right: 388px;
  }

  .sm\:mb-388px {
    margin-bottom: 388px;
  }

  .sm\:ml-388px {
    margin-left: 388px;
  }

  .sm\:mt-480px {
    margin-top: 480px;
  }

  .sm\:mr-480px {
    margin-right: 480px;
  }

  .sm\:mb-480px {
    margin-bottom: 480px;
  }

  .sm\:ml-480px {
    margin-left: 480px;
  }

  .sm\:mt-490px {
    margin-top: 490px;
  }

  .sm\:mr-490px {
    margin-right: 490px;
  }

  .sm\:mb-490px {
    margin-bottom: 490px;
  }

  .sm\:ml-490px {
    margin-left: 490px;
  }

  .sm\:mt-505px {
    margin-top: 505px;
  }

  .sm\:mr-505px {
    margin-right: 505px;
  }

  .sm\:mb-505px {
    margin-bottom: 505px;
  }

  .sm\:ml-505px {
    margin-left: 505px;
  }

  .sm\:mt-507px {
    margin-top: 507px;
  }

  .sm\:mr-507px {
    margin-right: 507px;
  }

  .sm\:mb-507px {
    margin-bottom: 507px;
  }

  .sm\:ml-507px {
    margin-left: 507px;
  }

  .sm\:mt-760px {
    margin-top: 760px;
  }

  .sm\:mr-760px {
    margin-right: 760px;
  }

  .sm\:mb-760px {
    margin-bottom: 760px;
  }

  .sm\:ml-760px {
    margin-left: 760px;
  }

  .sm\:mt-780px {
    margin-top: 780px;
  }

  .sm\:mr-780px {
    margin-right: 780px;
  }

  .sm\:mb-780px {
    margin-bottom: 780px;
  }

  .sm\:ml-780px {
    margin-left: 780px;
  }

  .sm\:mt-980px {
    margin-top: 980px;
  }

  .sm\:mr-980px {
    margin-right: 980px;
  }

  .sm\:mb-980px {
    margin-bottom: 980px;
  }

  .sm\:ml-980px {
    margin-left: 980px;
  }

  .sm\:mt-1366px {
    margin-top: 1366px;
  }

  .sm\:mr-1366px {
    margin-right: 1366px;
  }

  .sm\:mb-1366px {
    margin-bottom: 1366px;
  }

  .sm\:ml-1366px {
    margin-left: 1366px;
  }

  .sm\:-mt-0 {
    margin-top: 0px;
  }

  .sm\:-mr-0 {
    margin-right: 0px;
  }

  .sm\:-mb-0 {
    margin-bottom: 0px;
  }

  .sm\:-ml-0 {
    margin-left: 0px;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-7 {
    margin-top: -1.75rem;
  }

  .sm\:-mr-7 {
    margin-right: -1.75rem;
  }

  .sm\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .sm\:-ml-7 {
    margin-left: -1.75rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-9 {
    margin-top: -2.25rem;
  }

  .sm\:-mr-9 {
    margin-right: -2.25rem;
  }

  .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .sm\:-ml-9 {
    margin-left: -2.25rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-11 {
    margin-top: -2.75rem;
  }

  .sm\:-mr-11 {
    margin-right: -2.75rem;
  }

  .sm\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .sm\:-ml-11 {
    margin-left: -2.75rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-mt-28 {
    margin-top: -7rem;
  }

  .sm\:-mr-28 {
    margin-right: -7rem;
  }

  .sm\:-mb-28 {
    margin-bottom: -7rem;
  }

  .sm\:-ml-28 {
    margin-left: -7rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-mt-36 {
    margin-top: -9rem;
  }

  .sm\:-mr-36 {
    margin-right: -9rem;
  }

  .sm\:-mb-36 {
    margin-bottom: -9rem;
  }

  .sm\:-ml-36 {
    margin-left: -9rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:-mt-44 {
    margin-top: -11rem;
  }

  .sm\:-mr-44 {
    margin-right: -11rem;
  }

  .sm\:-mb-44 {
    margin-bottom: -11rem;
  }

  .sm\:-ml-44 {
    margin-left: -11rem;
  }

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

  .sm\:-mr-48 {
    margin-right: -12rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:-ml-48 {
    margin-left: -12rem;
  }

  .sm\:-mt-52 {
    margin-top: -13rem;
  }

  .sm\:-mr-52 {
    margin-right: -13rem;
  }

  .sm\:-mb-52 {
    margin-bottom: -13rem;
  }

  .sm\:-ml-52 {
    margin-left: -13rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:-mt-60 {
    margin-top: -15rem;
  }

  .sm\:-mr-60 {
    margin-right: -15rem;
  }

  .sm\:-mb-60 {
    margin-bottom: -15rem;
  }

  .sm\:-ml-60 {
    margin-left: -15rem;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:-mt-72 {
    margin-top: -18rem;
  }

  .sm\:-mr-72 {
    margin-right: -18rem;
  }

  .sm\:-mb-72 {
    margin-bottom: -18rem;
  }

  .sm\:-ml-72 {
    margin-left: -18rem;
  }

  .sm\:-mt-80 {
    margin-top: -20rem;
  }

  .sm\:-mr-80 {
    margin-right: -20rem;
  }

  .sm\:-mb-80 {
    margin-bottom: -20rem;
  }

  .sm\:-ml-80 {
    margin-left: -20rem;
  }

  .sm\:-mt-96 {
    margin-top: -24rem;
  }

  .sm\:-mr-96 {
    margin-right: -24rem;
  }

  .sm\:-mb-96 {
    margin-bottom: -24rem;
  }

  .sm\:-ml-96 {
    margin-left: -24rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .sm\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .sm\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .sm\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .sm\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .sm\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .sm\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .sm\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .sm\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .sm\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .sm\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .sm\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .sm\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .sm\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .sm\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .sm\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .sm\:-mt-1px {
    margin-top: -1px;
  }

  .sm\:-mr-1px {
    margin-right: -1px;
  }

  .sm\:-mb-1px {
    margin-bottom: -1px;
  }

  .sm\:-ml-1px {
    margin-left: -1px;
  }

  .sm\:-mt-2px {
    margin-top: -2px;
  }

  .sm\:-mr-2px {
    margin-right: -2px;
  }

  .sm\:-mb-2px {
    margin-bottom: -2px;
  }

  .sm\:-ml-2px {
    margin-left: -2px;
  }

  .sm\:-mt-3px {
    margin-top: -3px;
  }

  .sm\:-mr-3px {
    margin-right: -3px;
  }

  .sm\:-mb-3px {
    margin-bottom: -3px;
  }

  .sm\:-ml-3px {
    margin-left: -3px;
  }

  .sm\:-mt-4px {
    margin-top: -4px;
  }

  .sm\:-mr-4px {
    margin-right: -4px;
  }

  .sm\:-mb-4px {
    margin-bottom: -4px;
  }

  .sm\:-ml-4px {
    margin-left: -4px;
  }

  .sm\:-mt-5px {
    margin-top: -5px;
  }

  .sm\:-mr-5px {
    margin-right: -5px;
  }

  .sm\:-mb-5px {
    margin-bottom: -5px;
  }

  .sm\:-ml-5px {
    margin-left: -5px;
  }

  .sm\:-mt-6px {
    margin-top: -6px;
  }

  .sm\:-mr-6px {
    margin-right: -6px;
  }

  .sm\:-mb-6px {
    margin-bottom: -6px;
  }

  .sm\:-ml-6px {
    margin-left: -6px;
  }

  .sm\:-mt-7px {
    margin-top: -7px;
  }

  .sm\:-mr-7px {
    margin-right: -7px;
  }

  .sm\:-mb-7px {
    margin-bottom: -7px;
  }

  .sm\:-ml-7px {
    margin-left: -7px;
  }

  .sm\:-mt-8px {
    margin-top: -8px;
  }

  .sm\:-mr-8px {
    margin-right: -8px;
  }

  .sm\:-mb-8px {
    margin-bottom: -8px;
  }

  .sm\:-ml-8px {
    margin-left: -8px;
  }

  .sm\:-mt-9px {
    margin-top: -9px;
  }

  .sm\:-mr-9px {
    margin-right: -9px;
  }

  .sm\:-mb-9px {
    margin-bottom: -9px;
  }

  .sm\:-ml-9px {
    margin-left: -9px;
  }

  .sm\:-mt-10px {
    margin-top: -10px;
  }

  .sm\:-mr-10px {
    margin-right: -10px;
  }

  .sm\:-mb-10px {
    margin-bottom: -10px;
  }

  .sm\:-ml-10px {
    margin-left: -10px;
  }

  .sm\:-mt-11px {
    margin-top: -11px;
  }

  .sm\:-mr-11px {
    margin-right: -11px;
  }

  .sm\:-mb-11px {
    margin-bottom: -11px;
  }

  .sm\:-ml-11px {
    margin-left: -11px;
  }

  .sm\:-mt-12px {
    margin-top: -12px;
  }

  .sm\:-mr-12px {
    margin-right: -12px;
  }

  .sm\:-mb-12px {
    margin-bottom: -12px;
  }

  .sm\:-ml-12px {
    margin-left: -12px;
  }

  .sm\:-mt-13px {
    margin-top: -13px;
  }

  .sm\:-mr-13px {
    margin-right: -13px;
  }

  .sm\:-mb-13px {
    margin-bottom: -13px;
  }

  .sm\:-ml-13px {
    margin-left: -13px;
  }

  .sm\:-mt-14px {
    margin-top: -14px;
  }

  .sm\:-mr-14px {
    margin-right: -14px;
  }

  .sm\:-mb-14px {
    margin-bottom: -14px;
  }

  .sm\:-ml-14px {
    margin-left: -14px;
  }

  .sm\:-mt-15px {
    margin-top: -15px;
  }

  .sm\:-mr-15px {
    margin-right: -15px;
  }

  .sm\:-mb-15px {
    margin-bottom: -15px;
  }

  .sm\:-ml-15px {
    margin-left: -15px;
  }

  .sm\:-mt-16px {
    margin-top: -16px;
  }

  .sm\:-mr-16px {
    margin-right: -16px;
  }

  .sm\:-mb-16px {
    margin-bottom: -16px;
  }

  .sm\:-ml-16px {
    margin-left: -16px;
  }

  .sm\:-mt-17px {
    margin-top: -17px;
  }

  .sm\:-mr-17px {
    margin-right: -17px;
  }

  .sm\:-mb-17px {
    margin-bottom: -17px;
  }

  .sm\:-ml-17px {
    margin-left: -17px;
  }

  .sm\:-mt-18px {
    margin-top: -18px;
  }

  .sm\:-mr-18px {
    margin-right: -18px;
  }

  .sm\:-mb-18px {
    margin-bottom: -18px;
  }

  .sm\:-ml-18px {
    margin-left: -18px;
  }

  .sm\:-mt-19px {
    margin-top: -19px;
  }

  .sm\:-mr-19px {
    margin-right: -19px;
  }

  .sm\:-mb-19px {
    margin-bottom: -19px;
  }

  .sm\:-ml-19px {
    margin-left: -19px;
  }

  .sm\:-mt-20px {
    margin-top: -20px;
  }

  .sm\:-mr-20px {
    margin-right: -20px;
  }

  .sm\:-mb-20px {
    margin-bottom: -20px;
  }

  .sm\:-ml-20px {
    margin-left: -20px;
  }

  .sm\:-mt-21px {
    margin-top: -21px;
  }

  .sm\:-mr-21px {
    margin-right: -21px;
  }

  .sm\:-mb-21px {
    margin-bottom: -21px;
  }

  .sm\:-ml-21px {
    margin-left: -21px;
  }

  .sm\:-mt-22px {
    margin-top: -22px;
  }

  .sm\:-mr-22px {
    margin-right: -22px;
  }

  .sm\:-mb-22px {
    margin-bottom: -22px;
  }

  .sm\:-ml-22px {
    margin-left: -22px;
  }

  .sm\:-mt-23px {
    margin-top: -23px;
  }

  .sm\:-mr-23px {
    margin-right: -23px;
  }

  .sm\:-mb-23px {
    margin-bottom: -23px;
  }

  .sm\:-ml-23px {
    margin-left: -23px;
  }

  .sm\:-mt-24px {
    margin-top: -24px;
  }

  .sm\:-mr-24px {
    margin-right: -24px;
  }

  .sm\:-mb-24px {
    margin-bottom: -24px;
  }

  .sm\:-ml-24px {
    margin-left: -24px;
  }

  .sm\:-mt-25px {
    margin-top: -25px;
  }

  .sm\:-mr-25px {
    margin-right: -25px;
  }

  .sm\:-mb-25px {
    margin-bottom: -25px;
  }

  .sm\:-ml-25px {
    margin-left: -25px;
  }

  .sm\:-mt-26px {
    margin-top: -26px;
  }

  .sm\:-mr-26px {
    margin-right: -26px;
  }

  .sm\:-mb-26px {
    margin-bottom: -26px;
  }

  .sm\:-ml-26px {
    margin-left: -26px;
  }

  .sm\:-mt-27px {
    margin-top: -27px;
  }

  .sm\:-mr-27px {
    margin-right: -27px;
  }

  .sm\:-mb-27px {
    margin-bottom: -27px;
  }

  .sm\:-ml-27px {
    margin-left: -27px;
  }

  .sm\:-mt-28px {
    margin-top: -28px;
  }

  .sm\:-mr-28px {
    margin-right: -28px;
  }

  .sm\:-mb-28px {
    margin-bottom: -28px;
  }

  .sm\:-ml-28px {
    margin-left: -28px;
  }

  .sm\:-mt-29px {
    margin-top: -29px;
  }

  .sm\:-mr-29px {
    margin-right: -29px;
  }

  .sm\:-mb-29px {
    margin-bottom: -29px;
  }

  .sm\:-ml-29px {
    margin-left: -29px;
  }

  .sm\:-mt-30px {
    margin-top: -30px;
  }

  .sm\:-mr-30px {
    margin-right: -30px;
  }

  .sm\:-mb-30px {
    margin-bottom: -30px;
  }

  .sm\:-ml-30px {
    margin-left: -30px;
  }

  .sm\:-mt-31px {
    margin-top: -31px;
  }

  .sm\:-mr-31px {
    margin-right: -31px;
  }

  .sm\:-mb-31px {
    margin-bottom: -31px;
  }

  .sm\:-ml-31px {
    margin-left: -31px;
  }

  .sm\:-mt-32px {
    margin-top: -32px;
  }

  .sm\:-mr-32px {
    margin-right: -32px;
  }

  .sm\:-mb-32px {
    margin-bottom: -32px;
  }

  .sm\:-ml-32px {
    margin-left: -32px;
  }

  .sm\:-mt-33px {
    margin-top: -33px;
  }

  .sm\:-mr-33px {
    margin-right: -33px;
  }

  .sm\:-mb-33px {
    margin-bottom: -33px;
  }

  .sm\:-ml-33px {
    margin-left: -33px;
  }

  .sm\:-mt-34px {
    margin-top: -34px;
  }

  .sm\:-mr-34px {
    margin-right: -34px;
  }

  .sm\:-mb-34px {
    margin-bottom: -34px;
  }

  .sm\:-ml-34px {
    margin-left: -34px;
  }

  .sm\:-mt-35px {
    margin-top: -35px;
  }

  .sm\:-mr-35px {
    margin-right: -35px;
  }

  .sm\:-mb-35px {
    margin-bottom: -35px;
  }

  .sm\:-ml-35px {
    margin-left: -35px;
  }

  .sm\:-mt-36px {
    margin-top: -36px;
  }

  .sm\:-mr-36px {
    margin-right: -36px;
  }

  .sm\:-mb-36px {
    margin-bottom: -36px;
  }

  .sm\:-ml-36px {
    margin-left: -36px;
  }

  .sm\:-mt-37px {
    margin-top: -37px;
  }

  .sm\:-mr-37px {
    margin-right: -37px;
  }

  .sm\:-mb-37px {
    margin-bottom: -37px;
  }

  .sm\:-ml-37px {
    margin-left: -37px;
  }

  .sm\:-mt-38px {
    margin-top: -38px;
  }

  .sm\:-mr-38px {
    margin-right: -38px;
  }

  .sm\:-mb-38px {
    margin-bottom: -38px;
  }

  .sm\:-ml-38px {
    margin-left: -38px;
  }

  .sm\:-mt-39px {
    margin-top: -39px;
  }

  .sm\:-mr-39px {
    margin-right: -39px;
  }

  .sm\:-mb-39px {
    margin-bottom: -39px;
  }

  .sm\:-ml-39px {
    margin-left: -39px;
  }

  .sm\:-mt-40px {
    margin-top: -40px;
  }

  .sm\:-mr-40px {
    margin-right: -40px;
  }

  .sm\:-mb-40px {
    margin-bottom: -40px;
  }

  .sm\:-ml-40px {
    margin-left: -40px;
  }

  .sm\:-mt-41px {
    margin-top: -41px;
  }

  .sm\:-mr-41px {
    margin-right: -41px;
  }

  .sm\:-mb-41px {
    margin-bottom: -41px;
  }

  .sm\:-ml-41px {
    margin-left: -41px;
  }

  .sm\:-mt-42px {
    margin-top: -42px;
  }

  .sm\:-mr-42px {
    margin-right: -42px;
  }

  .sm\:-mb-42px {
    margin-bottom: -42px;
  }

  .sm\:-ml-42px {
    margin-left: -42px;
  }

  .sm\:-mt-43px {
    margin-top: -43px;
  }

  .sm\:-mr-43px {
    margin-right: -43px;
  }

  .sm\:-mb-43px {
    margin-bottom: -43px;
  }

  .sm\:-ml-43px {
    margin-left: -43px;
  }

  .sm\:-mt-44px {
    margin-top: -44px;
  }

  .sm\:-mr-44px {
    margin-right: -44px;
  }

  .sm\:-mb-44px {
    margin-bottom: -44px;
  }

  .sm\:-ml-44px {
    margin-left: -44px;
  }

  .sm\:-mt-45px {
    margin-top: -45px;
  }

  .sm\:-mr-45px {
    margin-right: -45px;
  }

  .sm\:-mb-45px {
    margin-bottom: -45px;
  }

  .sm\:-ml-45px {
    margin-left: -45px;
  }

  .sm\:-mt-46px {
    margin-top: -46px;
  }

  .sm\:-mr-46px {
    margin-right: -46px;
  }

  .sm\:-mb-46px {
    margin-bottom: -46px;
  }

  .sm\:-ml-46px {
    margin-left: -46px;
  }

  .sm\:-mt-47px {
    margin-top: -47px;
  }

  .sm\:-mr-47px {
    margin-right: -47px;
  }

  .sm\:-mb-47px {
    margin-bottom: -47px;
  }

  .sm\:-ml-47px {
    margin-left: -47px;
  }

  .sm\:-mt-48px {
    margin-top: -48px;
  }

  .sm\:-mr-48px {
    margin-right: -48px;
  }

  .sm\:-mb-48px {
    margin-bottom: -48px;
  }

  .sm\:-ml-48px {
    margin-left: -48px;
  }

  .sm\:-mt-49px {
    margin-top: -49px;
  }

  .sm\:-mr-49px {
    margin-right: -49px;
  }

  .sm\:-mb-49px {
    margin-bottom: -49px;
  }

  .sm\:-ml-49px {
    margin-left: -49px;
  }

  .sm\:-mt-50px {
    margin-top: -50px;
  }

  .sm\:-mr-50px {
    margin-right: -50px;
  }

  .sm\:-mb-50px {
    margin-bottom: -50px;
  }

  .sm\:-ml-50px {
    margin-left: -50px;
  }

  .sm\:-mt-51px {
    margin-top: -51px;
  }

  .sm\:-mr-51px {
    margin-right: -51px;
  }

  .sm\:-mb-51px {
    margin-bottom: -51px;
  }

  .sm\:-ml-51px {
    margin-left: -51px;
  }

  .sm\:-mt-52px {
    margin-top: -52px;
  }

  .sm\:-mr-52px {
    margin-right: -52px;
  }

  .sm\:-mb-52px {
    margin-bottom: -52px;
  }

  .sm\:-ml-52px {
    margin-left: -52px;
  }

  .sm\:-mt-53px {
    margin-top: -53px;
  }

  .sm\:-mr-53px {
    margin-right: -53px;
  }

  .sm\:-mb-53px {
    margin-bottom: -53px;
  }

  .sm\:-ml-53px {
    margin-left: -53px;
  }

  .sm\:-mt-54px {
    margin-top: -54px;
  }

  .sm\:-mr-54px {
    margin-right: -54px;
  }

  .sm\:-mb-54px {
    margin-bottom: -54px;
  }

  .sm\:-ml-54px {
    margin-left: -54px;
  }

  .sm\:-mt-55px {
    margin-top: -55px;
  }

  .sm\:-mr-55px {
    margin-right: -55px;
  }

  .sm\:-mb-55px {
    margin-bottom: -55px;
  }

  .sm\:-ml-55px {
    margin-left: -55px;
  }

  .sm\:-mt-56px {
    margin-top: -56px;
  }

  .sm\:-mr-56px {
    margin-right: -56px;
  }

  .sm\:-mb-56px {
    margin-bottom: -56px;
  }

  .sm\:-ml-56px {
    margin-left: -56px;
  }

  .sm\:-mt-57px {
    margin-top: -57px;
  }

  .sm\:-mr-57px {
    margin-right: -57px;
  }

  .sm\:-mb-57px {
    margin-bottom: -57px;
  }

  .sm\:-ml-57px {
    margin-left: -57px;
  }

  .sm\:-mt-58px {
    margin-top: -58px;
  }

  .sm\:-mr-58px {
    margin-right: -58px;
  }

  .sm\:-mb-58px {
    margin-bottom: -58px;
  }

  .sm\:-ml-58px {
    margin-left: -58px;
  }

  .sm\:-mt-59px {
    margin-top: -59px;
  }

  .sm\:-mr-59px {
    margin-right: -59px;
  }

  .sm\:-mb-59px {
    margin-bottom: -59px;
  }

  .sm\:-ml-59px {
    margin-left: -59px;
  }

  .sm\:-mt-60px {
    margin-top: -60px;
  }

  .sm\:-mr-60px {
    margin-right: -60px;
  }

  .sm\:-mb-60px {
    margin-bottom: -60px;
  }

  .sm\:-ml-60px {
    margin-left: -60px;
  }

  .sm\:-mt-61px {
    margin-top: -61px;
  }

  .sm\:-mr-61px {
    margin-right: -61px;
  }

  .sm\:-mb-61px {
    margin-bottom: -61px;
  }

  .sm\:-ml-61px {
    margin-left: -61px;
  }

  .sm\:-mt-62px {
    margin-top: -62px;
  }

  .sm\:-mr-62px {
    margin-right: -62px;
  }

  .sm\:-mb-62px {
    margin-bottom: -62px;
  }

  .sm\:-ml-62px {
    margin-left: -62px;
  }

  .sm\:-mt-63px {
    margin-top: -63px;
  }

  .sm\:-mr-63px {
    margin-right: -63px;
  }

  .sm\:-mb-63px {
    margin-bottom: -63px;
  }

  .sm\:-ml-63px {
    margin-left: -63px;
  }

  .sm\:-mt-64px {
    margin-top: -64px;
  }

  .sm\:-mr-64px {
    margin-right: -64px;
  }

  .sm\:-mb-64px {
    margin-bottom: -64px;
  }

  .sm\:-ml-64px {
    margin-left: -64px;
  }

  .sm\:-mt-65px {
    margin-top: -65px;
  }

  .sm\:-mr-65px {
    margin-right: -65px;
  }

  .sm\:-mb-65px {
    margin-bottom: -65px;
  }

  .sm\:-ml-65px {
    margin-left: -65px;
  }

  .sm\:-mt-66px {
    margin-top: -66px;
  }

  .sm\:-mr-66px {
    margin-right: -66px;
  }

  .sm\:-mb-66px {
    margin-bottom: -66px;
  }

  .sm\:-ml-66px {
    margin-left: -66px;
  }

  .sm\:-mt-67px {
    margin-top: -67px;
  }

  .sm\:-mr-67px {
    margin-right: -67px;
  }

  .sm\:-mb-67px {
    margin-bottom: -67px;
  }

  .sm\:-ml-67px {
    margin-left: -67px;
  }

  .sm\:-mt-68px {
    margin-top: -68px;
  }

  .sm\:-mr-68px {
    margin-right: -68px;
  }

  .sm\:-mb-68px {
    margin-bottom: -68px;
  }

  .sm\:-ml-68px {
    margin-left: -68px;
  }

  .sm\:-mt-69px {
    margin-top: -69px;
  }

  .sm\:-mr-69px {
    margin-right: -69px;
  }

  .sm\:-mb-69px {
    margin-bottom: -69px;
  }

  .sm\:-ml-69px {
    margin-left: -69px;
  }

  .sm\:-mt-70px {
    margin-top: -70px;
  }

  .sm\:-mr-70px {
    margin-right: -70px;
  }

  .sm\:-mb-70px {
    margin-bottom: -70px;
  }

  .sm\:-ml-70px {
    margin-left: -70px;
  }

  .sm\:-mt-71px {
    margin-top: -71px;
  }

  .sm\:-mr-71px {
    margin-right: -71px;
  }

  .sm\:-mb-71px {
    margin-bottom: -71px;
  }

  .sm\:-ml-71px {
    margin-left: -71px;
  }

  .sm\:-mt-72px {
    margin-top: -72px;
  }

  .sm\:-mr-72px {
    margin-right: -72px;
  }

  .sm\:-mb-72px {
    margin-bottom: -72px;
  }

  .sm\:-ml-72px {
    margin-left: -72px;
  }

  .sm\:-mt-73px {
    margin-top: -73px;
  }

  .sm\:-mr-73px {
    margin-right: -73px;
  }

  .sm\:-mb-73px {
    margin-bottom: -73px;
  }

  .sm\:-ml-73px {
    margin-left: -73px;
  }

  .sm\:-mt-74px {
    margin-top: -74px;
  }

  .sm\:-mr-74px {
    margin-right: -74px;
  }

  .sm\:-mb-74px {
    margin-bottom: -74px;
  }

  .sm\:-ml-74px {
    margin-left: -74px;
  }

  .sm\:-mt-75px {
    margin-top: -75px;
  }

  .sm\:-mr-75px {
    margin-right: -75px;
  }

  .sm\:-mb-75px {
    margin-bottom: -75px;
  }

  .sm\:-ml-75px {
    margin-left: -75px;
  }

  .sm\:-mt-76px {
    margin-top: -76px;
  }

  .sm\:-mr-76px {
    margin-right: -76px;
  }

  .sm\:-mb-76px {
    margin-bottom: -76px;
  }

  .sm\:-ml-76px {
    margin-left: -76px;
  }

  .sm\:-mt-77px {
    margin-top: -77px;
  }

  .sm\:-mr-77px {
    margin-right: -77px;
  }

  .sm\:-mb-77px {
    margin-bottom: -77px;
  }

  .sm\:-ml-77px {
    margin-left: -77px;
  }

  .sm\:-mt-78px {
    margin-top: -78px;
  }

  .sm\:-mr-78px {
    margin-right: -78px;
  }

  .sm\:-mb-78px {
    margin-bottom: -78px;
  }

  .sm\:-ml-78px {
    margin-left: -78px;
  }

  .sm\:-mt-79px {
    margin-top: -79px;
  }

  .sm\:-mr-79px {
    margin-right: -79px;
  }

  .sm\:-mb-79px {
    margin-bottom: -79px;
  }

  .sm\:-ml-79px {
    margin-left: -79px;
  }

  .sm\:-mt-80px {
    margin-top: -80px;
  }

  .sm\:-mr-80px {
    margin-right: -80px;
  }

  .sm\:-mb-80px {
    margin-bottom: -80px;
  }

  .sm\:-ml-80px {
    margin-left: -80px;
  }

  .sm\:-mt-81px {
    margin-top: -81px;
  }

  .sm\:-mr-81px {
    margin-right: -81px;
  }

  .sm\:-mb-81px {
    margin-bottom: -81px;
  }

  .sm\:-ml-81px {
    margin-left: -81px;
  }

  .sm\:-mt-82px {
    margin-top: -82px;
  }

  .sm\:-mr-82px {
    margin-right: -82px;
  }

  .sm\:-mb-82px {
    margin-bottom: -82px;
  }

  .sm\:-ml-82px {
    margin-left: -82px;
  }

  .sm\:-mt-83px {
    margin-top: -83px;
  }

  .sm\:-mr-83px {
    margin-right: -83px;
  }

  .sm\:-mb-83px {
    margin-bottom: -83px;
  }

  .sm\:-ml-83px {
    margin-left: -83px;
  }

  .sm\:-mt-84px {
    margin-top: -84px;
  }

  .sm\:-mr-84px {
    margin-right: -84px;
  }

  .sm\:-mb-84px {
    margin-bottom: -84px;
  }

  .sm\:-ml-84px {
    margin-left: -84px;
  }

  .sm\:-mt-85px {
    margin-top: -85px;
  }

  .sm\:-mr-85px {
    margin-right: -85px;
  }

  .sm\:-mb-85px {
    margin-bottom: -85px;
  }

  .sm\:-ml-85px {
    margin-left: -85px;
  }

  .sm\:-mt-86px {
    margin-top: -86px;
  }

  .sm\:-mr-86px {
    margin-right: -86px;
  }

  .sm\:-mb-86px {
    margin-bottom: -86px;
  }

  .sm\:-ml-86px {
    margin-left: -86px;
  }

  .sm\:-mt-87px {
    margin-top: -87px;
  }

  .sm\:-mr-87px {
    margin-right: -87px;
  }

  .sm\:-mb-87px {
    margin-bottom: -87px;
  }

  .sm\:-ml-87px {
    margin-left: -87px;
  }

  .sm\:-mt-88px {
    margin-top: -88px;
  }

  .sm\:-mr-88px {
    margin-right: -88px;
  }

  .sm\:-mb-88px {
    margin-bottom: -88px;
  }

  .sm\:-ml-88px {
    margin-left: -88px;
  }

  .sm\:-mt-89px {
    margin-top: -89px;
  }

  .sm\:-mr-89px {
    margin-right: -89px;
  }

  .sm\:-mb-89px {
    margin-bottom: -89px;
  }

  .sm\:-ml-89px {
    margin-left: -89px;
  }

  .sm\:-mt-90px {
    margin-top: -90px;
  }

  .sm\:-mr-90px {
    margin-right: -90px;
  }

  .sm\:-mb-90px {
    margin-bottom: -90px;
  }

  .sm\:-ml-90px {
    margin-left: -90px;
  }

  .sm\:-mt-91px {
    margin-top: -91px;
  }

  .sm\:-mr-91px {
    margin-right: -91px;
  }

  .sm\:-mb-91px {
    margin-bottom: -91px;
  }

  .sm\:-ml-91px {
    margin-left: -91px;
  }

  .sm\:-mt-92px {
    margin-top: -92px;
  }

  .sm\:-mr-92px {
    margin-right: -92px;
  }

  .sm\:-mb-92px {
    margin-bottom: -92px;
  }

  .sm\:-ml-92px {
    margin-left: -92px;
  }

  .sm\:-mt-93px {
    margin-top: -93px;
  }

  .sm\:-mr-93px {
    margin-right: -93px;
  }

  .sm\:-mb-93px {
    margin-bottom: -93px;
  }

  .sm\:-ml-93px {
    margin-left: -93px;
  }

  .sm\:-mt-94px {
    margin-top: -94px;
  }

  .sm\:-mr-94px {
    margin-right: -94px;
  }

  .sm\:-mb-94px {
    margin-bottom: -94px;
  }

  .sm\:-ml-94px {
    margin-left: -94px;
  }

  .sm\:-mt-95px {
    margin-top: -95px;
  }

  .sm\:-mr-95px {
    margin-right: -95px;
  }

  .sm\:-mb-95px {
    margin-bottom: -95px;
  }

  .sm\:-ml-95px {
    margin-left: -95px;
  }

  .sm\:-mt-96px {
    margin-top: -96px;
  }

  .sm\:-mr-96px {
    margin-right: -96px;
  }

  .sm\:-mb-96px {
    margin-bottom: -96px;
  }

  .sm\:-ml-96px {
    margin-left: -96px;
  }

  .sm\:-mt-97px {
    margin-top: -97px;
  }

  .sm\:-mr-97px {
    margin-right: -97px;
  }

  .sm\:-mb-97px {
    margin-bottom: -97px;
  }

  .sm\:-ml-97px {
    margin-left: -97px;
  }

  .sm\:-mt-98px {
    margin-top: -98px;
  }

  .sm\:-mr-98px {
    margin-right: -98px;
  }

  .sm\:-mb-98px {
    margin-bottom: -98px;
  }

  .sm\:-ml-98px {
    margin-left: -98px;
  }

  .sm\:-mt-99px {
    margin-top: -99px;
  }

  .sm\:-mr-99px {
    margin-right: -99px;
  }

  .sm\:-mb-99px {
    margin-bottom: -99px;
  }

  .sm\:-ml-99px {
    margin-left: -99px;
  }

  .sm\:-mt-100px {
    margin-top: -100px;
  }

  .sm\:-mr-100px {
    margin-right: -100px;
  }

  .sm\:-mb-100px {
    margin-bottom: -100px;
  }

  .sm\:-ml-100px {
    margin-left: -100px;
  }

  .sm\:-mt-101px {
    margin-top: -101px;
  }

  .sm\:-mr-101px {
    margin-right: -101px;
  }

  .sm\:-mb-101px {
    margin-bottom: -101px;
  }

  .sm\:-ml-101px {
    margin-left: -101px;
  }

  .sm\:-mt-102px {
    margin-top: -102px;
  }

  .sm\:-mr-102px {
    margin-right: -102px;
  }

  .sm\:-mb-102px {
    margin-bottom: -102px;
  }

  .sm\:-ml-102px {
    margin-left: -102px;
  }

  .sm\:-mt-103px {
    margin-top: -103px;
  }

  .sm\:-mr-103px {
    margin-right: -103px;
  }

  .sm\:-mb-103px {
    margin-bottom: -103px;
  }

  .sm\:-ml-103px {
    margin-left: -103px;
  }

  .sm\:-mt-104px {
    margin-top: -104px;
  }

  .sm\:-mr-104px {
    margin-right: -104px;
  }

  .sm\:-mb-104px {
    margin-bottom: -104px;
  }

  .sm\:-ml-104px {
    margin-left: -104px;
  }

  .sm\:-mt-105px {
    margin-top: -105px;
  }

  .sm\:-mr-105px {
    margin-right: -105px;
  }

  .sm\:-mb-105px {
    margin-bottom: -105px;
  }

  .sm\:-ml-105px {
    margin-left: -105px;
  }

  .sm\:-mt-106px {
    margin-top: -106px;
  }

  .sm\:-mr-106px {
    margin-right: -106px;
  }

  .sm\:-mb-106px {
    margin-bottom: -106px;
  }

  .sm\:-ml-106px {
    margin-left: -106px;
  }

  .sm\:-mt-107px {
    margin-top: -107px;
  }

  .sm\:-mr-107px {
    margin-right: -107px;
  }

  .sm\:-mb-107px {
    margin-bottom: -107px;
  }

  .sm\:-ml-107px {
    margin-left: -107px;
  }

  .sm\:-mt-108px {
    margin-top: -108px;
  }

  .sm\:-mr-108px {
    margin-right: -108px;
  }

  .sm\:-mb-108px {
    margin-bottom: -108px;
  }

  .sm\:-ml-108px {
    margin-left: -108px;
  }

  .sm\:-mt-109px {
    margin-top: -109px;
  }

  .sm\:-mr-109px {
    margin-right: -109px;
  }

  .sm\:-mb-109px {
    margin-bottom: -109px;
  }

  .sm\:-ml-109px {
    margin-left: -109px;
  }

  .sm\:-mt-110px {
    margin-top: -110px;
  }

  .sm\:-mr-110px {
    margin-right: -110px;
  }

  .sm\:-mb-110px {
    margin-bottom: -110px;
  }

  .sm\:-ml-110px {
    margin-left: -110px;
  }

  .sm\:-mt-111px {
    margin-top: -111px;
  }

  .sm\:-mr-111px {
    margin-right: -111px;
  }

  .sm\:-mb-111px {
    margin-bottom: -111px;
  }

  .sm\:-ml-111px {
    margin-left: -111px;
  }

  .sm\:-mt-112px {
    margin-top: -112px;
  }

  .sm\:-mr-112px {
    margin-right: -112px;
  }

  .sm\:-mb-112px {
    margin-bottom: -112px;
  }

  .sm\:-ml-112px {
    margin-left: -112px;
  }

  .sm\:-mt-113px {
    margin-top: -113px;
  }

  .sm\:-mr-113px {
    margin-right: -113px;
  }

  .sm\:-mb-113px {
    margin-bottom: -113px;
  }

  .sm\:-ml-113px {
    margin-left: -113px;
  }

  .sm\:-mt-114px {
    margin-top: -114px;
  }

  .sm\:-mr-114px {
    margin-right: -114px;
  }

  .sm\:-mb-114px {
    margin-bottom: -114px;
  }

  .sm\:-ml-114px {
    margin-left: -114px;
  }

  .sm\:-mt-115px {
    margin-top: -115px;
  }

  .sm\:-mr-115px {
    margin-right: -115px;
  }

  .sm\:-mb-115px {
    margin-bottom: -115px;
  }

  .sm\:-ml-115px {
    margin-left: -115px;
  }

  .sm\:-mt-116px {
    margin-top: -116px;
  }

  .sm\:-mr-116px {
    margin-right: -116px;
  }

  .sm\:-mb-116px {
    margin-bottom: -116px;
  }

  .sm\:-ml-116px {
    margin-left: -116px;
  }

  .sm\:-mt-117px {
    margin-top: -117px;
  }

  .sm\:-mr-117px {
    margin-right: -117px;
  }

  .sm\:-mb-117px {
    margin-bottom: -117px;
  }

  .sm\:-ml-117px {
    margin-left: -117px;
  }

  .sm\:-mt-118px {
    margin-top: -118px;
  }

  .sm\:-mr-118px {
    margin-right: -118px;
  }

  .sm\:-mb-118px {
    margin-bottom: -118px;
  }

  .sm\:-ml-118px {
    margin-left: -118px;
  }

  .sm\:-mt-119px {
    margin-top: -119px;
  }

  .sm\:-mr-119px {
    margin-right: -119px;
  }

  .sm\:-mb-119px {
    margin-bottom: -119px;
  }

  .sm\:-ml-119px {
    margin-left: -119px;
  }

  .sm\:-mt-120px {
    margin-top: -120px;
  }

  .sm\:-mr-120px {
    margin-right: -120px;
  }

  .sm\:-mb-120px {
    margin-bottom: -120px;
  }

  .sm\:-ml-120px {
    margin-left: -120px;
  }

  .sm\:-mt-121px {
    margin-top: -121px;
  }

  .sm\:-mr-121px {
    margin-right: -121px;
  }

  .sm\:-mb-121px {
    margin-bottom: -121px;
  }

  .sm\:-ml-121px {
    margin-left: -121px;
  }

  .sm\:-mt-122px {
    margin-top: -122px;
  }

  .sm\:-mr-122px {
    margin-right: -122px;
  }

  .sm\:-mb-122px {
    margin-bottom: -122px;
  }

  .sm\:-ml-122px {
    margin-left: -122px;
  }

  .sm\:-mt-123px {
    margin-top: -123px;
  }

  .sm\:-mr-123px {
    margin-right: -123px;
  }

  .sm\:-mb-123px {
    margin-bottom: -123px;
  }

  .sm\:-ml-123px {
    margin-left: -123px;
  }

  .sm\:-mt-124px {
    margin-top: -124px;
  }

  .sm\:-mr-124px {
    margin-right: -124px;
  }

  .sm\:-mb-124px {
    margin-bottom: -124px;
  }

  .sm\:-ml-124px {
    margin-left: -124px;
  }

  .sm\:-mt-125px {
    margin-top: -125px;
  }

  .sm\:-mr-125px {
    margin-right: -125px;
  }

  .sm\:-mb-125px {
    margin-bottom: -125px;
  }

  .sm\:-ml-125px {
    margin-left: -125px;
  }

  .sm\:-mt-126px {
    margin-top: -126px;
  }

  .sm\:-mr-126px {
    margin-right: -126px;
  }

  .sm\:-mb-126px {
    margin-bottom: -126px;
  }

  .sm\:-ml-126px {
    margin-left: -126px;
  }

  .sm\:-mt-127px {
    margin-top: -127px;
  }

  .sm\:-mr-127px {
    margin-right: -127px;
  }

  .sm\:-mb-127px {
    margin-bottom: -127px;
  }

  .sm\:-ml-127px {
    margin-left: -127px;
  }

  .sm\:-mt-128px {
    margin-top: -128px;
  }

  .sm\:-mr-128px {
    margin-right: -128px;
  }

  .sm\:-mb-128px {
    margin-bottom: -128px;
  }

  .sm\:-ml-128px {
    margin-left: -128px;
  }

  .sm\:-mt-129px {
    margin-top: -129px;
  }

  .sm\:-mr-129px {
    margin-right: -129px;
  }

  .sm\:-mb-129px {
    margin-bottom: -129px;
  }

  .sm\:-ml-129px {
    margin-left: -129px;
  }

  .sm\:-mt-130px {
    margin-top: -130px;
  }

  .sm\:-mr-130px {
    margin-right: -130px;
  }

  .sm\:-mb-130px {
    margin-bottom: -130px;
  }

  .sm\:-ml-130px {
    margin-left: -130px;
  }

  .sm\:-mt-133px {
    margin-top: -133px;
  }

  .sm\:-mr-133px {
    margin-right: -133px;
  }

  .sm\:-mb-133px {
    margin-bottom: -133px;
  }

  .sm\:-ml-133px {
    margin-left: -133px;
  }

  .sm\:-mt-140px {
    margin-top: -140px;
  }

  .sm\:-mr-140px {
    margin-right: -140px;
  }

  .sm\:-mb-140px {
    margin-bottom: -140px;
  }

  .sm\:-ml-140px {
    margin-left: -140px;
  }

  .sm\:-mt-195px {
    margin-top: -195px;
  }

  .sm\:-mr-195px {
    margin-right: -195px;
  }

  .sm\:-mb-195px {
    margin-bottom: -195px;
  }

  .sm\:-ml-195px {
    margin-left: -195px;
  }

  .sm\:-mt-200px {
    margin-top: -200px;
  }

  .sm\:-mr-200px {
    margin-right: -200px;
  }

  .sm\:-mb-200px {
    margin-bottom: -200px;
  }

  .sm\:-ml-200px {
    margin-left: -200px;
  }

  .sm\:-mt-210px {
    margin-top: -210px;
  }

  .sm\:-mr-210px {
    margin-right: -210px;
  }

  .sm\:-mb-210px {
    margin-bottom: -210px;
  }

  .sm\:-ml-210px {
    margin-left: -210px;
  }

  .sm\:-mt-222px {
    margin-top: -222px;
  }

  .sm\:-mr-222px {
    margin-right: -222px;
  }

  .sm\:-mb-222px {
    margin-bottom: -222px;
  }

  .sm\:-ml-222px {
    margin-left: -222px;
  }

  .sm\:-mt-258px {
    margin-top: -258px;
  }

  .sm\:-mr-258px {
    margin-right: -258px;
  }

  .sm\:-mb-258px {
    margin-bottom: -258px;
  }

  .sm\:-ml-258px {
    margin-left: -258px;
  }

  .sm\:-mt-280px {
    margin-top: -280px;
  }

  .sm\:-mr-280px {
    margin-right: -280px;
  }

  .sm\:-mb-280px {
    margin-bottom: -280px;
  }

  .sm\:-ml-280px {
    margin-left: -280px;
  }

  .sm\:-mt-334px {
    margin-top: -334px;
  }

  .sm\:-mr-334px {
    margin-right: -334px;
  }

  .sm\:-mb-334px {
    margin-bottom: -334px;
  }

  .sm\:-ml-334px {
    margin-left: -334px;
  }

  .sm\:-mt-388px {
    margin-top: -388px;
  }

  .sm\:-mr-388px {
    margin-right: -388px;
  }

  .sm\:-mb-388px {
    margin-bottom: -388px;
  }

  .sm\:-ml-388px {
    margin-left: -388px;
  }

  .sm\:-mt-480px {
    margin-top: -480px;
  }

  .sm\:-mr-480px {
    margin-right: -480px;
  }

  .sm\:-mb-480px {
    margin-bottom: -480px;
  }

  .sm\:-ml-480px {
    margin-left: -480px;
  }

  .sm\:-mt-490px {
    margin-top: -490px;
  }

  .sm\:-mr-490px {
    margin-right: -490px;
  }

  .sm\:-mb-490px {
    margin-bottom: -490px;
  }

  .sm\:-ml-490px {
    margin-left: -490px;
  }

  .sm\:-mt-505px {
    margin-top: -505px;
  }

  .sm\:-mr-505px {
    margin-right: -505px;
  }

  .sm\:-mb-505px {
    margin-bottom: -505px;
  }

  .sm\:-ml-505px {
    margin-left: -505px;
  }

  .sm\:-mt-507px {
    margin-top: -507px;
  }

  .sm\:-mr-507px {
    margin-right: -507px;
  }

  .sm\:-mb-507px {
    margin-bottom: -507px;
  }

  .sm\:-ml-507px {
    margin-left: -507px;
  }

  .sm\:-mt-760px {
    margin-top: -760px;
  }

  .sm\:-mr-760px {
    margin-right: -760px;
  }

  .sm\:-mb-760px {
    margin-bottom: -760px;
  }

  .sm\:-ml-760px {
    margin-left: -760px;
  }

  .sm\:-mt-780px {
    margin-top: -780px;
  }

  .sm\:-mr-780px {
    margin-right: -780px;
  }

  .sm\:-mb-780px {
    margin-bottom: -780px;
  }

  .sm\:-ml-780px {
    margin-left: -780px;
  }

  .sm\:-mt-980px {
    margin-top: -980px;
  }

  .sm\:-mr-980px {
    margin-right: -980px;
  }

  .sm\:-mb-980px {
    margin-bottom: -980px;
  }

  .sm\:-ml-980px {
    margin-left: -980px;
  }

  .sm\:-mt-1366px {
    margin-top: -1366px;
  }

  .sm\:-mr-1366px {
    margin-right: -1366px;
  }

  .sm\:-mb-1366px {
    margin-bottom: -1366px;
  }

  .sm\:-ml-1366px {
    margin-left: -1366px;
  }

  .sm\:max-h-0 {
    max-height: 0px;
  }

  .sm\:max-h-1 {
    max-height: 0.25rem;
  }

  .sm\:max-h-2 {
    max-height: 0.5rem;
  }

  .sm\:max-h-3 {
    max-height: 0.75rem;
  }

  .sm\:max-h-4 {
    max-height: 1rem;
  }

  .sm\:max-h-5 {
    max-height: 1.25rem;
  }

  .sm\:max-h-6 {
    max-height: 1.5rem;
  }

  .sm\:max-h-7 {
    max-height: 1.75rem;
  }

  .sm\:max-h-8 {
    max-height: 2rem;
  }

  .sm\:max-h-9 {
    max-height: 2.25rem;
  }

  .sm\:max-h-10 {
    max-height: 2.5rem;
  }

  .sm\:max-h-11 {
    max-height: 2.75rem;
  }

  .sm\:max-h-12 {
    max-height: 3rem;
  }

  .sm\:max-h-14 {
    max-height: 3.5rem;
  }

  .sm\:max-h-16 {
    max-height: 4rem;
  }

  .sm\:max-h-20 {
    max-height: 5rem;
  }

  .sm\:max-h-24 {
    max-height: 6rem;
  }

  .sm\:max-h-28 {
    max-height: 7rem;
  }

  .sm\:max-h-32 {
    max-height: 8rem;
  }

  .sm\:max-h-36 {
    max-height: 9rem;
  }

  .sm\:max-h-40 {
    max-height: 10rem;
  }

  .sm\:max-h-44 {
    max-height: 11rem;
  }

  .sm\:max-h-48 {
    max-height: 12rem;
  }

  .sm\:max-h-52 {
    max-height: 13rem;
  }

  .sm\:max-h-56 {
    max-height: 14rem;
  }

  .sm\:max-h-60 {
    max-height: 15rem;
  }

  .sm\:max-h-64 {
    max-height: 16rem;
  }

  .sm\:max-h-72 {
    max-height: 18rem;
  }

  .sm\:max-h-80 {
    max-height: 20rem;
  }

  .sm\:max-h-96 {
    max-height: 24rem;
  }

  .sm\:max-h-px {
    max-height: 1px;
  }

  .sm\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .sm\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .sm\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .sm\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .sm\:max-h-1px {
    max-height: 1px;
  }

  .sm\:max-h-2px {
    max-height: 2px;
  }

  .sm\:max-h-3px {
    max-height: 3px;
  }

  .sm\:max-h-4px {
    max-height: 4px;
  }

  .sm\:max-h-5px {
    max-height: 5px;
  }

  .sm\:max-h-6px {
    max-height: 6px;
  }

  .sm\:max-h-7px {
    max-height: 7px;
  }

  .sm\:max-h-8px {
    max-height: 8px;
  }

  .sm\:max-h-9px {
    max-height: 9px;
  }

  .sm\:max-h-10px {
    max-height: 10px;
  }

  .sm\:max-h-11px {
    max-height: 11px;
  }

  .sm\:max-h-12px {
    max-height: 12px;
  }

  .sm\:max-h-13px {
    max-height: 13px;
  }

  .sm\:max-h-14px {
    max-height: 14px;
  }

  .sm\:max-h-15px {
    max-height: 15px;
  }

  .sm\:max-h-16px {
    max-height: 16px;
  }

  .sm\:max-h-17px {
    max-height: 17px;
  }

  .sm\:max-h-18px {
    max-height: 18px;
  }

  .sm\:max-h-19px {
    max-height: 19px;
  }

  .sm\:max-h-20px {
    max-height: 20px;
  }

  .sm\:max-h-21px {
    max-height: 21px;
  }

  .sm\:max-h-22px {
    max-height: 22px;
  }

  .sm\:max-h-23px {
    max-height: 23px;
  }

  .sm\:max-h-24px {
    max-height: 24px;
  }

  .sm\:max-h-25px {
    max-height: 25px;
  }

  .sm\:max-h-26px {
    max-height: 26px;
  }

  .sm\:max-h-27px {
    max-height: 27px;
  }

  .sm\:max-h-28px {
    max-height: 28px;
  }

  .sm\:max-h-29px {
    max-height: 29px;
  }

  .sm\:max-h-30px {
    max-height: 30px;
  }

  .sm\:max-h-31px {
    max-height: 31px;
  }

  .sm\:max-h-32px {
    max-height: 32px;
  }

  .sm\:max-h-33px {
    max-height: 33px;
  }

  .sm\:max-h-34px {
    max-height: 34px;
  }

  .sm\:max-h-35px {
    max-height: 35px;
  }

  .sm\:max-h-36px {
    max-height: 36px;
  }

  .sm\:max-h-37px {
    max-height: 37px;
  }

  .sm\:max-h-38px {
    max-height: 38px;
  }

  .sm\:max-h-39px {
    max-height: 39px;
  }

  .sm\:max-h-40px {
    max-height: 40px;
  }

  .sm\:max-h-41px {
    max-height: 41px;
  }

  .sm\:max-h-42px {
    max-height: 42px;
  }

  .sm\:max-h-43px {
    max-height: 43px;
  }

  .sm\:max-h-44px {
    max-height: 44px;
  }

  .sm\:max-h-45px {
    max-height: 45px;
  }

  .sm\:max-h-46px {
    max-height: 46px;
  }

  .sm\:max-h-47px {
    max-height: 47px;
  }

  .sm\:max-h-48px {
    max-height: 48px;
  }

  .sm\:max-h-49px {
    max-height: 49px;
  }

  .sm\:max-h-50px {
    max-height: 50px;
  }

  .sm\:max-h-51px {
    max-height: 51px;
  }

  .sm\:max-h-52px {
    max-height: 52px;
  }

  .sm\:max-h-53px {
    max-height: 53px;
  }

  .sm\:max-h-54px {
    max-height: 54px;
  }

  .sm\:max-h-55px {
    max-height: 55px;
  }

  .sm\:max-h-56px {
    max-height: 56px;
  }

  .sm\:max-h-57px {
    max-height: 57px;
  }

  .sm\:max-h-58px {
    max-height: 58px;
  }

  .sm\:max-h-59px {
    max-height: 59px;
  }

  .sm\:max-h-60px {
    max-height: 60px;
  }

  .sm\:max-h-61px {
    max-height: 61px;
  }

  .sm\:max-h-62px {
    max-height: 62px;
  }

  .sm\:max-h-63px {
    max-height: 63px;
  }

  .sm\:max-h-64px {
    max-height: 64px;
  }

  .sm\:max-h-65px {
    max-height: 65px;
  }

  .sm\:max-h-66px {
    max-height: 66px;
  }

  .sm\:max-h-67px {
    max-height: 67px;
  }

  .sm\:max-h-68px {
    max-height: 68px;
  }

  .sm\:max-h-69px {
    max-height: 69px;
  }

  .sm\:max-h-70px {
    max-height: 70px;
  }

  .sm\:max-h-71px {
    max-height: 71px;
  }

  .sm\:max-h-72px {
    max-height: 72px;
  }

  .sm\:max-h-73px {
    max-height: 73px;
  }

  .sm\:max-h-74px {
    max-height: 74px;
  }

  .sm\:max-h-75px {
    max-height: 75px;
  }

  .sm\:max-h-76px {
    max-height: 76px;
  }

  .sm\:max-h-77px {
    max-height: 77px;
  }

  .sm\:max-h-78px {
    max-height: 78px;
  }

  .sm\:max-h-79px {
    max-height: 79px;
  }

  .sm\:max-h-80px {
    max-height: 80px;
  }

  .sm\:max-h-81px {
    max-height: 81px;
  }

  .sm\:max-h-82px {
    max-height: 82px;
  }

  .sm\:max-h-83px {
    max-height: 83px;
  }

  .sm\:max-h-84px {
    max-height: 84px;
  }

  .sm\:max-h-85px {
    max-height: 85px;
  }

  .sm\:max-h-86px {
    max-height: 86px;
  }

  .sm\:max-h-87px {
    max-height: 87px;
  }

  .sm\:max-h-88px {
    max-height: 88px;
  }

  .sm\:max-h-89px {
    max-height: 89px;
  }

  .sm\:max-h-90px {
    max-height: 90px;
  }

  .sm\:max-h-91px {
    max-height: 91px;
  }

  .sm\:max-h-92px {
    max-height: 92px;
  }

  .sm\:max-h-93px {
    max-height: 93px;
  }

  .sm\:max-h-94px {
    max-height: 94px;
  }

  .sm\:max-h-95px {
    max-height: 95px;
  }

  .sm\:max-h-96px {
    max-height: 96px;
  }

  .sm\:max-h-97px {
    max-height: 97px;
  }

  .sm\:max-h-98px {
    max-height: 98px;
  }

  .sm\:max-h-99px {
    max-height: 99px;
  }

  .sm\:max-h-100px {
    max-height: 100px;
  }

  .sm\:max-h-101px {
    max-height: 101px;
  }

  .sm\:max-h-102px {
    max-height: 102px;
  }

  .sm\:max-h-103px {
    max-height: 103px;
  }

  .sm\:max-h-104px {
    max-height: 104px;
  }

  .sm\:max-h-105px {
    max-height: 105px;
  }

  .sm\:max-h-106px {
    max-height: 106px;
  }

  .sm\:max-h-107px {
    max-height: 107px;
  }

  .sm\:max-h-108px {
    max-height: 108px;
  }

  .sm\:max-h-109px {
    max-height: 109px;
  }

  .sm\:max-h-110px {
    max-height: 110px;
  }

  .sm\:max-h-111px {
    max-height: 111px;
  }

  .sm\:max-h-112px {
    max-height: 112px;
  }

  .sm\:max-h-113px {
    max-height: 113px;
  }

  .sm\:max-h-114px {
    max-height: 114px;
  }

  .sm\:max-h-115px {
    max-height: 115px;
  }

  .sm\:max-h-116px {
    max-height: 116px;
  }

  .sm\:max-h-117px {
    max-height: 117px;
  }

  .sm\:max-h-118px {
    max-height: 118px;
  }

  .sm\:max-h-119px {
    max-height: 119px;
  }

  .sm\:max-h-120px {
    max-height: 120px;
  }

  .sm\:max-h-121px {
    max-height: 121px;
  }

  .sm\:max-h-122px {
    max-height: 122px;
  }

  .sm\:max-h-123px {
    max-height: 123px;
  }

  .sm\:max-h-124px {
    max-height: 124px;
  }

  .sm\:max-h-125px {
    max-height: 125px;
  }

  .sm\:max-h-126px {
    max-height: 126px;
  }

  .sm\:max-h-127px {
    max-height: 127px;
  }

  .sm\:max-h-128px {
    max-height: 128px;
  }

  .sm\:max-h-129px {
    max-height: 129px;
  }

  .sm\:max-h-130px {
    max-height: 130px;
  }

  .sm\:max-h-133px {
    max-height: 133px;
  }

  .sm\:max-h-140px {
    max-height: 140px;
  }

  .sm\:max-h-195px {
    max-height: 195px;
  }

  .sm\:max-h-200px {
    max-height: 200px;
  }

  .sm\:max-h-210px {
    max-height: 210px;
  }

  .sm\:max-h-222px {
    max-height: 222px;
  }

  .sm\:max-h-258px {
    max-height: 258px;
  }

  .sm\:max-h-280px {
    max-height: 280px;
  }

  .sm\:max-h-334px {
    max-height: 334px;
  }

  .sm\:max-h-388px {
    max-height: 388px;
  }

  .sm\:max-h-480px {
    max-height: 480px;
  }

  .sm\:max-h-490px {
    max-height: 490px;
  }

  .sm\:max-h-505px {
    max-height: 505px;
  }

  .sm\:max-h-507px {
    max-height: 507px;
  }

  .sm\:max-h-760px {
    max-height: 760px;
  }

  .sm\:max-h-780px {
    max-height: 780px;
  }

  .sm\:max-h-980px {
    max-height: 980px;
  }

  .sm\:max-h-1366px {
    max-height: 1366px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-0 {
    max-width: 0rem;
  }

  .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: min-content;
  }

  .sm\:max-w-max {
    max-width: -webkit-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: 1366px;
  }

  .sm\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .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-full {
    min-width: 100%;
  }

  .sm\:min-w-min {
    min-width: -webkit-min-content;
    min-width: min-content;
  }

  .sm\:min-w-max {
    min-width: -webkit-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-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-9 {
    padding: 2.25rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-11 {
    padding: 2.75rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-28 {
    padding: 7rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-36 {
    padding: 9rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-44 {
    padding: 11rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-52 {
    padding: 13rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-60 {
    padding: 15rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-72 {
    padding: 18rem;
  }

  .sm\:p-80 {
    padding: 20rem;
  }

  .sm\:p-96 {
    padding: 24rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:p-0\.5 {
    padding: 0.125rem;
  }

  .sm\:p-1\.5 {
    padding: 0.375rem;
  }

  .sm\:p-2\.5 {
    padding: 0.625rem;
  }

  .sm\:p-3\.5 {
    padding: 0.875rem;
  }

  .sm\:p-1px {
    padding: 1px;
  }

  .sm\:p-2px {
    padding: 2px;
  }

  .sm\:p-3px {
    padding: 3px;
  }

  .sm\:p-4px {
    padding: 4px;
  }

  .sm\:p-5px {
    padding: 5px;
  }

  .sm\:p-6px {
    padding: 6px;
  }

  .sm\:p-7px {
    padding: 7px;
  }

  .sm\:p-8px {
    padding: 8px;
  }

  .sm\:p-9px {
    padding: 9px;
  }

  .sm\:p-10px {
    padding: 10px;
  }

  .sm\:p-11px {
    padding: 11px;
  }

  .sm\:p-12px {
    padding: 12px;
  }

  .sm\:p-13px {
    padding: 13px;
  }

  .sm\:p-14px {
    padding: 14px;
  }

  .sm\:p-15px {
    padding: 15px;
  }

  .sm\:p-16px {
    padding: 16px;
  }

  .sm\:p-17px {
    padding: 17px;
  }

  .sm\:p-18px {
    padding: 18px;
  }

  .sm\:p-19px {
    padding: 19px;
  }

  .sm\:p-20px {
    padding: 20px;
  }

  .sm\:p-21px {
    padding: 21px;
  }

  .sm\:p-22px {
    padding: 22px;
  }

  .sm\:p-23px {
    padding: 23px;
  }

  .sm\:p-24px {
    padding: 24px;
  }

  .sm\:p-25px {
    padding: 25px;
  }

  .sm\:p-26px {
    padding: 26px;
  }

  .sm\:p-27px {
    padding: 27px;
  }

  .sm\:p-28px {
    padding: 28px;
  }

  .sm\:p-29px {
    padding: 29px;
  }

  .sm\:p-30px {
    padding: 30px;
  }

  .sm\:p-31px {
    padding: 31px;
  }

  .sm\:p-32px {
    padding: 32px;
  }

  .sm\:p-33px {
    padding: 33px;
  }

  .sm\:p-34px {
    padding: 34px;
  }

  .sm\:p-35px {
    padding: 35px;
  }

  .sm\:p-36px {
    padding: 36px;
  }

  .sm\:p-37px {
    padding: 37px;
  }

  .sm\:p-38px {
    padding: 38px;
  }

  .sm\:p-39px {
    padding: 39px;
  }

  .sm\:p-40px {
    padding: 40px;
  }

  .sm\:p-41px {
    padding: 41px;
  }

  .sm\:p-42px {
    padding: 42px;
  }

  .sm\:p-43px {
    padding: 43px;
  }

  .sm\:p-44px {
    padding: 44px;
  }

  .sm\:p-45px {
    padding: 45px;
  }

  .sm\:p-46px {
    padding: 46px;
  }

  .sm\:p-47px {
    padding: 47px;
  }

  .sm\:p-48px {
    padding: 48px;
  }

  .sm\:p-49px {
    padding: 49px;
  }

  .sm\:p-50px {
    padding: 50px;
  }

  .sm\:p-51px {
    padding: 51px;
  }

  .sm\:p-52px {
    padding: 52px;
  }

  .sm\:p-53px {
    padding: 53px;
  }

  .sm\:p-54px {
    padding: 54px;
  }

  .sm\:p-55px {
    padding: 55px;
  }

  .sm\:p-56px {
    padding: 56px;
  }

  .sm\:p-57px {
    padding: 57px;
  }

  .sm\:p-58px {
    padding: 58px;
  }

  .sm\:p-59px {
    padding: 59px;
  }

  .sm\:p-60px {
    padding: 60px;
  }

  .sm\:p-61px {
    padding: 61px;
  }

  .sm\:p-62px {
    padding: 62px;
  }

  .sm\:p-63px {
    padding: 63px;
  }

  .sm\:p-64px {
    padding: 64px;
  }

  .sm\:p-65px {
    padding: 65px;
  }

  .sm\:p-66px {
    padding: 66px;
  }

  .sm\:p-67px {
    padding: 67px;
  }

  .sm\:p-68px {
    padding: 68px;
  }

  .sm\:p-69px {
    padding: 69px;
  }

  .sm\:p-70px {
    padding: 70px;
  }

  .sm\:p-71px {
    padding: 71px;
  }

  .sm\:p-72px {
    padding: 72px;
  }

  .sm\:p-73px {
    padding: 73px;
  }

  .sm\:p-74px {
    padding: 74px;
  }

  .sm\:p-75px {
    padding: 75px;
  }

  .sm\:p-76px {
    padding: 76px;
  }

  .sm\:p-77px {
    padding: 77px;
  }

  .sm\:p-78px {
    padding: 78px;
  }

  .sm\:p-79px {
    padding: 79px;
  }

  .sm\:p-80px {
    padding: 80px;
  }

  .sm\:p-81px {
    padding: 81px;
  }

  .sm\:p-82px {
    padding: 82px;
  }

  .sm\:p-83px {
    padding: 83px;
  }

  .sm\:p-84px {
    padding: 84px;
  }

  .sm\:p-85px {
    padding: 85px;
  }

  .sm\:p-86px {
    padding: 86px;
  }

  .sm\:p-87px {
    padding: 87px;
  }

  .sm\:p-88px {
    padding: 88px;
  }

  .sm\:p-89px {
    padding: 89px;
  }

  .sm\:p-90px {
    padding: 90px;
  }

  .sm\:p-91px {
    padding: 91px;
  }

  .sm\:p-92px {
    padding: 92px;
  }

  .sm\:p-93px {
    padding: 93px;
  }

  .sm\:p-94px {
    padding: 94px;
  }

  .sm\:p-95px {
    padding: 95px;
  }

  .sm\:p-96px {
    padding: 96px;
  }

  .sm\:p-97px {
    padding: 97px;
  }

  .sm\:p-98px {
    padding: 98px;
  }

  .sm\:p-99px {
    padding: 99px;
  }

  .sm\:p-100px {
    padding: 100px;
  }

  .sm\:p-101px {
    padding: 101px;
  }

  .sm\:p-102px {
    padding: 102px;
  }

  .sm\:p-103px {
    padding: 103px;
  }

  .sm\:p-104px {
    padding: 104px;
  }

  .sm\:p-105px {
    padding: 105px;
  }

  .sm\:p-106px {
    padding: 106px;
  }

  .sm\:p-107px {
    padding: 107px;
  }

  .sm\:p-108px {
    padding: 108px;
  }

  .sm\:p-109px {
    padding: 109px;
  }

  .sm\:p-110px {
    padding: 110px;
  }

  .sm\:p-111px {
    padding: 111px;
  }

  .sm\:p-112px {
    padding: 112px;
  }

  .sm\:p-113px {
    padding: 113px;
  }

  .sm\:p-114px {
    padding: 114px;
  }

  .sm\:p-115px {
    padding: 115px;
  }

  .sm\:p-116px {
    padding: 116px;
  }

  .sm\:p-117px {
    padding: 117px;
  }

  .sm\:p-118px {
    padding: 118px;
  }

  .sm\:p-119px {
    padding: 119px;
  }

  .sm\:p-120px {
    padding: 120px;
  }

  .sm\:p-121px {
    padding: 121px;
  }

  .sm\:p-122px {
    padding: 122px;
  }

  .sm\:p-123px {
    padding: 123px;
  }

  .sm\:p-124px {
    padding: 124px;
  }

  .sm\:p-125px {
    padding: 125px;
  }

  .sm\:p-126px {
    padding: 126px;
  }

  .sm\:p-127px {
    padding: 127px;
  }

  .sm\:p-128px {
    padding: 128px;
  }

  .sm\:p-129px {
    padding: 129px;
  }

  .sm\:p-130px {
    padding: 130px;
  }

  .sm\:p-133px {
    padding: 133px;
  }

  .sm\:p-140px {
    padding: 140px;
  }

  .sm\:p-195px {
    padding: 195px;
  }

  .sm\:p-200px {
    padding: 200px;
  }

  .sm\:p-210px {
    padding: 210px;
  }

  .sm\:p-222px {
    padding: 222px;
  }

  .sm\:p-258px {
    padding: 258px;
  }

  .sm\:p-280px {
    padding: 280px;
  }

  .sm\:p-334px {
    padding: 334px;
  }

  .sm\:p-388px {
    padding: 388px;
  }

  .sm\:p-480px {
    padding: 480px;
  }

  .sm\:p-490px {
    padding: 490px;
  }

  .sm\:p-505px {
    padding: 505px;
  }

  .sm\:p-507px {
    padding: 507px;
  }

  .sm\:p-760px {
    padding: 760px;
  }

  .sm\:p-780px {
    padding: 780px;
  }

  .sm\:p-980px {
    padding: 980px;
  }

  .sm\:p-1366px {
    padding: 1366px;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:py-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-1px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sm\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }

  .sm\:py-3px {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .sm\:px-3px {
    padding-left: 3px;
    padding-right: 3px;
  }

  .sm\:py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm\:px-4px {
    padding-left: 4px;
    padding-right: 4px;
  }

  .sm\:py-5px {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm\:px-5px {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm\:py-6px {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm\:px-6px {
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm\:py-7px {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .sm\:px-7px {
    padding-left: 7px;
    padding-right: 7px;
  }

  .sm\:py-8px {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm\:px-8px {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm\:py-9px {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .sm\:px-9px {
    padding-left: 9px;
    padding-right: 9px;
  }

  .sm\:py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:px-10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:py-11px {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .sm\:px-11px {
    padding-left: 11px;
    padding-right: 11px;
  }

  .sm\:py-12px {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm\:px-12px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm\:py-13px {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .sm\:px-13px {
    padding-left: 13px;
    padding-right: 13px;
  }

  .sm\:py-14px {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sm\:px-14px {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sm\:py-15px {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm\:px-15px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm\:py-16px {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm\:px-16px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm\:py-17px {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .sm\:px-17px {
    padding-left: 17px;
    padding-right: 17px;
  }

  .sm\:py-18px {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sm\:px-18px {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sm\:py-19px {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .sm\:px-19px {
    padding-left: 19px;
    padding-right: 19px;
  }

  .sm\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:py-21px {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .sm\:px-21px {
    padding-left: 21px;
    padding-right: 21px;
  }

  .sm\:py-22px {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .sm\:px-22px {
    padding-left: 22px;
    padding-right: 22px;
  }

  .sm\:py-23px {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .sm\:px-23px {
    padding-left: 23px;
    padding-right: 23px;
  }

  .sm\:py-24px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm\:px-24px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:py-25px {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sm\:px-25px {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sm\:py-26px {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .sm\:px-26px {
    padding-left: 26px;
    padding-right: 26px;
  }

  .sm\:py-27px {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .sm\:px-27px {
    padding-left: 27px;
    padding-right: 27px;
  }

  .sm\:py-28px {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .sm\:px-28px {
    padding-left: 28px;
    padding-right: 28px;
  }

  .sm\:py-29px {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .sm\:px-29px {
    padding-left: 29px;
    padding-right: 29px;
  }

  .sm\:py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:py-31px {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .sm\:px-31px {
    padding-left: 31px;
    padding-right: 31px;
  }

  .sm\:py-32px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm\:px-32px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm\:py-33px {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .sm\:px-33px {
    padding-left: 33px;
    padding-right: 33px;
  }

  .sm\:py-34px {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .sm\:px-34px {
    padding-left: 34px;
    padding-right: 34px;
  }

  .sm\:py-35px {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .sm\:px-35px {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sm\:py-36px {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sm\:px-36px {
    padding-left: 36px;
    padding-right: 36px;
  }

  .sm\:py-37px {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .sm\:px-37px {
    padding-left: 37px;
    padding-right: 37px;
  }

  .sm\:py-38px {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .sm\:px-38px {
    padding-left: 38px;
    padding-right: 38px;
  }

  .sm\:py-39px {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .sm\:px-39px {
    padding-left: 39px;
    padding-right: 39px;
  }

  .sm\:py-40px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm\:px-40px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm\:py-41px {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .sm\:px-41px {
    padding-left: 41px;
    padding-right: 41px;
  }

  .sm\:py-42px {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .sm\:px-42px {
    padding-left: 42px;
    padding-right: 42px;
  }

  .sm\:py-43px {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .sm\:px-43px {
    padding-left: 43px;
    padding-right: 43px;
  }

  .sm\:py-44px {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .sm\:px-44px {
    padding-left: 44px;
    padding-right: 44px;
  }

  .sm\:py-45px {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sm\:px-45px {
    padding-left: 45px;
    padding-right: 45px;
  }

  .sm\:py-46px {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .sm\:px-46px {
    padding-left: 46px;
    padding-right: 46px;
  }

  .sm\:py-47px {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .sm\:px-47px {
    padding-left: 47px;
    padding-right: 47px;
  }

  .sm\:py-48px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm\:px-48px {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sm\:py-49px {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .sm\:px-49px {
    padding-left: 49px;
    padding-right: 49px;
  }

  .sm\:py-50px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sm\:px-50px {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm\:py-51px {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .sm\:px-51px {
    padding-left: 51px;
    padding-right: 51px;
  }

  .sm\:py-52px {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .sm\:px-52px {
    padding-left: 52px;
    padding-right: 52px;
  }

  .sm\:py-53px {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .sm\:px-53px {
    padding-left: 53px;
    padding-right: 53px;
  }

  .sm\:py-54px {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .sm\:px-54px {
    padding-left: 54px;
    padding-right: 54px;
  }

  .sm\:py-55px {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .sm\:px-55px {
    padding-left: 55px;
    padding-right: 55px;
  }

  .sm\:py-56px {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .sm\:px-56px {
    padding-left: 56px;
    padding-right: 56px;
  }

  .sm\:py-57px {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .sm\:px-57px {
    padding-left: 57px;
    padding-right: 57px;
  }

  .sm\:py-58px {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .sm\:px-58px {
    padding-left: 58px;
    padding-right: 58px;
  }

  .sm\:py-59px {
    padding-top: 59px;
    padding-bottom: 59px;
  }

  .sm\:px-59px {
    padding-left: 59px;
    padding-right: 59px;
  }

  .sm\:py-60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm\:px-60px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:py-61px {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .sm\:px-61px {
    padding-left: 61px;
    padding-right: 61px;
  }

  .sm\:py-62px {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .sm\:px-62px {
    padding-left: 62px;
    padding-right: 62px;
  }

  .sm\:py-63px {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .sm\:px-63px {
    padding-left: 63px;
    padding-right: 63px;
  }

  .sm\:py-64px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sm\:px-64px {
    padding-left: 64px;
    padding-right: 64px;
  }

  .sm\:py-65px {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .sm\:px-65px {
    padding-left: 65px;
    padding-right: 65px;
  }

  .sm\:py-66px {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .sm\:px-66px {
    padding-left: 66px;
    padding-right: 66px;
  }

  .sm\:py-67px {
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .sm\:px-67px {
    padding-left: 67px;
    padding-right: 67px;
  }

  .sm\:py-68px {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .sm\:px-68px {
    padding-left: 68px;
    padding-right: 68px;
  }

  .sm\:py-69px {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .sm\:px-69px {
    padding-left: 69px;
    padding-right: 69px;
  }

  .sm\:py-70px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sm\:px-70px {
    padding-left: 70px;
    padding-right: 70px;
  }

  .sm\:py-71px {
    padding-top: 71px;
    padding-bottom: 71px;
  }

  .sm\:px-71px {
    padding-left: 71px;
    padding-right: 71px;
  }

  .sm\:py-72px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .sm\:px-72px {
    padding-left: 72px;
    padding-right: 72px;
  }

  .sm\:py-73px {
    padding-top: 73px;
    padding-bottom: 73px;
  }

  .sm\:px-73px {
    padding-left: 73px;
    padding-right: 73px;
  }

  .sm\:py-74px {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .sm\:px-74px {
    padding-left: 74px;
    padding-right: 74px;
  }

  .sm\:py-75px {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sm\:px-75px {
    padding-left: 75px;
    padding-right: 75px;
  }

  .sm\:py-76px {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .sm\:px-76px {
    padding-left: 76px;
    padding-right: 76px;
  }

  .sm\:py-77px {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .sm\:px-77px {
    padding-left: 77px;
    padding-right: 77px;
  }

  .sm\:py-78px {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .sm\:px-78px {
    padding-left: 78px;
    padding-right: 78px;
  }

  .sm\:py-79px {
    padding-top: 79px;
    padding-bottom: 79px;
  }

  .sm\:px-79px {
    padding-left: 79px;
    padding-right: 79px;
  }

  .sm\:py-80px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sm\:px-80px {
    padding-left: 80px;
    padding-right: 80px;
  }

  .sm\:py-81px {
    padding-top: 81px;
    padding-bottom: 81px;
  }

  .sm\:px-81px {
    padding-left: 81px;
    padding-right: 81px;
  }

  .sm\:py-82px {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .sm\:px-82px {
    padding-left: 82px;
    padding-right: 82px;
  }

  .sm\:py-83px {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .sm\:px-83px {
    padding-left: 83px;
    padding-right: 83px;
  }

  .sm\:py-84px {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .sm\:px-84px {
    padding-left: 84px;
    padding-right: 84px;
  }

  .sm\:py-85px {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .sm\:px-85px {
    padding-left: 85px;
    padding-right: 85px;
  }

  .sm\:py-86px {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .sm\:px-86px {
    padding-left: 86px;
    padding-right: 86px;
  }

  .sm\:py-87px {
    padding-top: 87px;
    padding-bottom: 87px;
  }

  .sm\:px-87px {
    padding-left: 87px;
    padding-right: 87px;
  }

  .sm\:py-88px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .sm\:px-88px {
    padding-left: 88px;
    padding-right: 88px;
  }

  .sm\:py-89px {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .sm\:px-89px {
    padding-left: 89px;
    padding-right: 89px;
  }

  .sm\:py-90px {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sm\:px-90px {
    padding-left: 90px;
    padding-right: 90px;
  }

  .sm\:py-91px {
    padding-top: 91px;
    padding-bottom: 91px;
  }

  .sm\:px-91px {
    padding-left: 91px;
    padding-right: 91px;
  }

  .sm\:py-92px {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .sm\:px-92px {
    padding-left: 92px;
    padding-right: 92px;
  }

  .sm\:py-93px {
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .sm\:px-93px {
    padding-left: 93px;
    padding-right: 93px;
  }

  .sm\:py-94px {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .sm\:px-94px {
    padding-left: 94px;
    padding-right: 94px;
  }

  .sm\:py-95px {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .sm\:px-95px {
    padding-left: 95px;
    padding-right: 95px;
  }

  .sm\:py-96px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .sm\:px-96px {
    padding-left: 96px;
    padding-right: 96px;
  }

  .sm\:py-97px {
    padding-top: 97px;
    padding-bottom: 97px;
  }

  .sm\:px-97px {
    padding-left: 97px;
    padding-right: 97px;
  }

  .sm\:py-98px {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .sm\:px-98px {
    padding-left: 98px;
    padding-right: 98px;
  }

  .sm\:py-99px {
    padding-top: 99px;
    padding-bottom: 99px;
  }

  .sm\:px-99px {
    padding-left: 99px;
    padding-right: 99px;
  }

  .sm\:py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm\:px-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .sm\:py-101px {
    padding-top: 101px;
    padding-bottom: 101px;
  }

  .sm\:px-101px {
    padding-left: 101px;
    padding-right: 101px;
  }

  .sm\:py-102px {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .sm\:px-102px {
    padding-left: 102px;
    padding-right: 102px;
  }

  .sm\:py-103px {
    padding-top: 103px;
    padding-bottom: 103px;
  }

  .sm\:px-103px {
    padding-left: 103px;
    padding-right: 103px;
  }

  .sm\:py-104px {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .sm\:px-104px {
    padding-left: 104px;
    padding-right: 104px;
  }

  .sm\:py-105px {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .sm\:px-105px {
    padding-left: 105px;
    padding-right: 105px;
  }

  .sm\:py-106px {
    padding-top: 106px;
    padding-bottom: 106px;
  }

  .sm\:px-106px {
    padding-left: 106px;
    padding-right: 106px;
  }

  .sm\:py-107px {
    padding-top: 107px;
    padding-bottom: 107px;
  }

  .sm\:px-107px {
    padding-left: 107px;
    padding-right: 107px;
  }

  .sm\:py-108px {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .sm\:px-108px {
    padding-left: 108px;
    padding-right: 108px;
  }

  .sm\:py-109px {
    padding-top: 109px;
    padding-bottom: 109px;
  }

  .sm\:px-109px {
    padding-left: 109px;
    padding-right: 109px;
  }

  .sm\:py-110px {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .sm\:px-110px {
    padding-left: 110px;
    padding-right: 110px;
  }

  .sm\:py-111px {
    padding-top: 111px;
    padding-bottom: 111px;
  }

  .sm\:px-111px {
    padding-left: 111px;
    padding-right: 111px;
  }

  .sm\:py-112px {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .sm\:px-112px {
    padding-left: 112px;
    padding-right: 112px;
  }

  .sm\:py-113px {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .sm\:px-113px {
    padding-left: 113px;
    padding-right: 113px;
  }

  .sm\:py-114px {
    padding-top: 114px;
    padding-bottom: 114px;
  }

  .sm\:px-114px {
    padding-left: 114px;
    padding-right: 114px;
  }

  .sm\:py-115px {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .sm\:px-115px {
    padding-left: 115px;
    padding-right: 115px;
  }

  .sm\:py-116px {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .sm\:px-116px {
    padding-left: 116px;
    padding-right: 116px;
  }

  .sm\:py-117px {
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .sm\:px-117px {
    padding-left: 117px;
    padding-right: 117px;
  }

  .sm\:py-118px {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .sm\:px-118px {
    padding-left: 118px;
    padding-right: 118px;
  }

  .sm\:py-119px {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .sm\:px-119px {
    padding-left: 119px;
    padding-right: 119px;
  }

  .sm\:py-120px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .sm\:px-120px {
    padding-left: 120px;
    padding-right: 120px;
  }

  .sm\:py-121px {
    padding-top: 121px;
    padding-bottom: 121px;
  }

  .sm\:px-121px {
    padding-left: 121px;
    padding-right: 121px;
  }

  .sm\:py-122px {
    padding-top: 122px;
    padding-bottom: 122px;
  }

  .sm\:px-122px {
    padding-left: 122px;
    padding-right: 122px;
  }

  .sm\:py-123px {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .sm\:px-123px {
    padding-left: 123px;
    padding-right: 123px;
  }

  .sm\:py-124px {
    padding-top: 124px;
    padding-bottom: 124px;
  }

  .sm\:px-124px {
    padding-left: 124px;
    padding-right: 124px;
  }

  .sm\:py-125px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .sm\:px-125px {
    padding-left: 125px;
    padding-right: 125px;
  }

  .sm\:py-126px {
    padding-top: 126px;
    padding-bottom: 126px;
  }

  .sm\:px-126px {
    padding-left: 126px;
    padding-right: 126px;
  }

  .sm\:py-127px {
    padding-top: 127px;
    padding-bottom: 127px;
  }

  .sm\:px-127px {
    padding-left: 127px;
    padding-right: 127px;
  }

  .sm\:py-128px {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .sm\:px-128px {
    padding-left: 128px;
    padding-right: 128px;
  }

  .sm\:py-129px {
    padding-top: 129px;
    padding-bottom: 129px;
  }

  .sm\:px-129px {
    padding-left: 129px;
    padding-right: 129px;
  }

  .sm\:py-130px {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .sm\:px-130px {
    padding-left: 130px;
    padding-right: 130px;
  }

  .sm\:py-133px {
    padding-top: 133px;
    padding-bottom: 133px;
  }

  .sm\:px-133px {
    padding-left: 133px;
    padding-right: 133px;
  }

  .sm\:py-140px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .sm\:px-140px {
    padding-left: 140px;
    padding-right: 140px;
  }

  .sm\:py-195px {
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .sm\:px-195px {
    padding-left: 195px;
    padding-right: 195px;
  }

  .sm\:py-200px {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .sm\:px-200px {
    padding-left: 200px;
    padding-right: 200px;
  }

  .sm\:py-210px {
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .sm\:px-210px {
    padding-left: 210px;
    padding-right: 210px;
  }

  .sm\:py-222px {
    padding-top: 222px;
    padding-bottom: 222px;
  }

  .sm\:px-222px {
    padding-left: 222px;
    padding-right: 222px;
  }

  .sm\:py-258px {
    padding-top: 258px;
    padding-bottom: 258px;
  }

  .sm\:px-258px {
    padding-left: 258px;
    padding-right: 258px;
  }

  .sm\:py-280px {
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .sm\:px-280px {
    padding-left: 280px;
    padding-right: 280px;
  }

  .sm\:py-334px {
    padding-top: 334px;
    padding-bottom: 334px;
  }

  .sm\:px-334px {
    padding-left: 334px;
    padding-right: 334px;
  }

  .sm\:py-388px {
    padding-top: 388px;
    padding-bottom: 388px;
  }

  .sm\:px-388px {
    padding-left: 388px;
    padding-right: 388px;
  }

  .sm\:py-480px {
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .sm\:px-480px {
    padding-left: 480px;
    padding-right: 480px;
  }

  .sm\:py-490px {
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .sm\:px-490px {
    padding-left: 490px;
    padding-right: 490px;
  }

  .sm\:py-505px {
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .sm\:px-505px {
    padding-left: 505px;
    padding-right: 505px;
  }

  .sm\:py-507px {
    padding-top: 507px;
    padding-bottom: 507px;
  }

  .sm\:px-507px {
    padding-left: 507px;
    padding-right: 507px;
  }

  .sm\:py-760px {
    padding-top: 760px;
    padding-bottom: 760px;
  }

  .sm\:px-760px {
    padding-left: 760px;
    padding-right: 760px;
  }

  .sm\:py-780px {
    padding-top: 780px;
    padding-bottom: 780px;
  }

  .sm\:px-780px {
    padding-left: 780px;
    padding-right: 780px;
  }

  .sm\:py-980px {
    padding-top: 980px;
    padding-bottom: 980px;
  }

  .sm\:px-980px {
    padding-left: 980px;
    padding-right: 980px;
  }

  .sm\:py-1366px {
    padding-top: 1366px;
    padding-bottom: 1366px;
  }

  .sm\:px-1366px {
    padding-left: 1366px;
    padding-right: 1366px;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-11 {
    padding-top: 2.75rem;
  }

  .sm\:pr-11 {
    padding-right: 2.75rem;
  }

  .sm\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .sm\:pl-11 {
    padding-left: 2.75rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pr-28 {
    padding-right: 7rem;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pl-28 {
    padding-left: 7rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pt-36 {
    padding-top: 9rem;
  }

  .sm\:pr-36 {
    padding-right: 9rem;
  }

  .sm\:pb-36 {
    padding-bottom: 9rem;
  }

  .sm\:pl-36 {
    padding-left: 9rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pt-44 {
    padding-top: 11rem;
  }

  .sm\:pr-44 {
    padding-right: 11rem;
  }

  .sm\:pb-44 {
    padding-bottom: 11rem;
  }

  .sm\:pl-44 {
    padding-left: 11rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pt-52 {
    padding-top: 13rem;
  }

  .sm\:pr-52 {
    padding-right: 13rem;
  }

  .sm\:pb-52 {
    padding-bottom: 13rem;
  }

  .sm\:pl-52 {
    padding-left: 13rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pt-60 {
    padding-top: 15rem;
  }

  .sm\:pr-60 {
    padding-right: 15rem;
  }

  .sm\:pb-60 {
    padding-bottom: 15rem;
  }

  .sm\:pl-60 {
    padding-left: 15rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pt-72 {
    padding-top: 18rem;
  }

  .sm\:pr-72 {
    padding-right: 18rem;
  }

  .sm\:pb-72 {
    padding-bottom: 18rem;
  }

  .sm\:pl-72 {
    padding-left: 18rem;
  }

  .sm\:pt-80 {
    padding-top: 20rem;
  }

  .sm\:pr-80 {
    padding-right: 20rem;
  }

  .sm\:pb-80 {
    padding-bottom: 20rem;
  }

  .sm\:pl-80 {
    padding-left: 20rem;
  }

  .sm\:pt-96 {
    padding-top: 24rem;
  }

  .sm\:pr-96 {
    padding-right: 24rem;
  }

  .sm\:pb-96 {
    padding-bottom: 24rem;
  }

  .sm\:pl-96 {
    padding-left: 24rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .sm\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .sm\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .sm\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .sm\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .sm\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .sm\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .sm\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .sm\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .sm\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .sm\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .sm\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .sm\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .sm\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .sm\:pt-1px {
    padding-top: 1px;
  }

  .sm\:pr-1px {
    padding-right: 1px;
  }

  .sm\:pb-1px {
    padding-bottom: 1px;
  }

  .sm\:pl-1px {
    padding-left: 1px;
  }

  .sm\:pt-2px {
    padding-top: 2px;
  }

  .sm\:pr-2px {
    padding-right: 2px;
  }

  .sm\:pb-2px {
    padding-bottom: 2px;
  }

  .sm\:pl-2px {
    padding-left: 2px;
  }

  .sm\:pt-3px {
    padding-top: 3px;
  }

  .sm\:pr-3px {
    padding-right: 3px;
  }

  .sm\:pb-3px {
    padding-bottom: 3px;
  }

  .sm\:pl-3px {
    padding-left: 3px;
  }

  .sm\:pt-4px {
    padding-top: 4px;
  }

  .sm\:pr-4px {
    padding-right: 4px;
  }

  .sm\:pb-4px {
    padding-bottom: 4px;
  }

  .sm\:pl-4px {
    padding-left: 4px;
  }

  .sm\:pt-5px {
    padding-top: 5px;
  }

  .sm\:pr-5px {
    padding-right: 5px;
  }

  .sm\:pb-5px {
    padding-bottom: 5px;
  }

  .sm\:pl-5px {
    padding-left: 5px;
  }

  .sm\:pt-6px {
    padding-top: 6px;
  }

  .sm\:pr-6px {
    padding-right: 6px;
  }

  .sm\:pb-6px {
    padding-bottom: 6px;
  }

  .sm\:pl-6px {
    padding-left: 6px;
  }

  .sm\:pt-7px {
    padding-top: 7px;
  }

  .sm\:pr-7px {
    padding-right: 7px;
  }

  .sm\:pb-7px {
    padding-bottom: 7px;
  }

  .sm\:pl-7px {
    padding-left: 7px;
  }

  .sm\:pt-8px {
    padding-top: 8px;
  }

  .sm\:pr-8px {
    padding-right: 8px;
  }

  .sm\:pb-8px {
    padding-bottom: 8px;
  }

  .sm\:pl-8px {
    padding-left: 8px;
  }

  .sm\:pt-9px {
    padding-top: 9px;
  }

  .sm\:pr-9px {
    padding-right: 9px;
  }

  .sm\:pb-9px {
    padding-bottom: 9px;
  }

  .sm\:pl-9px {
    padding-left: 9px;
  }

  .sm\:pt-10px {
    padding-top: 10px;
  }

  .sm\:pr-10px {
    padding-right: 10px;
  }

  .sm\:pb-10px {
    padding-bottom: 10px;
  }

  .sm\:pl-10px {
    padding-left: 10px;
  }

  .sm\:pt-11px {
    padding-top: 11px;
  }

  .sm\:pr-11px {
    padding-right: 11px;
  }

  .sm\:pb-11px {
    padding-bottom: 11px;
  }

  .sm\:pl-11px {
    padding-left: 11px;
  }

  .sm\:pt-12px {
    padding-top: 12px;
  }

  .sm\:pr-12px {
    padding-right: 12px;
  }

  .sm\:pb-12px {
    padding-bottom: 12px;
  }

  .sm\:pl-12px {
    padding-left: 12px;
  }

  .sm\:pt-13px {
    padding-top: 13px;
  }

  .sm\:pr-13px {
    padding-right: 13px;
  }

  .sm\:pb-13px {
    padding-bottom: 13px;
  }

  .sm\:pl-13px {
    padding-left: 13px;
  }

  .sm\:pt-14px {
    padding-top: 14px;
  }

  .sm\:pr-14px {
    padding-right: 14px;
  }

  .sm\:pb-14px {
    padding-bottom: 14px;
  }

  .sm\:pl-14px {
    padding-left: 14px;
  }

  .sm\:pt-15px {
    padding-top: 15px;
  }

  .sm\:pr-15px {
    padding-right: 15px;
  }

  .sm\:pb-15px {
    padding-bottom: 15px;
  }

  .sm\:pl-15px {
    padding-left: 15px;
  }

  .sm\:pt-16px {
    padding-top: 16px;
  }

  .sm\:pr-16px {
    padding-right: 16px;
  }

  .sm\:pb-16px {
    padding-bottom: 16px;
  }

  .sm\:pl-16px {
    padding-left: 16px;
  }

  .sm\:pt-17px {
    padding-top: 17px;
  }

  .sm\:pr-17px {
    padding-right: 17px;
  }

  .sm\:pb-17px {
    padding-bottom: 17px;
  }

  .sm\:pl-17px {
    padding-left: 17px;
  }

  .sm\:pt-18px {
    padding-top: 18px;
  }

  .sm\:pr-18px {
    padding-right: 18px;
  }

  .sm\:pb-18px {
    padding-bottom: 18px;
  }

  .sm\:pl-18px {
    padding-left: 18px;
  }

  .sm\:pt-19px {
    padding-top: 19px;
  }

  .sm\:pr-19px {
    padding-right: 19px;
  }

  .sm\:pb-19px {
    padding-bottom: 19px;
  }

  .sm\:pl-19px {
    padding-left: 19px;
  }

  .sm\:pt-20px {
    padding-top: 20px;
  }

  .sm\:pr-20px {
    padding-right: 20px;
  }

  .sm\:pb-20px {
    padding-bottom: 20px;
  }

  .sm\:pl-20px {
    padding-left: 20px;
  }

  .sm\:pt-21px {
    padding-top: 21px;
  }

  .sm\:pr-21px {
    padding-right: 21px;
  }

  .sm\:pb-21px {
    padding-bottom: 21px;
  }

  .sm\:pl-21px {
    padding-left: 21px;
  }

  .sm\:pt-22px {
    padding-top: 22px;
  }

  .sm\:pr-22px {
    padding-right: 22px;
  }

  .sm\:pb-22px {
    padding-bottom: 22px;
  }

  .sm\:pl-22px {
    padding-left: 22px;
  }

  .sm\:pt-23px {
    padding-top: 23px;
  }

  .sm\:pr-23px {
    padding-right: 23px;
  }

  .sm\:pb-23px {
    padding-bottom: 23px;
  }

  .sm\:pl-23px {
    padding-left: 23px;
  }

  .sm\:pt-24px {
    padding-top: 24px;
  }

  .sm\:pr-24px {
    padding-right: 24px;
  }

  .sm\:pb-24px {
    padding-bottom: 24px;
  }

  .sm\:pl-24px {
    padding-left: 24px;
  }

  .sm\:pt-25px {
    padding-top: 25px;
  }

  .sm\:pr-25px {
    padding-right: 25px;
  }

  .sm\:pb-25px {
    padding-bottom: 25px;
  }

  .sm\:pl-25px {
    padding-left: 25px;
  }

  .sm\:pt-26px {
    padding-top: 26px;
  }

  .sm\:pr-26px {
    padding-right: 26px;
  }

  .sm\:pb-26px {
    padding-bottom: 26px;
  }

  .sm\:pl-26px {
    padding-left: 26px;
  }

  .sm\:pt-27px {
    padding-top: 27px;
  }

  .sm\:pr-27px {
    padding-right: 27px;
  }

  .sm\:pb-27px {
    padding-bottom: 27px;
  }

  .sm\:pl-27px {
    padding-left: 27px;
  }

  .sm\:pt-28px {
    padding-top: 28px;
  }

  .sm\:pr-28px {
    padding-right: 28px;
  }

  .sm\:pb-28px {
    padding-bottom: 28px;
  }

  .sm\:pl-28px {
    padding-left: 28px;
  }

  .sm\:pt-29px {
    padding-top: 29px;
  }

  .sm\:pr-29px {
    padding-right: 29px;
  }

  .sm\:pb-29px {
    padding-bottom: 29px;
  }

  .sm\:pl-29px {
    padding-left: 29px;
  }

  .sm\:pt-30px {
    padding-top: 30px;
  }

  .sm\:pr-30px {
    padding-right: 30px;
  }

  .sm\:pb-30px {
    padding-bottom: 30px;
  }

  .sm\:pl-30px {
    padding-left: 30px;
  }

  .sm\:pt-31px {
    padding-top: 31px;
  }

  .sm\:pr-31px {
    padding-right: 31px;
  }

  .sm\:pb-31px {
    padding-bottom: 31px;
  }

  .sm\:pl-31px {
    padding-left: 31px;
  }

  .sm\:pt-32px {
    padding-top: 32px;
  }

  .sm\:pr-32px {
    padding-right: 32px;
  }

  .sm\:pb-32px {
    padding-bottom: 32px;
  }

  .sm\:pl-32px {
    padding-left: 32px;
  }

  .sm\:pt-33px {
    padding-top: 33px;
  }

  .sm\:pr-33px {
    padding-right: 33px;
  }

  .sm\:pb-33px {
    padding-bottom: 33px;
  }

  .sm\:pl-33px {
    padding-left: 33px;
  }

  .sm\:pt-34px {
    padding-top: 34px;
  }

  .sm\:pr-34px {
    padding-right: 34px;
  }

  .sm\:pb-34px {
    padding-bottom: 34px;
  }

  .sm\:pl-34px {
    padding-left: 34px;
  }

  .sm\:pt-35px {
    padding-top: 35px;
  }

  .sm\:pr-35px {
    padding-right: 35px;
  }

  .sm\:pb-35px {
    padding-bottom: 35px;
  }

  .sm\:pl-35px {
    padding-left: 35px;
  }

  .sm\:pt-36px {
    padding-top: 36px;
  }

  .sm\:pr-36px {
    padding-right: 36px;
  }

  .sm\:pb-36px {
    padding-bottom: 36px;
  }

  .sm\:pl-36px {
    padding-left: 36px;
  }

  .sm\:pt-37px {
    padding-top: 37px;
  }

  .sm\:pr-37px {
    padding-right: 37px;
  }

  .sm\:pb-37px {
    padding-bottom: 37px;
  }

  .sm\:pl-37px {
    padding-left: 37px;
  }

  .sm\:pt-38px {
    padding-top: 38px;
  }

  .sm\:pr-38px {
    padding-right: 38px;
  }

  .sm\:pb-38px {
    padding-bottom: 38px;
  }

  .sm\:pl-38px {
    padding-left: 38px;
  }

  .sm\:pt-39px {
    padding-top: 39px;
  }

  .sm\:pr-39px {
    padding-right: 39px;
  }

  .sm\:pb-39px {
    padding-bottom: 39px;
  }

  .sm\:pl-39px {
    padding-left: 39px;
  }

  .sm\:pt-40px {
    padding-top: 40px;
  }

  .sm\:pr-40px {
    padding-right: 40px;
  }

  .sm\:pb-40px {
    padding-bottom: 40px;
  }

  .sm\:pl-40px {
    padding-left: 40px;
  }

  .sm\:pt-41px {
    padding-top: 41px;
  }

  .sm\:pr-41px {
    padding-right: 41px;
  }

  .sm\:pb-41px {
    padding-bottom: 41px;
  }

  .sm\:pl-41px {
    padding-left: 41px;
  }

  .sm\:pt-42px {
    padding-top: 42px;
  }

  .sm\:pr-42px {
    padding-right: 42px;
  }

  .sm\:pb-42px {
    padding-bottom: 42px;
  }

  .sm\:pl-42px {
    padding-left: 42px;
  }

  .sm\:pt-43px {
    padding-top: 43px;
  }

  .sm\:pr-43px {
    padding-right: 43px;
  }

  .sm\:pb-43px {
    padding-bottom: 43px;
  }

  .sm\:pl-43px {
    padding-left: 43px;
  }

  .sm\:pt-44px {
    padding-top: 44px;
  }

  .sm\:pr-44px {
    padding-right: 44px;
  }

  .sm\:pb-44px {
    padding-bottom: 44px;
  }

  .sm\:pl-44px {
    padding-left: 44px;
  }

  .sm\:pt-45px {
    padding-top: 45px;
  }

  .sm\:pr-45px {
    padding-right: 45px;
  }

  .sm\:pb-45px {
    padding-bottom: 45px;
  }

  .sm\:pl-45px {
    padding-left: 45px;
  }

  .sm\:pt-46px {
    padding-top: 46px;
  }

  .sm\:pr-46px {
    padding-right: 46px;
  }

  .sm\:pb-46px {
    padding-bottom: 46px;
  }

  .sm\:pl-46px {
    padding-left: 46px;
  }

  .sm\:pt-47px {
    padding-top: 47px;
  }

  .sm\:pr-47px {
    padding-right: 47px;
  }

  .sm\:pb-47px {
    padding-bottom: 47px;
  }

  .sm\:pl-47px {
    padding-left: 47px;
  }

  .sm\:pt-48px {
    padding-top: 48px;
  }

  .sm\:pr-48px {
    padding-right: 48px;
  }

  .sm\:pb-48px {
    padding-bottom: 48px;
  }

  .sm\:pl-48px {
    padding-left: 48px;
  }

  .sm\:pt-49px {
    padding-top: 49px;
  }

  .sm\:pr-49px {
    padding-right: 49px;
  }

  .sm\:pb-49px {
    padding-bottom: 49px;
  }

  .sm\:pl-49px {
    padding-left: 49px;
  }

  .sm\:pt-50px {
    padding-top: 50px;
  }

  .sm\:pr-50px {
    padding-right: 50px;
  }

  .sm\:pb-50px {
    padding-bottom: 50px;
  }

  .sm\:pl-50px {
    padding-left: 50px;
  }

  .sm\:pt-51px {
    padding-top: 51px;
  }

  .sm\:pr-51px {
    padding-right: 51px;
  }

  .sm\:pb-51px {
    padding-bottom: 51px;
  }

  .sm\:pl-51px {
    padding-left: 51px;
  }

  .sm\:pt-52px {
    padding-top: 52px;
  }

  .sm\:pr-52px {
    padding-right: 52px;
  }

  .sm\:pb-52px {
    padding-bottom: 52px;
  }

  .sm\:pl-52px {
    padding-left: 52px;
  }

  .sm\:pt-53px {
    padding-top: 53px;
  }

  .sm\:pr-53px {
    padding-right: 53px;
  }

  .sm\:pb-53px {
    padding-bottom: 53px;
  }

  .sm\:pl-53px {
    padding-left: 53px;
  }

  .sm\:pt-54px {
    padding-top: 54px;
  }

  .sm\:pr-54px {
    padding-right: 54px;
  }

  .sm\:pb-54px {
    padding-bottom: 54px;
  }

  .sm\:pl-54px {
    padding-left: 54px;
  }

  .sm\:pt-55px {
    padding-top: 55px;
  }

  .sm\:pr-55px {
    padding-right: 55px;
  }

  .sm\:pb-55px {
    padding-bottom: 55px;
  }

  .sm\:pl-55px {
    padding-left: 55px;
  }

  .sm\:pt-56px {
    padding-top: 56px;
  }

  .sm\:pr-56px {
    padding-right: 56px;
  }

  .sm\:pb-56px {
    padding-bottom: 56px;
  }

  .sm\:pl-56px {
    padding-left: 56px;
  }

  .sm\:pt-57px {
    padding-top: 57px;
  }

  .sm\:pr-57px {
    padding-right: 57px;
  }

  .sm\:pb-57px {
    padding-bottom: 57px;
  }

  .sm\:pl-57px {
    padding-left: 57px;
  }

  .sm\:pt-58px {
    padding-top: 58px;
  }

  .sm\:pr-58px {
    padding-right: 58px;
  }

  .sm\:pb-58px {
    padding-bottom: 58px;
  }

  .sm\:pl-58px {
    padding-left: 58px;
  }

  .sm\:pt-59px {
    padding-top: 59px;
  }

  .sm\:pr-59px {
    padding-right: 59px;
  }

  .sm\:pb-59px {
    padding-bottom: 59px;
  }

  .sm\:pl-59px {
    padding-left: 59px;
  }

  .sm\:pt-60px {
    padding-top: 60px;
  }

  .sm\:pr-60px {
    padding-right: 60px;
  }

  .sm\:pb-60px {
    padding-bottom: 60px;
  }

  .sm\:pl-60px {
    padding-left: 60px;
  }

  .sm\:pt-61px {
    padding-top: 61px;
  }

  .sm\:pr-61px {
    padding-right: 61px;
  }

  .sm\:pb-61px {
    padding-bottom: 61px;
  }

  .sm\:pl-61px {
    padding-left: 61px;
  }

  .sm\:pt-62px {
    padding-top: 62px;
  }

  .sm\:pr-62px {
    padding-right: 62px;
  }

  .sm\:pb-62px {
    padding-bottom: 62px;
  }

  .sm\:pl-62px {
    padding-left: 62px;
  }

  .sm\:pt-63px {
    padding-top: 63px;
  }

  .sm\:pr-63px {
    padding-right: 63px;
  }

  .sm\:pb-63px {
    padding-bottom: 63px;
  }

  .sm\:pl-63px {
    padding-left: 63px;
  }

  .sm\:pt-64px {
    padding-top: 64px;
  }

  .sm\:pr-64px {
    padding-right: 64px;
  }

  .sm\:pb-64px {
    padding-bottom: 64px;
  }

  .sm\:pl-64px {
    padding-left: 64px;
  }

  .sm\:pt-65px {
    padding-top: 65px;
  }

  .sm\:pr-65px {
    padding-right: 65px;
  }

  .sm\:pb-65px {
    padding-bottom: 65px;
  }

  .sm\:pl-65px {
    padding-left: 65px;
  }

  .sm\:pt-66px {
    padding-top: 66px;
  }

  .sm\:pr-66px {
    padding-right: 66px;
  }

  .sm\:pb-66px {
    padding-bottom: 66px;
  }

  .sm\:pl-66px {
    padding-left: 66px;
  }

  .sm\:pt-67px {
    padding-top: 67px;
  }

  .sm\:pr-67px {
    padding-right: 67px;
  }

  .sm\:pb-67px {
    padding-bottom: 67px;
  }

  .sm\:pl-67px {
    padding-left: 67px;
  }

  .sm\:pt-68px {
    padding-top: 68px;
  }

  .sm\:pr-68px {
    padding-right: 68px;
  }

  .sm\:pb-68px {
    padding-bottom: 68px;
  }

  .sm\:pl-68px {
    padding-left: 68px;
  }

  .sm\:pt-69px {
    padding-top: 69px;
  }

  .sm\:pr-69px {
    padding-right: 69px;
  }

  .sm\:pb-69px {
    padding-bottom: 69px;
  }

  .sm\:pl-69px {
    padding-left: 69px;
  }

  .sm\:pt-70px {
    padding-top: 70px;
  }

  .sm\:pr-70px {
    padding-right: 70px;
  }

  .sm\:pb-70px {
    padding-bottom: 70px;
  }

  .sm\:pl-70px {
    padding-left: 70px;
  }

  .sm\:pt-71px {
    padding-top: 71px;
  }

  .sm\:pr-71px {
    padding-right: 71px;
  }

  .sm\:pb-71px {
    padding-bottom: 71px;
  }

  .sm\:pl-71px {
    padding-left: 71px;
  }

  .sm\:pt-72px {
    padding-top: 72px;
  }

  .sm\:pr-72px {
    padding-right: 72px;
  }

  .sm\:pb-72px {
    padding-bottom: 72px;
  }

  .sm\:pl-72px {
    padding-left: 72px;
  }

  .sm\:pt-73px {
    padding-top: 73px;
  }

  .sm\:pr-73px {
    padding-right: 73px;
  }

  .sm\:pb-73px {
    padding-bottom: 73px;
  }

  .sm\:pl-73px {
    padding-left: 73px;
  }

  .sm\:pt-74px {
    padding-top: 74px;
  }

  .sm\:pr-74px {
    padding-right: 74px;
  }

  .sm\:pb-74px {
    padding-bottom: 74px;
  }

  .sm\:pl-74px {
    padding-left: 74px;
  }

  .sm\:pt-75px {
    padding-top: 75px;
  }

  .sm\:pr-75px {
    padding-right: 75px;
  }

  .sm\:pb-75px {
    padding-bottom: 75px;
  }

  .sm\:pl-75px {
    padding-left: 75px;
  }

  .sm\:pt-76px {
    padding-top: 76px;
  }

  .sm\:pr-76px {
    padding-right: 76px;
  }

  .sm\:pb-76px {
    padding-bottom: 76px;
  }

  .sm\:pl-76px {
    padding-left: 76px;
  }

  .sm\:pt-77px {
    padding-top: 77px;
  }

  .sm\:pr-77px {
    padding-right: 77px;
  }

  .sm\:pb-77px {
    padding-bottom: 77px;
  }

  .sm\:pl-77px {
    padding-left: 77px;
  }

  .sm\:pt-78px {
    padding-top: 78px;
  }

  .sm\:pr-78px {
    padding-right: 78px;
  }

  .sm\:pb-78px {
    padding-bottom: 78px;
  }

  .sm\:pl-78px {
    padding-left: 78px;
  }

  .sm\:pt-79px {
    padding-top: 79px;
  }

  .sm\:pr-79px {
    padding-right: 79px;
  }

  .sm\:pb-79px {
    padding-bottom: 79px;
  }

  .sm\:pl-79px {
    padding-left: 79px;
  }

  .sm\:pt-80px {
    padding-top: 80px;
  }

  .sm\:pr-80px {
    padding-right: 80px;
  }

  .sm\:pb-80px {
    padding-bottom: 80px;
  }

  .sm\:pl-80px {
    padding-left: 80px;
  }

  .sm\:pt-81px {
    padding-top: 81px;
  }

  .sm\:pr-81px {
    padding-right: 81px;
  }

  .sm\:pb-81px {
    padding-bottom: 81px;
  }

  .sm\:pl-81px {
    padding-left: 81px;
  }

  .sm\:pt-82px {
    padding-top: 82px;
  }

  .sm\:pr-82px {
    padding-right: 82px;
  }

  .sm\:pb-82px {
    padding-bottom: 82px;
  }

  .sm\:pl-82px {
    padding-left: 82px;
  }

  .sm\:pt-83px {
    padding-top: 83px;
  }

  .sm\:pr-83px {
    padding-right: 83px;
  }

  .sm\:pb-83px {
    padding-bottom: 83px;
  }

  .sm\:pl-83px {
    padding-left: 83px;
  }

  .sm\:pt-84px {
    padding-top: 84px;
  }

  .sm\:pr-84px {
    padding-right: 84px;
  }

  .sm\:pb-84px {
    padding-bottom: 84px;
  }

  .sm\:pl-84px {
    padding-left: 84px;
  }

  .sm\:pt-85px {
    padding-top: 85px;
  }

  .sm\:pr-85px {
    padding-right: 85px;
  }

  .sm\:pb-85px {
    padding-bottom: 85px;
  }

  .sm\:pl-85px {
    padding-left: 85px;
  }

  .sm\:pt-86px {
    padding-top: 86px;
  }

  .sm\:pr-86px {
    padding-right: 86px;
  }

  .sm\:pb-86px {
    padding-bottom: 86px;
  }

  .sm\:pl-86px {
    padding-left: 86px;
  }

  .sm\:pt-87px {
    padding-top: 87px;
  }

  .sm\:pr-87px {
    padding-right: 87px;
  }

  .sm\:pb-87px {
    padding-bottom: 87px;
  }

  .sm\:pl-87px {
    padding-left: 87px;
  }

  .sm\:pt-88px {
    padding-top: 88px;
  }

  .sm\:pr-88px {
    padding-right: 88px;
  }

  .sm\:pb-88px {
    padding-bottom: 88px;
  }

  .sm\:pl-88px {
    padding-left: 88px;
  }

  .sm\:pt-89px {
    padding-top: 89px;
  }

  .sm\:pr-89px {
    padding-right: 89px;
  }

  .sm\:pb-89px {
    padding-bottom: 89px;
  }

  .sm\:pl-89px {
    padding-left: 89px;
  }

  .sm\:pt-90px {
    padding-top: 90px;
  }

  .sm\:pr-90px {
    padding-right: 90px;
  }

  .sm\:pb-90px {
    padding-bottom: 90px;
  }

  .sm\:pl-90px {
    padding-left: 90px;
  }

  .sm\:pt-91px {
    padding-top: 91px;
  }

  .sm\:pr-91px {
    padding-right: 91px;
  }

  .sm\:pb-91px {
    padding-bottom: 91px;
  }

  .sm\:pl-91px {
    padding-left: 91px;
  }

  .sm\:pt-92px {
    padding-top: 92px;
  }

  .sm\:pr-92px {
    padding-right: 92px;
  }

  .sm\:pb-92px {
    padding-bottom: 92px;
  }

  .sm\:pl-92px {
    padding-left: 92px;
  }

  .sm\:pt-93px {
    padding-top: 93px;
  }

  .sm\:pr-93px {
    padding-right: 93px;
  }

  .sm\:pb-93px {
    padding-bottom: 93px;
  }

  .sm\:pl-93px {
    padding-left: 93px;
  }

  .sm\:pt-94px {
    padding-top: 94px;
  }

  .sm\:pr-94px {
    padding-right: 94px;
  }

  .sm\:pb-94px {
    padding-bottom: 94px;
  }

  .sm\:pl-94px {
    padding-left: 94px;
  }

  .sm\:pt-95px {
    padding-top: 95px;
  }

  .sm\:pr-95px {
    padding-right: 95px;
  }

  .sm\:pb-95px {
    padding-bottom: 95px;
  }

  .sm\:pl-95px {
    padding-left: 95px;
  }

  .sm\:pt-96px {
    padding-top: 96px;
  }

  .sm\:pr-96px {
    padding-right: 96px;
  }

  .sm\:pb-96px {
    padding-bottom: 96px;
  }

  .sm\:pl-96px {
    padding-left: 96px;
  }

  .sm\:pt-97px {
    padding-top: 97px;
  }

  .sm\:pr-97px {
    padding-right: 97px;
  }

  .sm\:pb-97px {
    padding-bottom: 97px;
  }

  .sm\:pl-97px {
    padding-left: 97px;
  }

  .sm\:pt-98px {
    padding-top: 98px;
  }

  .sm\:pr-98px {
    padding-right: 98px;
  }

  .sm\:pb-98px {
    padding-bottom: 98px;
  }

  .sm\:pl-98px {
    padding-left: 98px;
  }

  .sm\:pt-99px {
    padding-top: 99px;
  }

  .sm\:pr-99px {
    padding-right: 99px;
  }

  .sm\:pb-99px {
    padding-bottom: 99px;
  }

  .sm\:pl-99px {
    padding-left: 99px;
  }

  .sm\:pt-100px {
    padding-top: 100px;
  }

  .sm\:pr-100px {
    padding-right: 100px;
  }

  .sm\:pb-100px {
    padding-bottom: 100px;
  }

  .sm\:pl-100px {
    padding-left: 100px;
  }

  .sm\:pt-101px {
    padding-top: 101px;
  }

  .sm\:pr-101px {
    padding-right: 101px;
  }

  .sm\:pb-101px {
    padding-bottom: 101px;
  }

  .sm\:pl-101px {
    padding-left: 101px;
  }

  .sm\:pt-102px {
    padding-top: 102px;
  }

  .sm\:pr-102px {
    padding-right: 102px;
  }

  .sm\:pb-102px {
    padding-bottom: 102px;
  }

  .sm\:pl-102px {
    padding-left: 102px;
  }

  .sm\:pt-103px {
    padding-top: 103px;
  }

  .sm\:pr-103px {
    padding-right: 103px;
  }

  .sm\:pb-103px {
    padding-bottom: 103px;
  }

  .sm\:pl-103px {
    padding-left: 103px;
  }

  .sm\:pt-104px {
    padding-top: 104px;
  }

  .sm\:pr-104px {
    padding-right: 104px;
  }

  .sm\:pb-104px {
    padding-bottom: 104px;
  }

  .sm\:pl-104px {
    padding-left: 104px;
  }

  .sm\:pt-105px {
    padding-top: 105px;
  }

  .sm\:pr-105px {
    padding-right: 105px;
  }

  .sm\:pb-105px {
    padding-bottom: 105px;
  }

  .sm\:pl-105px {
    padding-left: 105px;
  }

  .sm\:pt-106px {
    padding-top: 106px;
  }

  .sm\:pr-106px {
    padding-right: 106px;
  }

  .sm\:pb-106px {
    padding-bottom: 106px;
  }

  .sm\:pl-106px {
    padding-left: 106px;
  }

  .sm\:pt-107px {
    padding-top: 107px;
  }

  .sm\:pr-107px {
    padding-right: 107px;
  }

  .sm\:pb-107px {
    padding-bottom: 107px;
  }

  .sm\:pl-107px {
    padding-left: 107px;
  }

  .sm\:pt-108px {
    padding-top: 108px;
  }

  .sm\:pr-108px {
    padding-right: 108px;
  }

  .sm\:pb-108px {
    padding-bottom: 108px;
  }

  .sm\:pl-108px {
    padding-left: 108px;
  }

  .sm\:pt-109px {
    padding-top: 109px;
  }

  .sm\:pr-109px {
    padding-right: 109px;
  }

  .sm\:pb-109px {
    padding-bottom: 109px;
  }

  .sm\:pl-109px {
    padding-left: 109px;
  }

  .sm\:pt-110px {
    padding-top: 110px;
  }

  .sm\:pr-110px {
    padding-right: 110px;
  }

  .sm\:pb-110px {
    padding-bottom: 110px;
  }

  .sm\:pl-110px {
    padding-left: 110px;
  }

  .sm\:pt-111px {
    padding-top: 111px;
  }

  .sm\:pr-111px {
    padding-right: 111px;
  }

  .sm\:pb-111px {
    padding-bottom: 111px;
  }

  .sm\:pl-111px {
    padding-left: 111px;
  }

  .sm\:pt-112px {
    padding-top: 112px;
  }

  .sm\:pr-112px {
    padding-right: 112px;
  }

  .sm\:pb-112px {
    padding-bottom: 112px;
  }

  .sm\:pl-112px {
    padding-left: 112px;
  }

  .sm\:pt-113px {
    padding-top: 113px;
  }

  .sm\:pr-113px {
    padding-right: 113px;
  }

  .sm\:pb-113px {
    padding-bottom: 113px;
  }

  .sm\:pl-113px {
    padding-left: 113px;
  }

  .sm\:pt-114px {
    padding-top: 114px;
  }

  .sm\:pr-114px {
    padding-right: 114px;
  }

  .sm\:pb-114px {
    padding-bottom: 114px;
  }

  .sm\:pl-114px {
    padding-left: 114px;
  }

  .sm\:pt-115px {
    padding-top: 115px;
  }

  .sm\:pr-115px {
    padding-right: 115px;
  }

  .sm\:pb-115px {
    padding-bottom: 115px;
  }

  .sm\:pl-115px {
    padding-left: 115px;
  }

  .sm\:pt-116px {
    padding-top: 116px;
  }

  .sm\:pr-116px {
    padding-right: 116px;
  }

  .sm\:pb-116px {
    padding-bottom: 116px;
  }

  .sm\:pl-116px {
    padding-left: 116px;
  }

  .sm\:pt-117px {
    padding-top: 117px;
  }

  .sm\:pr-117px {
    padding-right: 117px;
  }

  .sm\:pb-117px {
    padding-bottom: 117px;
  }

  .sm\:pl-117px {
    padding-left: 117px;
  }

  .sm\:pt-118px {
    padding-top: 118px;
  }

  .sm\:pr-118px {
    padding-right: 118px;
  }

  .sm\:pb-118px {
    padding-bottom: 118px;
  }

  .sm\:pl-118px {
    padding-left: 118px;
  }

  .sm\:pt-119px {
    padding-top: 119px;
  }

  .sm\:pr-119px {
    padding-right: 119px;
  }

  .sm\:pb-119px {
    padding-bottom: 119px;
  }

  .sm\:pl-119px {
    padding-left: 119px;
  }

  .sm\:pt-120px {
    padding-top: 120px;
  }

  .sm\:pr-120px {
    padding-right: 120px;
  }

  .sm\:pb-120px {
    padding-bottom: 120px;
  }

  .sm\:pl-120px {
    padding-left: 120px;
  }

  .sm\:pt-121px {
    padding-top: 121px;
  }

  .sm\:pr-121px {
    padding-right: 121px;
  }

  .sm\:pb-121px {
    padding-bottom: 121px;
  }

  .sm\:pl-121px {
    padding-left: 121px;
  }

  .sm\:pt-122px {
    padding-top: 122px;
  }

  .sm\:pr-122px {
    padding-right: 122px;
  }

  .sm\:pb-122px {
    padding-bottom: 122px;
  }

  .sm\:pl-122px {
    padding-left: 122px;
  }

  .sm\:pt-123px {
    padding-top: 123px;
  }

  .sm\:pr-123px {
    padding-right: 123px;
  }

  .sm\:pb-123px {
    padding-bottom: 123px;
  }

  .sm\:pl-123px {
    padding-left: 123px;
  }

  .sm\:pt-124px {
    padding-top: 124px;
  }

  .sm\:pr-124px {
    padding-right: 124px;
  }

  .sm\:pb-124px {
    padding-bottom: 124px;
  }

  .sm\:pl-124px {
    padding-left: 124px;
  }

  .sm\:pt-125px {
    padding-top: 125px;
  }

  .sm\:pr-125px {
    padding-right: 125px;
  }

  .sm\:pb-125px {
    padding-bottom: 125px;
  }

  .sm\:pl-125px {
    padding-left: 125px;
  }

  .sm\:pt-126px {
    padding-top: 126px;
  }

  .sm\:pr-126px {
    padding-right: 126px;
  }

  .sm\:pb-126px {
    padding-bottom: 126px;
  }

  .sm\:pl-126px {
    padding-left: 126px;
  }

  .sm\:pt-127px {
    padding-top: 127px;
  }

  .sm\:pr-127px {
    padding-right: 127px;
  }

  .sm\:pb-127px {
    padding-bottom: 127px;
  }

  .sm\:pl-127px {
    padding-left: 127px;
  }

  .sm\:pt-128px {
    padding-top: 128px;
  }

  .sm\:pr-128px {
    padding-right: 128px;
  }

  .sm\:pb-128px {
    padding-bottom: 128px;
  }

  .sm\:pl-128px {
    padding-left: 128px;
  }

  .sm\:pt-129px {
    padding-top: 129px;
  }

  .sm\:pr-129px {
    padding-right: 129px;
  }

  .sm\:pb-129px {
    padding-bottom: 129px;
  }

  .sm\:pl-129px {
    padding-left: 129px;
  }

  .sm\:pt-130px {
    padding-top: 130px;
  }

  .sm\:pr-130px {
    padding-right: 130px;
  }

  .sm\:pb-130px {
    padding-bottom: 130px;
  }

  .sm\:pl-130px {
    padding-left: 130px;
  }

  .sm\:pt-133px {
    padding-top: 133px;
  }

  .sm\:pr-133px {
    padding-right: 133px;
  }

  .sm\:pb-133px {
    padding-bottom: 133px;
  }

  .sm\:pl-133px {
    padding-left: 133px;
  }

  .sm\:pt-140px {
    padding-top: 140px;
  }

  .sm\:pr-140px {
    padding-right: 140px;
  }

  .sm\:pb-140px {
    padding-bottom: 140px;
  }

  .sm\:pl-140px {
    padding-left: 140px;
  }

  .sm\:pt-195px {
    padding-top: 195px;
  }

  .sm\:pr-195px {
    padding-right: 195px;
  }

  .sm\:pb-195px {
    padding-bottom: 195px;
  }

  .sm\:pl-195px {
    padding-left: 195px;
  }

  .sm\:pt-200px {
    padding-top: 200px;
  }

  .sm\:pr-200px {
    padding-right: 200px;
  }

  .sm\:pb-200px {
    padding-bottom: 200px;
  }

  .sm\:pl-200px {
    padding-left: 200px;
  }

  .sm\:pt-210px {
    padding-top: 210px;
  }

  .sm\:pr-210px {
    padding-right: 210px;
  }

  .sm\:pb-210px {
    padding-bottom: 210px;
  }

  .sm\:pl-210px {
    padding-left: 210px;
  }

  .sm\:pt-222px {
    padding-top: 222px;
  }

  .sm\:pr-222px {
    padding-right: 222px;
  }

  .sm\:pb-222px {
    padding-bottom: 222px;
  }

  .sm\:pl-222px {
    padding-left: 222px;
  }

  .sm\:pt-258px {
    padding-top: 258px;
  }

  .sm\:pr-258px {
    padding-right: 258px;
  }

  .sm\:pb-258px {
    padding-bottom: 258px;
  }

  .sm\:pl-258px {
    padding-left: 258px;
  }

  .sm\:pt-280px {
    padding-top: 280px;
  }

  .sm\:pr-280px {
    padding-right: 280px;
  }

  .sm\:pb-280px {
    padding-bottom: 280px;
  }

  .sm\:pl-280px {
    padding-left: 280px;
  }

  .sm\:pt-334px {
    padding-top: 334px;
  }

  .sm\:pr-334px {
    padding-right: 334px;
  }

  .sm\:pb-334px {
    padding-bottom: 334px;
  }

  .sm\:pl-334px {
    padding-left: 334px;
  }

  .sm\:pt-388px {
    padding-top: 388px;
  }

  .sm\:pr-388px {
    padding-right: 388px;
  }

  .sm\:pb-388px {
    padding-bottom: 388px;
  }

  .sm\:pl-388px {
    padding-left: 388px;
  }

  .sm\:pt-480px {
    padding-top: 480px;
  }

  .sm\:pr-480px {
    padding-right: 480px;
  }

  .sm\:pb-480px {
    padding-bottom: 480px;
  }

  .sm\:pl-480px {
    padding-left: 480px;
  }

  .sm\:pt-490px {
    padding-top: 490px;
  }

  .sm\:pr-490px {
    padding-right: 490px;
  }

  .sm\:pb-490px {
    padding-bottom: 490px;
  }

  .sm\:pl-490px {
    padding-left: 490px;
  }

  .sm\:pt-505px {
    padding-top: 505px;
  }

  .sm\:pr-505px {
    padding-right: 505px;
  }

  .sm\:pb-505px {
    padding-bottom: 505px;
  }

  .sm\:pl-505px {
    padding-left: 505px;
  }

  .sm\:pt-507px {
    padding-top: 507px;
  }

  .sm\:pr-507px {
    padding-right: 507px;
  }

  .sm\:pb-507px {
    padding-bottom: 507px;
  }

  .sm\:pl-507px {
    padding-left: 507px;
  }

  .sm\:pt-760px {
    padding-top: 760px;
  }

  .sm\:pr-760px {
    padding-right: 760px;
  }

  .sm\:pb-760px {
    padding-bottom: 760px;
  }

  .sm\:pl-760px {
    padding-left: 760px;
  }

  .sm\:pt-780px {
    padding-top: 780px;
  }

  .sm\:pr-780px {
    padding-right: 780px;
  }

  .sm\:pb-780px {
    padding-bottom: 780px;
  }

  .sm\:pl-780px {
    padding-left: 780px;
  }

  .sm\:pt-980px {
    padding-top: 980px;
  }

  .sm\:pr-980px {
    padding-right: 980px;
  }

  .sm\:pb-980px {
    padding-bottom: 980px;
  }

  .sm\:pl-980px {
    padding-left: 980px;
  }

  .sm\:pt-1366px {
    padding-top: 1366px;
  }

  .sm\:pr-1366px {
    padding-right: 1366px;
  }

  .sm\:pb-1366px {
    padding-bottom: 1366px;
  }

  .sm\:pl-1366px {
    padding-left: 1366px;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .sm\:placeholder-current::placeholder {
    color: currentColor;
  }

  .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:-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-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-main-bg:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-main-bg::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-main-bg-2:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-main-bg-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-main-bg-3:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-main-bg-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-web-logo-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-web-logo-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-public-logo-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-public-logo-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-button-primary-pink:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-button-primary-pink::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-button-secondary-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-button-secondary-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-link-text-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-link-text-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sub-text-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sub-text-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-body-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-body-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-copyright-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-copyright-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-breadcrumb-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-breadcrumb-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-dark-text-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-dark-text-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-background-black-a:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-background-black-a::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-background-black-b:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-background-black-b::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-background-black-c:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-background-black-c::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-background-black-d:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-background-black-d::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-product-detail-body-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-product-detail-body-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-primary-pink:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-primary-pink::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-footer-divide-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-footer-divide-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-detail-text-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-detail-text-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-detail-desc-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-detail-desc-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-border-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-border-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .sm\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .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: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-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-main-bg:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-main-bg:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-main-bg-2:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-main-bg-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-main-bg-3:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-main-bg-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-web-logo-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-web-logo-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-public-logo-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-public-logo-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-button-primary-pink:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-button-primary-pink:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-button-secondary-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-button-secondary-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-link-text-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-link-text-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sub-text-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sub-text-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-body-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-body-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-copyright-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-copyright-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-breadcrumb-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-breadcrumb-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-dark-text-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-dark-text-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-background-black-a:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-background-black-a:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-background-black-b:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-background-black-b:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-background-black-c:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-background-black-c:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-background-black-d:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-background-black-d:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-product-detail-body-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-product-detail-body-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-primary-pink:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-primary-pink:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-footer-divide-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-footer-divide-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-detail-text-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-detail-text-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-detail-desc-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-detail-desc-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-border-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-border-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:inset-1px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:inset-2px {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .sm\:inset-3px {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .sm\:inset-4px {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .sm\:inset-5px {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .sm\:inset-6px {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .sm\:inset-7px {
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .sm\:inset-8px {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .sm\:inset-9px {
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px;
  }

  .sm\:inset-10px {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .sm\:inset-11px {
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .sm\:inset-12px {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .sm\:inset-13px {
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .sm\:inset-14px {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .sm\:inset-15px {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .sm\:inset-16px {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .sm\:inset-17px {
    top: 17px;
    right: 17px;
    bottom: 17px;
    left: 17px;
  }

  .sm\:inset-18px {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .sm\:inset-19px {
    top: 19px;
    right: 19px;
    bottom: 19px;
    left: 19px;
  }

  .sm\:inset-20px {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .sm\:inset-21px {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .sm\:inset-22px {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .sm\:inset-23px {
    top: 23px;
    right: 23px;
    bottom: 23px;
    left: 23px;
  }

  .sm\:inset-24px {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .sm\:inset-25px {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .sm\:inset-26px {
    top: 26px;
    right: 26px;
    bottom: 26px;
    left: 26px;
  }

  .sm\:inset-27px {
    top: 27px;
    right: 27px;
    bottom: 27px;
    left: 27px;
  }

  .sm\:inset-28px {
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .sm\:inset-29px {
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .sm\:inset-30px {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .sm\:inset-31px {
    top: 31px;
    right: 31px;
    bottom: 31px;
    left: 31px;
  }

  .sm\:inset-32px {
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .sm\:inset-33px {
    top: 33px;
    right: 33px;
    bottom: 33px;
    left: 33px;
  }

  .sm\:inset-34px {
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .sm\:inset-35px {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .sm\:inset-36px {
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .sm\:inset-37px {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .sm\:inset-38px {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .sm\:inset-39px {
    top: 39px;
    right: 39px;
    bottom: 39px;
    left: 39px;
  }

  .sm\:inset-40px {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .sm\:inset-41px {
    top: 41px;
    right: 41px;
    bottom: 41px;
    left: 41px;
  }

  .sm\:inset-42px {
    top: 42px;
    right: 42px;
    bottom: 42px;
    left: 42px;
  }

  .sm\:inset-43px {
    top: 43px;
    right: 43px;
    bottom: 43px;
    left: 43px;
  }

  .sm\:inset-44px {
    top: 44px;
    right: 44px;
    bottom: 44px;
    left: 44px;
  }

  .sm\:inset-45px {
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .sm\:inset-46px {
    top: 46px;
    right: 46px;
    bottom: 46px;
    left: 46px;
  }

  .sm\:inset-47px {
    top: 47px;
    right: 47px;
    bottom: 47px;
    left: 47px;
  }

  .sm\:inset-48px {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .sm\:inset-49px {
    top: 49px;
    right: 49px;
    bottom: 49px;
    left: 49px;
  }

  .sm\:inset-50px {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .sm\:inset-51px {
    top: 51px;
    right: 51px;
    bottom: 51px;
    left: 51px;
  }

  .sm\:inset-52px {
    top: 52px;
    right: 52px;
    bottom: 52px;
    left: 52px;
  }

  .sm\:inset-53px {
    top: 53px;
    right: 53px;
    bottom: 53px;
    left: 53px;
  }

  .sm\:inset-54px {
    top: 54px;
    right: 54px;
    bottom: 54px;
    left: 54px;
  }

  .sm\:inset-55px {
    top: 55px;
    right: 55px;
    bottom: 55px;
    left: 55px;
  }

  .sm\:inset-56px {
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .sm\:inset-57px {
    top: 57px;
    right: 57px;
    bottom: 57px;
    left: 57px;
  }

  .sm\:inset-58px {
    top: 58px;
    right: 58px;
    bottom: 58px;
    left: 58px;
  }

  .sm\:inset-59px {
    top: 59px;
    right: 59px;
    bottom: 59px;
    left: 59px;
  }

  .sm\:inset-60px {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .sm\:inset-61px {
    top: 61px;
    right: 61px;
    bottom: 61px;
    left: 61px;
  }

  .sm\:inset-62px {
    top: 62px;
    right: 62px;
    bottom: 62px;
    left: 62px;
  }

  .sm\:inset-63px {
    top: 63px;
    right: 63px;
    bottom: 63px;
    left: 63px;
  }

  .sm\:inset-64px {
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .sm\:inset-65px {
    top: 65px;
    right: 65px;
    bottom: 65px;
    left: 65px;
  }

  .sm\:inset-66px {
    top: 66px;
    right: 66px;
    bottom: 66px;
    left: 66px;
  }

  .sm\:inset-67px {
    top: 67px;
    right: 67px;
    bottom: 67px;
    left: 67px;
  }

  .sm\:inset-68px {
    top: 68px;
    right: 68px;
    bottom: 68px;
    left: 68px;
  }

  .sm\:inset-69px {
    top: 69px;
    right: 69px;
    bottom: 69px;
    left: 69px;
  }

  .sm\:inset-70px {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .sm\:inset-71px {
    top: 71px;
    right: 71px;
    bottom: 71px;
    left: 71px;
  }

  .sm\:inset-72px {
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .sm\:inset-73px {
    top: 73px;
    right: 73px;
    bottom: 73px;
    left: 73px;
  }

  .sm\:inset-74px {
    top: 74px;
    right: 74px;
    bottom: 74px;
    left: 74px;
  }

  .sm\:inset-75px {
    top: 75px;
    right: 75px;
    bottom: 75px;
    left: 75px;
  }

  .sm\:inset-76px {
    top: 76px;
    right: 76px;
    bottom: 76px;
    left: 76px;
  }

  .sm\:inset-77px {
    top: 77px;
    right: 77px;
    bottom: 77px;
    left: 77px;
  }

  .sm\:inset-78px {
    top: 78px;
    right: 78px;
    bottom: 78px;
    left: 78px;
  }

  .sm\:inset-79px {
    top: 79px;
    right: 79px;
    bottom: 79px;
    left: 79px;
  }

  .sm\:inset-80px {
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .sm\:inset-81px {
    top: 81px;
    right: 81px;
    bottom: 81px;
    left: 81px;
  }

  .sm\:inset-82px {
    top: 82px;
    right: 82px;
    bottom: 82px;
    left: 82px;
  }

  .sm\:inset-83px {
    top: 83px;
    right: 83px;
    bottom: 83px;
    left: 83px;
  }

  .sm\:inset-84px {
    top: 84px;
    right: 84px;
    bottom: 84px;
    left: 84px;
  }

  .sm\:inset-85px {
    top: 85px;
    right: 85px;
    bottom: 85px;
    left: 85px;
  }

  .sm\:inset-86px {
    top: 86px;
    right: 86px;
    bottom: 86px;
    left: 86px;
  }

  .sm\:inset-87px {
    top: 87px;
    right: 87px;
    bottom: 87px;
    left: 87px;
  }

  .sm\:inset-88px {
    top: 88px;
    right: 88px;
    bottom: 88px;
    left: 88px;
  }

  .sm\:inset-89px {
    top: 89px;
    right: 89px;
    bottom: 89px;
    left: 89px;
  }

  .sm\:inset-90px {
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .sm\:inset-91px {
    top: 91px;
    right: 91px;
    bottom: 91px;
    left: 91px;
  }

  .sm\:inset-92px {
    top: 92px;
    right: 92px;
    bottom: 92px;
    left: 92px;
  }

  .sm\:inset-93px {
    top: 93px;
    right: 93px;
    bottom: 93px;
    left: 93px;
  }

  .sm\:inset-94px {
    top: 94px;
    right: 94px;
    bottom: 94px;
    left: 94px;
  }

  .sm\:inset-95px {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .sm\:inset-96px {
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px;
  }

  .sm\:inset-97px {
    top: 97px;
    right: 97px;
    bottom: 97px;
    left: 97px;
  }

  .sm\:inset-98px {
    top: 98px;
    right: 98px;
    bottom: 98px;
    left: 98px;
  }

  .sm\:inset-99px {
    top: 99px;
    right: 99px;
    bottom: 99px;
    left: 99px;
  }

  .sm\:inset-100px {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .sm\:inset-101px {
    top: 101px;
    right: 101px;
    bottom: 101px;
    left: 101px;
  }

  .sm\:inset-102px {
    top: 102px;
    right: 102px;
    bottom: 102px;
    left: 102px;
  }

  .sm\:inset-103px {
    top: 103px;
    right: 103px;
    bottom: 103px;
    left: 103px;
  }

  .sm\:inset-104px {
    top: 104px;
    right: 104px;
    bottom: 104px;
    left: 104px;
  }

  .sm\:inset-105px {
    top: 105px;
    right: 105px;
    bottom: 105px;
    left: 105px;
  }

  .sm\:inset-106px {
    top: 106px;
    right: 106px;
    bottom: 106px;
    left: 106px;
  }

  .sm\:inset-107px {
    top: 107px;
    right: 107px;
    bottom: 107px;
    left: 107px;
  }

  .sm\:inset-108px {
    top: 108px;
    right: 108px;
    bottom: 108px;
    left: 108px;
  }

  .sm\:inset-109px {
    top: 109px;
    right: 109px;
    bottom: 109px;
    left: 109px;
  }

  .sm\:inset-110px {
    top: 110px;
    right: 110px;
    bottom: 110px;
    left: 110px;
  }

  .sm\:inset-111px {
    top: 111px;
    right: 111px;
    bottom: 111px;
    left: 111px;
  }

  .sm\:inset-112px {
    top: 112px;
    right: 112px;
    bottom: 112px;
    left: 112px;
  }

  .sm\:inset-113px {
    top: 113px;
    right: 113px;
    bottom: 113px;
    left: 113px;
  }

  .sm\:inset-114px {
    top: 114px;
    right: 114px;
    bottom: 114px;
    left: 114px;
  }

  .sm\:inset-115px {
    top: 115px;
    right: 115px;
    bottom: 115px;
    left: 115px;
  }

  .sm\:inset-116px {
    top: 116px;
    right: 116px;
    bottom: 116px;
    left: 116px;
  }

  .sm\:inset-117px {
    top: 117px;
    right: 117px;
    bottom: 117px;
    left: 117px;
  }

  .sm\:inset-118px {
    top: 118px;
    right: 118px;
    bottom: 118px;
    left: 118px;
  }

  .sm\:inset-119px {
    top: 119px;
    right: 119px;
    bottom: 119px;
    left: 119px;
  }

  .sm\:inset-120px {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .sm\:inset-121px {
    top: 121px;
    right: 121px;
    bottom: 121px;
    left: 121px;
  }

  .sm\:inset-122px {
    top: 122px;
    right: 122px;
    bottom: 122px;
    left: 122px;
  }

  .sm\:inset-123px {
    top: 123px;
    right: 123px;
    bottom: 123px;
    left: 123px;
  }

  .sm\:inset-124px {
    top: 124px;
    right: 124px;
    bottom: 124px;
    left: 124px;
  }

  .sm\:inset-125px {
    top: 125px;
    right: 125px;
    bottom: 125px;
    left: 125px;
  }

  .sm\:inset-126px {
    top: 126px;
    right: 126px;
    bottom: 126px;
    left: 126px;
  }

  .sm\:inset-127px {
    top: 127px;
    right: 127px;
    bottom: 127px;
    left: 127px;
  }

  .sm\:inset-128px {
    top: 128px;
    right: 128px;
    bottom: 128px;
    left: 128px;
  }

  .sm\:inset-129px {
    top: 129px;
    right: 129px;
    bottom: 129px;
    left: 129px;
  }

  .sm\:inset-130px {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .sm\:inset-133px {
    top: 133px;
    right: 133px;
    bottom: 133px;
    left: 133px;
  }

  .sm\:inset-140px {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .sm\:inset-195px {
    top: 195px;
    right: 195px;
    bottom: 195px;
    left: 195px;
  }

  .sm\:inset-200px {
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .sm\:inset-210px {
    top: 210px;
    right: 210px;
    bottom: 210px;
    left: 210px;
  }

  .sm\:inset-222px {
    top: 222px;
    right: 222px;
    bottom: 222px;
    left: 222px;
  }

  .sm\:inset-258px {
    top: 258px;
    right: 258px;
    bottom: 258px;
    left: 258px;
  }

  .sm\:inset-280px {
    top: 280px;
    right: 280px;
    bottom: 280px;
    left: 280px;
  }

  .sm\:inset-334px {
    top: 334px;
    right: 334px;
    bottom: 334px;
    left: 334px;
  }

  .sm\:inset-388px {
    top: 388px;
    right: 388px;
    bottom: 388px;
    left: 388px;
  }

  .sm\:inset-480px {
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .sm\:inset-490px {
    top: 490px;
    right: 490px;
    bottom: 490px;
    left: 490px;
  }

  .sm\:inset-505px {
    top: 505px;
    right: 505px;
    bottom: 505px;
    left: 505px;
  }

  .sm\:inset-507px {
    top: 507px;
    right: 507px;
    bottom: 507px;
    left: 507px;
  }

  .sm\:inset-760px {
    top: 760px;
    right: 760px;
    bottom: 760px;
    left: 760px;
  }

  .sm\:inset-780px {
    top: 780px;
    right: 780px;
    bottom: 780px;
    left: 780px;
  }

  .sm\:inset-980px {
    top: 980px;
    right: 980px;
    bottom: 980px;
    left: 980px;
  }

  .sm\:inset-1366px {
    top: 1366px;
    right: 1366px;
    bottom: 1366px;
    left: 1366px;
  }

  .sm\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:-inset-1px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:-inset-2px {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .sm\:-inset-3px {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .sm\:-inset-4px {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .sm\:-inset-5px {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .sm\:-inset-6px {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }

  .sm\:-inset-7px {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .sm\:-inset-8px {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .sm\:-inset-9px {
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px;
  }

  .sm\:-inset-10px {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .sm\:-inset-11px {
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .sm\:-inset-12px {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .sm\:-inset-13px {
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .sm\:-inset-14px {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .sm\:-inset-15px {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .sm\:-inset-16px {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .sm\:-inset-17px {
    top: -17px;
    right: -17px;
    bottom: -17px;
    left: -17px;
  }

  .sm\:-inset-18px {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .sm\:-inset-19px {
    top: -19px;
    right: -19px;
    bottom: -19px;
    left: -19px;
  }

  .sm\:-inset-20px {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .sm\:-inset-21px {
    top: -21px;
    right: -21px;
    bottom: -21px;
    left: -21px;
  }

  .sm\:-inset-22px {
    top: -22px;
    right: -22px;
    bottom: -22px;
    left: -22px;
  }

  .sm\:-inset-23px {
    top: -23px;
    right: -23px;
    bottom: -23px;
    left: -23px;
  }

  .sm\:-inset-24px {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .sm\:-inset-25px {
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
  }

  .sm\:-inset-26px {
    top: -26px;
    right: -26px;
    bottom: -26px;
    left: -26px;
  }

  .sm\:-inset-27px {
    top: -27px;
    right: -27px;
    bottom: -27px;
    left: -27px;
  }

  .sm\:-inset-28px {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .sm\:-inset-29px {
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .sm\:-inset-30px {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .sm\:-inset-31px {
    top: -31px;
    right: -31px;
    bottom: -31px;
    left: -31px;
  }

  .sm\:-inset-32px {
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .sm\:-inset-33px {
    top: -33px;
    right: -33px;
    bottom: -33px;
    left: -33px;
  }

  .sm\:-inset-34px {
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .sm\:-inset-35px {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .sm\:-inset-36px {
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .sm\:-inset-37px {
    top: -37px;
    right: -37px;
    bottom: -37px;
    left: -37px;
  }

  .sm\:-inset-38px {
    top: -38px;
    right: -38px;
    bottom: -38px;
    left: -38px;
  }

  .sm\:-inset-39px {
    top: -39px;
    right: -39px;
    bottom: -39px;
    left: -39px;
  }

  .sm\:-inset-40px {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .sm\:-inset-41px {
    top: -41px;
    right: -41px;
    bottom: -41px;
    left: -41px;
  }

  .sm\:-inset-42px {
    top: -42px;
    right: -42px;
    bottom: -42px;
    left: -42px;
  }

  .sm\:-inset-43px {
    top: -43px;
    right: -43px;
    bottom: -43px;
    left: -43px;
  }

  .sm\:-inset-44px {
    top: -44px;
    right: -44px;
    bottom: -44px;
    left: -44px;
  }

  .sm\:-inset-45px {
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .sm\:-inset-46px {
    top: -46px;
    right: -46px;
    bottom: -46px;
    left: -46px;
  }

  .sm\:-inset-47px {
    top: -47px;
    right: -47px;
    bottom: -47px;
    left: -47px;
  }

  .sm\:-inset-48px {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .sm\:-inset-49px {
    top: -49px;
    right: -49px;
    bottom: -49px;
    left: -49px;
  }

  .sm\:-inset-50px {
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .sm\:-inset-51px {
    top: -51px;
    right: -51px;
    bottom: -51px;
    left: -51px;
  }

  .sm\:-inset-52px {
    top: -52px;
    right: -52px;
    bottom: -52px;
    left: -52px;
  }

  .sm\:-inset-53px {
    top: -53px;
    right: -53px;
    bottom: -53px;
    left: -53px;
  }

  .sm\:-inset-54px {
    top: -54px;
    right: -54px;
    bottom: -54px;
    left: -54px;
  }

  .sm\:-inset-55px {
    top: -55px;
    right: -55px;
    bottom: -55px;
    left: -55px;
  }

  .sm\:-inset-56px {
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .sm\:-inset-57px {
    top: -57px;
    right: -57px;
    bottom: -57px;
    left: -57px;
  }

  .sm\:-inset-58px {
    top: -58px;
    right: -58px;
    bottom: -58px;
    left: -58px;
  }

  .sm\:-inset-59px {
    top: -59px;
    right: -59px;
    bottom: -59px;
    left: -59px;
  }

  .sm\:-inset-60px {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .sm\:-inset-61px {
    top: -61px;
    right: -61px;
    bottom: -61px;
    left: -61px;
  }

  .sm\:-inset-62px {
    top: -62px;
    right: -62px;
    bottom: -62px;
    left: -62px;
  }

  .sm\:-inset-63px {
    top: -63px;
    right: -63px;
    bottom: -63px;
    left: -63px;
  }

  .sm\:-inset-64px {
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .sm\:-inset-65px {
    top: -65px;
    right: -65px;
    bottom: -65px;
    left: -65px;
  }

  .sm\:-inset-66px {
    top: -66px;
    right: -66px;
    bottom: -66px;
    left: -66px;
  }

  .sm\:-inset-67px {
    top: -67px;
    right: -67px;
    bottom: -67px;
    left: -67px;
  }

  .sm\:-inset-68px {
    top: -68px;
    right: -68px;
    bottom: -68px;
    left: -68px;
  }

  .sm\:-inset-69px {
    top: -69px;
    right: -69px;
    bottom: -69px;
    left: -69px;
  }

  .sm\:-inset-70px {
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .sm\:-inset-71px {
    top: -71px;
    right: -71px;
    bottom: -71px;
    left: -71px;
  }

  .sm\:-inset-72px {
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .sm\:-inset-73px {
    top: -73px;
    right: -73px;
    bottom: -73px;
    left: -73px;
  }

  .sm\:-inset-74px {
    top: -74px;
    right: -74px;
    bottom: -74px;
    left: -74px;
  }

  .sm\:-inset-75px {
    top: -75px;
    right: -75px;
    bottom: -75px;
    left: -75px;
  }

  .sm\:-inset-76px {
    top: -76px;
    right: -76px;
    bottom: -76px;
    left: -76px;
  }

  .sm\:-inset-77px {
    top: -77px;
    right: -77px;
    bottom: -77px;
    left: -77px;
  }

  .sm\:-inset-78px {
    top: -78px;
    right: -78px;
    bottom: -78px;
    left: -78px;
  }

  .sm\:-inset-79px {
    top: -79px;
    right: -79px;
    bottom: -79px;
    left: -79px;
  }

  .sm\:-inset-80px {
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .sm\:-inset-81px {
    top: -81px;
    right: -81px;
    bottom: -81px;
    left: -81px;
  }

  .sm\:-inset-82px {
    top: -82px;
    right: -82px;
    bottom: -82px;
    left: -82px;
  }

  .sm\:-inset-83px {
    top: -83px;
    right: -83px;
    bottom: -83px;
    left: -83px;
  }

  .sm\:-inset-84px {
    top: -84px;
    right: -84px;
    bottom: -84px;
    left: -84px;
  }

  .sm\:-inset-85px {
    top: -85px;
    right: -85px;
    bottom: -85px;
    left: -85px;
  }

  .sm\:-inset-86px {
    top: -86px;
    right: -86px;
    bottom: -86px;
    left: -86px;
  }

  .sm\:-inset-87px {
    top: -87px;
    right: -87px;
    bottom: -87px;
    left: -87px;
  }

  .sm\:-inset-88px {
    top: -88px;
    right: -88px;
    bottom: -88px;
    left: -88px;
  }

  .sm\:-inset-89px {
    top: -89px;
    right: -89px;
    bottom: -89px;
    left: -89px;
  }

  .sm\:-inset-90px {
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .sm\:-inset-91px {
    top: -91px;
    right: -91px;
    bottom: -91px;
    left: -91px;
  }

  .sm\:-inset-92px {
    top: -92px;
    right: -92px;
    bottom: -92px;
    left: -92px;
  }

  .sm\:-inset-93px {
    top: -93px;
    right: -93px;
    bottom: -93px;
    left: -93px;
  }

  .sm\:-inset-94px {
    top: -94px;
    right: -94px;
    bottom: -94px;
    left: -94px;
  }

  .sm\:-inset-95px {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .sm\:-inset-96px {
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px;
  }

  .sm\:-inset-97px {
    top: -97px;
    right: -97px;
    bottom: -97px;
    left: -97px;
  }

  .sm\:-inset-98px {
    top: -98px;
    right: -98px;
    bottom: -98px;
    left: -98px;
  }

  .sm\:-inset-99px {
    top: -99px;
    right: -99px;
    bottom: -99px;
    left: -99px;
  }

  .sm\:-inset-100px {
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .sm\:-inset-101px {
    top: -101px;
    right: -101px;
    bottom: -101px;
    left: -101px;
  }

  .sm\:-inset-102px {
    top: -102px;
    right: -102px;
    bottom: -102px;
    left: -102px;
  }

  .sm\:-inset-103px {
    top: -103px;
    right: -103px;
    bottom: -103px;
    left: -103px;
  }

  .sm\:-inset-104px {
    top: -104px;
    right: -104px;
    bottom: -104px;
    left: -104px;
  }

  .sm\:-inset-105px {
    top: -105px;
    right: -105px;
    bottom: -105px;
    left: -105px;
  }

  .sm\:-inset-106px {
    top: -106px;
    right: -106px;
    bottom: -106px;
    left: -106px;
  }

  .sm\:-inset-107px {
    top: -107px;
    right: -107px;
    bottom: -107px;
    left: -107px;
  }

  .sm\:-inset-108px {
    top: -108px;
    right: -108px;
    bottom: -108px;
    left: -108px;
  }

  .sm\:-inset-109px {
    top: -109px;
    right: -109px;
    bottom: -109px;
    left: -109px;
  }

  .sm\:-inset-110px {
    top: -110px;
    right: -110px;
    bottom: -110px;
    left: -110px;
  }

  .sm\:-inset-111px {
    top: -111px;
    right: -111px;
    bottom: -111px;
    left: -111px;
  }

  .sm\:-inset-112px {
    top: -112px;
    right: -112px;
    bottom: -112px;
    left: -112px;
  }

  .sm\:-inset-113px {
    top: -113px;
    right: -113px;
    bottom: -113px;
    left: -113px;
  }

  .sm\:-inset-114px {
    top: -114px;
    right: -114px;
    bottom: -114px;
    left: -114px;
  }

  .sm\:-inset-115px {
    top: -115px;
    right: -115px;
    bottom: -115px;
    left: -115px;
  }

  .sm\:-inset-116px {
    top: -116px;
    right: -116px;
    bottom: -116px;
    left: -116px;
  }

  .sm\:-inset-117px {
    top: -117px;
    right: -117px;
    bottom: -117px;
    left: -117px;
  }

  .sm\:-inset-118px {
    top: -118px;
    right: -118px;
    bottom: -118px;
    left: -118px;
  }

  .sm\:-inset-119px {
    top: -119px;
    right: -119px;
    bottom: -119px;
    left: -119px;
  }

  .sm\:-inset-120px {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .sm\:-inset-121px {
    top: -121px;
    right: -121px;
    bottom: -121px;
    left: -121px;
  }

  .sm\:-inset-122px {
    top: -122px;
    right: -122px;
    bottom: -122px;
    left: -122px;
  }

  .sm\:-inset-123px {
    top: -123px;
    right: -123px;
    bottom: -123px;
    left: -123px;
  }

  .sm\:-inset-124px {
    top: -124px;
    right: -124px;
    bottom: -124px;
    left: -124px;
  }

  .sm\:-inset-125px {
    top: -125px;
    right: -125px;
    bottom: -125px;
    left: -125px;
  }

  .sm\:-inset-126px {
    top: -126px;
    right: -126px;
    bottom: -126px;
    left: -126px;
  }

  .sm\:-inset-127px {
    top: -127px;
    right: -127px;
    bottom: -127px;
    left: -127px;
  }

  .sm\:-inset-128px {
    top: -128px;
    right: -128px;
    bottom: -128px;
    left: -128px;
  }

  .sm\:-inset-129px {
    top: -129px;
    right: -129px;
    bottom: -129px;
    left: -129px;
  }

  .sm\:-inset-130px {
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
  }

  .sm\:-inset-133px {
    top: -133px;
    right: -133px;
    bottom: -133px;
    left: -133px;
  }

  .sm\:-inset-140px {
    top: -140px;
    right: -140px;
    bottom: -140px;
    left: -140px;
  }

  .sm\:-inset-195px {
    top: -195px;
    right: -195px;
    bottom: -195px;
    left: -195px;
  }

  .sm\:-inset-200px {
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .sm\:-inset-210px {
    top: -210px;
    right: -210px;
    bottom: -210px;
    left: -210px;
  }

  .sm\:-inset-222px {
    top: -222px;
    right: -222px;
    bottom: -222px;
    left: -222px;
  }

  .sm\:-inset-258px {
    top: -258px;
    right: -258px;
    bottom: -258px;
    left: -258px;
  }

  .sm\:-inset-280px {
    top: -280px;
    right: -280px;
    bottom: -280px;
    left: -280px;
  }

  .sm\:-inset-334px {
    top: -334px;
    right: -334px;
    bottom: -334px;
    left: -334px;
  }

  .sm\:-inset-388px {
    top: -388px;
    right: -388px;
    bottom: -388px;
    left: -388px;
  }

  .sm\:-inset-480px {
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .sm\:-inset-490px {
    top: -490px;
    right: -490px;
    bottom: -490px;
    left: -490px;
  }

  .sm\:-inset-505px {
    top: -505px;
    right: -505px;
    bottom: -505px;
    left: -505px;
  }

  .sm\:-inset-507px {
    top: -507px;
    right: -507px;
    bottom: -507px;
    left: -507px;
  }

  .sm\:-inset-760px {
    top: -760px;
    right: -760px;
    bottom: -760px;
    left: -760px;
  }

  .sm\:-inset-780px {
    top: -780px;
    right: -780px;
    bottom: -780px;
    left: -780px;
  }

  .sm\:-inset-980px {
    top: -980px;
    right: -980px;
    bottom: -980px;
    left: -980px;
  }

  .sm\:-inset-1366px {
    top: -1366px;
    right: -1366px;
    bottom: -1366px;
    left: -1366px;
  }

  .sm\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm\:inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .sm\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .sm\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .sm\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .sm\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .sm\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .sm\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .sm\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .sm\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .sm\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .sm\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .sm\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .sm\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .sm\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .sm\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .sm\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .sm\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .sm\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .sm\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .sm\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .sm\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .sm\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .sm\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .sm\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .sm\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .sm\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .sm\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .sm\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .sm\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .sm\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .sm\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .sm\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .sm\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .sm\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .sm\:inset-y-1px {
    top: 1px;
    bottom: 1px;
  }

  .sm\:inset-x-1px {
    right: 1px;
    left: 1px;
  }

  .sm\:inset-y-2px {
    top: 2px;
    bottom: 2px;
  }

  .sm\:inset-x-2px {
    right: 2px;
    left: 2px;
  }

  .sm\:inset-y-3px {
    top: 3px;
    bottom: 3px;
  }

  .sm\:inset-x-3px {
    right: 3px;
    left: 3px;
  }

  .sm\:inset-y-4px {
    top: 4px;
    bottom: 4px;
  }

  .sm\:inset-x-4px {
    right: 4px;
    left: 4px;
  }

  .sm\:inset-y-5px {
    top: 5px;
    bottom: 5px;
  }

  .sm\:inset-x-5px {
    right: 5px;
    left: 5px;
  }

  .sm\:inset-y-6px {
    top: 6px;
    bottom: 6px;
  }

  .sm\:inset-x-6px {
    right: 6px;
    left: 6px;
  }

  .sm\:inset-y-7px {
    top: 7px;
    bottom: 7px;
  }

  .sm\:inset-x-7px {
    right: 7px;
    left: 7px;
  }

  .sm\:inset-y-8px {
    top: 8px;
    bottom: 8px;
  }

  .sm\:inset-x-8px {
    right: 8px;
    left: 8px;
  }

  .sm\:inset-y-9px {
    top: 9px;
    bottom: 9px;
  }

  .sm\:inset-x-9px {
    right: 9px;
    left: 9px;
  }

  .sm\:inset-y-10px {
    top: 10px;
    bottom: 10px;
  }

  .sm\:inset-x-10px {
    right: 10px;
    left: 10px;
  }

  .sm\:inset-y-11px {
    top: 11px;
    bottom: 11px;
  }

  .sm\:inset-x-11px {
    right: 11px;
    left: 11px;
  }

  .sm\:inset-y-12px {
    top: 12px;
    bottom: 12px;
  }

  .sm\:inset-x-12px {
    right: 12px;
    left: 12px;
  }

  .sm\:inset-y-13px {
    top: 13px;
    bottom: 13px;
  }

  .sm\:inset-x-13px {
    right: 13px;
    left: 13px;
  }

  .sm\:inset-y-14px {
    top: 14px;
    bottom: 14px;
  }

  .sm\:inset-x-14px {
    right: 14px;
    left: 14px;
  }

  .sm\:inset-y-15px {
    top: 15px;
    bottom: 15px;
  }

  .sm\:inset-x-15px {
    right: 15px;
    left: 15px;
  }

  .sm\:inset-y-16px {
    top: 16px;
    bottom: 16px;
  }

  .sm\:inset-x-16px {
    right: 16px;
    left: 16px;
  }

  .sm\:inset-y-17px {
    top: 17px;
    bottom: 17px;
  }

  .sm\:inset-x-17px {
    right: 17px;
    left: 17px;
  }

  .sm\:inset-y-18px {
    top: 18px;
    bottom: 18px;
  }

  .sm\:inset-x-18px {
    right: 18px;
    left: 18px;
  }

  .sm\:inset-y-19px {
    top: 19px;
    bottom: 19px;
  }

  .sm\:inset-x-19px {
    right: 19px;
    left: 19px;
  }

  .sm\:inset-y-20px {
    top: 20px;
    bottom: 20px;
  }

  .sm\:inset-x-20px {
    right: 20px;
    left: 20px;
  }

  .sm\:inset-y-21px {
    top: 21px;
    bottom: 21px;
  }

  .sm\:inset-x-21px {
    right: 21px;
    left: 21px;
  }

  .sm\:inset-y-22px {
    top: 22px;
    bottom: 22px;
  }

  .sm\:inset-x-22px {
    right: 22px;
    left: 22px;
  }

  .sm\:inset-y-23px {
    top: 23px;
    bottom: 23px;
  }

  .sm\:inset-x-23px {
    right: 23px;
    left: 23px;
  }

  .sm\:inset-y-24px {
    top: 24px;
    bottom: 24px;
  }

  .sm\:inset-x-24px {
    right: 24px;
    left: 24px;
  }

  .sm\:inset-y-25px {
    top: 25px;
    bottom: 25px;
  }

  .sm\:inset-x-25px {
    right: 25px;
    left: 25px;
  }

  .sm\:inset-y-26px {
    top: 26px;
    bottom: 26px;
  }

  .sm\:inset-x-26px {
    right: 26px;
    left: 26px;
  }

  .sm\:inset-y-27px {
    top: 27px;
    bottom: 27px;
  }

  .sm\:inset-x-27px {
    right: 27px;
    left: 27px;
  }

  .sm\:inset-y-28px {
    top: 28px;
    bottom: 28px;
  }

  .sm\:inset-x-28px {
    right: 28px;
    left: 28px;
  }

  .sm\:inset-y-29px {
    top: 29px;
    bottom: 29px;
  }

  .sm\:inset-x-29px {
    right: 29px;
    left: 29px;
  }

  .sm\:inset-y-30px {
    top: 30px;
    bottom: 30px;
  }

  .sm\:inset-x-30px {
    right: 30px;
    left: 30px;
  }

  .sm\:inset-y-31px {
    top: 31px;
    bottom: 31px;
  }

  .sm\:inset-x-31px {
    right: 31px;
    left: 31px;
  }

  .sm\:inset-y-32px {
    top: 32px;
    bottom: 32px;
  }

  .sm\:inset-x-32px {
    right: 32px;
    left: 32px;
  }

  .sm\:inset-y-33px {
    top: 33px;
    bottom: 33px;
  }

  .sm\:inset-x-33px {
    right: 33px;
    left: 33px;
  }

  .sm\:inset-y-34px {
    top: 34px;
    bottom: 34px;
  }

  .sm\:inset-x-34px {
    right: 34px;
    left: 34px;
  }

  .sm\:inset-y-35px {
    top: 35px;
    bottom: 35px;
  }

  .sm\:inset-x-35px {
    right: 35px;
    left: 35px;
  }

  .sm\:inset-y-36px {
    top: 36px;
    bottom: 36px;
  }

  .sm\:inset-x-36px {
    right: 36px;
    left: 36px;
  }

  .sm\:inset-y-37px {
    top: 37px;
    bottom: 37px;
  }

  .sm\:inset-x-37px {
    right: 37px;
    left: 37px;
  }

  .sm\:inset-y-38px {
    top: 38px;
    bottom: 38px;
  }

  .sm\:inset-x-38px {
    right: 38px;
    left: 38px;
  }

  .sm\:inset-y-39px {
    top: 39px;
    bottom: 39px;
  }

  .sm\:inset-x-39px {
    right: 39px;
    left: 39px;
  }

  .sm\:inset-y-40px {
    top: 40px;
    bottom: 40px;
  }

  .sm\:inset-x-40px {
    right: 40px;
    left: 40px;
  }

  .sm\:inset-y-41px {
    top: 41px;
    bottom: 41px;
  }

  .sm\:inset-x-41px {
    right: 41px;
    left: 41px;
  }

  .sm\:inset-y-42px {
    top: 42px;
    bottom: 42px;
  }

  .sm\:inset-x-42px {
    right: 42px;
    left: 42px;
  }

  .sm\:inset-y-43px {
    top: 43px;
    bottom: 43px;
  }

  .sm\:inset-x-43px {
    right: 43px;
    left: 43px;
  }

  .sm\:inset-y-44px {
    top: 44px;
    bottom: 44px;
  }

  .sm\:inset-x-44px {
    right: 44px;
    left: 44px;
  }

  .sm\:inset-y-45px {
    top: 45px;
    bottom: 45px;
  }

  .sm\:inset-x-45px {
    right: 45px;
    left: 45px;
  }

  .sm\:inset-y-46px {
    top: 46px;
    bottom: 46px;
  }

  .sm\:inset-x-46px {
    right: 46px;
    left: 46px;
  }

  .sm\:inset-y-47px {
    top: 47px;
    bottom: 47px;
  }

  .sm\:inset-x-47px {
    right: 47px;
    left: 47px;
  }

  .sm\:inset-y-48px {
    top: 48px;
    bottom: 48px;
  }

  .sm\:inset-x-48px {
    right: 48px;
    left: 48px;
  }

  .sm\:inset-y-49px {
    top: 49px;
    bottom: 49px;
  }

  .sm\:inset-x-49px {
    right: 49px;
    left: 49px;
  }

  .sm\:inset-y-50px {
    top: 50px;
    bottom: 50px;
  }

  .sm\:inset-x-50px {
    right: 50px;
    left: 50px;
  }

  .sm\:inset-y-51px {
    top: 51px;
    bottom: 51px;
  }

  .sm\:inset-x-51px {
    right: 51px;
    left: 51px;
  }

  .sm\:inset-y-52px {
    top: 52px;
    bottom: 52px;
  }

  .sm\:inset-x-52px {
    right: 52px;
    left: 52px;
  }

  .sm\:inset-y-53px {
    top: 53px;
    bottom: 53px;
  }

  .sm\:inset-x-53px {
    right: 53px;
    left: 53px;
  }

  .sm\:inset-y-54px {
    top: 54px;
    bottom: 54px;
  }

  .sm\:inset-x-54px {
    right: 54px;
    left: 54px;
  }

  .sm\:inset-y-55px {
    top: 55px;
    bottom: 55px;
  }

  .sm\:inset-x-55px {
    right: 55px;
    left: 55px;
  }

  .sm\:inset-y-56px {
    top: 56px;
    bottom: 56px;
  }

  .sm\:inset-x-56px {
    right: 56px;
    left: 56px;
  }

  .sm\:inset-y-57px {
    top: 57px;
    bottom: 57px;
  }

  .sm\:inset-x-57px {
    right: 57px;
    left: 57px;
  }

  .sm\:inset-y-58px {
    top: 58px;
    bottom: 58px;
  }

  .sm\:inset-x-58px {
    right: 58px;
    left: 58px;
  }

  .sm\:inset-y-59px {
    top: 59px;
    bottom: 59px;
  }

  .sm\:inset-x-59px {
    right: 59px;
    left: 59px;
  }

  .sm\:inset-y-60px {
    top: 60px;
    bottom: 60px;
  }

  .sm\:inset-x-60px {
    right: 60px;
    left: 60px;
  }

  .sm\:inset-y-61px {
    top: 61px;
    bottom: 61px;
  }

  .sm\:inset-x-61px {
    right: 61px;
    left: 61px;
  }

  .sm\:inset-y-62px {
    top: 62px;
    bottom: 62px;
  }

  .sm\:inset-x-62px {
    right: 62px;
    left: 62px;
  }

  .sm\:inset-y-63px {
    top: 63px;
    bottom: 63px;
  }

  .sm\:inset-x-63px {
    right: 63px;
    left: 63px;
  }

  .sm\:inset-y-64px {
    top: 64px;
    bottom: 64px;
  }

  .sm\:inset-x-64px {
    right: 64px;
    left: 64px;
  }

  .sm\:inset-y-65px {
    top: 65px;
    bottom: 65px;
  }

  .sm\:inset-x-65px {
    right: 65px;
    left: 65px;
  }

  .sm\:inset-y-66px {
    top: 66px;
    bottom: 66px;
  }

  .sm\:inset-x-66px {
    right: 66px;
    left: 66px;
  }

  .sm\:inset-y-67px {
    top: 67px;
    bottom: 67px;
  }

  .sm\:inset-x-67px {
    right: 67px;
    left: 67px;
  }

  .sm\:inset-y-68px {
    top: 68px;
    bottom: 68px;
  }

  .sm\:inset-x-68px {
    right: 68px;
    left: 68px;
  }

  .sm\:inset-y-69px {
    top: 69px;
    bottom: 69px;
  }

  .sm\:inset-x-69px {
    right: 69px;
    left: 69px;
  }

  .sm\:inset-y-70px {
    top: 70px;
    bottom: 70px;
  }

  .sm\:inset-x-70px {
    right: 70px;
    left: 70px;
  }

  .sm\:inset-y-71px {
    top: 71px;
    bottom: 71px;
  }

  .sm\:inset-x-71px {
    right: 71px;
    left: 71px;
  }

  .sm\:inset-y-72px {
    top: 72px;
    bottom: 72px;
  }

  .sm\:inset-x-72px {
    right: 72px;
    left: 72px;
  }

  .sm\:inset-y-73px {
    top: 73px;
    bottom: 73px;
  }

  .sm\:inset-x-73px {
    right: 73px;
    left: 73px;
  }

  .sm\:inset-y-74px {
    top: 74px;
    bottom: 74px;
  }

  .sm\:inset-x-74px {
    right: 74px;
    left: 74px;
  }

  .sm\:inset-y-75px {
    top: 75px;
    bottom: 75px;
  }

  .sm\:inset-x-75px {
    right: 75px;
    left: 75px;
  }

  .sm\:inset-y-76px {
    top: 76px;
    bottom: 76px;
  }

  .sm\:inset-x-76px {
    right: 76px;
    left: 76px;
  }

  .sm\:inset-y-77px {
    top: 77px;
    bottom: 77px;
  }

  .sm\:inset-x-77px {
    right: 77px;
    left: 77px;
  }

  .sm\:inset-y-78px {
    top: 78px;
    bottom: 78px;
  }

  .sm\:inset-x-78px {
    right: 78px;
    left: 78px;
  }

  .sm\:inset-y-79px {
    top: 79px;
    bottom: 79px;
  }

  .sm\:inset-x-79px {
    right: 79px;
    left: 79px;
  }

  .sm\:inset-y-80px {
    top: 80px;
    bottom: 80px;
  }

  .sm\:inset-x-80px {
    right: 80px;
    left: 80px;
  }

  .sm\:inset-y-81px {
    top: 81px;
    bottom: 81px;
  }

  .sm\:inset-x-81px {
    right: 81px;
    left: 81px;
  }

  .sm\:inset-y-82px {
    top: 82px;
    bottom: 82px;
  }

  .sm\:inset-x-82px {
    right: 82px;
    left: 82px;
  }

  .sm\:inset-y-83px {
    top: 83px;
    bottom: 83px;
  }

  .sm\:inset-x-83px {
    right: 83px;
    left: 83px;
  }

  .sm\:inset-y-84px {
    top: 84px;
    bottom: 84px;
  }

  .sm\:inset-x-84px {
    right: 84px;
    left: 84px;
  }

  .sm\:inset-y-85px {
    top: 85px;
    bottom: 85px;
  }

  .sm\:inset-x-85px {
    right: 85px;
    left: 85px;
  }

  .sm\:inset-y-86px {
    top: 86px;
    bottom: 86px;
  }

  .sm\:inset-x-86px {
    right: 86px;
    left: 86px;
  }

  .sm\:inset-y-87px {
    top: 87px;
    bottom: 87px;
  }

  .sm\:inset-x-87px {
    right: 87px;
    left: 87px;
  }

  .sm\:inset-y-88px {
    top: 88px;
    bottom: 88px;
  }

  .sm\:inset-x-88px {
    right: 88px;
    left: 88px;
  }

  .sm\:inset-y-89px {
    top: 89px;
    bottom: 89px;
  }

  .sm\:inset-x-89px {
    right: 89px;
    left: 89px;
  }

  .sm\:inset-y-90px {
    top: 90px;
    bottom: 90px;
  }

  .sm\:inset-x-90px {
    right: 90px;
    left: 90px;
  }

  .sm\:inset-y-91px {
    top: 91px;
    bottom: 91px;
  }

  .sm\:inset-x-91px {
    right: 91px;
    left: 91px;
  }

  .sm\:inset-y-92px {
    top: 92px;
    bottom: 92px;
  }

  .sm\:inset-x-92px {
    right: 92px;
    left: 92px;
  }

  .sm\:inset-y-93px {
    top: 93px;
    bottom: 93px;
  }

  .sm\:inset-x-93px {
    right: 93px;
    left: 93px;
  }

  .sm\:inset-y-94px {
    top: 94px;
    bottom: 94px;
  }

  .sm\:inset-x-94px {
    right: 94px;
    left: 94px;
  }

  .sm\:inset-y-95px {
    top: 95px;
    bottom: 95px;
  }

  .sm\:inset-x-95px {
    right: 95px;
    left: 95px;
  }

  .sm\:inset-y-96px {
    top: 96px;
    bottom: 96px;
  }

  .sm\:inset-x-96px {
    right: 96px;
    left: 96px;
  }

  .sm\:inset-y-97px {
    top: 97px;
    bottom: 97px;
  }

  .sm\:inset-x-97px {
    right: 97px;
    left: 97px;
  }

  .sm\:inset-y-98px {
    top: 98px;
    bottom: 98px;
  }

  .sm\:inset-x-98px {
    right: 98px;
    left: 98px;
  }

  .sm\:inset-y-99px {
    top: 99px;
    bottom: 99px;
  }

  .sm\:inset-x-99px {
    right: 99px;
    left: 99px;
  }

  .sm\:inset-y-100px {
    top: 100px;
    bottom: 100px;
  }

  .sm\:inset-x-100px {
    right: 100px;
    left: 100px;
  }

  .sm\:inset-y-101px {
    top: 101px;
    bottom: 101px;
  }

  .sm\:inset-x-101px {
    right: 101px;
    left: 101px;
  }

  .sm\:inset-y-102px {
    top: 102px;
    bottom: 102px;
  }

  .sm\:inset-x-102px {
    right: 102px;
    left: 102px;
  }

  .sm\:inset-y-103px {
    top: 103px;
    bottom: 103px;
  }

  .sm\:inset-x-103px {
    right: 103px;
    left: 103px;
  }

  .sm\:inset-y-104px {
    top: 104px;
    bottom: 104px;
  }

  .sm\:inset-x-104px {
    right: 104px;
    left: 104px;
  }

  .sm\:inset-y-105px {
    top: 105px;
    bottom: 105px;
  }

  .sm\:inset-x-105px {
    right: 105px;
    left: 105px;
  }

  .sm\:inset-y-106px {
    top: 106px;
    bottom: 106px;
  }

  .sm\:inset-x-106px {
    right: 106px;
    left: 106px;
  }

  .sm\:inset-y-107px {
    top: 107px;
    bottom: 107px;
  }

  .sm\:inset-x-107px {
    right: 107px;
    left: 107px;
  }

  .sm\:inset-y-108px {
    top: 108px;
    bottom: 108px;
  }

  .sm\:inset-x-108px {
    right: 108px;
    left: 108px;
  }

  .sm\:inset-y-109px {
    top: 109px;
    bottom: 109px;
  }

  .sm\:inset-x-109px {
    right: 109px;
    left: 109px;
  }

  .sm\:inset-y-110px {
    top: 110px;
    bottom: 110px;
  }

  .sm\:inset-x-110px {
    right: 110px;
    left: 110px;
  }

  .sm\:inset-y-111px {
    top: 111px;
    bottom: 111px;
  }

  .sm\:inset-x-111px {
    right: 111px;
    left: 111px;
  }

  .sm\:inset-y-112px {
    top: 112px;
    bottom: 112px;
  }

  .sm\:inset-x-112px {
    right: 112px;
    left: 112px;
  }

  .sm\:inset-y-113px {
    top: 113px;
    bottom: 113px;
  }

  .sm\:inset-x-113px {
    right: 113px;
    left: 113px;
  }

  .sm\:inset-y-114px {
    top: 114px;
    bottom: 114px;
  }

  .sm\:inset-x-114px {
    right: 114px;
    left: 114px;
  }

  .sm\:inset-y-115px {
    top: 115px;
    bottom: 115px;
  }

  .sm\:inset-x-115px {
    right: 115px;
    left: 115px;
  }

  .sm\:inset-y-116px {
    top: 116px;
    bottom: 116px;
  }

  .sm\:inset-x-116px {
    right: 116px;
    left: 116px;
  }

  .sm\:inset-y-117px {
    top: 117px;
    bottom: 117px;
  }

  .sm\:inset-x-117px {
    right: 117px;
    left: 117px;
  }

  .sm\:inset-y-118px {
    top: 118px;
    bottom: 118px;
  }

  .sm\:inset-x-118px {
    right: 118px;
    left: 118px;
  }

  .sm\:inset-y-119px {
    top: 119px;
    bottom: 119px;
  }

  .sm\:inset-x-119px {
    right: 119px;
    left: 119px;
  }

  .sm\:inset-y-120px {
    top: 120px;
    bottom: 120px;
  }

  .sm\:inset-x-120px {
    right: 120px;
    left: 120px;
  }

  .sm\:inset-y-121px {
    top: 121px;
    bottom: 121px;
  }

  .sm\:inset-x-121px {
    right: 121px;
    left: 121px;
  }

  .sm\:inset-y-122px {
    top: 122px;
    bottom: 122px;
  }

  .sm\:inset-x-122px {
    right: 122px;
    left: 122px;
  }

  .sm\:inset-y-123px {
    top: 123px;
    bottom: 123px;
  }

  .sm\:inset-x-123px {
    right: 123px;
    left: 123px;
  }

  .sm\:inset-y-124px {
    top: 124px;
    bottom: 124px;
  }

  .sm\:inset-x-124px {
    right: 124px;
    left: 124px;
  }

  .sm\:inset-y-125px {
    top: 125px;
    bottom: 125px;
  }

  .sm\:inset-x-125px {
    right: 125px;
    left: 125px;
  }

  .sm\:inset-y-126px {
    top: 126px;
    bottom: 126px;
  }

  .sm\:inset-x-126px {
    right: 126px;
    left: 126px;
  }

  .sm\:inset-y-127px {
    top: 127px;
    bottom: 127px;
  }

  .sm\:inset-x-127px {
    right: 127px;
    left: 127px;
  }

  .sm\:inset-y-128px {
    top: 128px;
    bottom: 128px;
  }

  .sm\:inset-x-128px {
    right: 128px;
    left: 128px;
  }

  .sm\:inset-y-129px {
    top: 129px;
    bottom: 129px;
  }

  .sm\:inset-x-129px {
    right: 129px;
    left: 129px;
  }

  .sm\:inset-y-130px {
    top: 130px;
    bottom: 130px;
  }

  .sm\:inset-x-130px {
    right: 130px;
    left: 130px;
  }

  .sm\:inset-y-133px {
    top: 133px;
    bottom: 133px;
  }

  .sm\:inset-x-133px {
    right: 133px;
    left: 133px;
  }

  .sm\:inset-y-140px {
    top: 140px;
    bottom: 140px;
  }

  .sm\:inset-x-140px {
    right: 140px;
    left: 140px;
  }

  .sm\:inset-y-195px {
    top: 195px;
    bottom: 195px;
  }

  .sm\:inset-x-195px {
    right: 195px;
    left: 195px;
  }

  .sm\:inset-y-200px {
    top: 200px;
    bottom: 200px;
  }

  .sm\:inset-x-200px {
    right: 200px;
    left: 200px;
  }

  .sm\:inset-y-210px {
    top: 210px;
    bottom: 210px;
  }

  .sm\:inset-x-210px {
    right: 210px;
    left: 210px;
  }

  .sm\:inset-y-222px {
    top: 222px;
    bottom: 222px;
  }

  .sm\:inset-x-222px {
    right: 222px;
    left: 222px;
  }

  .sm\:inset-y-258px {
    top: 258px;
    bottom: 258px;
  }

  .sm\:inset-x-258px {
    right: 258px;
    left: 258px;
  }

  .sm\:inset-y-280px {
    top: 280px;
    bottom: 280px;
  }

  .sm\:inset-x-280px {
    right: 280px;
    left: 280px;
  }

  .sm\:inset-y-334px {
    top: 334px;
    bottom: 334px;
  }

  .sm\:inset-x-334px {
    right: 334px;
    left: 334px;
  }

  .sm\:inset-y-388px {
    top: 388px;
    bottom: 388px;
  }

  .sm\:inset-x-388px {
    right: 388px;
    left: 388px;
  }

  .sm\:inset-y-480px {
    top: 480px;
    bottom: 480px;
  }

  .sm\:inset-x-480px {
    right: 480px;
    left: 480px;
  }

  .sm\:inset-y-490px {
    top: 490px;
    bottom: 490px;
  }

  .sm\:inset-x-490px {
    right: 490px;
    left: 490px;
  }

  .sm\:inset-y-505px {
    top: 505px;
    bottom: 505px;
  }

  .sm\:inset-x-505px {
    right: 505px;
    left: 505px;
  }

  .sm\:inset-y-507px {
    top: 507px;
    bottom: 507px;
  }

  .sm\:inset-x-507px {
    right: 507px;
    left: 507px;
  }

  .sm\:inset-y-760px {
    top: 760px;
    bottom: 760px;
  }

  .sm\:inset-x-760px {
    right: 760px;
    left: 760px;
  }

  .sm\:inset-y-780px {
    top: 780px;
    bottom: 780px;
  }

  .sm\:inset-x-780px {
    right: 780px;
    left: 780px;
  }

  .sm\:inset-y-980px {
    top: 980px;
    bottom: 980px;
  }

  .sm\:inset-x-980px {
    right: 980px;
    left: 980px;
  }

  .sm\:inset-y-1366px {
    top: 1366px;
    bottom: 1366px;
  }

  .sm\:inset-x-1366px {
    right: 1366px;
    left: 1366px;
  }

  .sm\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .sm\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .sm\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .sm\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .sm\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .sm\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .sm\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .sm\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .sm\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .sm\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .sm\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .sm\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .sm\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .sm\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .sm\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .sm\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .sm\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .sm\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .sm\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .sm\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .sm\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .sm\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .sm\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .sm\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .sm\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .sm\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .sm\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .sm\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .sm\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .sm\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .sm\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .sm\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .sm\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .sm\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .sm\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .sm\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .sm\:-inset-y-1px {
    top: -1px;
    bottom: -1px;
  }

  .sm\:-inset-x-1px {
    right: -1px;
    left: -1px;
  }

  .sm\:-inset-y-2px {
    top: -2px;
    bottom: -2px;
  }

  .sm\:-inset-x-2px {
    right: -2px;
    left: -2px;
  }

  .sm\:-inset-y-3px {
    top: -3px;
    bottom: -3px;
  }

  .sm\:-inset-x-3px {
    right: -3px;
    left: -3px;
  }

  .sm\:-inset-y-4px {
    top: -4px;
    bottom: -4px;
  }

  .sm\:-inset-x-4px {
    right: -4px;
    left: -4px;
  }

  .sm\:-inset-y-5px {
    top: -5px;
    bottom: -5px;
  }

  .sm\:-inset-x-5px {
    right: -5px;
    left: -5px;
  }

  .sm\:-inset-y-6px {
    top: -6px;
    bottom: -6px;
  }

  .sm\:-inset-x-6px {
    right: -6px;
    left: -6px;
  }

  .sm\:-inset-y-7px {
    top: -7px;
    bottom: -7px;
  }

  .sm\:-inset-x-7px {
    right: -7px;
    left: -7px;
  }

  .sm\:-inset-y-8px {
    top: -8px;
    bottom: -8px;
  }

  .sm\:-inset-x-8px {
    right: -8px;
    left: -8px;
  }

  .sm\:-inset-y-9px {
    top: -9px;
    bottom: -9px;
  }

  .sm\:-inset-x-9px {
    right: -9px;
    left: -9px;
  }

  .sm\:-inset-y-10px {
    top: -10px;
    bottom: -10px;
  }

  .sm\:-inset-x-10px {
    right: -10px;
    left: -10px;
  }

  .sm\:-inset-y-11px {
    top: -11px;
    bottom: -11px;
  }

  .sm\:-inset-x-11px {
    right: -11px;
    left: -11px;
  }

  .sm\:-inset-y-12px {
    top: -12px;
    bottom: -12px;
  }

  .sm\:-inset-x-12px {
    right: -12px;
    left: -12px;
  }

  .sm\:-inset-y-13px {
    top: -13px;
    bottom: -13px;
  }

  .sm\:-inset-x-13px {
    right: -13px;
    left: -13px;
  }

  .sm\:-inset-y-14px {
    top: -14px;
    bottom: -14px;
  }

  .sm\:-inset-x-14px {
    right: -14px;
    left: -14px;
  }

  .sm\:-inset-y-15px {
    top: -15px;
    bottom: -15px;
  }

  .sm\:-inset-x-15px {
    right: -15px;
    left: -15px;
  }

  .sm\:-inset-y-16px {
    top: -16px;
    bottom: -16px;
  }

  .sm\:-inset-x-16px {
    right: -16px;
    left: -16px;
  }

  .sm\:-inset-y-17px {
    top: -17px;
    bottom: -17px;
  }

  .sm\:-inset-x-17px {
    right: -17px;
    left: -17px;
  }

  .sm\:-inset-y-18px {
    top: -18px;
    bottom: -18px;
  }

  .sm\:-inset-x-18px {
    right: -18px;
    left: -18px;
  }

  .sm\:-inset-y-19px {
    top: -19px;
    bottom: -19px;
  }

  .sm\:-inset-x-19px {
    right: -19px;
    left: -19px;
  }

  .sm\:-inset-y-20px {
    top: -20px;
    bottom: -20px;
  }

  .sm\:-inset-x-20px {
    right: -20px;
    left: -20px;
  }

  .sm\:-inset-y-21px {
    top: -21px;
    bottom: -21px;
  }

  .sm\:-inset-x-21px {
    right: -21px;
    left: -21px;
  }

  .sm\:-inset-y-22px {
    top: -22px;
    bottom: -22px;
  }

  .sm\:-inset-x-22px {
    right: -22px;
    left: -22px;
  }

  .sm\:-inset-y-23px {
    top: -23px;
    bottom: -23px;
  }

  .sm\:-inset-x-23px {
    right: -23px;
    left: -23px;
  }

  .sm\:-inset-y-24px {
    top: -24px;
    bottom: -24px;
  }

  .sm\:-inset-x-24px {
    right: -24px;
    left: -24px;
  }

  .sm\:-inset-y-25px {
    top: -25px;
    bottom: -25px;
  }

  .sm\:-inset-x-25px {
    right: -25px;
    left: -25px;
  }

  .sm\:-inset-y-26px {
    top: -26px;
    bottom: -26px;
  }

  .sm\:-inset-x-26px {
    right: -26px;
    left: -26px;
  }

  .sm\:-inset-y-27px {
    top: -27px;
    bottom: -27px;
  }

  .sm\:-inset-x-27px {
    right: -27px;
    left: -27px;
  }

  .sm\:-inset-y-28px {
    top: -28px;
    bottom: -28px;
  }

  .sm\:-inset-x-28px {
    right: -28px;
    left: -28px;
  }

  .sm\:-inset-y-29px {
    top: -29px;
    bottom: -29px;
  }

  .sm\:-inset-x-29px {
    right: -29px;
    left: -29px;
  }

  .sm\:-inset-y-30px {
    top: -30px;
    bottom: -30px;
  }

  .sm\:-inset-x-30px {
    right: -30px;
    left: -30px;
  }

  .sm\:-inset-y-31px {
    top: -31px;
    bottom: -31px;
  }

  .sm\:-inset-x-31px {
    right: -31px;
    left: -31px;
  }

  .sm\:-inset-y-32px {
    top: -32px;
    bottom: -32px;
  }

  .sm\:-inset-x-32px {
    right: -32px;
    left: -32px;
  }

  .sm\:-inset-y-33px {
    top: -33px;
    bottom: -33px;
  }

  .sm\:-inset-x-33px {
    right: -33px;
    left: -33px;
  }

  .sm\:-inset-y-34px {
    top: -34px;
    bottom: -34px;
  }

  .sm\:-inset-x-34px {
    right: -34px;
    left: -34px;
  }

  .sm\:-inset-y-35px {
    top: -35px;
    bottom: -35px;
  }

  .sm\:-inset-x-35px {
    right: -35px;
    left: -35px;
  }

  .sm\:-inset-y-36px {
    top: -36px;
    bottom: -36px;
  }

  .sm\:-inset-x-36px {
    right: -36px;
    left: -36px;
  }

  .sm\:-inset-y-37px {
    top: -37px;
    bottom: -37px;
  }

  .sm\:-inset-x-37px {
    right: -37px;
    left: -37px;
  }

  .sm\:-inset-y-38px {
    top: -38px;
    bottom: -38px;
  }

  .sm\:-inset-x-38px {
    right: -38px;
    left: -38px;
  }

  .sm\:-inset-y-39px {
    top: -39px;
    bottom: -39px;
  }

  .sm\:-inset-x-39px {
    right: -39px;
    left: -39px;
  }

  .sm\:-inset-y-40px {
    top: -40px;
    bottom: -40px;
  }

  .sm\:-inset-x-40px {
    right: -40px;
    left: -40px;
  }

  .sm\:-inset-y-41px {
    top: -41px;
    bottom: -41px;
  }

  .sm\:-inset-x-41px {
    right: -41px;
    left: -41px;
  }

  .sm\:-inset-y-42px {
    top: -42px;
    bottom: -42px;
  }

  .sm\:-inset-x-42px {
    right: -42px;
    left: -42px;
  }

  .sm\:-inset-y-43px {
    top: -43px;
    bottom: -43px;
  }

  .sm\:-inset-x-43px {
    right: -43px;
    left: -43px;
  }

  .sm\:-inset-y-44px {
    top: -44px;
    bottom: -44px;
  }

  .sm\:-inset-x-44px {
    right: -44px;
    left: -44px;
  }

  .sm\:-inset-y-45px {
    top: -45px;
    bottom: -45px;
  }

  .sm\:-inset-x-45px {
    right: -45px;
    left: -45px;
  }

  .sm\:-inset-y-46px {
    top: -46px;
    bottom: -46px;
  }

  .sm\:-inset-x-46px {
    right: -46px;
    left: -46px;
  }

  .sm\:-inset-y-47px {
    top: -47px;
    bottom: -47px;
  }

  .sm\:-inset-x-47px {
    right: -47px;
    left: -47px;
  }

  .sm\:-inset-y-48px {
    top: -48px;
    bottom: -48px;
  }

  .sm\:-inset-x-48px {
    right: -48px;
    left: -48px;
  }

  .sm\:-inset-y-49px {
    top: -49px;
    bottom: -49px;
  }

  .sm\:-inset-x-49px {
    right: -49px;
    left: -49px;
  }

  .sm\:-inset-y-50px {
    top: -50px;
    bottom: -50px;
  }

  .sm\:-inset-x-50px {
    right: -50px;
    left: -50px;
  }

  .sm\:-inset-y-51px {
    top: -51px;
    bottom: -51px;
  }

  .sm\:-inset-x-51px {
    right: -51px;
    left: -51px;
  }

  .sm\:-inset-y-52px {
    top: -52px;
    bottom: -52px;
  }

  .sm\:-inset-x-52px {
    right: -52px;
    left: -52px;
  }

  .sm\:-inset-y-53px {
    top: -53px;
    bottom: -53px;
  }

  .sm\:-inset-x-53px {
    right: -53px;
    left: -53px;
  }

  .sm\:-inset-y-54px {
    top: -54px;
    bottom: -54px;
  }

  .sm\:-inset-x-54px {
    right: -54px;
    left: -54px;
  }

  .sm\:-inset-y-55px {
    top: -55px;
    bottom: -55px;
  }

  .sm\:-inset-x-55px {
    right: -55px;
    left: -55px;
  }

  .sm\:-inset-y-56px {
    top: -56px;
    bottom: -56px;
  }

  .sm\:-inset-x-56px {
    right: -56px;
    left: -56px;
  }

  .sm\:-inset-y-57px {
    top: -57px;
    bottom: -57px;
  }

  .sm\:-inset-x-57px {
    right: -57px;
    left: -57px;
  }

  .sm\:-inset-y-58px {
    top: -58px;
    bottom: -58px;
  }

  .sm\:-inset-x-58px {
    right: -58px;
    left: -58px;
  }

  .sm\:-inset-y-59px {
    top: -59px;
    bottom: -59px;
  }

  .sm\:-inset-x-59px {
    right: -59px;
    left: -59px;
  }

  .sm\:-inset-y-60px {
    top: -60px;
    bottom: -60px;
  }

  .sm\:-inset-x-60px {
    right: -60px;
    left: -60px;
  }

  .sm\:-inset-y-61px {
    top: -61px;
    bottom: -61px;
  }

  .sm\:-inset-x-61px {
    right: -61px;
    left: -61px;
  }

  .sm\:-inset-y-62px {
    top: -62px;
    bottom: -62px;
  }

  .sm\:-inset-x-62px {
    right: -62px;
    left: -62px;
  }

  .sm\:-inset-y-63px {
    top: -63px;
    bottom: -63px;
  }

  .sm\:-inset-x-63px {
    right: -63px;
    left: -63px;
  }

  .sm\:-inset-y-64px {
    top: -64px;
    bottom: -64px;
  }

  .sm\:-inset-x-64px {
    right: -64px;
    left: -64px;
  }

  .sm\:-inset-y-65px {
    top: -65px;
    bottom: -65px;
  }

  .sm\:-inset-x-65px {
    right: -65px;
    left: -65px;
  }

  .sm\:-inset-y-66px {
    top: -66px;
    bottom: -66px;
  }

  .sm\:-inset-x-66px {
    right: -66px;
    left: -66px;
  }

  .sm\:-inset-y-67px {
    top: -67px;
    bottom: -67px;
  }

  .sm\:-inset-x-67px {
    right: -67px;
    left: -67px;
  }

  .sm\:-inset-y-68px {
    top: -68px;
    bottom: -68px;
  }

  .sm\:-inset-x-68px {
    right: -68px;
    left: -68px;
  }

  .sm\:-inset-y-69px {
    top: -69px;
    bottom: -69px;
  }

  .sm\:-inset-x-69px {
    right: -69px;
    left: -69px;
  }

  .sm\:-inset-y-70px {
    top: -70px;
    bottom: -70px;
  }

  .sm\:-inset-x-70px {
    right: -70px;
    left: -70px;
  }

  .sm\:-inset-y-71px {
    top: -71px;
    bottom: -71px;
  }

  .sm\:-inset-x-71px {
    right: -71px;
    left: -71px;
  }

  .sm\:-inset-y-72px {
    top: -72px;
    bottom: -72px;
  }

  .sm\:-inset-x-72px {
    right: -72px;
    left: -72px;
  }

  .sm\:-inset-y-73px {
    top: -73px;
    bottom: -73px;
  }

  .sm\:-inset-x-73px {
    right: -73px;
    left: -73px;
  }

  .sm\:-inset-y-74px {
    top: -74px;
    bottom: -74px;
  }

  .sm\:-inset-x-74px {
    right: -74px;
    left: -74px;
  }

  .sm\:-inset-y-75px {
    top: -75px;
    bottom: -75px;
  }

  .sm\:-inset-x-75px {
    right: -75px;
    left: -75px;
  }

  .sm\:-inset-y-76px {
    top: -76px;
    bottom: -76px;
  }

  .sm\:-inset-x-76px {
    right: -76px;
    left: -76px;
  }

  .sm\:-inset-y-77px {
    top: -77px;
    bottom: -77px;
  }

  .sm\:-inset-x-77px {
    right: -77px;
    left: -77px;
  }

  .sm\:-inset-y-78px {
    top: -78px;
    bottom: -78px;
  }

  .sm\:-inset-x-78px {
    right: -78px;
    left: -78px;
  }

  .sm\:-inset-y-79px {
    top: -79px;
    bottom: -79px;
  }

  .sm\:-inset-x-79px {
    right: -79px;
    left: -79px;
  }

  .sm\:-inset-y-80px {
    top: -80px;
    bottom: -80px;
  }

  .sm\:-inset-x-80px {
    right: -80px;
    left: -80px;
  }

  .sm\:-inset-y-81px {
    top: -81px;
    bottom: -81px;
  }

  .sm\:-inset-x-81px {
    right: -81px;
    left: -81px;
  }

  .sm\:-inset-y-82px {
    top: -82px;
    bottom: -82px;
  }

  .sm\:-inset-x-82px {
    right: -82px;
    left: -82px;
  }

  .sm\:-inset-y-83px {
    top: -83px;
    bottom: -83px;
  }

  .sm\:-inset-x-83px {
    right: -83px;
    left: -83px;
  }

  .sm\:-inset-y-84px {
    top: -84px;
    bottom: -84px;
  }

  .sm\:-inset-x-84px {
    right: -84px;
    left: -84px;
  }

  .sm\:-inset-y-85px {
    top: -85px;
    bottom: -85px;
  }

  .sm\:-inset-x-85px {
    right: -85px;
    left: -85px;
  }

  .sm\:-inset-y-86px {
    top: -86px;
    bottom: -86px;
  }

  .sm\:-inset-x-86px {
    right: -86px;
    left: -86px;
  }

  .sm\:-inset-y-87px {
    top: -87px;
    bottom: -87px;
  }

  .sm\:-inset-x-87px {
    right: -87px;
    left: -87px;
  }

  .sm\:-inset-y-88px {
    top: -88px;
    bottom: -88px;
  }

  .sm\:-inset-x-88px {
    right: -88px;
    left: -88px;
  }

  .sm\:-inset-y-89px {
    top: -89px;
    bottom: -89px;
  }

  .sm\:-inset-x-89px {
    right: -89px;
    left: -89px;
  }

  .sm\:-inset-y-90px {
    top: -90px;
    bottom: -90px;
  }

  .sm\:-inset-x-90px {
    right: -90px;
    left: -90px;
  }

  .sm\:-inset-y-91px {
    top: -91px;
    bottom: -91px;
  }

  .sm\:-inset-x-91px {
    right: -91px;
    left: -91px;
  }

  .sm\:-inset-y-92px {
    top: -92px;
    bottom: -92px;
  }

  .sm\:-inset-x-92px {
    right: -92px;
    left: -92px;
  }

  .sm\:-inset-y-93px {
    top: -93px;
    bottom: -93px;
  }

  .sm\:-inset-x-93px {
    right: -93px;
    left: -93px;
  }

  .sm\:-inset-y-94px {
    top: -94px;
    bottom: -94px;
  }

  .sm\:-inset-x-94px {
    right: -94px;
    left: -94px;
  }

  .sm\:-inset-y-95px {
    top: -95px;
    bottom: -95px;
  }

  .sm\:-inset-x-95px {
    right: -95px;
    left: -95px;
  }

  .sm\:-inset-y-96px {
    top: -96px;
    bottom: -96px;
  }

  .sm\:-inset-x-96px {
    right: -96px;
    left: -96px;
  }

  .sm\:-inset-y-97px {
    top: -97px;
    bottom: -97px;
  }

  .sm\:-inset-x-97px {
    right: -97px;
    left: -97px;
  }

  .sm\:-inset-y-98px {
    top: -98px;
    bottom: -98px;
  }

  .sm\:-inset-x-98px {
    right: -98px;
    left: -98px;
  }

  .sm\:-inset-y-99px {
    top: -99px;
    bottom: -99px;
  }

  .sm\:-inset-x-99px {
    right: -99px;
    left: -99px;
  }

  .sm\:-inset-y-100px {
    top: -100px;
    bottom: -100px;
  }

  .sm\:-inset-x-100px {
    right: -100px;
    left: -100px;
  }

  .sm\:-inset-y-101px {
    top: -101px;
    bottom: -101px;
  }

  .sm\:-inset-x-101px {
    right: -101px;
    left: -101px;
  }

  .sm\:-inset-y-102px {
    top: -102px;
    bottom: -102px;
  }

  .sm\:-inset-x-102px {
    right: -102px;
    left: -102px;
  }

  .sm\:-inset-y-103px {
    top: -103px;
    bottom: -103px;
  }

  .sm\:-inset-x-103px {
    right: -103px;
    left: -103px;
  }

  .sm\:-inset-y-104px {
    top: -104px;
    bottom: -104px;
  }

  .sm\:-inset-x-104px {
    right: -104px;
    left: -104px;
  }

  .sm\:-inset-y-105px {
    top: -105px;
    bottom: -105px;
  }

  .sm\:-inset-x-105px {
    right: -105px;
    left: -105px;
  }

  .sm\:-inset-y-106px {
    top: -106px;
    bottom: -106px;
  }

  .sm\:-inset-x-106px {
    right: -106px;
    left: -106px;
  }

  .sm\:-inset-y-107px {
    top: -107px;
    bottom: -107px;
  }

  .sm\:-inset-x-107px {
    right: -107px;
    left: -107px;
  }

  .sm\:-inset-y-108px {
    top: -108px;
    bottom: -108px;
  }

  .sm\:-inset-x-108px {
    right: -108px;
    left: -108px;
  }

  .sm\:-inset-y-109px {
    top: -109px;
    bottom: -109px;
  }

  .sm\:-inset-x-109px {
    right: -109px;
    left: -109px;
  }

  .sm\:-inset-y-110px {
    top: -110px;
    bottom: -110px;
  }

  .sm\:-inset-x-110px {
    right: -110px;
    left: -110px;
  }

  .sm\:-inset-y-111px {
    top: -111px;
    bottom: -111px;
  }

  .sm\:-inset-x-111px {
    right: -111px;
    left: -111px;
  }

  .sm\:-inset-y-112px {
    top: -112px;
    bottom: -112px;
  }

  .sm\:-inset-x-112px {
    right: -112px;
    left: -112px;
  }

  .sm\:-inset-y-113px {
    top: -113px;
    bottom: -113px;
  }

  .sm\:-inset-x-113px {
    right: -113px;
    left: -113px;
  }

  .sm\:-inset-y-114px {
    top: -114px;
    bottom: -114px;
  }

  .sm\:-inset-x-114px {
    right: -114px;
    left: -114px;
  }

  .sm\:-inset-y-115px {
    top: -115px;
    bottom: -115px;
  }

  .sm\:-inset-x-115px {
    right: -115px;
    left: -115px;
  }

  .sm\:-inset-y-116px {
    top: -116px;
    bottom: -116px;
  }

  .sm\:-inset-x-116px {
    right: -116px;
    left: -116px;
  }

  .sm\:-inset-y-117px {
    top: -117px;
    bottom: -117px;
  }

  .sm\:-inset-x-117px {
    right: -117px;
    left: -117px;
  }

  .sm\:-inset-y-118px {
    top: -118px;
    bottom: -118px;
  }

  .sm\:-inset-x-118px {
    right: -118px;
    left: -118px;
  }

  .sm\:-inset-y-119px {
    top: -119px;
    bottom: -119px;
  }

  .sm\:-inset-x-119px {
    right: -119px;
    left: -119px;
  }

  .sm\:-inset-y-120px {
    top: -120px;
    bottom: -120px;
  }

  .sm\:-inset-x-120px {
    right: -120px;
    left: -120px;
  }

  .sm\:-inset-y-121px {
    top: -121px;
    bottom: -121px;
  }

  .sm\:-inset-x-121px {
    right: -121px;
    left: -121px;
  }

  .sm\:-inset-y-122px {
    top: -122px;
    bottom: -122px;
  }

  .sm\:-inset-x-122px {
    right: -122px;
    left: -122px;
  }

  .sm\:-inset-y-123px {
    top: -123px;
    bottom: -123px;
  }

  .sm\:-inset-x-123px {
    right: -123px;
    left: -123px;
  }

  .sm\:-inset-y-124px {
    top: -124px;
    bottom: -124px;
  }

  .sm\:-inset-x-124px {
    right: -124px;
    left: -124px;
  }

  .sm\:-inset-y-125px {
    top: -125px;
    bottom: -125px;
  }

  .sm\:-inset-x-125px {
    right: -125px;
    left: -125px;
  }

  .sm\:-inset-y-126px {
    top: -126px;
    bottom: -126px;
  }

  .sm\:-inset-x-126px {
    right: -126px;
    left: -126px;
  }

  .sm\:-inset-y-127px {
    top: -127px;
    bottom: -127px;
  }

  .sm\:-inset-x-127px {
    right: -127px;
    left: -127px;
  }

  .sm\:-inset-y-128px {
    top: -128px;
    bottom: -128px;
  }

  .sm\:-inset-x-128px {
    right: -128px;
    left: -128px;
  }

  .sm\:-inset-y-129px {
    top: -129px;
    bottom: -129px;
  }

  .sm\:-inset-x-129px {
    right: -129px;
    left: -129px;
  }

  .sm\:-inset-y-130px {
    top: -130px;
    bottom: -130px;
  }

  .sm\:-inset-x-130px {
    right: -130px;
    left: -130px;
  }

  .sm\:-inset-y-133px {
    top: -133px;
    bottom: -133px;
  }

  .sm\:-inset-x-133px {
    right: -133px;
    left: -133px;
  }

  .sm\:-inset-y-140px {
    top: -140px;
    bottom: -140px;
  }

  .sm\:-inset-x-140px {
    right: -140px;
    left: -140px;
  }

  .sm\:-inset-y-195px {
    top: -195px;
    bottom: -195px;
  }

  .sm\:-inset-x-195px {
    right: -195px;
    left: -195px;
  }

  .sm\:-inset-y-200px {
    top: -200px;
    bottom: -200px;
  }

  .sm\:-inset-x-200px {
    right: -200px;
    left: -200px;
  }

  .sm\:-inset-y-210px {
    top: -210px;
    bottom: -210px;
  }

  .sm\:-inset-x-210px {
    right: -210px;
    left: -210px;
  }

  .sm\:-inset-y-222px {
    top: -222px;
    bottom: -222px;
  }

  .sm\:-inset-x-222px {
    right: -222px;
    left: -222px;
  }

  .sm\:-inset-y-258px {
    top: -258px;
    bottom: -258px;
  }

  .sm\:-inset-x-258px {
    right: -258px;
    left: -258px;
  }

  .sm\:-inset-y-280px {
    top: -280px;
    bottom: -280px;
  }

  .sm\:-inset-x-280px {
    right: -280px;
    left: -280px;
  }

  .sm\:-inset-y-334px {
    top: -334px;
    bottom: -334px;
  }

  .sm\:-inset-x-334px {
    right: -334px;
    left: -334px;
  }

  .sm\:-inset-y-388px {
    top: -388px;
    bottom: -388px;
  }

  .sm\:-inset-x-388px {
    right: -388px;
    left: -388px;
  }

  .sm\:-inset-y-480px {
    top: -480px;
    bottom: -480px;
  }

  .sm\:-inset-x-480px {
    right: -480px;
    left: -480px;
  }

  .sm\:-inset-y-490px {
    top: -490px;
    bottom: -490px;
  }

  .sm\:-inset-x-490px {
    right: -490px;
    left: -490px;
  }

  .sm\:-inset-y-505px {
    top: -505px;
    bottom: -505px;
  }

  .sm\:-inset-x-505px {
    right: -505px;
    left: -505px;
  }

  .sm\:-inset-y-507px {
    top: -507px;
    bottom: -507px;
  }

  .sm\:-inset-x-507px {
    right: -507px;
    left: -507px;
  }

  .sm\:-inset-y-760px {
    top: -760px;
    bottom: -760px;
  }

  .sm\:-inset-x-760px {
    right: -760px;
    left: -760px;
  }

  .sm\:-inset-y-780px {
    top: -780px;
    bottom: -780px;
  }

  .sm\:-inset-x-780px {
    right: -780px;
    left: -780px;
  }

  .sm\:-inset-y-980px {
    top: -980px;
    bottom: -980px;
  }

  .sm\:-inset-x-980px {
    right: -980px;
    left: -980px;
  }

  .sm\:-inset-y-1366px {
    top: -1366px;
    bottom: -1366px;
  }

  .sm\:-inset-x-1366px {
    right: -1366px;
    left: -1366px;
  }

  .sm\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .sm\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .sm\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .sm\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .sm\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .sm\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .sm\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .sm\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .sm\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .sm\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .sm\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .sm\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .sm\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .sm\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .sm\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .sm\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .sm\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .sm\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .sm\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .sm\:top-0 {
    top: 0px;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:top-1 {
    top: 0.25rem;
  }

  .sm\:right-1 {
    right: 0.25rem;
  }

  .sm\:bottom-1 {
    bottom: 0.25rem;
  }

  .sm\:left-1 {
    left: 0.25rem;
  }

  .sm\:top-2 {
    top: 0.5rem;
  }

  .sm\:right-2 {
    right: 0.5rem;
  }

  .sm\:bottom-2 {
    bottom: 0.5rem;
  }

  .sm\:left-2 {
    left: 0.5rem;
  }

  .sm\:top-3 {
    top: 0.75rem;
  }

  .sm\:right-3 {
    right: 0.75rem;
  }

  .sm\:bottom-3 {
    bottom: 0.75rem;
  }

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:top-4 {
    top: 1rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:bottom-4 {
    bottom: 1rem;
  }

  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:top-5 {
    top: 1.25rem;
  }

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:bottom-5 {
    bottom: 1.25rem;
  }

  .sm\:left-5 {
    left: 1.25rem;
  }

  .sm\:top-6 {
    top: 1.5rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:bottom-6 {
    bottom: 1.5rem;
  }

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:top-7 {
    top: 1.75rem;
  }

  .sm\:right-7 {
    right: 1.75rem;
  }

  .sm\:bottom-7 {
    bottom: 1.75rem;
  }

  .sm\:left-7 {
    left: 1.75rem;
  }

  .sm\:top-8 {
    top: 2rem;
  }

  .sm\:right-8 {
    right: 2rem;
  }

  .sm\:bottom-8 {
    bottom: 2rem;
  }

  .sm\:left-8 {
    left: 2rem;
  }

  .sm\:top-9 {
    top: 2.25rem;
  }

  .sm\:right-9 {
    right: 2.25rem;
  }

  .sm\:bottom-9 {
    bottom: 2.25rem;
  }

  .sm\:left-9 {
    left: 2.25rem;
  }

  .sm\:top-10 {
    top: 2.5rem;
  }

  .sm\:right-10 {
    right: 2.5rem;
  }

  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:left-10 {
    left: 2.5rem;
  }

  .sm\:top-11 {
    top: 2.75rem;
  }

  .sm\:right-11 {
    right: 2.75rem;
  }

  .sm\:bottom-11 {
    bottom: 2.75rem;
  }

  .sm\:left-11 {
    left: 2.75rem;
  }

  .sm\:top-12 {
    top: 3rem;
  }

  .sm\:right-12 {
    right: 3rem;
  }

  .sm\:bottom-12 {
    bottom: 3rem;
  }

  .sm\:left-12 {
    left: 3rem;
  }

  .sm\:top-14 {
    top: 3.5rem;
  }

  .sm\:right-14 {
    right: 3.5rem;
  }

  .sm\:bottom-14 {
    bottom: 3.5rem;
  }

  .sm\:left-14 {
    left: 3.5rem;
  }

  .sm\:top-16 {
    top: 4rem;
  }

  .sm\:right-16 {
    right: 4rem;
  }

  .sm\:bottom-16 {
    bottom: 4rem;
  }

  .sm\:left-16 {
    left: 4rem;
  }

  .sm\:top-20 {
    top: 5rem;
  }

  .sm\:right-20 {
    right: 5rem;
  }

  .sm\:bottom-20 {
    bottom: 5rem;
  }

  .sm\:left-20 {
    left: 5rem;
  }

  .sm\:top-24 {
    top: 6rem;
  }

  .sm\:right-24 {
    right: 6rem;
  }

  .sm\:bottom-24 {
    bottom: 6rem;
  }

  .sm\:left-24 {
    left: 6rem;
  }

  .sm\:top-28 {
    top: 7rem;
  }

  .sm\:right-28 {
    right: 7rem;
  }

  .sm\:bottom-28 {
    bottom: 7rem;
  }

  .sm\:left-28 {
    left: 7rem;
  }

  .sm\:top-32 {
    top: 8rem;
  }

  .sm\:right-32 {
    right: 8rem;
  }

  .sm\:bottom-32 {
    bottom: 8rem;
  }

  .sm\:left-32 {
    left: 8rem;
  }

  .sm\:top-36 {
    top: 9rem;
  }

  .sm\:right-36 {
    right: 9rem;
  }

  .sm\:bottom-36 {
    bottom: 9rem;
  }

  .sm\:left-36 {
    left: 9rem;
  }

  .sm\:top-40 {
    top: 10rem;
  }

  .sm\:right-40 {
    right: 10rem;
  }

  .sm\:bottom-40 {
    bottom: 10rem;
  }

  .sm\:left-40 {
    left: 10rem;
  }

  .sm\:top-44 {
    top: 11rem;
  }

  .sm\:right-44 {
    right: 11rem;
  }

  .sm\:bottom-44 {
    bottom: 11rem;
  }

  .sm\:left-44 {
    left: 11rem;
  }

  .sm\:top-48 {
    top: 12rem;
  }

  .sm\:right-48 {
    right: 12rem;
  }

  .sm\:bottom-48 {
    bottom: 12rem;
  }

  .sm\:left-48 {
    left: 12rem;
  }

  .sm\:top-52 {
    top: 13rem;
  }

  .sm\:right-52 {
    right: 13rem;
  }

  .sm\:bottom-52 {
    bottom: 13rem;
  }

  .sm\:left-52 {
    left: 13rem;
  }

  .sm\:top-56 {
    top: 14rem;
  }

  .sm\:right-56 {
    right: 14rem;
  }

  .sm\:bottom-56 {
    bottom: 14rem;
  }

  .sm\:left-56 {
    left: 14rem;
  }

  .sm\:top-60 {
    top: 15rem;
  }

  .sm\:right-60 {
    right: 15rem;
  }

  .sm\:bottom-60 {
    bottom: 15rem;
  }

  .sm\:left-60 {
    left: 15rem;
  }

  .sm\:top-64 {
    top: 16rem;
  }

  .sm\:right-64 {
    right: 16rem;
  }

  .sm\:bottom-64 {
    bottom: 16rem;
  }

  .sm\:left-64 {
    left: 16rem;
  }

  .sm\:top-72 {
    top: 18rem;
  }

  .sm\:right-72 {
    right: 18rem;
  }

  .sm\:bottom-72 {
    bottom: 18rem;
  }

  .sm\:left-72 {
    left: 18rem;
  }

  .sm\:top-80 {
    top: 20rem;
  }

  .sm\:right-80 {
    right: 20rem;
  }

  .sm\:bottom-80 {
    bottom: 20rem;
  }

  .sm\:left-80 {
    left: 20rem;
  }

  .sm\:top-96 {
    top: 24rem;
  }

  .sm\:right-96 {
    right: 24rem;
  }

  .sm\:bottom-96 {
    bottom: 24rem;
  }

  .sm\:left-96 {
    left: 24rem;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:top-px {
    top: 1px;
  }

  .sm\:right-px {
    right: 1px;
  }

  .sm\:bottom-px {
    bottom: 1px;
  }

  .sm\:left-px {
    left: 1px;
  }

  .sm\:top-0\.5 {
    top: 0.125rem;
  }

  .sm\:right-0\.5 {
    right: 0.125rem;
  }

  .sm\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .sm\:left-0\.5 {
    left: 0.125rem;
  }

  .sm\:top-1\.5 {
    top: 0.375rem;
  }

  .sm\:right-1\.5 {
    right: 0.375rem;
  }

  .sm\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .sm\:left-1\.5 {
    left: 0.375rem;
  }

  .sm\:top-2\.5 {
    top: 0.625rem;
  }

  .sm\:right-2\.5 {
    right: 0.625rem;
  }

  .sm\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .sm\:left-2\.5 {
    left: 0.625rem;
  }

  .sm\:top-3\.5 {
    top: 0.875rem;
  }

  .sm\:right-3\.5 {
    right: 0.875rem;
  }

  .sm\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .sm\:left-3\.5 {
    left: 0.875rem;
  }

  .sm\:top-1px {
    top: 1px;
  }

  .sm\:right-1px {
    right: 1px;
  }

  .sm\:bottom-1px {
    bottom: 1px;
  }

  .sm\:left-1px {
    left: 1px;
  }

  .sm\:top-2px {
    top: 2px;
  }

  .sm\:right-2px {
    right: 2px;
  }

  .sm\:bottom-2px {
    bottom: 2px;
  }

  .sm\:left-2px {
    left: 2px;
  }

  .sm\:top-3px {
    top: 3px;
  }

  .sm\:right-3px {
    right: 3px;
  }

  .sm\:bottom-3px {
    bottom: 3px;
  }

  .sm\:left-3px {
    left: 3px;
  }

  .sm\:top-4px {
    top: 4px;
  }

  .sm\:right-4px {
    right: 4px;
  }

  .sm\:bottom-4px {
    bottom: 4px;
  }

  .sm\:left-4px {
    left: 4px;
  }

  .sm\:top-5px {
    top: 5px;
  }

  .sm\:right-5px {
    right: 5px;
  }

  .sm\:bottom-5px {
    bottom: 5px;
  }

  .sm\:left-5px {
    left: 5px;
  }

  .sm\:top-6px {
    top: 6px;
  }

  .sm\:right-6px {
    right: 6px;
  }

  .sm\:bottom-6px {
    bottom: 6px;
  }

  .sm\:left-6px {
    left: 6px;
  }

  .sm\:top-7px {
    top: 7px;
  }

  .sm\:right-7px {
    right: 7px;
  }

  .sm\:bottom-7px {
    bottom: 7px;
  }

  .sm\:left-7px {
    left: 7px;
  }

  .sm\:top-8px {
    top: 8px;
  }

  .sm\:right-8px {
    right: 8px;
  }

  .sm\:bottom-8px {
    bottom: 8px;
  }

  .sm\:left-8px {
    left: 8px;
  }

  .sm\:top-9px {
    top: 9px;
  }

  .sm\:right-9px {
    right: 9px;
  }

  .sm\:bottom-9px {
    bottom: 9px;
  }

  .sm\:left-9px {
    left: 9px;
  }

  .sm\:top-10px {
    top: 10px;
  }

  .sm\:right-10px {
    right: 10px;
  }

  .sm\:bottom-10px {
    bottom: 10px;
  }

  .sm\:left-10px {
    left: 10px;
  }

  .sm\:top-11px {
    top: 11px;
  }

  .sm\:right-11px {
    right: 11px;
  }

  .sm\:bottom-11px {
    bottom: 11px;
  }

  .sm\:left-11px {
    left: 11px;
  }

  .sm\:top-12px {
    top: 12px;
  }

  .sm\:right-12px {
    right: 12px;
  }

  .sm\:bottom-12px {
    bottom: 12px;
  }

  .sm\:left-12px {
    left: 12px;
  }

  .sm\:top-13px {
    top: 13px;
  }

  .sm\:right-13px {
    right: 13px;
  }

  .sm\:bottom-13px {
    bottom: 13px;
  }

  .sm\:left-13px {
    left: 13px;
  }

  .sm\:top-14px {
    top: 14px;
  }

  .sm\:right-14px {
    right: 14px;
  }

  .sm\:bottom-14px {
    bottom: 14px;
  }

  .sm\:left-14px {
    left: 14px;
  }

  .sm\:top-15px {
    top: 15px;
  }

  .sm\:right-15px {
    right: 15px;
  }

  .sm\:bottom-15px {
    bottom: 15px;
  }

  .sm\:left-15px {
    left: 15px;
  }

  .sm\:top-16px {
    top: 16px;
  }

  .sm\:right-16px {
    right: 16px;
  }

  .sm\:bottom-16px {
    bottom: 16px;
  }

  .sm\:left-16px {
    left: 16px;
  }

  .sm\:top-17px {
    top: 17px;
  }

  .sm\:right-17px {
    right: 17px;
  }

  .sm\:bottom-17px {
    bottom: 17px;
  }

  .sm\:left-17px {
    left: 17px;
  }

  .sm\:top-18px {
    top: 18px;
  }

  .sm\:right-18px {
    right: 18px;
  }

  .sm\:bottom-18px {
    bottom: 18px;
  }

  .sm\:left-18px {
    left: 18px;
  }

  .sm\:top-19px {
    top: 19px;
  }

  .sm\:right-19px {
    right: 19px;
  }

  .sm\:bottom-19px {
    bottom: 19px;
  }

  .sm\:left-19px {
    left: 19px;
  }

  .sm\:top-20px {
    top: 20px;
  }

  .sm\:right-20px {
    right: 20px;
  }

  .sm\:bottom-20px {
    bottom: 20px;
  }

  .sm\:left-20px {
    left: 20px;
  }

  .sm\:top-21px {
    top: 21px;
  }

  .sm\:right-21px {
    right: 21px;
  }

  .sm\:bottom-21px {
    bottom: 21px;
  }

  .sm\:left-21px {
    left: 21px;
  }

  .sm\:top-22px {
    top: 22px;
  }

  .sm\:right-22px {
    right: 22px;
  }

  .sm\:bottom-22px {
    bottom: 22px;
  }

  .sm\:left-22px {
    left: 22px;
  }

  .sm\:top-23px {
    top: 23px;
  }

  .sm\:right-23px {
    right: 23px;
  }

  .sm\:bottom-23px {
    bottom: 23px;
  }

  .sm\:left-23px {
    left: 23px;
  }

  .sm\:top-24px {
    top: 24px;
  }

  .sm\:right-24px {
    right: 24px;
  }

  .sm\:bottom-24px {
    bottom: 24px;
  }

  .sm\:left-24px {
    left: 24px;
  }

  .sm\:top-25px {
    top: 25px;
  }

  .sm\:right-25px {
    right: 25px;
  }

  .sm\:bottom-25px {
    bottom: 25px;
  }

  .sm\:left-25px {
    left: 25px;
  }

  .sm\:top-26px {
    top: 26px;
  }

  .sm\:right-26px {
    right: 26px;
  }

  .sm\:bottom-26px {
    bottom: 26px;
  }

  .sm\:left-26px {
    left: 26px;
  }

  .sm\:top-27px {
    top: 27px;
  }

  .sm\:right-27px {
    right: 27px;
  }

  .sm\:bottom-27px {
    bottom: 27px;
  }

  .sm\:left-27px {
    left: 27px;
  }

  .sm\:top-28px {
    top: 28px;
  }

  .sm\:right-28px {
    right: 28px;
  }

  .sm\:bottom-28px {
    bottom: 28px;
  }

  .sm\:left-28px {
    left: 28px;
  }

  .sm\:top-29px {
    top: 29px;
  }

  .sm\:right-29px {
    right: 29px;
  }

  .sm\:bottom-29px {
    bottom: 29px;
  }

  .sm\:left-29px {
    left: 29px;
  }

  .sm\:top-30px {
    top: 30px;
  }

  .sm\:right-30px {
    right: 30px;
  }

  .sm\:bottom-30px {
    bottom: 30px;
  }

  .sm\:left-30px {
    left: 30px;
  }

  .sm\:top-31px {
    top: 31px;
  }

  .sm\:right-31px {
    right: 31px;
  }

  .sm\:bottom-31px {
    bottom: 31px;
  }

  .sm\:left-31px {
    left: 31px;
  }

  .sm\:top-32px {
    top: 32px;
  }

  .sm\:right-32px {
    right: 32px;
  }

  .sm\:bottom-32px {
    bottom: 32px;
  }

  .sm\:left-32px {
    left: 32px;
  }

  .sm\:top-33px {
    top: 33px;
  }

  .sm\:right-33px {
    right: 33px;
  }

  .sm\:bottom-33px {
    bottom: 33px;
  }

  .sm\:left-33px {
    left: 33px;
  }

  .sm\:top-34px {
    top: 34px;
  }

  .sm\:right-34px {
    right: 34px;
  }

  .sm\:bottom-34px {
    bottom: 34px;
  }

  .sm\:left-34px {
    left: 34px;
  }

  .sm\:top-35px {
    top: 35px;
  }

  .sm\:right-35px {
    right: 35px;
  }

  .sm\:bottom-35px {
    bottom: 35px;
  }

  .sm\:left-35px {
    left: 35px;
  }

  .sm\:top-36px {
    top: 36px;
  }

  .sm\:right-36px {
    right: 36px;
  }

  .sm\:bottom-36px {
    bottom: 36px;
  }

  .sm\:left-36px {
    left: 36px;
  }

  .sm\:top-37px {
    top: 37px;
  }

  .sm\:right-37px {
    right: 37px;
  }

  .sm\:bottom-37px {
    bottom: 37px;
  }

  .sm\:left-37px {
    left: 37px;
  }

  .sm\:top-38px {
    top: 38px;
  }

  .sm\:right-38px {
    right: 38px;
  }

  .sm\:bottom-38px {
    bottom: 38px;
  }

  .sm\:left-38px {
    left: 38px;
  }

  .sm\:top-39px {
    top: 39px;
  }

  .sm\:right-39px {
    right: 39px;
  }

  .sm\:bottom-39px {
    bottom: 39px;
  }

  .sm\:left-39px {
    left: 39px;
  }

  .sm\:top-40px {
    top: 40px;
  }

  .sm\:right-40px {
    right: 40px;
  }

  .sm\:bottom-40px {
    bottom: 40px;
  }

  .sm\:left-40px {
    left: 40px;
  }

  .sm\:top-41px {
    top: 41px;
  }

  .sm\:right-41px {
    right: 41px;
  }

  .sm\:bottom-41px {
    bottom: 41px;
  }

  .sm\:left-41px {
    left: 41px;
  }

  .sm\:top-42px {
    top: 42px;
  }

  .sm\:right-42px {
    right: 42px;
  }

  .sm\:bottom-42px {
    bottom: 42px;
  }

  .sm\:left-42px {
    left: 42px;
  }

  .sm\:top-43px {
    top: 43px;
  }

  .sm\:right-43px {
    right: 43px;
  }

  .sm\:bottom-43px {
    bottom: 43px;
  }

  .sm\:left-43px {
    left: 43px;
  }

  .sm\:top-44px {
    top: 44px;
  }

  .sm\:right-44px {
    right: 44px;
  }

  .sm\:bottom-44px {
    bottom: 44px;
  }

  .sm\:left-44px {
    left: 44px;
  }

  .sm\:top-45px {
    top: 45px;
  }

  .sm\:right-45px {
    right: 45px;
  }

  .sm\:bottom-45px {
    bottom: 45px;
  }

  .sm\:left-45px {
    left: 45px;
  }

  .sm\:top-46px {
    top: 46px;
  }

  .sm\:right-46px {
    right: 46px;
  }

  .sm\:bottom-46px {
    bottom: 46px;
  }

  .sm\:left-46px {
    left: 46px;
  }

  .sm\:top-47px {
    top: 47px;
  }

  .sm\:right-47px {
    right: 47px;
  }

  .sm\:bottom-47px {
    bottom: 47px;
  }

  .sm\:left-47px {
    left: 47px;
  }

  .sm\:top-48px {
    top: 48px;
  }

  .sm\:right-48px {
    right: 48px;
  }

  .sm\:bottom-48px {
    bottom: 48px;
  }

  .sm\:left-48px {
    left: 48px;
  }

  .sm\:top-49px {
    top: 49px;
  }

  .sm\:right-49px {
    right: 49px;
  }

  .sm\:bottom-49px {
    bottom: 49px;
  }

  .sm\:left-49px {
    left: 49px;
  }

  .sm\:top-50px {
    top: 50px;
  }

  .sm\:right-50px {
    right: 50px;
  }

  .sm\:bottom-50px {
    bottom: 50px;
  }

  .sm\:left-50px {
    left: 50px;
  }

  .sm\:top-51px {
    top: 51px;
  }

  .sm\:right-51px {
    right: 51px;
  }

  .sm\:bottom-51px {
    bottom: 51px;
  }

  .sm\:left-51px {
    left: 51px;
  }

  .sm\:top-52px {
    top: 52px;
  }

  .sm\:right-52px {
    right: 52px;
  }

  .sm\:bottom-52px {
    bottom: 52px;
  }

  .sm\:left-52px {
    left: 52px;
  }

  .sm\:top-53px {
    top: 53px;
  }

  .sm\:right-53px {
    right: 53px;
  }

  .sm\:bottom-53px {
    bottom: 53px;
  }

  .sm\:left-53px {
    left: 53px;
  }

  .sm\:top-54px {
    top: 54px;
  }

  .sm\:right-54px {
    right: 54px;
  }

  .sm\:bottom-54px {
    bottom: 54px;
  }

  .sm\:left-54px {
    left: 54px;
  }

  .sm\:top-55px {
    top: 55px;
  }

  .sm\:right-55px {
    right: 55px;
  }

  .sm\:bottom-55px {
    bottom: 55px;
  }

  .sm\:left-55px {
    left: 55px;
  }

  .sm\:top-56px {
    top: 56px;
  }

  .sm\:right-56px {
    right: 56px;
  }

  .sm\:bottom-56px {
    bottom: 56px;
  }

  .sm\:left-56px {
    left: 56px;
  }

  .sm\:top-57px {
    top: 57px;
  }

  .sm\:right-57px {
    right: 57px;
  }

  .sm\:bottom-57px {
    bottom: 57px;
  }

  .sm\:left-57px {
    left: 57px;
  }

  .sm\:top-58px {
    top: 58px;
  }

  .sm\:right-58px {
    right: 58px;
  }

  .sm\:bottom-58px {
    bottom: 58px;
  }

  .sm\:left-58px {
    left: 58px;
  }

  .sm\:top-59px {
    top: 59px;
  }

  .sm\:right-59px {
    right: 59px;
  }

  .sm\:bottom-59px {
    bottom: 59px;
  }

  .sm\:left-59px {
    left: 59px;
  }

  .sm\:top-60px {
    top: 60px;
  }

  .sm\:right-60px {
    right: 60px;
  }

  .sm\:bottom-60px {
    bottom: 60px;
  }

  .sm\:left-60px {
    left: 60px;
  }

  .sm\:top-61px {
    top: 61px;
  }

  .sm\:right-61px {
    right: 61px;
  }

  .sm\:bottom-61px {
    bottom: 61px;
  }

  .sm\:left-61px {
    left: 61px;
  }

  .sm\:top-62px {
    top: 62px;
  }

  .sm\:right-62px {
    right: 62px;
  }

  .sm\:bottom-62px {
    bottom: 62px;
  }

  .sm\:left-62px {
    left: 62px;
  }

  .sm\:top-63px {
    top: 63px;
  }

  .sm\:right-63px {
    right: 63px;
  }

  .sm\:bottom-63px {
    bottom: 63px;
  }

  .sm\:left-63px {
    left: 63px;
  }

  .sm\:top-64px {
    top: 64px;
  }

  .sm\:right-64px {
    right: 64px;
  }

  .sm\:bottom-64px {
    bottom: 64px;
  }

  .sm\:left-64px {
    left: 64px;
  }

  .sm\:top-65px {
    top: 65px;
  }

  .sm\:right-65px {
    right: 65px;
  }

  .sm\:bottom-65px {
    bottom: 65px;
  }

  .sm\:left-65px {
    left: 65px;
  }

  .sm\:top-66px {
    top: 66px;
  }

  .sm\:right-66px {
    right: 66px;
  }

  .sm\:bottom-66px {
    bottom: 66px;
  }

  .sm\:left-66px {
    left: 66px;
  }

  .sm\:top-67px {
    top: 67px;
  }

  .sm\:right-67px {
    right: 67px;
  }

  .sm\:bottom-67px {
    bottom: 67px;
  }

  .sm\:left-67px {
    left: 67px;
  }

  .sm\:top-68px {
    top: 68px;
  }

  .sm\:right-68px {
    right: 68px;
  }

  .sm\:bottom-68px {
    bottom: 68px;
  }

  .sm\:left-68px {
    left: 68px;
  }

  .sm\:top-69px {
    top: 69px;
  }

  .sm\:right-69px {
    right: 69px;
  }

  .sm\:bottom-69px {
    bottom: 69px;
  }

  .sm\:left-69px {
    left: 69px;
  }

  .sm\:top-70px {
    top: 70px;
  }

  .sm\:right-70px {
    right: 70px;
  }

  .sm\:bottom-70px {
    bottom: 70px;
  }

  .sm\:left-70px {
    left: 70px;
  }

  .sm\:top-71px {
    top: 71px;
  }

  .sm\:right-71px {
    right: 71px;
  }

  .sm\:bottom-71px {
    bottom: 71px;
  }

  .sm\:left-71px {
    left: 71px;
  }

  .sm\:top-72px {
    top: 72px;
  }

  .sm\:right-72px {
    right: 72px;
  }

  .sm\:bottom-72px {
    bottom: 72px;
  }

  .sm\:left-72px {
    left: 72px;
  }

  .sm\:top-73px {
    top: 73px;
  }

  .sm\:right-73px {
    right: 73px;
  }

  .sm\:bottom-73px {
    bottom: 73px;
  }

  .sm\:left-73px {
    left: 73px;
  }

  .sm\:top-74px {
    top: 74px;
  }

  .sm\:right-74px {
    right: 74px;
  }

  .sm\:bottom-74px {
    bottom: 74px;
  }

  .sm\:left-74px {
    left: 74px;
  }

  .sm\:top-75px {
    top: 75px;
  }

  .sm\:right-75px {
    right: 75px;
  }

  .sm\:bottom-75px {
    bottom: 75px;
  }

  .sm\:left-75px {
    left: 75px;
  }

  .sm\:top-76px {
    top: 76px;
  }

  .sm\:right-76px {
    right: 76px;
  }

  .sm\:bottom-76px {
    bottom: 76px;
  }

  .sm\:left-76px {
    left: 76px;
  }

  .sm\:top-77px {
    top: 77px;
  }

  .sm\:right-77px {
    right: 77px;
  }

  .sm\:bottom-77px {
    bottom: 77px;
  }

  .sm\:left-77px {
    left: 77px;
  }

  .sm\:top-78px {
    top: 78px;
  }

  .sm\:right-78px {
    right: 78px;
  }

  .sm\:bottom-78px {
    bottom: 78px;
  }

  .sm\:left-78px {
    left: 78px;
  }

  .sm\:top-79px {
    top: 79px;
  }

  .sm\:right-79px {
    right: 79px;
  }

  .sm\:bottom-79px {
    bottom: 79px;
  }

  .sm\:left-79px {
    left: 79px;
  }

  .sm\:top-80px {
    top: 80px;
  }

  .sm\:right-80px {
    right: 80px;
  }

  .sm\:bottom-80px {
    bottom: 80px;
  }

  .sm\:left-80px {
    left: 80px;
  }

  .sm\:top-81px {
    top: 81px;
  }

  .sm\:right-81px {
    right: 81px;
  }

  .sm\:bottom-81px {
    bottom: 81px;
  }

  .sm\:left-81px {
    left: 81px;
  }

  .sm\:top-82px {
    top: 82px;
  }

  .sm\:right-82px {
    right: 82px;
  }

  .sm\:bottom-82px {
    bottom: 82px;
  }

  .sm\:left-82px {
    left: 82px;
  }

  .sm\:top-83px {
    top: 83px;
  }

  .sm\:right-83px {
    right: 83px;
  }

  .sm\:bottom-83px {
    bottom: 83px;
  }

  .sm\:left-83px {
    left: 83px;
  }

  .sm\:top-84px {
    top: 84px;
  }

  .sm\:right-84px {
    right: 84px;
  }

  .sm\:bottom-84px {
    bottom: 84px;
  }

  .sm\:left-84px {
    left: 84px;
  }

  .sm\:top-85px {
    top: 85px;
  }

  .sm\:right-85px {
    right: 85px;
  }

  .sm\:bottom-85px {
    bottom: 85px;
  }

  .sm\:left-85px {
    left: 85px;
  }

  .sm\:top-86px {
    top: 86px;
  }

  .sm\:right-86px {
    right: 86px;
  }

  .sm\:bottom-86px {
    bottom: 86px;
  }

  .sm\:left-86px {
    left: 86px;
  }

  .sm\:top-87px {
    top: 87px;
  }

  .sm\:right-87px {
    right: 87px;
  }

  .sm\:bottom-87px {
    bottom: 87px;
  }

  .sm\:left-87px {
    left: 87px;
  }

  .sm\:top-88px {
    top: 88px;
  }

  .sm\:right-88px {
    right: 88px;
  }

  .sm\:bottom-88px {
    bottom: 88px;
  }

  .sm\:left-88px {
    left: 88px;
  }

  .sm\:top-89px {
    top: 89px;
  }

  .sm\:right-89px {
    right: 89px;
  }

  .sm\:bottom-89px {
    bottom: 89px;
  }

  .sm\:left-89px {
    left: 89px;
  }

  .sm\:top-90px {
    top: 90px;
  }

  .sm\:right-90px {
    right: 90px;
  }

  .sm\:bottom-90px {
    bottom: 90px;
  }

  .sm\:left-90px {
    left: 90px;
  }

  .sm\:top-91px {
    top: 91px;
  }

  .sm\:right-91px {
    right: 91px;
  }

  .sm\:bottom-91px {
    bottom: 91px;
  }

  .sm\:left-91px {
    left: 91px;
  }

  .sm\:top-92px {
    top: 92px;
  }

  .sm\:right-92px {
    right: 92px;
  }

  .sm\:bottom-92px {
    bottom: 92px;
  }

  .sm\:left-92px {
    left: 92px;
  }

  .sm\:top-93px {
    top: 93px;
  }

  .sm\:right-93px {
    right: 93px;
  }

  .sm\:bottom-93px {
    bottom: 93px;
  }

  .sm\:left-93px {
    left: 93px;
  }

  .sm\:top-94px {
    top: 94px;
  }

  .sm\:right-94px {
    right: 94px;
  }

  .sm\:bottom-94px {
    bottom: 94px;
  }

  .sm\:left-94px {
    left: 94px;
  }

  .sm\:top-95px {
    top: 95px;
  }

  .sm\:right-95px {
    right: 95px;
  }

  .sm\:bottom-95px {
    bottom: 95px;
  }

  .sm\:left-95px {
    left: 95px;
  }

  .sm\:top-96px {
    top: 96px;
  }

  .sm\:right-96px {
    right: 96px;
  }

  .sm\:bottom-96px {
    bottom: 96px;
  }

  .sm\:left-96px {
    left: 96px;
  }

  .sm\:top-97px {
    top: 97px;
  }

  .sm\:right-97px {
    right: 97px;
  }

  .sm\:bottom-97px {
    bottom: 97px;
  }

  .sm\:left-97px {
    left: 97px;
  }

  .sm\:top-98px {
    top: 98px;
  }

  .sm\:right-98px {
    right: 98px;
  }

  .sm\:bottom-98px {
    bottom: 98px;
  }

  .sm\:left-98px {
    left: 98px;
  }

  .sm\:top-99px {
    top: 99px;
  }

  .sm\:right-99px {
    right: 99px;
  }

  .sm\:bottom-99px {
    bottom: 99px;
  }

  .sm\:left-99px {
    left: 99px;
  }

  .sm\:top-100px {
    top: 100px;
  }

  .sm\:right-100px {
    right: 100px;
  }

  .sm\:bottom-100px {
    bottom: 100px;
  }

  .sm\:left-100px {
    left: 100px;
  }

  .sm\:top-101px {
    top: 101px;
  }

  .sm\:right-101px {
    right: 101px;
  }

  .sm\:bottom-101px {
    bottom: 101px;
  }

  .sm\:left-101px {
    left: 101px;
  }

  .sm\:top-102px {
    top: 102px;
  }

  .sm\:right-102px {
    right: 102px;
  }

  .sm\:bottom-102px {
    bottom: 102px;
  }

  .sm\:left-102px {
    left: 102px;
  }

  .sm\:top-103px {
    top: 103px;
  }

  .sm\:right-103px {
    right: 103px;
  }

  .sm\:bottom-103px {
    bottom: 103px;
  }

  .sm\:left-103px {
    left: 103px;
  }

  .sm\:top-104px {
    top: 104px;
  }

  .sm\:right-104px {
    right: 104px;
  }

  .sm\:bottom-104px {
    bottom: 104px;
  }

  .sm\:left-104px {
    left: 104px;
  }

  .sm\:top-105px {
    top: 105px;
  }

  .sm\:right-105px {
    right: 105px;
  }

  .sm\:bottom-105px {
    bottom: 105px;
  }

  .sm\:left-105px {
    left: 105px;
  }

  .sm\:top-106px {
    top: 106px;
  }

  .sm\:right-106px {
    right: 106px;
  }

  .sm\:bottom-106px {
    bottom: 106px;
  }

  .sm\:left-106px {
    left: 106px;
  }

  .sm\:top-107px {
    top: 107px;
  }

  .sm\:right-107px {
    right: 107px;
  }

  .sm\:bottom-107px {
    bottom: 107px;
  }

  .sm\:left-107px {
    left: 107px;
  }

  .sm\:top-108px {
    top: 108px;
  }

  .sm\:right-108px {
    right: 108px;
  }

  .sm\:bottom-108px {
    bottom: 108px;
  }

  .sm\:left-108px {
    left: 108px;
  }

  .sm\:top-109px {
    top: 109px;
  }

  .sm\:right-109px {
    right: 109px;
  }

  .sm\:bottom-109px {
    bottom: 109px;
  }

  .sm\:left-109px {
    left: 109px;
  }

  .sm\:top-110px {
    top: 110px;
  }

  .sm\:right-110px {
    right: 110px;
  }

  .sm\:bottom-110px {
    bottom: 110px;
  }

  .sm\:left-110px {
    left: 110px;
  }

  .sm\:top-111px {
    top: 111px;
  }

  .sm\:right-111px {
    right: 111px;
  }

  .sm\:bottom-111px {
    bottom: 111px;
  }

  .sm\:left-111px {
    left: 111px;
  }

  .sm\:top-112px {
    top: 112px;
  }

  .sm\:right-112px {
    right: 112px;
  }

  .sm\:bottom-112px {
    bottom: 112px;
  }

  .sm\:left-112px {
    left: 112px;
  }

  .sm\:top-113px {
    top: 113px;
  }

  .sm\:right-113px {
    right: 113px;
  }

  .sm\:bottom-113px {
    bottom: 113px;
  }

  .sm\:left-113px {
    left: 113px;
  }

  .sm\:top-114px {
    top: 114px;
  }

  .sm\:right-114px {
    right: 114px;
  }

  .sm\:bottom-114px {
    bottom: 114px;
  }

  .sm\:left-114px {
    left: 114px;
  }

  .sm\:top-115px {
    top: 115px;
  }

  .sm\:right-115px {
    right: 115px;
  }

  .sm\:bottom-115px {
    bottom: 115px;
  }

  .sm\:left-115px {
    left: 115px;
  }

  .sm\:top-116px {
    top: 116px;
  }

  .sm\:right-116px {
    right: 116px;
  }

  .sm\:bottom-116px {
    bottom: 116px;
  }

  .sm\:left-116px {
    left: 116px;
  }

  .sm\:top-117px {
    top: 117px;
  }

  .sm\:right-117px {
    right: 117px;
  }

  .sm\:bottom-117px {
    bottom: 117px;
  }

  .sm\:left-117px {
    left: 117px;
  }

  .sm\:top-118px {
    top: 118px;
  }

  .sm\:right-118px {
    right: 118px;
  }

  .sm\:bottom-118px {
    bottom: 118px;
  }

  .sm\:left-118px {
    left: 118px;
  }

  .sm\:top-119px {
    top: 119px;
  }

  .sm\:right-119px {
    right: 119px;
  }

  .sm\:bottom-119px {
    bottom: 119px;
  }

  .sm\:left-119px {
    left: 119px;
  }

  .sm\:top-120px {
    top: 120px;
  }

  .sm\:right-120px {
    right: 120px;
  }

  .sm\:bottom-120px {
    bottom: 120px;
  }

  .sm\:left-120px {
    left: 120px;
  }

  .sm\:top-121px {
    top: 121px;
  }

  .sm\:right-121px {
    right: 121px;
  }

  .sm\:bottom-121px {
    bottom: 121px;
  }

  .sm\:left-121px {
    left: 121px;
  }

  .sm\:top-122px {
    top: 122px;
  }

  .sm\:right-122px {
    right: 122px;
  }

  .sm\:bottom-122px {
    bottom: 122px;
  }

  .sm\:left-122px {
    left: 122px;
  }

  .sm\:top-123px {
    top: 123px;
  }

  .sm\:right-123px {
    right: 123px;
  }

  .sm\:bottom-123px {
    bottom: 123px;
  }

  .sm\:left-123px {
    left: 123px;
  }

  .sm\:top-124px {
    top: 124px;
  }

  .sm\:right-124px {
    right: 124px;
  }

  .sm\:bottom-124px {
    bottom: 124px;
  }

  .sm\:left-124px {
    left: 124px;
  }

  .sm\:top-125px {
    top: 125px;
  }

  .sm\:right-125px {
    right: 125px;
  }

  .sm\:bottom-125px {
    bottom: 125px;
  }

  .sm\:left-125px {
    left: 125px;
  }

  .sm\:top-126px {
    top: 126px;
  }

  .sm\:right-126px {
    right: 126px;
  }

  .sm\:bottom-126px {
    bottom: 126px;
  }

  .sm\:left-126px {
    left: 126px;
  }

  .sm\:top-127px {
    top: 127px;
  }

  .sm\:right-127px {
    right: 127px;
  }

  .sm\:bottom-127px {
    bottom: 127px;
  }

  .sm\:left-127px {
    left: 127px;
  }

  .sm\:top-128px {
    top: 128px;
  }

  .sm\:right-128px {
    right: 128px;
  }

  .sm\:bottom-128px {
    bottom: 128px;
  }

  .sm\:left-128px {
    left: 128px;
  }

  .sm\:top-129px {
    top: 129px;
  }

  .sm\:right-129px {
    right: 129px;
  }

  .sm\:bottom-129px {
    bottom: 129px;
  }

  .sm\:left-129px {
    left: 129px;
  }

  .sm\:top-130px {
    top: 130px;
  }

  .sm\:right-130px {
    right: 130px;
  }

  .sm\:bottom-130px {
    bottom: 130px;
  }

  .sm\:left-130px {
    left: 130px;
  }

  .sm\:top-133px {
    top: 133px;
  }

  .sm\:right-133px {
    right: 133px;
  }

  .sm\:bottom-133px {
    bottom: 133px;
  }

  .sm\:left-133px {
    left: 133px;
  }

  .sm\:top-140px {
    top: 140px;
  }

  .sm\:right-140px {
    right: 140px;
  }

  .sm\:bottom-140px {
    bottom: 140px;
  }

  .sm\:left-140px {
    left: 140px;
  }

  .sm\:top-195px {
    top: 195px;
  }

  .sm\:right-195px {
    right: 195px;
  }

  .sm\:bottom-195px {
    bottom: 195px;
  }

  .sm\:left-195px {
    left: 195px;
  }

  .sm\:top-200px {
    top: 200px;
  }

  .sm\:right-200px {
    right: 200px;
  }

  .sm\:bottom-200px {
    bottom: 200px;
  }

  .sm\:left-200px {
    left: 200px;
  }

  .sm\:top-210px {
    top: 210px;
  }

  .sm\:right-210px {
    right: 210px;
  }

  .sm\:bottom-210px {
    bottom: 210px;
  }

  .sm\:left-210px {
    left: 210px;
  }

  .sm\:top-222px {
    top: 222px;
  }

  .sm\:right-222px {
    right: 222px;
  }

  .sm\:bottom-222px {
    bottom: 222px;
  }

  .sm\:left-222px {
    left: 222px;
  }

  .sm\:top-258px {
    top: 258px;
  }

  .sm\:right-258px {
    right: 258px;
  }

  .sm\:bottom-258px {
    bottom: 258px;
  }

  .sm\:left-258px {
    left: 258px;
  }

  .sm\:top-280px {
    top: 280px;
  }

  .sm\:right-280px {
    right: 280px;
  }

  .sm\:bottom-280px {
    bottom: 280px;
  }

  .sm\:left-280px {
    left: 280px;
  }

  .sm\:top-334px {
    top: 334px;
  }

  .sm\:right-334px {
    right: 334px;
  }

  .sm\:bottom-334px {
    bottom: 334px;
  }

  .sm\:left-334px {
    left: 334px;
  }

  .sm\:top-388px {
    top: 388px;
  }

  .sm\:right-388px {
    right: 388px;
  }

  .sm\:bottom-388px {
    bottom: 388px;
  }

  .sm\:left-388px {
    left: 388px;
  }

  .sm\:top-480px {
    top: 480px;
  }

  .sm\:right-480px {
    right: 480px;
  }

  .sm\:bottom-480px {
    bottom: 480px;
  }

  .sm\:left-480px {
    left: 480px;
  }

  .sm\:top-490px {
    top: 490px;
  }

  .sm\:right-490px {
    right: 490px;
  }

  .sm\:bottom-490px {
    bottom: 490px;
  }

  .sm\:left-490px {
    left: 490px;
  }

  .sm\:top-505px {
    top: 505px;
  }

  .sm\:right-505px {
    right: 505px;
  }

  .sm\:bottom-505px {
    bottom: 505px;
  }

  .sm\:left-505px {
    left: 505px;
  }

  .sm\:top-507px {
    top: 507px;
  }

  .sm\:right-507px {
    right: 507px;
  }

  .sm\:bottom-507px {
    bottom: 507px;
  }

  .sm\:left-507px {
    left: 507px;
  }

  .sm\:top-760px {
    top: 760px;
  }

  .sm\:right-760px {
    right: 760px;
  }

  .sm\:bottom-760px {
    bottom: 760px;
  }

  .sm\:left-760px {
    left: 760px;
  }

  .sm\:top-780px {
    top: 780px;
  }

  .sm\:right-780px {
    right: 780px;
  }

  .sm\:bottom-780px {
    bottom: 780px;
  }

  .sm\:left-780px {
    left: 780px;
  }

  .sm\:top-980px {
    top: 980px;
  }

  .sm\:right-980px {
    right: 980px;
  }

  .sm\:bottom-980px {
    bottom: 980px;
  }

  .sm\:left-980px {
    left: 980px;
  }

  .sm\:top-1366px {
    top: 1366px;
  }

  .sm\:right-1366px {
    right: 1366px;
  }

  .sm\:bottom-1366px {
    bottom: 1366px;
  }

  .sm\:left-1366px {
    left: 1366px;
  }

  .sm\:-top-0 {
    top: 0px;
  }

  .sm\:-right-0 {
    right: 0px;
  }

  .sm\:-bottom-0 {
    bottom: 0px;
  }

  .sm\:-left-0 {
    left: 0px;
  }

  .sm\:-top-1 {
    top: -0.25rem;
  }

  .sm\:-right-1 {
    right: -0.25rem;
  }

  .sm\:-bottom-1 {
    bottom: -0.25rem;
  }

  .sm\:-left-1 {
    left: -0.25rem;
  }

  .sm\:-top-2 {
    top: -0.5rem;
  }

  .sm\:-right-2 {
    right: -0.5rem;
  }

  .sm\:-bottom-2 {
    bottom: -0.5rem;
  }

  .sm\:-left-2 {
    left: -0.5rem;
  }

  .sm\:-top-3 {
    top: -0.75rem;
  }

  .sm\:-right-3 {
    right: -0.75rem;
  }

  .sm\:-bottom-3 {
    bottom: -0.75rem;
  }

  .sm\:-left-3 {
    left: -0.75rem;
  }

  .sm\:-top-4 {
    top: -1rem;
  }

  .sm\:-right-4 {
    right: -1rem;
  }

  .sm\:-bottom-4 {
    bottom: -1rem;
  }

  .sm\:-left-4 {
    left: -1rem;
  }

  .sm\:-top-5 {
    top: -1.25rem;
  }

  .sm\:-right-5 {
    right: -1.25rem;
  }

  .sm\:-bottom-5 {
    bottom: -1.25rem;
  }

  .sm\:-left-5 {
    left: -1.25rem;
  }

  .sm\:-top-6 {
    top: -1.5rem;
  }

  .sm\:-right-6 {
    right: -1.5rem;
  }

  .sm\:-bottom-6 {
    bottom: -1.5rem;
  }

  .sm\:-left-6 {
    left: -1.5rem;
  }

  .sm\:-top-7 {
    top: -1.75rem;
  }

  .sm\:-right-7 {
    right: -1.75rem;
  }

  .sm\:-bottom-7 {
    bottom: -1.75rem;
  }

  .sm\:-left-7 {
    left: -1.75rem;
  }

  .sm\:-top-8 {
    top: -2rem;
  }

  .sm\:-right-8 {
    right: -2rem;
  }

  .sm\:-bottom-8 {
    bottom: -2rem;
  }

  .sm\:-left-8 {
    left: -2rem;
  }

  .sm\:-top-9 {
    top: -2.25rem;
  }

  .sm\:-right-9 {
    right: -2.25rem;
  }

  .sm\:-bottom-9 {
    bottom: -2.25rem;
  }

  .sm\:-left-9 {
    left: -2.25rem;
  }

  .sm\:-top-10 {
    top: -2.5rem;
  }

  .sm\:-right-10 {
    right: -2.5rem;
  }

  .sm\:-bottom-10 {
    bottom: -2.5rem;
  }

  .sm\:-left-10 {
    left: -2.5rem;
  }

  .sm\:-top-11 {
    top: -2.75rem;
  }

  .sm\:-right-11 {
    right: -2.75rem;
  }

  .sm\:-bottom-11 {
    bottom: -2.75rem;
  }

  .sm\:-left-11 {
    left: -2.75rem;
  }

  .sm\:-top-12 {
    top: -3rem;
  }

  .sm\:-right-12 {
    right: -3rem;
  }

  .sm\:-bottom-12 {
    bottom: -3rem;
  }

  .sm\:-left-12 {
    left: -3rem;
  }

  .sm\:-top-14 {
    top: -3.5rem;
  }

  .sm\:-right-14 {
    right: -3.5rem;
  }

  .sm\:-bottom-14 {
    bottom: -3.5rem;
  }

  .sm\:-left-14 {
    left: -3.5rem;
  }

  .sm\:-top-16 {
    top: -4rem;
  }

  .sm\:-right-16 {
    right: -4rem;
  }

  .sm\:-bottom-16 {
    bottom: -4rem;
  }

  .sm\:-left-16 {
    left: -4rem;
  }

  .sm\:-top-20 {
    top: -5rem;
  }

  .sm\:-right-20 {
    right: -5rem;
  }

  .sm\:-bottom-20 {
    bottom: -5rem;
  }

  .sm\:-left-20 {
    left: -5rem;
  }

  .sm\:-top-24 {
    top: -6rem;
  }

  .sm\:-right-24 {
    right: -6rem;
  }

  .sm\:-bottom-24 {
    bottom: -6rem;
  }

  .sm\:-left-24 {
    left: -6rem;
  }

  .sm\:-top-28 {
    top: -7rem;
  }

  .sm\:-right-28 {
    right: -7rem;
  }

  .sm\:-bottom-28 {
    bottom: -7rem;
  }

  .sm\:-left-28 {
    left: -7rem;
  }

  .sm\:-top-32 {
    top: -8rem;
  }

  .sm\:-right-32 {
    right: -8rem;
  }

  .sm\:-bottom-32 {
    bottom: -8rem;
  }

  .sm\:-left-32 {
    left: -8rem;
  }

  .sm\:-top-36 {
    top: -9rem;
  }

  .sm\:-right-36 {
    right: -9rem;
  }

  .sm\:-bottom-36 {
    bottom: -9rem;
  }

  .sm\:-left-36 {
    left: -9rem;
  }

  .sm\:-top-40 {
    top: -10rem;
  }

  .sm\:-right-40 {
    right: -10rem;
  }

  .sm\:-bottom-40 {
    bottom: -10rem;
  }

  .sm\:-left-40 {
    left: -10rem;
  }

  .sm\:-top-44 {
    top: -11rem;
  }

  .sm\:-right-44 {
    right: -11rem;
  }

  .sm\:-bottom-44 {
    bottom: -11rem;
  }

  .sm\:-left-44 {
    left: -11rem;
  }

  .sm\:-top-48 {
    top: -12rem;
  }

  .sm\:-right-48 {
    right: -12rem;
  }

  .sm\:-bottom-48 {
    bottom: -12rem;
  }

  .sm\:-left-48 {
    left: -12rem;
  }

  .sm\:-top-52 {
    top: -13rem;
  }

  .sm\:-right-52 {
    right: -13rem;
  }

  .sm\:-bottom-52 {
    bottom: -13rem;
  }

  .sm\:-left-52 {
    left: -13rem;
  }

  .sm\:-top-56 {
    top: -14rem;
  }

  .sm\:-right-56 {
    right: -14rem;
  }

  .sm\:-bottom-56 {
    bottom: -14rem;
  }

  .sm\:-left-56 {
    left: -14rem;
  }

  .sm\:-top-60 {
    top: -15rem;
  }

  .sm\:-right-60 {
    right: -15rem;
  }

  .sm\:-bottom-60 {
    bottom: -15rem;
  }

  .sm\:-left-60 {
    left: -15rem;
  }

  .sm\:-top-64 {
    top: -16rem;
  }

  .sm\:-right-64 {
    right: -16rem;
  }

  .sm\:-bottom-64 {
    bottom: -16rem;
  }

  .sm\:-left-64 {
    left: -16rem;
  }

  .sm\:-top-72 {
    top: -18rem;
  }

  .sm\:-right-72 {
    right: -18rem;
  }

  .sm\:-bottom-72 {
    bottom: -18rem;
  }

  .sm\:-left-72 {
    left: -18rem;
  }

  .sm\:-top-80 {
    top: -20rem;
  }

  .sm\:-right-80 {
    right: -20rem;
  }

  .sm\:-bottom-80 {
    bottom: -20rem;
  }

  .sm\:-left-80 {
    left: -20rem;
  }

  .sm\:-top-96 {
    top: -24rem;
  }

  .sm\:-right-96 {
    right: -24rem;
  }

  .sm\:-bottom-96 {
    bottom: -24rem;
  }

  .sm\:-left-96 {
    left: -24rem;
  }

  .sm\:-top-px {
    top: -1px;
  }

  .sm\:-right-px {
    right: -1px;
  }

  .sm\:-bottom-px {
    bottom: -1px;
  }

  .sm\:-left-px {
    left: -1px;
  }

  .sm\:-top-0\.5 {
    top: -0.125rem;
  }

  .sm\:-right-0\.5 {
    right: -0.125rem;
  }

  .sm\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .sm\:-left-0\.5 {
    left: -0.125rem;
  }

  .sm\:-top-1\.5 {
    top: -0.375rem;
  }

  .sm\:-right-1\.5 {
    right: -0.375rem;
  }

  .sm\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .sm\:-left-1\.5 {
    left: -0.375rem;
  }

  .sm\:-top-2\.5 {
    top: -0.625rem;
  }

  .sm\:-right-2\.5 {
    right: -0.625rem;
  }

  .sm\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .sm\:-left-2\.5 {
    left: -0.625rem;
  }

  .sm\:-top-3\.5 {
    top: -0.875rem;
  }

  .sm\:-right-3\.5 {
    right: -0.875rem;
  }

  .sm\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .sm\:-left-3\.5 {
    left: -0.875rem;
  }

  .sm\:-top-1px {
    top: -1px;
  }

  .sm\:-right-1px {
    right: -1px;
  }

  .sm\:-bottom-1px {
    bottom: -1px;
  }

  .sm\:-left-1px {
    left: -1px;
  }

  .sm\:-top-2px {
    top: -2px;
  }

  .sm\:-right-2px {
    right: -2px;
  }

  .sm\:-bottom-2px {
    bottom: -2px;
  }

  .sm\:-left-2px {
    left: -2px;
  }

  .sm\:-top-3px {
    top: -3px;
  }

  .sm\:-right-3px {
    right: -3px;
  }

  .sm\:-bottom-3px {
    bottom: -3px;
  }

  .sm\:-left-3px {
    left: -3px;
  }

  .sm\:-top-4px {
    top: -4px;
  }

  .sm\:-right-4px {
    right: -4px;
  }

  .sm\:-bottom-4px {
    bottom: -4px;
  }

  .sm\:-left-4px {
    left: -4px;
  }

  .sm\:-top-5px {
    top: -5px;
  }

  .sm\:-right-5px {
    right: -5px;
  }

  .sm\:-bottom-5px {
    bottom: -5px;
  }

  .sm\:-left-5px {
    left: -5px;
  }

  .sm\:-top-6px {
    top: -6px;
  }

  .sm\:-right-6px {
    right: -6px;
  }

  .sm\:-bottom-6px {
    bottom: -6px;
  }

  .sm\:-left-6px {
    left: -6px;
  }

  .sm\:-top-7px {
    top: -7px;
  }

  .sm\:-right-7px {
    right: -7px;
  }

  .sm\:-bottom-7px {
    bottom: -7px;
  }

  .sm\:-left-7px {
    left: -7px;
  }

  .sm\:-top-8px {
    top: -8px;
  }

  .sm\:-right-8px {
    right: -8px;
  }

  .sm\:-bottom-8px {
    bottom: -8px;
  }

  .sm\:-left-8px {
    left: -8px;
  }

  .sm\:-top-9px {
    top: -9px;
  }

  .sm\:-right-9px {
    right: -9px;
  }

  .sm\:-bottom-9px {
    bottom: -9px;
  }

  .sm\:-left-9px {
    left: -9px;
  }

  .sm\:-top-10px {
    top: -10px;
  }

  .sm\:-right-10px {
    right: -10px;
  }

  .sm\:-bottom-10px {
    bottom: -10px;
  }

  .sm\:-left-10px {
    left: -10px;
  }

  .sm\:-top-11px {
    top: -11px;
  }

  .sm\:-right-11px {
    right: -11px;
  }

  .sm\:-bottom-11px {
    bottom: -11px;
  }

  .sm\:-left-11px {
    left: -11px;
  }

  .sm\:-top-12px {
    top: -12px;
  }

  .sm\:-right-12px {
    right: -12px;
  }

  .sm\:-bottom-12px {
    bottom: -12px;
  }

  .sm\:-left-12px {
    left: -12px;
  }

  .sm\:-top-13px {
    top: -13px;
  }

  .sm\:-right-13px {
    right: -13px;
  }

  .sm\:-bottom-13px {
    bottom: -13px;
  }

  .sm\:-left-13px {
    left: -13px;
  }

  .sm\:-top-14px {
    top: -14px;
  }

  .sm\:-right-14px {
    right: -14px;
  }

  .sm\:-bottom-14px {
    bottom: -14px;
  }

  .sm\:-left-14px {
    left: -14px;
  }

  .sm\:-top-15px {
    top: -15px;
  }

  .sm\:-right-15px {
    right: -15px;
  }

  .sm\:-bottom-15px {
    bottom: -15px;
  }

  .sm\:-left-15px {
    left: -15px;
  }

  .sm\:-top-16px {
    top: -16px;
  }

  .sm\:-right-16px {
    right: -16px;
  }

  .sm\:-bottom-16px {
    bottom: -16px;
  }

  .sm\:-left-16px {
    left: -16px;
  }

  .sm\:-top-17px {
    top: -17px;
  }

  .sm\:-right-17px {
    right: -17px;
  }

  .sm\:-bottom-17px {
    bottom: -17px;
  }

  .sm\:-left-17px {
    left: -17px;
  }

  .sm\:-top-18px {
    top: -18px;
  }

  .sm\:-right-18px {
    right: -18px;
  }

  .sm\:-bottom-18px {
    bottom: -18px;
  }

  .sm\:-left-18px {
    left: -18px;
  }

  .sm\:-top-19px {
    top: -19px;
  }

  .sm\:-right-19px {
    right: -19px;
  }

  .sm\:-bottom-19px {
    bottom: -19px;
  }

  .sm\:-left-19px {
    left: -19px;
  }

  .sm\:-top-20px {
    top: -20px;
  }

  .sm\:-right-20px {
    right: -20px;
  }

  .sm\:-bottom-20px {
    bottom: -20px;
  }

  .sm\:-left-20px {
    left: -20px;
  }

  .sm\:-top-21px {
    top: -21px;
  }

  .sm\:-right-21px {
    right: -21px;
  }

  .sm\:-bottom-21px {
    bottom: -21px;
  }

  .sm\:-left-21px {
    left: -21px;
  }

  .sm\:-top-22px {
    top: -22px;
  }

  .sm\:-right-22px {
    right: -22px;
  }

  .sm\:-bottom-22px {
    bottom: -22px;
  }

  .sm\:-left-22px {
    left: -22px;
  }

  .sm\:-top-23px {
    top: -23px;
  }

  .sm\:-right-23px {
    right: -23px;
  }

  .sm\:-bottom-23px {
    bottom: -23px;
  }

  .sm\:-left-23px {
    left: -23px;
  }

  .sm\:-top-24px {
    top: -24px;
  }

  .sm\:-right-24px {
    right: -24px;
  }

  .sm\:-bottom-24px {
    bottom: -24px;
  }

  .sm\:-left-24px {
    left: -24px;
  }

  .sm\:-top-25px {
    top: -25px;
  }

  .sm\:-right-25px {
    right: -25px;
  }

  .sm\:-bottom-25px {
    bottom: -25px;
  }

  .sm\:-left-25px {
    left: -25px;
  }

  .sm\:-top-26px {
    top: -26px;
  }

  .sm\:-right-26px {
    right: -26px;
  }

  .sm\:-bottom-26px {
    bottom: -26px;
  }

  .sm\:-left-26px {
    left: -26px;
  }

  .sm\:-top-27px {
    top: -27px;
  }

  .sm\:-right-27px {
    right: -27px;
  }

  .sm\:-bottom-27px {
    bottom: -27px;
  }

  .sm\:-left-27px {
    left: -27px;
  }

  .sm\:-top-28px {
    top: -28px;
  }

  .sm\:-right-28px {
    right: -28px;
  }

  .sm\:-bottom-28px {
    bottom: -28px;
  }

  .sm\:-left-28px {
    left: -28px;
  }

  .sm\:-top-29px {
    top: -29px;
  }

  .sm\:-right-29px {
    right: -29px;
  }

  .sm\:-bottom-29px {
    bottom: -29px;
  }

  .sm\:-left-29px {
    left: -29px;
  }

  .sm\:-top-30px {
    top: -30px;
  }

  .sm\:-right-30px {
    right: -30px;
  }

  .sm\:-bottom-30px {
    bottom: -30px;
  }

  .sm\:-left-30px {
    left: -30px;
  }

  .sm\:-top-31px {
    top: -31px;
  }

  .sm\:-right-31px {
    right: -31px;
  }

  .sm\:-bottom-31px {
    bottom: -31px;
  }

  .sm\:-left-31px {
    left: -31px;
  }

  .sm\:-top-32px {
    top: -32px;
  }

  .sm\:-right-32px {
    right: -32px;
  }

  .sm\:-bottom-32px {
    bottom: -32px;
  }

  .sm\:-left-32px {
    left: -32px;
  }

  .sm\:-top-33px {
    top: -33px;
  }

  .sm\:-right-33px {
    right: -33px;
  }

  .sm\:-bottom-33px {
    bottom: -33px;
  }

  .sm\:-left-33px {
    left: -33px;
  }

  .sm\:-top-34px {
    top: -34px;
  }

  .sm\:-right-34px {
    right: -34px;
  }

  .sm\:-bottom-34px {
    bottom: -34px;
  }

  .sm\:-left-34px {
    left: -34px;
  }

  .sm\:-top-35px {
    top: -35px;
  }

  .sm\:-right-35px {
    right: -35px;
  }

  .sm\:-bottom-35px {
    bottom: -35px;
  }

  .sm\:-left-35px {
    left: -35px;
  }

  .sm\:-top-36px {
    top: -36px;
  }

  .sm\:-right-36px {
    right: -36px;
  }

  .sm\:-bottom-36px {
    bottom: -36px;
  }

  .sm\:-left-36px {
    left: -36px;
  }

  .sm\:-top-37px {
    top: -37px;
  }

  .sm\:-right-37px {
    right: -37px;
  }

  .sm\:-bottom-37px {
    bottom: -37px;
  }

  .sm\:-left-37px {
    left: -37px;
  }

  .sm\:-top-38px {
    top: -38px;
  }

  .sm\:-right-38px {
    right: -38px;
  }

  .sm\:-bottom-38px {
    bottom: -38px;
  }

  .sm\:-left-38px {
    left: -38px;
  }

  .sm\:-top-39px {
    top: -39px;
  }

  .sm\:-right-39px {
    right: -39px;
  }

  .sm\:-bottom-39px {
    bottom: -39px;
  }

  .sm\:-left-39px {
    left: -39px;
  }

  .sm\:-top-40px {
    top: -40px;
  }

  .sm\:-right-40px {
    right: -40px;
  }

  .sm\:-bottom-40px {
    bottom: -40px;
  }

  .sm\:-left-40px {
    left: -40px;
  }

  .sm\:-top-41px {
    top: -41px;
  }

  .sm\:-right-41px {
    right: -41px;
  }

  .sm\:-bottom-41px {
    bottom: -41px;
  }

  .sm\:-left-41px {
    left: -41px;
  }

  .sm\:-top-42px {
    top: -42px;
  }

  .sm\:-right-42px {
    right: -42px;
  }

  .sm\:-bottom-42px {
    bottom: -42px;
  }

  .sm\:-left-42px {
    left: -42px;
  }

  .sm\:-top-43px {
    top: -43px;
  }

  .sm\:-right-43px {
    right: -43px;
  }

  .sm\:-bottom-43px {
    bottom: -43px;
  }

  .sm\:-left-43px {
    left: -43px;
  }

  .sm\:-top-44px {
    top: -44px;
  }

  .sm\:-right-44px {
    right: -44px;
  }

  .sm\:-bottom-44px {
    bottom: -44px;
  }

  .sm\:-left-44px {
    left: -44px;
  }

  .sm\:-top-45px {
    top: -45px;
  }

  .sm\:-right-45px {
    right: -45px;
  }

  .sm\:-bottom-45px {
    bottom: -45px;
  }

  .sm\:-left-45px {
    left: -45px;
  }

  .sm\:-top-46px {
    top: -46px;
  }

  .sm\:-right-46px {
    right: -46px;
  }

  .sm\:-bottom-46px {
    bottom: -46px;
  }

  .sm\:-left-46px {
    left: -46px;
  }

  .sm\:-top-47px {
    top: -47px;
  }

  .sm\:-right-47px {
    right: -47px;
  }

  .sm\:-bottom-47px {
    bottom: -47px;
  }

  .sm\:-left-47px {
    left: -47px;
  }

  .sm\:-top-48px {
    top: -48px;
  }

  .sm\:-right-48px {
    right: -48px;
  }

  .sm\:-bottom-48px {
    bottom: -48px;
  }

  .sm\:-left-48px {
    left: -48px;
  }

  .sm\:-top-49px {
    top: -49px;
  }

  .sm\:-right-49px {
    right: -49px;
  }

  .sm\:-bottom-49px {
    bottom: -49px;
  }

  .sm\:-left-49px {
    left: -49px;
  }

  .sm\:-top-50px {
    top: -50px;
  }

  .sm\:-right-50px {
    right: -50px;
  }

  .sm\:-bottom-50px {
    bottom: -50px;
  }

  .sm\:-left-50px {
    left: -50px;
  }

  .sm\:-top-51px {
    top: -51px;
  }

  .sm\:-right-51px {
    right: -51px;
  }

  .sm\:-bottom-51px {
    bottom: -51px;
  }

  .sm\:-left-51px {
    left: -51px;
  }

  .sm\:-top-52px {
    top: -52px;
  }

  .sm\:-right-52px {
    right: -52px;
  }

  .sm\:-bottom-52px {
    bottom: -52px;
  }

  .sm\:-left-52px {
    left: -52px;
  }

  .sm\:-top-53px {
    top: -53px;
  }

  .sm\:-right-53px {
    right: -53px;
  }

  .sm\:-bottom-53px {
    bottom: -53px;
  }

  .sm\:-left-53px {
    left: -53px;
  }

  .sm\:-top-54px {
    top: -54px;
  }

  .sm\:-right-54px {
    right: -54px;
  }

  .sm\:-bottom-54px {
    bottom: -54px;
  }

  .sm\:-left-54px {
    left: -54px;
  }

  .sm\:-top-55px {
    top: -55px;
  }

  .sm\:-right-55px {
    right: -55px;
  }

  .sm\:-bottom-55px {
    bottom: -55px;
  }

  .sm\:-left-55px {
    left: -55px;
  }

  .sm\:-top-56px {
    top: -56px;
  }

  .sm\:-right-56px {
    right: -56px;
  }

  .sm\:-bottom-56px {
    bottom: -56px;
  }

  .sm\:-left-56px {
    left: -56px;
  }

  .sm\:-top-57px {
    top: -57px;
  }

  .sm\:-right-57px {
    right: -57px;
  }

  .sm\:-bottom-57px {
    bottom: -57px;
  }

  .sm\:-left-57px {
    left: -57px;
  }

  .sm\:-top-58px {
    top: -58px;
  }

  .sm\:-right-58px {
    right: -58px;
  }

  .sm\:-bottom-58px {
    bottom: -58px;
  }

  .sm\:-left-58px {
    left: -58px;
  }

  .sm\:-top-59px {
    top: -59px;
  }

  .sm\:-right-59px {
    right: -59px;
  }

  .sm\:-bottom-59px {
    bottom: -59px;
  }

  .sm\:-left-59px {
    left: -59px;
  }

  .sm\:-top-60px {
    top: -60px;
  }

  .sm\:-right-60px {
    right: -60px;
  }

  .sm\:-bottom-60px {
    bottom: -60px;
  }

  .sm\:-left-60px {
    left: -60px;
  }

  .sm\:-top-61px {
    top: -61px;
  }

  .sm\:-right-61px {
    right: -61px;
  }

  .sm\:-bottom-61px {
    bottom: -61px;
  }

  .sm\:-left-61px {
    left: -61px;
  }

  .sm\:-top-62px {
    top: -62px;
  }

  .sm\:-right-62px {
    right: -62px;
  }

  .sm\:-bottom-62px {
    bottom: -62px;
  }

  .sm\:-left-62px {
    left: -62px;
  }

  .sm\:-top-63px {
    top: -63px;
  }

  .sm\:-right-63px {
    right: -63px;
  }

  .sm\:-bottom-63px {
    bottom: -63px;
  }

  .sm\:-left-63px {
    left: -63px;
  }

  .sm\:-top-64px {
    top: -64px;
  }

  .sm\:-right-64px {
    right: -64px;
  }

  .sm\:-bottom-64px {
    bottom: -64px;
  }

  .sm\:-left-64px {
    left: -64px;
  }

  .sm\:-top-65px {
    top: -65px;
  }

  .sm\:-right-65px {
    right: -65px;
  }

  .sm\:-bottom-65px {
    bottom: -65px;
  }

  .sm\:-left-65px {
    left: -65px;
  }

  .sm\:-top-66px {
    top: -66px;
  }

  .sm\:-right-66px {
    right: -66px;
  }

  .sm\:-bottom-66px {
    bottom: -66px;
  }

  .sm\:-left-66px {
    left: -66px;
  }

  .sm\:-top-67px {
    top: -67px;
  }

  .sm\:-right-67px {
    right: -67px;
  }

  .sm\:-bottom-67px {
    bottom: -67px;
  }

  .sm\:-left-67px {
    left: -67px;
  }

  .sm\:-top-68px {
    top: -68px;
  }

  .sm\:-right-68px {
    right: -68px;
  }

  .sm\:-bottom-68px {
    bottom: -68px;
  }

  .sm\:-left-68px {
    left: -68px;
  }

  .sm\:-top-69px {
    top: -69px;
  }

  .sm\:-right-69px {
    right: -69px;
  }

  .sm\:-bottom-69px {
    bottom: -69px;
  }

  .sm\:-left-69px {
    left: -69px;
  }

  .sm\:-top-70px {
    top: -70px;
  }

  .sm\:-right-70px {
    right: -70px;
  }

  .sm\:-bottom-70px {
    bottom: -70px;
  }

  .sm\:-left-70px {
    left: -70px;
  }

  .sm\:-top-71px {
    top: -71px;
  }

  .sm\:-right-71px {
    right: -71px;
  }

  .sm\:-bottom-71px {
    bottom: -71px;
  }

  .sm\:-left-71px {
    left: -71px;
  }

  .sm\:-top-72px {
    top: -72px;
  }

  .sm\:-right-72px {
    right: -72px;
  }

  .sm\:-bottom-72px {
    bottom: -72px;
  }

  .sm\:-left-72px {
    left: -72px;
  }

  .sm\:-top-73px {
    top: -73px;
  }

  .sm\:-right-73px {
    right: -73px;
  }

  .sm\:-bottom-73px {
    bottom: -73px;
  }

  .sm\:-left-73px {
    left: -73px;
  }

  .sm\:-top-74px {
    top: -74px;
  }

  .sm\:-right-74px {
    right: -74px;
  }

  .sm\:-bottom-74px {
    bottom: -74px;
  }

  .sm\:-left-74px {
    left: -74px;
  }

  .sm\:-top-75px {
    top: -75px;
  }

  .sm\:-right-75px {
    right: -75px;
  }

  .sm\:-bottom-75px {
    bottom: -75px;
  }

  .sm\:-left-75px {
    left: -75px;
  }

  .sm\:-top-76px {
    top: -76px;
  }

  .sm\:-right-76px {
    right: -76px;
  }

  .sm\:-bottom-76px {
    bottom: -76px;
  }

  .sm\:-left-76px {
    left: -76px;
  }

  .sm\:-top-77px {
    top: -77px;
  }

  .sm\:-right-77px {
    right: -77px;
  }

  .sm\:-bottom-77px {
    bottom: -77px;
  }

  .sm\:-left-77px {
    left: -77px;
  }

  .sm\:-top-78px {
    top: -78px;
  }

  .sm\:-right-78px {
    right: -78px;
  }

  .sm\:-bottom-78px {
    bottom: -78px;
  }

  .sm\:-left-78px {
    left: -78px;
  }

  .sm\:-top-79px {
    top: -79px;
  }

  .sm\:-right-79px {
    right: -79px;
  }

  .sm\:-bottom-79px {
    bottom: -79px;
  }

  .sm\:-left-79px {
    left: -79px;
  }

  .sm\:-top-80px {
    top: -80px;
  }

  .sm\:-right-80px {
    right: -80px;
  }

  .sm\:-bottom-80px {
    bottom: -80px;
  }

  .sm\:-left-80px {
    left: -80px;
  }

  .sm\:-top-81px {
    top: -81px;
  }

  .sm\:-right-81px {
    right: -81px;
  }

  .sm\:-bottom-81px {
    bottom: -81px;
  }

  .sm\:-left-81px {
    left: -81px;
  }

  .sm\:-top-82px {
    top: -82px;
  }

  .sm\:-right-82px {
    right: -82px;
  }

  .sm\:-bottom-82px {
    bottom: -82px;
  }

  .sm\:-left-82px {
    left: -82px;
  }

  .sm\:-top-83px {
    top: -83px;
  }

  .sm\:-right-83px {
    right: -83px;
  }

  .sm\:-bottom-83px {
    bottom: -83px;
  }

  .sm\:-left-83px {
    left: -83px;
  }

  .sm\:-top-84px {
    top: -84px;
  }

  .sm\:-right-84px {
    right: -84px;
  }

  .sm\:-bottom-84px {
    bottom: -84px;
  }

  .sm\:-left-84px {
    left: -84px;
  }

  .sm\:-top-85px {
    top: -85px;
  }

  .sm\:-right-85px {
    right: -85px;
  }

  .sm\:-bottom-85px {
    bottom: -85px;
  }

  .sm\:-left-85px {
    left: -85px;
  }

  .sm\:-top-86px {
    top: -86px;
  }

  .sm\:-right-86px {
    right: -86px;
  }

  .sm\:-bottom-86px {
    bottom: -86px;
  }

  .sm\:-left-86px {
    left: -86px;
  }

  .sm\:-top-87px {
    top: -87px;
  }

  .sm\:-right-87px {
    right: -87px;
  }

  .sm\:-bottom-87px {
    bottom: -87px;
  }

  .sm\:-left-87px {
    left: -87px;
  }

  .sm\:-top-88px {
    top: -88px;
  }

  .sm\:-right-88px {
    right: -88px;
  }

  .sm\:-bottom-88px {
    bottom: -88px;
  }

  .sm\:-left-88px {
    left: -88px;
  }

  .sm\:-top-89px {
    top: -89px;
  }

  .sm\:-right-89px {
    right: -89px;
  }

  .sm\:-bottom-89px {
    bottom: -89px;
  }

  .sm\:-left-89px {
    left: -89px;
  }

  .sm\:-top-90px {
    top: -90px;
  }

  .sm\:-right-90px {
    right: -90px;
  }

  .sm\:-bottom-90px {
    bottom: -90px;
  }

  .sm\:-left-90px {
    left: -90px;
  }

  .sm\:-top-91px {
    top: -91px;
  }

  .sm\:-right-91px {
    right: -91px;
  }

  .sm\:-bottom-91px {
    bottom: -91px;
  }

  .sm\:-left-91px {
    left: -91px;
  }

  .sm\:-top-92px {
    top: -92px;
  }

  .sm\:-right-92px {
    right: -92px;
  }

  .sm\:-bottom-92px {
    bottom: -92px;
  }

  .sm\:-left-92px {
    left: -92px;
  }

  .sm\:-top-93px {
    top: -93px;
  }

  .sm\:-right-93px {
    right: -93px;
  }

  .sm\:-bottom-93px {
    bottom: -93px;
  }

  .sm\:-left-93px {
    left: -93px;
  }

  .sm\:-top-94px {
    top: -94px;
  }

  .sm\:-right-94px {
    right: -94px;
  }

  .sm\:-bottom-94px {
    bottom: -94px;
  }

  .sm\:-left-94px {
    left: -94px;
  }

  .sm\:-top-95px {
    top: -95px;
  }

  .sm\:-right-95px {
    right: -95px;
  }

  .sm\:-bottom-95px {
    bottom: -95px;
  }

  .sm\:-left-95px {
    left: -95px;
  }

  .sm\:-top-96px {
    top: -96px;
  }

  .sm\:-right-96px {
    right: -96px;
  }

  .sm\:-bottom-96px {
    bottom: -96px;
  }

  .sm\:-left-96px {
    left: -96px;
  }

  .sm\:-top-97px {
    top: -97px;
  }

  .sm\:-right-97px {
    right: -97px;
  }

  .sm\:-bottom-97px {
    bottom: -97px;
  }

  .sm\:-left-97px {
    left: -97px;
  }

  .sm\:-top-98px {
    top: -98px;
  }

  .sm\:-right-98px {
    right: -98px;
  }

  .sm\:-bottom-98px {
    bottom: -98px;
  }

  .sm\:-left-98px {
    left: -98px;
  }

  .sm\:-top-99px {
    top: -99px;
  }

  .sm\:-right-99px {
    right: -99px;
  }

  .sm\:-bottom-99px {
    bottom: -99px;
  }

  .sm\:-left-99px {
    left: -99px;
  }

  .sm\:-top-100px {
    top: -100px;
  }

  .sm\:-right-100px {
    right: -100px;
  }

  .sm\:-bottom-100px {
    bottom: -100px;
  }

  .sm\:-left-100px {
    left: -100px;
  }

  .sm\:-top-101px {
    top: -101px;
  }

  .sm\:-right-101px {
    right: -101px;
  }

  .sm\:-bottom-101px {
    bottom: -101px;
  }

  .sm\:-left-101px {
    left: -101px;
  }

  .sm\:-top-102px {
    top: -102px;
  }

  .sm\:-right-102px {
    right: -102px;
  }

  .sm\:-bottom-102px {
    bottom: -102px;
  }

  .sm\:-left-102px {
    left: -102px;
  }

  .sm\:-top-103px {
    top: -103px;
  }

  .sm\:-right-103px {
    right: -103px;
  }

  .sm\:-bottom-103px {
    bottom: -103px;
  }

  .sm\:-left-103px {
    left: -103px;
  }

  .sm\:-top-104px {
    top: -104px;
  }

  .sm\:-right-104px {
    right: -104px;
  }

  .sm\:-bottom-104px {
    bottom: -104px;
  }

  .sm\:-left-104px {
    left: -104px;
  }

  .sm\:-top-105px {
    top: -105px;
  }

  .sm\:-right-105px {
    right: -105px;
  }

  .sm\:-bottom-105px {
    bottom: -105px;
  }

  .sm\:-left-105px {
    left: -105px;
  }

  .sm\:-top-106px {
    top: -106px;
  }

  .sm\:-right-106px {
    right: -106px;
  }

  .sm\:-bottom-106px {
    bottom: -106px;
  }

  .sm\:-left-106px {
    left: -106px;
  }

  .sm\:-top-107px {
    top: -107px;
  }

  .sm\:-right-107px {
    right: -107px;
  }

  .sm\:-bottom-107px {
    bottom: -107px;
  }

  .sm\:-left-107px {
    left: -107px;
  }

  .sm\:-top-108px {
    top: -108px;
  }

  .sm\:-right-108px {
    right: -108px;
  }

  .sm\:-bottom-108px {
    bottom: -108px;
  }

  .sm\:-left-108px {
    left: -108px;
  }

  .sm\:-top-109px {
    top: -109px;
  }

  .sm\:-right-109px {
    right: -109px;
  }

  .sm\:-bottom-109px {
    bottom: -109px;
  }

  .sm\:-left-109px {
    left: -109px;
  }

  .sm\:-top-110px {
    top: -110px;
  }

  .sm\:-right-110px {
    right: -110px;
  }

  .sm\:-bottom-110px {
    bottom: -110px;
  }

  .sm\:-left-110px {
    left: -110px;
  }

  .sm\:-top-111px {
    top: -111px;
  }

  .sm\:-right-111px {
    right: -111px;
  }

  .sm\:-bottom-111px {
    bottom: -111px;
  }

  .sm\:-left-111px {
    left: -111px;
  }

  .sm\:-top-112px {
    top: -112px;
  }

  .sm\:-right-112px {
    right: -112px;
  }

  .sm\:-bottom-112px {
    bottom: -112px;
  }

  .sm\:-left-112px {
    left: -112px;
  }

  .sm\:-top-113px {
    top: -113px;
  }

  .sm\:-right-113px {
    right: -113px;
  }

  .sm\:-bottom-113px {
    bottom: -113px;
  }

  .sm\:-left-113px {
    left: -113px;
  }

  .sm\:-top-114px {
    top: -114px;
  }

  .sm\:-right-114px {
    right: -114px;
  }

  .sm\:-bottom-114px {
    bottom: -114px;
  }

  .sm\:-left-114px {
    left: -114px;
  }

  .sm\:-top-115px {
    top: -115px;
  }

  .sm\:-right-115px {
    right: -115px;
  }

  .sm\:-bottom-115px {
    bottom: -115px;
  }

  .sm\:-left-115px {
    left: -115px;
  }

  .sm\:-top-116px {
    top: -116px;
  }

  .sm\:-right-116px {
    right: -116px;
  }

  .sm\:-bottom-116px {
    bottom: -116px;
  }

  .sm\:-left-116px {
    left: -116px;
  }

  .sm\:-top-117px {
    top: -117px;
  }

  .sm\:-right-117px {
    right: -117px;
  }

  .sm\:-bottom-117px {
    bottom: -117px;
  }

  .sm\:-left-117px {
    left: -117px;
  }

  .sm\:-top-118px {
    top: -118px;
  }

  .sm\:-right-118px {
    right: -118px;
  }

  .sm\:-bottom-118px {
    bottom: -118px;
  }

  .sm\:-left-118px {
    left: -118px;
  }

  .sm\:-top-119px {
    top: -119px;
  }

  .sm\:-right-119px {
    right: -119px;
  }

  .sm\:-bottom-119px {
    bottom: -119px;
  }

  .sm\:-left-119px {
    left: -119px;
  }

  .sm\:-top-120px {
    top: -120px;
  }

  .sm\:-right-120px {
    right: -120px;
  }

  .sm\:-bottom-120px {
    bottom: -120px;
  }

  .sm\:-left-120px {
    left: -120px;
  }

  .sm\:-top-121px {
    top: -121px;
  }

  .sm\:-right-121px {
    right: -121px;
  }

  .sm\:-bottom-121px {
    bottom: -121px;
  }

  .sm\:-left-121px {
    left: -121px;
  }

  .sm\:-top-122px {
    top: -122px;
  }

  .sm\:-right-122px {
    right: -122px;
  }

  .sm\:-bottom-122px {
    bottom: -122px;
  }

  .sm\:-left-122px {
    left: -122px;
  }

  .sm\:-top-123px {
    top: -123px;
  }

  .sm\:-right-123px {
    right: -123px;
  }

  .sm\:-bottom-123px {
    bottom: -123px;
  }

  .sm\:-left-123px {
    left: -123px;
  }

  .sm\:-top-124px {
    top: -124px;
  }

  .sm\:-right-124px {
    right: -124px;
  }

  .sm\:-bottom-124px {
    bottom: -124px;
  }

  .sm\:-left-124px {
    left: -124px;
  }

  .sm\:-top-125px {
    top: -125px;
  }

  .sm\:-right-125px {
    right: -125px;
  }

  .sm\:-bottom-125px {
    bottom: -125px;
  }

  .sm\:-left-125px {
    left: -125px;
  }

  .sm\:-top-126px {
    top: -126px;
  }

  .sm\:-right-126px {
    right: -126px;
  }

  .sm\:-bottom-126px {
    bottom: -126px;
  }

  .sm\:-left-126px {
    left: -126px;
  }

  .sm\:-top-127px {
    top: -127px;
  }

  .sm\:-right-127px {
    right: -127px;
  }

  .sm\:-bottom-127px {
    bottom: -127px;
  }

  .sm\:-left-127px {
    left: -127px;
  }

  .sm\:-top-128px {
    top: -128px;
  }

  .sm\:-right-128px {
    right: -128px;
  }

  .sm\:-bottom-128px {
    bottom: -128px;
  }

  .sm\:-left-128px {
    left: -128px;
  }

  .sm\:-top-129px {
    top: -129px;
  }

  .sm\:-right-129px {
    right: -129px;
  }

  .sm\:-bottom-129px {
    bottom: -129px;
  }

  .sm\:-left-129px {
    left: -129px;
  }

  .sm\:-top-130px {
    top: -130px;
  }

  .sm\:-right-130px {
    right: -130px;
  }

  .sm\:-bottom-130px {
    bottom: -130px;
  }

  .sm\:-left-130px {
    left: -130px;
  }

  .sm\:-top-133px {
    top: -133px;
  }

  .sm\:-right-133px {
    right: -133px;
  }

  .sm\:-bottom-133px {
    bottom: -133px;
  }

  .sm\:-left-133px {
    left: -133px;
  }

  .sm\:-top-140px {
    top: -140px;
  }

  .sm\:-right-140px {
    right: -140px;
  }

  .sm\:-bottom-140px {
    bottom: -140px;
  }

  .sm\:-left-140px {
    left: -140px;
  }

  .sm\:-top-195px {
    top: -195px;
  }

  .sm\:-right-195px {
    right: -195px;
  }

  .sm\:-bottom-195px {
    bottom: -195px;
  }

  .sm\:-left-195px {
    left: -195px;
  }

  .sm\:-top-200px {
    top: -200px;
  }

  .sm\:-right-200px {
    right: -200px;
  }

  .sm\:-bottom-200px {
    bottom: -200px;
  }

  .sm\:-left-200px {
    left: -200px;
  }

  .sm\:-top-210px {
    top: -210px;
  }

  .sm\:-right-210px {
    right: -210px;
  }

  .sm\:-bottom-210px {
    bottom: -210px;
  }

  .sm\:-left-210px {
    left: -210px;
  }

  .sm\:-top-222px {
    top: -222px;
  }

  .sm\:-right-222px {
    right: -222px;
  }

  .sm\:-bottom-222px {
    bottom: -222px;
  }

  .sm\:-left-222px {
    left: -222px;
  }

  .sm\:-top-258px {
    top: -258px;
  }

  .sm\:-right-258px {
    right: -258px;
  }

  .sm\:-bottom-258px {
    bottom: -258px;
  }

  .sm\:-left-258px {
    left: -258px;
  }

  .sm\:-top-280px {
    top: -280px;
  }

  .sm\:-right-280px {
    right: -280px;
  }

  .sm\:-bottom-280px {
    bottom: -280px;
  }

  .sm\:-left-280px {
    left: -280px;
  }

  .sm\:-top-334px {
    top: -334px;
  }

  .sm\:-right-334px {
    right: -334px;
  }

  .sm\:-bottom-334px {
    bottom: -334px;
  }

  .sm\:-left-334px {
    left: -334px;
  }

  .sm\:-top-388px {
    top: -388px;
  }

  .sm\:-right-388px {
    right: -388px;
  }

  .sm\:-bottom-388px {
    bottom: -388px;
  }

  .sm\:-left-388px {
    left: -388px;
  }

  .sm\:-top-480px {
    top: -480px;
  }

  .sm\:-right-480px {
    right: -480px;
  }

  .sm\:-bottom-480px {
    bottom: -480px;
  }

  .sm\:-left-480px {
    left: -480px;
  }

  .sm\:-top-490px {
    top: -490px;
  }

  .sm\:-right-490px {
    right: -490px;
  }

  .sm\:-bottom-490px {
    bottom: -490px;
  }

  .sm\:-left-490px {
    left: -490px;
  }

  .sm\:-top-505px {
    top: -505px;
  }

  .sm\:-right-505px {
    right: -505px;
  }

  .sm\:-bottom-505px {
    bottom: -505px;
  }

  .sm\:-left-505px {
    left: -505px;
  }

  .sm\:-top-507px {
    top: -507px;
  }

  .sm\:-right-507px {
    right: -507px;
  }

  .sm\:-bottom-507px {
    bottom: -507px;
  }

  .sm\:-left-507px {
    left: -507px;
  }

  .sm\:-top-760px {
    top: -760px;
  }

  .sm\:-right-760px {
    right: -760px;
  }

  .sm\:-bottom-760px {
    bottom: -760px;
  }

  .sm\:-left-760px {
    left: -760px;
  }

  .sm\:-top-780px {
    top: -780px;
  }

  .sm\:-right-780px {
    right: -780px;
  }

  .sm\:-bottom-780px {
    bottom: -780px;
  }

  .sm\:-left-780px {
    left: -780px;
  }

  .sm\:-top-980px {
    top: -980px;
  }

  .sm\:-right-980px {
    right: -980px;
  }

  .sm\:-bottom-980px {
    bottom: -980px;
  }

  .sm\:-left-980px {
    left: -980px;
  }

  .sm\:-top-1366px {
    top: -1366px;
  }

  .sm\:-right-1366px {
    right: -1366px;
  }

  .sm\:-bottom-1366px {
    bottom: -1366px;
  }

  .sm\:-left-1366px {
    left: -1366px;
  }

  .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);
  }

  .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);
  }

  .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\: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\: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\: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 {
    --tw-ring-offset-color: #000;
  }

  .sm\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .sm\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .sm\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .sm\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .sm\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .sm\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .sm\:ring-offset-main-bg {
    --tw-ring-offset-color: #20264B;
  }

  .sm\:ring-offset-main-bg-2 {
    --tw-ring-offset-color: #101435;
  }

  .sm\:ring-offset-main-bg-3 {
    --tw-ring-offset-color: #101531;
  }

  .sm\:ring-offset-web-logo-brown {
    --tw-ring-offset-color: #B27D1A;
  }

  .sm\:ring-offset-public-logo-brown {
    --tw-ring-offset-color: #9A6D0A;
  }

  .sm\:ring-offset-button-primary-pink {
    --tw-ring-offset-color: #CF125B;
  }

  .sm\:ring-offset-button-secondary-black {
    --tw-ring-offset-color: #000000;
  }

  .sm\:ring-offset-link-text-white {
    --tw-ring-offset-color: #ffffff;
  }

  .sm\:ring-offset-sub-text-brown {
    --tw-ring-offset-color: #A29063;
  }

  .sm\:ring-offset-body-brown {
    --tw-ring-offset-color: #8D8779;
  }

  .sm\:ring-offset-copyright-gray {
    --tw-ring-offset-color: #D5D5D5;
  }

  .sm\:ring-offset-breadcrumb-gray {
    --tw-ring-offset-color: #858593;
  }

  .sm\:ring-offset-dark-text-white {
    --tw-ring-offset-color: #ffffff;
  }

  .sm\:ring-offset-background-black-a {
    --tw-ring-offset-color: #191919;
  }

  .sm\:ring-offset-background-black-b {
    --tw-ring-offset-color: #343445;
  }

  .sm\:ring-offset-background-black-c {
    --tw-ring-offset-color: #101531;
  }

  .sm\:ring-offset-background-black-d {
    --tw-ring-offset-color: #040822;
  }

  .sm\:ring-offset-product-detail-body-white {
    --tw-ring-offset-color: #F7F3EF;
  }

  .sm\:ring-offset-primary-pink {
    --tw-ring-offset-color: #D52525;
  }

  .sm\:ring-offset-footer-divide-gray {
    --tw-ring-offset-color: #545467;
  }

  .sm\:ring-offset-detail-text-brown {
    --tw-ring-offset-color: #6A510E;
  }

  .sm\:ring-offset-detail-desc-brown {
    --tw-ring-offset-color: #676051;
  }

  .sm\:ring-offset-border-brown {
    --tw-ring-offset-color: #E8DFD6;
  }

  .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:focus-within {
    --tw-ring-offset-color: #000;
  }

  .sm\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .sm\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .sm\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .sm\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .sm\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .sm\:focus-within\:ring-offset-main-bg:focus-within {
    --tw-ring-offset-color: #20264B;
  }

  .sm\:focus-within\:ring-offset-main-bg-2:focus-within {
    --tw-ring-offset-color: #101435;
  }

  .sm\:focus-within\:ring-offset-main-bg-3:focus-within {
    --tw-ring-offset-color: #101531;
  }

  .sm\:focus-within\:ring-offset-web-logo-brown:focus-within {
    --tw-ring-offset-color: #B27D1A;
  }

  .sm\:focus-within\:ring-offset-public-logo-brown:focus-within {
    --tw-ring-offset-color: #9A6D0A;
  }

  .sm\:focus-within\:ring-offset-button-primary-pink:focus-within {
    --tw-ring-offset-color: #CF125B;
  }

  .sm\:focus-within\:ring-offset-button-secondary-black:focus-within {
    --tw-ring-offset-color: #000000;
  }

  .sm\:focus-within\:ring-offset-link-text-white:focus-within {
    --tw-ring-offset-color: #ffffff;
  }

  .sm\:focus-within\:ring-offset-sub-text-brown:focus-within {
    --tw-ring-offset-color: #A29063;
  }

  .sm\:focus-within\:ring-offset-body-brown:focus-within {
    --tw-ring-offset-color: #8D8779;
  }

  .sm\:focus-within\:ring-offset-copyright-gray:focus-within {
    --tw-ring-offset-color: #D5D5D5;
  }

  .sm\:focus-within\:ring-offset-breadcrumb-gray:focus-within {
    --tw-ring-offset-color: #858593;
  }

  .sm\:focus-within\:ring-offset-dark-text-white:focus-within {
    --tw-ring-offset-color: #ffffff;
  }

  .sm\:focus-within\:ring-offset-background-black-a:focus-within {
    --tw-ring-offset-color: #191919;
  }

  .sm\:focus-within\:ring-offset-background-black-b:focus-within {
    --tw-ring-offset-color: #343445;
  }

  .sm\:focus-within\:ring-offset-background-black-c:focus-within {
    --tw-ring-offset-color: #101531;
  }

  .sm\:focus-within\:ring-offset-background-black-d:focus-within {
    --tw-ring-offset-color: #040822;
  }

  .sm\:focus-within\:ring-offset-product-detail-body-white:focus-within {
    --tw-ring-offset-color: #F7F3EF;
  }

  .sm\:focus-within\:ring-offset-primary-pink:focus-within {
    --tw-ring-offset-color: #D52525;
  }

  .sm\:focus-within\:ring-offset-footer-divide-gray:focus-within {
    --tw-ring-offset-color: #545467;
  }

  .sm\:focus-within\:ring-offset-detail-text-brown:focus-within {
    --tw-ring-offset-color: #6A510E;
  }

  .sm\:focus-within\:ring-offset-detail-desc-brown:focus-within {
    --tw-ring-offset-color: #676051;
  }

  .sm\:focus-within\:ring-offset-border-brown:focus-within {
    --tw-ring-offset-color: #E8DFD6;
  }

  .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:focus {
    --tw-ring-offset-color: #000;
  }

  .sm\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .sm\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .sm\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .sm\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .sm\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .sm\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .sm\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .sm\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .sm\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .sm\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .sm\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .sm\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .sm\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .sm\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .sm\:focus\:ring-offset-main-bg:focus {
    --tw-ring-offset-color: #20264B;
  }

  .sm\:focus\:ring-offset-main-bg-2:focus {
    --tw-ring-offset-color: #101435;
  }

  .sm\:focus\:ring-offset-main-bg-3:focus {
    --tw-ring-offset-color: #101531;
  }

  .sm\:focus\:ring-offset-web-logo-brown:focus {
    --tw-ring-offset-color: #B27D1A;
  }

  .sm\:focus\:ring-offset-public-logo-brown:focus {
    --tw-ring-offset-color: #9A6D0A;
  }

  .sm\:focus\:ring-offset-button-primary-pink:focus {
    --tw-ring-offset-color: #CF125B;
  }

  .sm\:focus\:ring-offset-button-secondary-black:focus {
    --tw-ring-offset-color: #000000;
  }

  .sm\:focus\:ring-offset-link-text-white:focus {
    --tw-ring-offset-color: #ffffff;
  }

  .sm\:focus\:ring-offset-sub-text-brown:focus {
    --tw-ring-offset-color: #A29063;
  }

  .sm\:focus\:ring-offset-body-brown:focus {
    --tw-ring-offset-color: #8D8779;
  }

  .sm\:focus\:ring-offset-copyright-gray:focus {
    --tw-ring-offset-color: #D5D5D5;
  }

  .sm\:focus\:ring-offset-breadcrumb-gray:focus {
    --tw-ring-offset-color: #858593;
  }

  .sm\:focus\:ring-offset-dark-text-white:focus {
    --tw-ring-offset-color: #ffffff;
  }

  .sm\:focus\:ring-offset-background-black-a:focus {
    --tw-ring-offset-color: #191919;
  }

  .sm\:focus\:ring-offset-background-black-b:focus {
    --tw-ring-offset-color: #343445;
  }

  .sm\:focus\:ring-offset-background-black-c:focus {
    --tw-ring-offset-color: #101531;
  }

  .sm\:focus\:ring-offset-background-black-d:focus {
    --tw-ring-offset-color: #040822;
  }

  .sm\:focus\:ring-offset-product-detail-body-white:focus {
    --tw-ring-offset-color: #F7F3EF;
  }

  .sm\:focus\:ring-offset-primary-pink:focus {
    --tw-ring-offset-color: #D52525;
  }

  .sm\:focus\:ring-offset-footer-divide-gray:focus {
    --tw-ring-offset-color: #545467;
  }

  .sm\:focus\:ring-offset-detail-text-brown:focus {
    --tw-ring-offset-color: #6A510E;
  }

  .sm\:focus\:ring-offset-detail-desc-brown:focus {
    --tw-ring-offset-color: #676051;
  }

  .sm\:focus\:ring-offset-border-brown:focus {
    --tw-ring-offset-color: #E8DFD6;
  }

  .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 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:ring-main-bg {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
  }

  .sm\:ring-main-bg-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
  }

  .sm\:ring-main-bg-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .sm\:ring-web-logo-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
  }

  .sm\:ring-public-logo-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
  }

  .sm\:ring-button-primary-pink {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
  }

  .sm\:ring-button-secondary-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-link-text-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-sub-text-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
  }

  .sm\:ring-body-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
  }

  .sm\:ring-copyright-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
  }

  .sm\:ring-breadcrumb-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
  }

  .sm\:ring-dark-text-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-background-black-a {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
  }

  .sm\:ring-background-black-b {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
  }

  .sm\:ring-background-black-c {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .sm\:ring-background-black-d {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
  }

  .sm\:ring-product-detail-body-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
  }

  .sm\:ring-primary-pink {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
  }

  .sm\:ring-footer-divide-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
  }

  .sm\:ring-detail-text-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
  }

  .sm\:ring-detail-desc-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
  }

  .sm\:ring-border-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 223, 214, 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:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, 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-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-main-bg:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-main-bg-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-main-bg-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-web-logo-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-public-logo-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-button-primary-pink:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-button-secondary-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-link-text-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sub-text-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-body-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-copyright-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-breadcrumb-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-dark-text-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-background-black-a:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-background-black-b:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-background-black-c:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-background-black-d:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-product-detail-body-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-primary-pink:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-footer-divide-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-detail-text-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-detail-desc-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-border-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 223, 214, 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:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, 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-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-main-bg:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-main-bg-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-main-bg-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-web-logo-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-public-logo-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-button-primary-pink:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-button-secondary-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-link-text-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sub-text-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-body-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-copyright-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-breadcrumb-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-dark-text-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-background-black-a:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-background-black-b:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-background-black-c:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-background-black-d:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-product-detail-body-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-primary-pink:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-footer-divide-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-detail-text-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-detail-desc-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-border-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 223, 214, 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 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:text-main-bg {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .sm\:text-main-bg-2 {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .sm\:text-main-bg-3 {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .sm\:text-web-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .sm\:text-public-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .sm\:text-button-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .sm\:text-button-secondary-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-link-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-sub-text-brown {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .sm\:text-body-brown {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .sm\:text-copyright-gray {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .sm\:text-breadcrumb-gray {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .sm\:text-dark-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-background-black-a {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .sm\:text-background-black-b {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .sm\:text-background-black-c {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .sm\:text-background-black-d {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .sm\:text-product-detail-body-white {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .sm\:text-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .sm\:text-footer-divide-gray {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .sm\:text-detail-text-brown {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .sm\:text-detail-desc-brown {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .sm\:text-border-brown {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, 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 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-main-bg {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-main-bg-2 {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-main-bg-3 {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-web-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-public-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-button-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-button-secondary-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-link-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sub-text-brown {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-body-brown {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-copyright-gray {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-breadcrumb-gray {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-dark-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-background-black-a {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-background-black-b {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-background-black-c {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-background-black-d {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-product-detail-body-white {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-footer-divide-gray {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-detail-text-brown {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-detail-desc-brown {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-border-brown {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, 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:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-main-bg:focus-within {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-main-bg-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-main-bg-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-web-logo-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-public-logo-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-button-primary-pink:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-button-secondary-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-link-text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sub-text-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-body-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-copyright-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-breadcrumb-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-dark-text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-background-black-a:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-background-black-b:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-background-black-c:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-background-black-d:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-product-detail-body-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-primary-pink:focus-within {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-footer-divide-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-detail-text-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-detail-desc-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-border-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-text-opacity));
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-current:hover {
    color: currentColor;
  }

  .sm\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:hover\:text-main-bg:hover {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .sm\:hover\:text-main-bg-2:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .sm\:hover\:text-main-bg-3:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .sm\:hover\:text-web-logo-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .sm\:hover\:text-public-logo-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .sm\:hover\:text-button-primary-pink:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .sm\:hover\:text-button-secondary-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-link-text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sub-text-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .sm\:hover\:text-body-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .sm\:hover\:text-copyright-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .sm\:hover\:text-breadcrumb-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .sm\:hover\:text-dark-text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-background-black-a:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .sm\:hover\:text-background-black-b:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .sm\:hover\:text-background-black-c:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .sm\:hover\:text-background-black-d:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .sm\:hover\:text-product-detail-body-white:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .sm\:hover\:text-primary-pink:hover {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .sm\:hover\:text-footer-divide-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .sm\:hover\:text-detail-text-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .sm\:hover\:text-detail-desc-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .sm\:hover\:text-border-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-text-opacity));
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-current:focus {
    color: currentColor;
  }

  .sm\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:focus\:text-main-bg:focus {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .sm\:focus\:text-main-bg-2:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .sm\:focus\:text-main-bg-3:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .sm\:focus\:text-web-logo-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .sm\:focus\:text-public-logo-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .sm\:focus\:text-button-primary-pink:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .sm\:focus\:text-button-secondary-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-link-text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sub-text-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .sm\:focus\:text-body-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .sm\:focus\:text-copyright-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .sm\:focus\:text-breadcrumb-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .sm\:focus\:text-dark-text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-background-black-a:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .sm\:focus\:text-background-black-b:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .sm\:focus\:text-background-black-c:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .sm\:focus\:text-background-black-d:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .sm\:focus\:text-product-detail-body-white:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .sm\:focus\:text-primary-pink:focus {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .sm\:focus\:text-footer-divide-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .sm\:focus\:text-detail-text-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .sm\:focus\:text-detail-desc-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .sm\:focus\:text-border-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, 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\:tracking-footer-wide {
    letter-spacing: .4rem;
  }

  .sm\:tracking-copyright-wide {
    letter-spacing: .35rem;
  }

  .sm\:tracking-contact-btn-wide {
    letter-spacing: .28rem;
  }

  .sm\:tracking-60av {
    letter-spacing: 0.06em;
  }

  .sm\:tracking-90av {
    letter-spacing: 0.09em;
  }

  .sm\:tracking-100av {
    letter-spacing: 0.1em;
  }

  .sm\:tracking-120av {
    letter-spacing: 0.12em;
  }

  .sm\:tracking-140av {
    letter-spacing: 0.14em;
  }

  .sm\:tracking-180av {
    letter-spacing: 0.18em;
  }

  .sm\:tracking-200av {
    letter-spacing: 0.2em;
  }

  .sm\:tracking-240av {
    letter-spacing: 0.24em;
  }

  .sm\:tracking-300av {
    letter-spacing: 0.3em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:select-all {
    -webkit-user-select: all;
            user-select: all;
  }

  .sm\:select-auto {
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:w-0 {
    width: 0px;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-11 {
    width: 2.75rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-0\.5 {
    width: 0.125rem;
  }

  .sm\:w-1\.5 {
    width: 0.375rem;
  }

  .sm\:w-2\.5 {
    width: 0.625rem;
  }

  .sm\:w-3\.5 {
    width: 0.875rem;
  }

  .sm\:w-1px {
    width: 1px;
  }

  .sm\:w-2px {
    width: 2px;
  }

  .sm\:w-3px {
    width: 3px;
  }

  .sm\:w-4px {
    width: 4px;
  }

  .sm\:w-5px {
    width: 5px;
  }

  .sm\:w-6px {
    width: 6px;
  }

  .sm\:w-7px {
    width: 7px;
  }

  .sm\:w-8px {
    width: 8px;
  }

  .sm\:w-9px {
    width: 9px;
  }

  .sm\:w-10px {
    width: 10px;
  }

  .sm\:w-11px {
    width: 11px;
  }

  .sm\:w-12px {
    width: 12px;
  }

  .sm\:w-13px {
    width: 13px;
  }

  .sm\:w-14px {
    width: 14px;
  }

  .sm\:w-15px {
    width: 15px;
  }

  .sm\:w-16px {
    width: 16px;
  }

  .sm\:w-17px {
    width: 17px;
  }

  .sm\:w-18px {
    width: 18px;
  }

  .sm\:w-19px {
    width: 19px;
  }

  .sm\:w-20px {
    width: 20px;
  }

  .sm\:w-21px {
    width: 21px;
  }

  .sm\:w-22px {
    width: 22px;
  }

  .sm\:w-23px {
    width: 23px;
  }

  .sm\:w-24px {
    width: 24px;
  }

  .sm\:w-25px {
    width: 25px;
  }

  .sm\:w-26px {
    width: 26px;
  }

  .sm\:w-27px {
    width: 27px;
  }

  .sm\:w-28px {
    width: 28px;
  }

  .sm\:w-29px {
    width: 29px;
  }

  .sm\:w-30px {
    width: 30px;
  }

  .sm\:w-31px {
    width: 31px;
  }

  .sm\:w-32px {
    width: 32px;
  }

  .sm\:w-33px {
    width: 33px;
  }

  .sm\:w-34px {
    width: 34px;
  }

  .sm\:w-35px {
    width: 35px;
  }

  .sm\:w-36px {
    width: 36px;
  }

  .sm\:w-37px {
    width: 37px;
  }

  .sm\:w-38px {
    width: 38px;
  }

  .sm\:w-39px {
    width: 39px;
  }

  .sm\:w-40px {
    width: 40px;
  }

  .sm\:w-41px {
    width: 41px;
  }

  .sm\:w-42px {
    width: 42px;
  }

  .sm\:w-43px {
    width: 43px;
  }

  .sm\:w-44px {
    width: 44px;
  }

  .sm\:w-45px {
    width: 45px;
  }

  .sm\:w-46px {
    width: 46px;
  }

  .sm\:w-47px {
    width: 47px;
  }

  .sm\:w-48px {
    width: 48px;
  }

  .sm\:w-49px {
    width: 49px;
  }

  .sm\:w-50px {
    width: 50px;
  }

  .sm\:w-51px {
    width: 51px;
  }

  .sm\:w-52px {
    width: 52px;
  }

  .sm\:w-53px {
    width: 53px;
  }

  .sm\:w-54px {
    width: 54px;
  }

  .sm\:w-55px {
    width: 55px;
  }

  .sm\:w-56px {
    width: 56px;
  }

  .sm\:w-57px {
    width: 57px;
  }

  .sm\:w-58px {
    width: 58px;
  }

  .sm\:w-59px {
    width: 59px;
  }

  .sm\:w-60px {
    width: 60px;
  }

  .sm\:w-61px {
    width: 61px;
  }

  .sm\:w-62px {
    width: 62px;
  }

  .sm\:w-63px {
    width: 63px;
  }

  .sm\:w-64px {
    width: 64px;
  }

  .sm\:w-65px {
    width: 65px;
  }

  .sm\:w-66px {
    width: 66px;
  }

  .sm\:w-67px {
    width: 67px;
  }

  .sm\:w-68px {
    width: 68px;
  }

  .sm\:w-69px {
    width: 69px;
  }

  .sm\:w-70px {
    width: 70px;
  }

  .sm\:w-71px {
    width: 71px;
  }

  .sm\:w-72px {
    width: 72px;
  }

  .sm\:w-73px {
    width: 73px;
  }

  .sm\:w-74px {
    width: 74px;
  }

  .sm\:w-75px {
    width: 75px;
  }

  .sm\:w-76px {
    width: 76px;
  }

  .sm\:w-77px {
    width: 77px;
  }

  .sm\:w-78px {
    width: 78px;
  }

  .sm\:w-79px {
    width: 79px;
  }

  .sm\:w-80px {
    width: 80px;
  }

  .sm\:w-81px {
    width: 81px;
  }

  .sm\:w-82px {
    width: 82px;
  }

  .sm\:w-83px {
    width: 83px;
  }

  .sm\:w-84px {
    width: 84px;
  }

  .sm\:w-85px {
    width: 85px;
  }

  .sm\:w-86px {
    width: 86px;
  }

  .sm\:w-87px {
    width: 87px;
  }

  .sm\:w-88px {
    width: 88px;
  }

  .sm\:w-89px {
    width: 89px;
  }

  .sm\:w-90px {
    width: 90px;
  }

  .sm\:w-91px {
    width: 91px;
  }

  .sm\:w-92px {
    width: 92px;
  }

  .sm\:w-93px {
    width: 93px;
  }

  .sm\:w-94px {
    width: 94px;
  }

  .sm\:w-95px {
    width: 95px;
  }

  .sm\:w-96px {
    width: 96px;
  }

  .sm\:w-97px {
    width: 97px;
  }

  .sm\:w-98px {
    width: 98px;
  }

  .sm\:w-99px {
    width: 99px;
  }

  .sm\:w-100px {
    width: 100px;
  }

  .sm\:w-101px {
    width: 101px;
  }

  .sm\:w-102px {
    width: 102px;
  }

  .sm\:w-103px {
    width: 103px;
  }

  .sm\:w-104px {
    width: 104px;
  }

  .sm\:w-105px {
    width: 105px;
  }

  .sm\:w-106px {
    width: 106px;
  }

  .sm\:w-107px {
    width: 107px;
  }

  .sm\:w-108px {
    width: 108px;
  }

  .sm\:w-109px {
    width: 109px;
  }

  .sm\:w-110px {
    width: 110px;
  }

  .sm\:w-111px {
    width: 111px;
  }

  .sm\:w-112px {
    width: 112px;
  }

  .sm\:w-113px {
    width: 113px;
  }

  .sm\:w-114px {
    width: 114px;
  }

  .sm\:w-115px {
    width: 115px;
  }

  .sm\:w-116px {
    width: 116px;
  }

  .sm\:w-117px {
    width: 117px;
  }

  .sm\:w-118px {
    width: 118px;
  }

  .sm\:w-119px {
    width: 119px;
  }

  .sm\:w-120px {
    width: 120px;
  }

  .sm\:w-121px {
    width: 121px;
  }

  .sm\:w-122px {
    width: 122px;
  }

  .sm\:w-123px {
    width: 123px;
  }

  .sm\:w-124px {
    width: 124px;
  }

  .sm\:w-125px {
    width: 125px;
  }

  .sm\:w-126px {
    width: 126px;
  }

  .sm\:w-127px {
    width: 127px;
  }

  .sm\:w-128px {
    width: 128px;
  }

  .sm\:w-129px {
    width: 129px;
  }

  .sm\:w-130px {
    width: 130px;
  }

  .sm\:w-133px {
    width: 133px;
  }

  .sm\:w-140px {
    width: 140px;
  }

  .sm\:w-195px {
    width: 195px;
  }

  .sm\:w-200px {
    width: 200px;
  }

  .sm\:w-210px {
    width: 210px;
  }

  .sm\:w-222px {
    width: 222px;
  }

  .sm\:w-258px {
    width: 258px;
  }

  .sm\:w-280px {
    width: 280px;
  }

  .sm\:w-334px {
    width: 334px;
  }

  .sm\:w-388px {
    width: 388px;
  }

  .sm\:w-480px {
    width: 480px;
  }

  .sm\:w-490px {
    width: 490px;
  }

  .sm\:w-505px {
    width: 505px;
  }

  .sm\:w-507px {
    width: 507px;
  }

  .sm\:w-760px {
    width: 760px;
  }

  .sm\:w-780px {
    width: 780px;
  }

  .sm\:w-980px {
    width: 980px;
  }

  .sm\:w-1366px {
    width: 1366px;
  }

  .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: min-content;
  }

  .sm\:w-max {
    width: -webkit-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\: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\: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\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-9 {
    gap: 2.25rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-11 {
    gap: 2.75rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-14 {
    gap: 3.5rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-20 {
    gap: 5rem;
  }

  .sm\:gap-24 {
    gap: 6rem;
  }

  .sm\:gap-28 {
    gap: 7rem;
  }

  .sm\:gap-32 {
    gap: 8rem;
  }

  .sm\:gap-36 {
    gap: 9rem;
  }

  .sm\:gap-40 {
    gap: 10rem;
  }

  .sm\:gap-44 {
    gap: 11rem;
  }

  .sm\:gap-48 {
    gap: 12rem;
  }

  .sm\:gap-52 {
    gap: 13rem;
  }

  .sm\:gap-56 {
    gap: 14rem;
  }

  .sm\:gap-60 {
    gap: 15rem;
  }

  .sm\:gap-64 {
    gap: 16rem;
  }

  .sm\:gap-72 {
    gap: 18rem;
  }

  .sm\:gap-80 {
    gap: 20rem;
  }

  .sm\:gap-96 {
    gap: 24rem;
  }

  .sm\:gap-px {
    gap: 1px;
  }

  .sm\:gap-0\.5 {
    gap: 0.125rem;
  }

  .sm\:gap-1\.5 {
    gap: 0.375rem;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }

  .sm\:gap-3\.5 {
    gap: 0.875rem;
  }

  .sm\:gap-1px {
    gap: 1px;
  }

  .sm\:gap-2px {
    gap: 2px;
  }

  .sm\:gap-3px {
    gap: 3px;
  }

  .sm\:gap-4px {
    gap: 4px;
  }

  .sm\:gap-5px {
    gap: 5px;
  }

  .sm\:gap-6px {
    gap: 6px;
  }

  .sm\:gap-7px {
    gap: 7px;
  }

  .sm\:gap-8px {
    gap: 8px;
  }

  .sm\:gap-9px {
    gap: 9px;
  }

  .sm\:gap-10px {
    gap: 10px;
  }

  .sm\:gap-11px {
    gap: 11px;
  }

  .sm\:gap-12px {
    gap: 12px;
  }

  .sm\:gap-13px {
    gap: 13px;
  }

  .sm\:gap-14px {
    gap: 14px;
  }

  .sm\:gap-15px {
    gap: 15px;
  }

  .sm\:gap-16px {
    gap: 16px;
  }

  .sm\:gap-17px {
    gap: 17px;
  }

  .sm\:gap-18px {
    gap: 18px;
  }

  .sm\:gap-19px {
    gap: 19px;
  }

  .sm\:gap-20px {
    gap: 20px;
  }

  .sm\:gap-21px {
    gap: 21px;
  }

  .sm\:gap-22px {
    gap: 22px;
  }

  .sm\:gap-23px {
    gap: 23px;
  }

  .sm\:gap-24px {
    gap: 24px;
  }

  .sm\:gap-25px {
    gap: 25px;
  }

  .sm\:gap-26px {
    gap: 26px;
  }

  .sm\:gap-27px {
    gap: 27px;
  }

  .sm\:gap-28px {
    gap: 28px;
  }

  .sm\:gap-29px {
    gap: 29px;
  }

  .sm\:gap-30px {
    gap: 30px;
  }

  .sm\:gap-31px {
    gap: 31px;
  }

  .sm\:gap-32px {
    gap: 32px;
  }

  .sm\:gap-33px {
    gap: 33px;
  }

  .sm\:gap-34px {
    gap: 34px;
  }

  .sm\:gap-35px {
    gap: 35px;
  }

  .sm\:gap-36px {
    gap: 36px;
  }

  .sm\:gap-37px {
    gap: 37px;
  }

  .sm\:gap-38px {
    gap: 38px;
  }

  .sm\:gap-39px {
    gap: 39px;
  }

  .sm\:gap-40px {
    gap: 40px;
  }

  .sm\:gap-41px {
    gap: 41px;
  }

  .sm\:gap-42px {
    gap: 42px;
  }

  .sm\:gap-43px {
    gap: 43px;
  }

  .sm\:gap-44px {
    gap: 44px;
  }

  .sm\:gap-45px {
    gap: 45px;
  }

  .sm\:gap-46px {
    gap: 46px;
  }

  .sm\:gap-47px {
    gap: 47px;
  }

  .sm\:gap-48px {
    gap: 48px;
  }

  .sm\:gap-49px {
    gap: 49px;
  }

  .sm\:gap-50px {
    gap: 50px;
  }

  .sm\:gap-51px {
    gap: 51px;
  }

  .sm\:gap-52px {
    gap: 52px;
  }

  .sm\:gap-53px {
    gap: 53px;
  }

  .sm\:gap-54px {
    gap: 54px;
  }

  .sm\:gap-55px {
    gap: 55px;
  }

  .sm\:gap-56px {
    gap: 56px;
  }

  .sm\:gap-57px {
    gap: 57px;
  }

  .sm\:gap-58px {
    gap: 58px;
  }

  .sm\:gap-59px {
    gap: 59px;
  }

  .sm\:gap-60px {
    gap: 60px;
  }

  .sm\:gap-61px {
    gap: 61px;
  }

  .sm\:gap-62px {
    gap: 62px;
  }

  .sm\:gap-63px {
    gap: 63px;
  }

  .sm\:gap-64px {
    gap: 64px;
  }

  .sm\:gap-65px {
    gap: 65px;
  }

  .sm\:gap-66px {
    gap: 66px;
  }

  .sm\:gap-67px {
    gap: 67px;
  }

  .sm\:gap-68px {
    gap: 68px;
  }

  .sm\:gap-69px {
    gap: 69px;
  }

  .sm\:gap-70px {
    gap: 70px;
  }

  .sm\:gap-71px {
    gap: 71px;
  }

  .sm\:gap-72px {
    gap: 72px;
  }

  .sm\:gap-73px {
    gap: 73px;
  }

  .sm\:gap-74px {
    gap: 74px;
  }

  .sm\:gap-75px {
    gap: 75px;
  }

  .sm\:gap-76px {
    gap: 76px;
  }

  .sm\:gap-77px {
    gap: 77px;
  }

  .sm\:gap-78px {
    gap: 78px;
  }

  .sm\:gap-79px {
    gap: 79px;
  }

  .sm\:gap-80px {
    gap: 80px;
  }

  .sm\:gap-81px {
    gap: 81px;
  }

  .sm\:gap-82px {
    gap: 82px;
  }

  .sm\:gap-83px {
    gap: 83px;
  }

  .sm\:gap-84px {
    gap: 84px;
  }

  .sm\:gap-85px {
    gap: 85px;
  }

  .sm\:gap-86px {
    gap: 86px;
  }

  .sm\:gap-87px {
    gap: 87px;
  }

  .sm\:gap-88px {
    gap: 88px;
  }

  .sm\:gap-89px {
    gap: 89px;
  }

  .sm\:gap-90px {
    gap: 90px;
  }

  .sm\:gap-91px {
    gap: 91px;
  }

  .sm\:gap-92px {
    gap: 92px;
  }

  .sm\:gap-93px {
    gap: 93px;
  }

  .sm\:gap-94px {
    gap: 94px;
  }

  .sm\:gap-95px {
    gap: 95px;
  }

  .sm\:gap-96px {
    gap: 96px;
  }

  .sm\:gap-97px {
    gap: 97px;
  }

  .sm\:gap-98px {
    gap: 98px;
  }

  .sm\:gap-99px {
    gap: 99px;
  }

  .sm\:gap-100px {
    gap: 100px;
  }

  .sm\:gap-101px {
    gap: 101px;
  }

  .sm\:gap-102px {
    gap: 102px;
  }

  .sm\:gap-103px {
    gap: 103px;
  }

  .sm\:gap-104px {
    gap: 104px;
  }

  .sm\:gap-105px {
    gap: 105px;
  }

  .sm\:gap-106px {
    gap: 106px;
  }

  .sm\:gap-107px {
    gap: 107px;
  }

  .sm\:gap-108px {
    gap: 108px;
  }

  .sm\:gap-109px {
    gap: 109px;
  }

  .sm\:gap-110px {
    gap: 110px;
  }

  .sm\:gap-111px {
    gap: 111px;
  }

  .sm\:gap-112px {
    gap: 112px;
  }

  .sm\:gap-113px {
    gap: 113px;
  }

  .sm\:gap-114px {
    gap: 114px;
  }

  .sm\:gap-115px {
    gap: 115px;
  }

  .sm\:gap-116px {
    gap: 116px;
  }

  .sm\:gap-117px {
    gap: 117px;
  }

  .sm\:gap-118px {
    gap: 118px;
  }

  .sm\:gap-119px {
    gap: 119px;
  }

  .sm\:gap-120px {
    gap: 120px;
  }

  .sm\:gap-121px {
    gap: 121px;
  }

  .sm\:gap-122px {
    gap: 122px;
  }

  .sm\:gap-123px {
    gap: 123px;
  }

  .sm\:gap-124px {
    gap: 124px;
  }

  .sm\:gap-125px {
    gap: 125px;
  }

  .sm\:gap-126px {
    gap: 126px;
  }

  .sm\:gap-127px {
    gap: 127px;
  }

  .sm\:gap-128px {
    gap: 128px;
  }

  .sm\:gap-129px {
    gap: 129px;
  }

  .sm\:gap-130px {
    gap: 130px;
  }

  .sm\:gap-133px {
    gap: 133px;
  }

  .sm\:gap-140px {
    gap: 140px;
  }

  .sm\:gap-195px {
    gap: 195px;
  }

  .sm\:gap-200px {
    gap: 200px;
  }

  .sm\:gap-210px {
    gap: 210px;
  }

  .sm\:gap-222px {
    gap: 222px;
  }

  .sm\:gap-258px {
    gap: 258px;
  }

  .sm\:gap-280px {
    gap: 280px;
  }

  .sm\:gap-334px {
    gap: 334px;
  }

  .sm\:gap-388px {
    gap: 388px;
  }

  .sm\:gap-480px {
    gap: 480px;
  }

  .sm\:gap-490px {
    gap: 490px;
  }

  .sm\:gap-505px {
    gap: 505px;
  }

  .sm\:gap-507px {
    gap: 507px;
  }

  .sm\:gap-760px {
    gap: 760px;
  }

  .sm\:gap-780px {
    gap: 780px;
  }

  .sm\:gap-980px {
    gap: 980px;
  }

  .sm\:gap-1366px {
    gap: 1366px;
  }

  .sm\:gap-x-0 {
    column-gap: 0px;
  }

  .sm\:gap-x-1 {
    column-gap: 0.25rem;
  }

  .sm\:gap-x-2 {
    column-gap: 0.5rem;
  }

  .sm\:gap-x-3 {
    column-gap: 0.75rem;
  }

  .sm\:gap-x-4 {
    column-gap: 1rem;
  }

  .sm\:gap-x-5 {
    column-gap: 1.25rem;
  }

  .sm\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .sm\:gap-x-7 {
    column-gap: 1.75rem;
  }

  .sm\:gap-x-8 {
    column-gap: 2rem;
  }

  .sm\:gap-x-9 {
    column-gap: 2.25rem;
  }

  .sm\:gap-x-10 {
    column-gap: 2.5rem;
  }

  .sm\:gap-x-11 {
    column-gap: 2.75rem;
  }

  .sm\:gap-x-12 {
    column-gap: 3rem;
  }

  .sm\:gap-x-14 {
    column-gap: 3.5rem;
  }

  .sm\:gap-x-16 {
    column-gap: 4rem;
  }

  .sm\:gap-x-20 {
    column-gap: 5rem;
  }

  .sm\:gap-x-24 {
    column-gap: 6rem;
  }

  .sm\:gap-x-28 {
    column-gap: 7rem;
  }

  .sm\:gap-x-32 {
    column-gap: 8rem;
  }

  .sm\:gap-x-36 {
    column-gap: 9rem;
  }

  .sm\:gap-x-40 {
    column-gap: 10rem;
  }

  .sm\:gap-x-44 {
    column-gap: 11rem;
  }

  .sm\:gap-x-48 {
    column-gap: 12rem;
  }

  .sm\:gap-x-52 {
    column-gap: 13rem;
  }

  .sm\:gap-x-56 {
    column-gap: 14rem;
  }

  .sm\:gap-x-60 {
    column-gap: 15rem;
  }

  .sm\:gap-x-64 {
    column-gap: 16rem;
  }

  .sm\:gap-x-72 {
    column-gap: 18rem;
  }

  .sm\:gap-x-80 {
    column-gap: 20rem;
  }

  .sm\:gap-x-96 {
    column-gap: 24rem;
  }

  .sm\:gap-x-px {
    column-gap: 1px;
  }

  .sm\:gap-x-0\.5 {
    column-gap: 0.125rem;
  }

  .sm\:gap-x-1\.5 {
    column-gap: 0.375rem;
  }

  .sm\:gap-x-2\.5 {
    column-gap: 0.625rem;
  }

  .sm\:gap-x-3\.5 {
    column-gap: 0.875rem;
  }

  .sm\:gap-x-1px {
    column-gap: 1px;
  }

  .sm\:gap-x-2px {
    column-gap: 2px;
  }

  .sm\:gap-x-3px {
    column-gap: 3px;
  }

  .sm\:gap-x-4px {
    column-gap: 4px;
  }

  .sm\:gap-x-5px {
    column-gap: 5px;
  }

  .sm\:gap-x-6px {
    column-gap: 6px;
  }

  .sm\:gap-x-7px {
    column-gap: 7px;
  }

  .sm\:gap-x-8px {
    column-gap: 8px;
  }

  .sm\:gap-x-9px {
    column-gap: 9px;
  }

  .sm\:gap-x-10px {
    column-gap: 10px;
  }

  .sm\:gap-x-11px {
    column-gap: 11px;
  }

  .sm\:gap-x-12px {
    column-gap: 12px;
  }

  .sm\:gap-x-13px {
    column-gap: 13px;
  }

  .sm\:gap-x-14px {
    column-gap: 14px;
  }

  .sm\:gap-x-15px {
    column-gap: 15px;
  }

  .sm\:gap-x-16px {
    column-gap: 16px;
  }

  .sm\:gap-x-17px {
    column-gap: 17px;
  }

  .sm\:gap-x-18px {
    column-gap: 18px;
  }

  .sm\:gap-x-19px {
    column-gap: 19px;
  }

  .sm\:gap-x-20px {
    column-gap: 20px;
  }

  .sm\:gap-x-21px {
    column-gap: 21px;
  }

  .sm\:gap-x-22px {
    column-gap: 22px;
  }

  .sm\:gap-x-23px {
    column-gap: 23px;
  }

  .sm\:gap-x-24px {
    column-gap: 24px;
  }

  .sm\:gap-x-25px {
    column-gap: 25px;
  }

  .sm\:gap-x-26px {
    column-gap: 26px;
  }

  .sm\:gap-x-27px {
    column-gap: 27px;
  }

  .sm\:gap-x-28px {
    column-gap: 28px;
  }

  .sm\:gap-x-29px {
    column-gap: 29px;
  }

  .sm\:gap-x-30px {
    column-gap: 30px;
  }

  .sm\:gap-x-31px {
    column-gap: 31px;
  }

  .sm\:gap-x-32px {
    column-gap: 32px;
  }

  .sm\:gap-x-33px {
    column-gap: 33px;
  }

  .sm\:gap-x-34px {
    column-gap: 34px;
  }

  .sm\:gap-x-35px {
    column-gap: 35px;
  }

  .sm\:gap-x-36px {
    column-gap: 36px;
  }

  .sm\:gap-x-37px {
    column-gap: 37px;
  }

  .sm\:gap-x-38px {
    column-gap: 38px;
  }

  .sm\:gap-x-39px {
    column-gap: 39px;
  }

  .sm\:gap-x-40px {
    column-gap: 40px;
  }

  .sm\:gap-x-41px {
    column-gap: 41px;
  }

  .sm\:gap-x-42px {
    column-gap: 42px;
  }

  .sm\:gap-x-43px {
    column-gap: 43px;
  }

  .sm\:gap-x-44px {
    column-gap: 44px;
  }

  .sm\:gap-x-45px {
    column-gap: 45px;
  }

  .sm\:gap-x-46px {
    column-gap: 46px;
  }

  .sm\:gap-x-47px {
    column-gap: 47px;
  }

  .sm\:gap-x-48px {
    column-gap: 48px;
  }

  .sm\:gap-x-49px {
    column-gap: 49px;
  }

  .sm\:gap-x-50px {
    column-gap: 50px;
  }

  .sm\:gap-x-51px {
    column-gap: 51px;
  }

  .sm\:gap-x-52px {
    column-gap: 52px;
  }

  .sm\:gap-x-53px {
    column-gap: 53px;
  }

  .sm\:gap-x-54px {
    column-gap: 54px;
  }

  .sm\:gap-x-55px {
    column-gap: 55px;
  }

  .sm\:gap-x-56px {
    column-gap: 56px;
  }

  .sm\:gap-x-57px {
    column-gap: 57px;
  }

  .sm\:gap-x-58px {
    column-gap: 58px;
  }

  .sm\:gap-x-59px {
    column-gap: 59px;
  }

  .sm\:gap-x-60px {
    column-gap: 60px;
  }

  .sm\:gap-x-61px {
    column-gap: 61px;
  }

  .sm\:gap-x-62px {
    column-gap: 62px;
  }

  .sm\:gap-x-63px {
    column-gap: 63px;
  }

  .sm\:gap-x-64px {
    column-gap: 64px;
  }

  .sm\:gap-x-65px {
    column-gap: 65px;
  }

  .sm\:gap-x-66px {
    column-gap: 66px;
  }

  .sm\:gap-x-67px {
    column-gap: 67px;
  }

  .sm\:gap-x-68px {
    column-gap: 68px;
  }

  .sm\:gap-x-69px {
    column-gap: 69px;
  }

  .sm\:gap-x-70px {
    column-gap: 70px;
  }

  .sm\:gap-x-71px {
    column-gap: 71px;
  }

  .sm\:gap-x-72px {
    column-gap: 72px;
  }

  .sm\:gap-x-73px {
    column-gap: 73px;
  }

  .sm\:gap-x-74px {
    column-gap: 74px;
  }

  .sm\:gap-x-75px {
    column-gap: 75px;
  }

  .sm\:gap-x-76px {
    column-gap: 76px;
  }

  .sm\:gap-x-77px {
    column-gap: 77px;
  }

  .sm\:gap-x-78px {
    column-gap: 78px;
  }

  .sm\:gap-x-79px {
    column-gap: 79px;
  }

  .sm\:gap-x-80px {
    column-gap: 80px;
  }

  .sm\:gap-x-81px {
    column-gap: 81px;
  }

  .sm\:gap-x-82px {
    column-gap: 82px;
  }

  .sm\:gap-x-83px {
    column-gap: 83px;
  }

  .sm\:gap-x-84px {
    column-gap: 84px;
  }

  .sm\:gap-x-85px {
    column-gap: 85px;
  }

  .sm\:gap-x-86px {
    column-gap: 86px;
  }

  .sm\:gap-x-87px {
    column-gap: 87px;
  }

  .sm\:gap-x-88px {
    column-gap: 88px;
  }

  .sm\:gap-x-89px {
    column-gap: 89px;
  }

  .sm\:gap-x-90px {
    column-gap: 90px;
  }

  .sm\:gap-x-91px {
    column-gap: 91px;
  }

  .sm\:gap-x-92px {
    column-gap: 92px;
  }

  .sm\:gap-x-93px {
    column-gap: 93px;
  }

  .sm\:gap-x-94px {
    column-gap: 94px;
  }

  .sm\:gap-x-95px {
    column-gap: 95px;
  }

  .sm\:gap-x-96px {
    column-gap: 96px;
  }

  .sm\:gap-x-97px {
    column-gap: 97px;
  }

  .sm\:gap-x-98px {
    column-gap: 98px;
  }

  .sm\:gap-x-99px {
    column-gap: 99px;
  }

  .sm\:gap-x-100px {
    column-gap: 100px;
  }

  .sm\:gap-x-101px {
    column-gap: 101px;
  }

  .sm\:gap-x-102px {
    column-gap: 102px;
  }

  .sm\:gap-x-103px {
    column-gap: 103px;
  }

  .sm\:gap-x-104px {
    column-gap: 104px;
  }

  .sm\:gap-x-105px {
    column-gap: 105px;
  }

  .sm\:gap-x-106px {
    column-gap: 106px;
  }

  .sm\:gap-x-107px {
    column-gap: 107px;
  }

  .sm\:gap-x-108px {
    column-gap: 108px;
  }

  .sm\:gap-x-109px {
    column-gap: 109px;
  }

  .sm\:gap-x-110px {
    column-gap: 110px;
  }

  .sm\:gap-x-111px {
    column-gap: 111px;
  }

  .sm\:gap-x-112px {
    column-gap: 112px;
  }

  .sm\:gap-x-113px {
    column-gap: 113px;
  }

  .sm\:gap-x-114px {
    column-gap: 114px;
  }

  .sm\:gap-x-115px {
    column-gap: 115px;
  }

  .sm\:gap-x-116px {
    column-gap: 116px;
  }

  .sm\:gap-x-117px {
    column-gap: 117px;
  }

  .sm\:gap-x-118px {
    column-gap: 118px;
  }

  .sm\:gap-x-119px {
    column-gap: 119px;
  }

  .sm\:gap-x-120px {
    column-gap: 120px;
  }

  .sm\:gap-x-121px {
    column-gap: 121px;
  }

  .sm\:gap-x-122px {
    column-gap: 122px;
  }

  .sm\:gap-x-123px {
    column-gap: 123px;
  }

  .sm\:gap-x-124px {
    column-gap: 124px;
  }

  .sm\:gap-x-125px {
    column-gap: 125px;
  }

  .sm\:gap-x-126px {
    column-gap: 126px;
  }

  .sm\:gap-x-127px {
    column-gap: 127px;
  }

  .sm\:gap-x-128px {
    column-gap: 128px;
  }

  .sm\:gap-x-129px {
    column-gap: 129px;
  }

  .sm\:gap-x-130px {
    column-gap: 130px;
  }

  .sm\:gap-x-133px {
    column-gap: 133px;
  }

  .sm\:gap-x-140px {
    column-gap: 140px;
  }

  .sm\:gap-x-195px {
    column-gap: 195px;
  }

  .sm\:gap-x-200px {
    column-gap: 200px;
  }

  .sm\:gap-x-210px {
    column-gap: 210px;
  }

  .sm\:gap-x-222px {
    column-gap: 222px;
  }

  .sm\:gap-x-258px {
    column-gap: 258px;
  }

  .sm\:gap-x-280px {
    column-gap: 280px;
  }

  .sm\:gap-x-334px {
    column-gap: 334px;
  }

  .sm\:gap-x-388px {
    column-gap: 388px;
  }

  .sm\:gap-x-480px {
    column-gap: 480px;
  }

  .sm\:gap-x-490px {
    column-gap: 490px;
  }

  .sm\:gap-x-505px {
    column-gap: 505px;
  }

  .sm\:gap-x-507px {
    column-gap: 507px;
  }

  .sm\:gap-x-760px {
    column-gap: 760px;
  }

  .sm\:gap-x-780px {
    column-gap: 780px;
  }

  .sm\:gap-x-980px {
    column-gap: 980px;
  }

  .sm\:gap-x-1366px {
    column-gap: 1366px;
  }

  .sm\:gap-y-0 {
    row-gap: 0px;
  }

  .sm\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .sm\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .sm\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .sm\:gap-y-4 {
    row-gap: 1rem;
  }

  .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .sm\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .sm\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .sm\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem;
  }

  .sm\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .sm\:gap-y-16 {
    row-gap: 4rem;
  }

  .sm\:gap-y-20 {
    row-gap: 5rem;
  }

  .sm\:gap-y-24 {
    row-gap: 6rem;
  }

  .sm\:gap-y-28 {
    row-gap: 7rem;
  }

  .sm\:gap-y-32 {
    row-gap: 8rem;
  }

  .sm\:gap-y-36 {
    row-gap: 9rem;
  }

  .sm\:gap-y-40 {
    row-gap: 10rem;
  }

  .sm\:gap-y-44 {
    row-gap: 11rem;
  }

  .sm\:gap-y-48 {
    row-gap: 12rem;
  }

  .sm\:gap-y-52 {
    row-gap: 13rem;
  }

  .sm\:gap-y-56 {
    row-gap: 14rem;
  }

  .sm\:gap-y-60 {
    row-gap: 15rem;
  }

  .sm\:gap-y-64 {
    row-gap: 16rem;
  }

  .sm\:gap-y-72 {
    row-gap: 18rem;
  }

  .sm\:gap-y-80 {
    row-gap: 20rem;
  }

  .sm\:gap-y-96 {
    row-gap: 24rem;
  }

  .sm\:gap-y-px {
    row-gap: 1px;
  }

  .sm\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .sm\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .sm\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .sm\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .sm\:gap-y-1px {
    row-gap: 1px;
  }

  .sm\:gap-y-2px {
    row-gap: 2px;
  }

  .sm\:gap-y-3px {
    row-gap: 3px;
  }

  .sm\:gap-y-4px {
    row-gap: 4px;
  }

  .sm\:gap-y-5px {
    row-gap: 5px;
  }

  .sm\:gap-y-6px {
    row-gap: 6px;
  }

  .sm\:gap-y-7px {
    row-gap: 7px;
  }

  .sm\:gap-y-8px {
    row-gap: 8px;
  }

  .sm\:gap-y-9px {
    row-gap: 9px;
  }

  .sm\:gap-y-10px {
    row-gap: 10px;
  }

  .sm\:gap-y-11px {
    row-gap: 11px;
  }

  .sm\:gap-y-12px {
    row-gap: 12px;
  }

  .sm\:gap-y-13px {
    row-gap: 13px;
  }

  .sm\:gap-y-14px {
    row-gap: 14px;
  }

  .sm\:gap-y-15px {
    row-gap: 15px;
  }

  .sm\:gap-y-16px {
    row-gap: 16px;
  }

  .sm\:gap-y-17px {
    row-gap: 17px;
  }

  .sm\:gap-y-18px {
    row-gap: 18px;
  }

  .sm\:gap-y-19px {
    row-gap: 19px;
  }

  .sm\:gap-y-20px {
    row-gap: 20px;
  }

  .sm\:gap-y-21px {
    row-gap: 21px;
  }

  .sm\:gap-y-22px {
    row-gap: 22px;
  }

  .sm\:gap-y-23px {
    row-gap: 23px;
  }

  .sm\:gap-y-24px {
    row-gap: 24px;
  }

  .sm\:gap-y-25px {
    row-gap: 25px;
  }

  .sm\:gap-y-26px {
    row-gap: 26px;
  }

  .sm\:gap-y-27px {
    row-gap: 27px;
  }

  .sm\:gap-y-28px {
    row-gap: 28px;
  }

  .sm\:gap-y-29px {
    row-gap: 29px;
  }

  .sm\:gap-y-30px {
    row-gap: 30px;
  }

  .sm\:gap-y-31px {
    row-gap: 31px;
  }

  .sm\:gap-y-32px {
    row-gap: 32px;
  }

  .sm\:gap-y-33px {
    row-gap: 33px;
  }

  .sm\:gap-y-34px {
    row-gap: 34px;
  }

  .sm\:gap-y-35px {
    row-gap: 35px;
  }

  .sm\:gap-y-36px {
    row-gap: 36px;
  }

  .sm\:gap-y-37px {
    row-gap: 37px;
  }

  .sm\:gap-y-38px {
    row-gap: 38px;
  }

  .sm\:gap-y-39px {
    row-gap: 39px;
  }

  .sm\:gap-y-40px {
    row-gap: 40px;
  }

  .sm\:gap-y-41px {
    row-gap: 41px;
  }

  .sm\:gap-y-42px {
    row-gap: 42px;
  }

  .sm\:gap-y-43px {
    row-gap: 43px;
  }

  .sm\:gap-y-44px {
    row-gap: 44px;
  }

  .sm\:gap-y-45px {
    row-gap: 45px;
  }

  .sm\:gap-y-46px {
    row-gap: 46px;
  }

  .sm\:gap-y-47px {
    row-gap: 47px;
  }

  .sm\:gap-y-48px {
    row-gap: 48px;
  }

  .sm\:gap-y-49px {
    row-gap: 49px;
  }

  .sm\:gap-y-50px {
    row-gap: 50px;
  }

  .sm\:gap-y-51px {
    row-gap: 51px;
  }

  .sm\:gap-y-52px {
    row-gap: 52px;
  }

  .sm\:gap-y-53px {
    row-gap: 53px;
  }

  .sm\:gap-y-54px {
    row-gap: 54px;
  }

  .sm\:gap-y-55px {
    row-gap: 55px;
  }

  .sm\:gap-y-56px {
    row-gap: 56px;
  }

  .sm\:gap-y-57px {
    row-gap: 57px;
  }

  .sm\:gap-y-58px {
    row-gap: 58px;
  }

  .sm\:gap-y-59px {
    row-gap: 59px;
  }

  .sm\:gap-y-60px {
    row-gap: 60px;
  }

  .sm\:gap-y-61px {
    row-gap: 61px;
  }

  .sm\:gap-y-62px {
    row-gap: 62px;
  }

  .sm\:gap-y-63px {
    row-gap: 63px;
  }

  .sm\:gap-y-64px {
    row-gap: 64px;
  }

  .sm\:gap-y-65px {
    row-gap: 65px;
  }

  .sm\:gap-y-66px {
    row-gap: 66px;
  }

  .sm\:gap-y-67px {
    row-gap: 67px;
  }

  .sm\:gap-y-68px {
    row-gap: 68px;
  }

  .sm\:gap-y-69px {
    row-gap: 69px;
  }

  .sm\:gap-y-70px {
    row-gap: 70px;
  }

  .sm\:gap-y-71px {
    row-gap: 71px;
  }

  .sm\:gap-y-72px {
    row-gap: 72px;
  }

  .sm\:gap-y-73px {
    row-gap: 73px;
  }

  .sm\:gap-y-74px {
    row-gap: 74px;
  }

  .sm\:gap-y-75px {
    row-gap: 75px;
  }

  .sm\:gap-y-76px {
    row-gap: 76px;
  }

  .sm\:gap-y-77px {
    row-gap: 77px;
  }

  .sm\:gap-y-78px {
    row-gap: 78px;
  }

  .sm\:gap-y-79px {
    row-gap: 79px;
  }

  .sm\:gap-y-80px {
    row-gap: 80px;
  }

  .sm\:gap-y-81px {
    row-gap: 81px;
  }

  .sm\:gap-y-82px {
    row-gap: 82px;
  }

  .sm\:gap-y-83px {
    row-gap: 83px;
  }

  .sm\:gap-y-84px {
    row-gap: 84px;
  }

  .sm\:gap-y-85px {
    row-gap: 85px;
  }

  .sm\:gap-y-86px {
    row-gap: 86px;
  }

  .sm\:gap-y-87px {
    row-gap: 87px;
  }

  .sm\:gap-y-88px {
    row-gap: 88px;
  }

  .sm\:gap-y-89px {
    row-gap: 89px;
  }

  .sm\:gap-y-90px {
    row-gap: 90px;
  }

  .sm\:gap-y-91px {
    row-gap: 91px;
  }

  .sm\:gap-y-92px {
    row-gap: 92px;
  }

  .sm\:gap-y-93px {
    row-gap: 93px;
  }

  .sm\:gap-y-94px {
    row-gap: 94px;
  }

  .sm\:gap-y-95px {
    row-gap: 95px;
  }

  .sm\:gap-y-96px {
    row-gap: 96px;
  }

  .sm\:gap-y-97px {
    row-gap: 97px;
  }

  .sm\:gap-y-98px {
    row-gap: 98px;
  }

  .sm\:gap-y-99px {
    row-gap: 99px;
  }

  .sm\:gap-y-100px {
    row-gap: 100px;
  }

  .sm\:gap-y-101px {
    row-gap: 101px;
  }

  .sm\:gap-y-102px {
    row-gap: 102px;
  }

  .sm\:gap-y-103px {
    row-gap: 103px;
  }

  .sm\:gap-y-104px {
    row-gap: 104px;
  }

  .sm\:gap-y-105px {
    row-gap: 105px;
  }

  .sm\:gap-y-106px {
    row-gap: 106px;
  }

  .sm\:gap-y-107px {
    row-gap: 107px;
  }

  .sm\:gap-y-108px {
    row-gap: 108px;
  }

  .sm\:gap-y-109px {
    row-gap: 109px;
  }

  .sm\:gap-y-110px {
    row-gap: 110px;
  }

  .sm\:gap-y-111px {
    row-gap: 111px;
  }

  .sm\:gap-y-112px {
    row-gap: 112px;
  }

  .sm\:gap-y-113px {
    row-gap: 113px;
  }

  .sm\:gap-y-114px {
    row-gap: 114px;
  }

  .sm\:gap-y-115px {
    row-gap: 115px;
  }

  .sm\:gap-y-116px {
    row-gap: 116px;
  }

  .sm\:gap-y-117px {
    row-gap: 117px;
  }

  .sm\:gap-y-118px {
    row-gap: 118px;
  }

  .sm\:gap-y-119px {
    row-gap: 119px;
  }

  .sm\:gap-y-120px {
    row-gap: 120px;
  }

  .sm\:gap-y-121px {
    row-gap: 121px;
  }

  .sm\:gap-y-122px {
    row-gap: 122px;
  }

  .sm\:gap-y-123px {
    row-gap: 123px;
  }

  .sm\:gap-y-124px {
    row-gap: 124px;
  }

  .sm\:gap-y-125px {
    row-gap: 125px;
  }

  .sm\:gap-y-126px {
    row-gap: 126px;
  }

  .sm\:gap-y-127px {
    row-gap: 127px;
  }

  .sm\:gap-y-128px {
    row-gap: 128px;
  }

  .sm\:gap-y-129px {
    row-gap: 129px;
  }

  .sm\:gap-y-130px {
    row-gap: 130px;
  }

  .sm\:gap-y-133px {
    row-gap: 133px;
  }

  .sm\:gap-y-140px {
    row-gap: 140px;
  }

  .sm\:gap-y-195px {
    row-gap: 195px;
  }

  .sm\:gap-y-200px {
    row-gap: 200px;
  }

  .sm\:gap-y-210px {
    row-gap: 210px;
  }

  .sm\:gap-y-222px {
    row-gap: 222px;
  }

  .sm\:gap-y-258px {
    row-gap: 258px;
  }

  .sm\:gap-y-280px {
    row-gap: 280px;
  }

  .sm\:gap-y-334px {
    row-gap: 334px;
  }

  .sm\:gap-y-388px {
    row-gap: 388px;
  }

  .sm\:gap-y-480px {
    row-gap: 480px;
  }

  .sm\:gap-y-490px {
    row-gap: 490px;
  }

  .sm\:gap-y-505px {
    row-gap: 505px;
  }

  .sm\:gap-y-507px {
    row-gap: 507px;
  }

  .sm\:gap-y-760px {
    row-gap: 760px;
  }

  .sm\:gap-y-780px {
    row-gap: 780px;
  }

  .sm\:gap-y-980px {
    row-gap: 980px;
  }

  .sm\:gap-y-1366px {
    row-gap: 1366px;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .sm\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:col-auto {
    grid-column: auto;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-full {
    grid-column: 1 / -1;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-start-5 {
    grid-column-start: 5;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:col-start-10 {
    grid-column-start: 10;
  }

  .sm\:col-start-11 {
    grid-column-start: 11;
  }

  .sm\:col-start-12 {
    grid-column-start: 12;
  }

  .sm\:col-start-13 {
    grid-column-start: 13;
  }

  .sm\:col-start-auto {
    grid-column-start: auto;
  }

  .sm\:col-end-1 {
    grid-column-end: 1;
  }

  .sm\:col-end-2 {
    grid-column-end: 2;
  }

  .sm\:col-end-3 {
    grid-column-end: 3;
  }

  .sm\:col-end-4 {
    grid-column-end: 4;
  }

  .sm\:col-end-5 {
    grid-column-end: 5;
  }

  .sm\:col-end-6 {
    grid-column-end: 6;
  }

  .sm\:col-end-7 {
    grid-column-end: 7;
  }

  .sm\:col-end-8 {
    grid-column-end: 8;
  }

  .sm\:col-end-9 {
    grid-column-end: 9;
  }

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:col-end-11 {
    grid-column-end: 11;
  }

  .sm\:col-end-12 {
    grid-column-end: 12;
  }

  .sm\:col-end-13 {
    grid-column-end: 13;
  }

  .sm\:col-end-auto {
    grid-column-end: auto;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .sm\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:row-auto {
    grid-row: auto;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .sm\:row-span-full {
    grid-row: 1 / -1;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

  .sm\:row-start-3 {
    grid-row-start: 3;
  }

  .sm\:row-start-4 {
    grid-row-start: 4;
  }

  .sm\:row-start-5 {
    grid-row-start: 5;
  }

  .sm\:row-start-6 {
    grid-row-start: 6;
  }

  .sm\:row-start-7 {
    grid-row-start: 7;
  }

  .sm\:row-start-auto {
    grid-row-start: auto;
  }

  .sm\:row-end-1 {
    grid-row-end: 1;
  }

  .sm\:row-end-2 {
    grid-row-end: 2;
  }

  .sm\:row-end-3 {
    grid-row-end: 3;
  }

  .sm\:row-end-4 {
    grid-row-end: 4;
  }

  .sm\:row-end-5 {
    grid-row-end: 5;
  }

  .sm\:row-end-6 {
    grid-row-end: 6;
  }

  .sm\:row-end-7 {
    grid-row-end: 7;
  }

  .sm\:row-end-auto {
    grid-row-end: auto;
  }

  .sm\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-none {
    transform: none;
  }

  .sm\:origin-center {
    transform-origin: center;
  }

  .sm\:origin-top {
    transform-origin: top;
  }

  .sm\:origin-top-right {
    transform-origin: top right;
  }

  .sm\:origin-right {
    transform-origin: right;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .sm\:origin-bottom {
    transform-origin: bottom;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .sm\:origin-left {
    transform-origin: left;
  }

  .sm\:origin-top-left {
    transform-origin: top left;
  }

  .sm\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .sm\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .sm\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .sm\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .sm\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .sm\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .sm\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .sm\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .sm\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .sm\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .sm\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .sm\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .sm\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .sm\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .sm\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .sm\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .sm\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .sm\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .sm\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .sm\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .sm\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .sm\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .sm\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .sm\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .sm\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .sm\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .sm\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .sm\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .sm\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .sm\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .sm\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .sm\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .sm\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .sm\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .sm\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .sm\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .sm\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .sm\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .sm\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .sm\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .sm\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .sm\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .sm\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .sm\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .sm\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .sm\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .sm\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .sm\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .sm\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .sm\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .sm\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .sm\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .sm\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .sm\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .sm\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .sm\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .sm\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .sm\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .sm\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .sm\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .sm\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .sm\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .sm\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .sm\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .sm\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .sm\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .sm\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .sm\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .sm\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .sm\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .sm\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .sm\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .sm\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .sm\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .sm\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .sm\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .sm\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .sm\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .sm\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .sm\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .sm\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .sm\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .sm\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .sm\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .sm\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .sm\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .sm\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .sm\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .sm\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .sm\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .sm\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .sm\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .sm\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .sm\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .sm\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .sm\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .sm\:translate-x-1px {
    --tw-translate-x: 1px;
  }

  .sm\:translate-x-2px {
    --tw-translate-x: 2px;
  }

  .sm\:translate-x-3px {
    --tw-translate-x: 3px;
  }

  .sm\:translate-x-4px {
    --tw-translate-x: 4px;
  }

  .sm\:translate-x-5px {
    --tw-translate-x: 5px;
  }

  .sm\:translate-x-6px {
    --tw-translate-x: 6px;
  }

  .sm\:translate-x-7px {
    --tw-translate-x: 7px;
  }

  .sm\:translate-x-8px {
    --tw-translate-x: 8px;
  }

  .sm\:translate-x-9px {
    --tw-translate-x: 9px;
  }

  .sm\:translate-x-10px {
    --tw-translate-x: 10px;
  }

  .sm\:translate-x-11px {
    --tw-translate-x: 11px;
  }

  .sm\:translate-x-12px {
    --tw-translate-x: 12px;
  }

  .sm\:translate-x-13px {
    --tw-translate-x: 13px;
  }

  .sm\:translate-x-14px {
    --tw-translate-x: 14px;
  }

  .sm\:translate-x-15px {
    --tw-translate-x: 15px;
  }

  .sm\:translate-x-16px {
    --tw-translate-x: 16px;
  }

  .sm\:translate-x-17px {
    --tw-translate-x: 17px;
  }

  .sm\:translate-x-18px {
    --tw-translate-x: 18px;
  }

  .sm\:translate-x-19px {
    --tw-translate-x: 19px;
  }

  .sm\:translate-x-20px {
    --tw-translate-x: 20px;
  }

  .sm\:translate-x-21px {
    --tw-translate-x: 21px;
  }

  .sm\:translate-x-22px {
    --tw-translate-x: 22px;
  }

  .sm\:translate-x-23px {
    --tw-translate-x: 23px;
  }

  .sm\:translate-x-24px {
    --tw-translate-x: 24px;
  }

  .sm\:translate-x-25px {
    --tw-translate-x: 25px;
  }

  .sm\:translate-x-26px {
    --tw-translate-x: 26px;
  }

  .sm\:translate-x-27px {
    --tw-translate-x: 27px;
  }

  .sm\:translate-x-28px {
    --tw-translate-x: 28px;
  }

  .sm\:translate-x-29px {
    --tw-translate-x: 29px;
  }

  .sm\:translate-x-30px {
    --tw-translate-x: 30px;
  }

  .sm\:translate-x-31px {
    --tw-translate-x: 31px;
  }

  .sm\:translate-x-32px {
    --tw-translate-x: 32px;
  }

  .sm\:translate-x-33px {
    --tw-translate-x: 33px;
  }

  .sm\:translate-x-34px {
    --tw-translate-x: 34px;
  }

  .sm\:translate-x-35px {
    --tw-translate-x: 35px;
  }

  .sm\:translate-x-36px {
    --tw-translate-x: 36px;
  }

  .sm\:translate-x-37px {
    --tw-translate-x: 37px;
  }

  .sm\:translate-x-38px {
    --tw-translate-x: 38px;
  }

  .sm\:translate-x-39px {
    --tw-translate-x: 39px;
  }

  .sm\:translate-x-40px {
    --tw-translate-x: 40px;
  }

  .sm\:translate-x-41px {
    --tw-translate-x: 41px;
  }

  .sm\:translate-x-42px {
    --tw-translate-x: 42px;
  }

  .sm\:translate-x-43px {
    --tw-translate-x: 43px;
  }

  .sm\:translate-x-44px {
    --tw-translate-x: 44px;
  }

  .sm\:translate-x-45px {
    --tw-translate-x: 45px;
  }

  .sm\:translate-x-46px {
    --tw-translate-x: 46px;
  }

  .sm\:translate-x-47px {
    --tw-translate-x: 47px;
  }

  .sm\:translate-x-48px {
    --tw-translate-x: 48px;
  }

  .sm\:translate-x-49px {
    --tw-translate-x: 49px;
  }

  .sm\:translate-x-50px {
    --tw-translate-x: 50px;
  }

  .sm\:translate-x-51px {
    --tw-translate-x: 51px;
  }

  .sm\:translate-x-52px {
    --tw-translate-x: 52px;
  }

  .sm\:translate-x-53px {
    --tw-translate-x: 53px;
  }

  .sm\:translate-x-54px {
    --tw-translate-x: 54px;
  }

  .sm\:translate-x-55px {
    --tw-translate-x: 55px;
  }

  .sm\:translate-x-56px {
    --tw-translate-x: 56px;
  }

  .sm\:translate-x-57px {
    --tw-translate-x: 57px;
  }

  .sm\:translate-x-58px {
    --tw-translate-x: 58px;
  }

  .sm\:translate-x-59px {
    --tw-translate-x: 59px;
  }

  .sm\:translate-x-60px {
    --tw-translate-x: 60px;
  }

  .sm\:translate-x-61px {
    --tw-translate-x: 61px;
  }

  .sm\:translate-x-62px {
    --tw-translate-x: 62px;
  }

  .sm\:translate-x-63px {
    --tw-translate-x: 63px;
  }

  .sm\:translate-x-64px {
    --tw-translate-x: 64px;
  }

  .sm\:translate-x-65px {
    --tw-translate-x: 65px;
  }

  .sm\:translate-x-66px {
    --tw-translate-x: 66px;
  }

  .sm\:translate-x-67px {
    --tw-translate-x: 67px;
  }

  .sm\:translate-x-68px {
    --tw-translate-x: 68px;
  }

  .sm\:translate-x-69px {
    --tw-translate-x: 69px;
  }

  .sm\:translate-x-70px {
    --tw-translate-x: 70px;
  }

  .sm\:translate-x-71px {
    --tw-translate-x: 71px;
  }

  .sm\:translate-x-72px {
    --tw-translate-x: 72px;
  }

  .sm\:translate-x-73px {
    --tw-translate-x: 73px;
  }

  .sm\:translate-x-74px {
    --tw-translate-x: 74px;
  }

  .sm\:translate-x-75px {
    --tw-translate-x: 75px;
  }

  .sm\:translate-x-76px {
    --tw-translate-x: 76px;
  }

  .sm\:translate-x-77px {
    --tw-translate-x: 77px;
  }

  .sm\:translate-x-78px {
    --tw-translate-x: 78px;
  }

  .sm\:translate-x-79px {
    --tw-translate-x: 79px;
  }

  .sm\:translate-x-80px {
    --tw-translate-x: 80px;
  }

  .sm\:translate-x-81px {
    --tw-translate-x: 81px;
  }

  .sm\:translate-x-82px {
    --tw-translate-x: 82px;
  }

  .sm\:translate-x-83px {
    --tw-translate-x: 83px;
  }

  .sm\:translate-x-84px {
    --tw-translate-x: 84px;
  }

  .sm\:translate-x-85px {
    --tw-translate-x: 85px;
  }

  .sm\:translate-x-86px {
    --tw-translate-x: 86px;
  }

  .sm\:translate-x-87px {
    --tw-translate-x: 87px;
  }

  .sm\:translate-x-88px {
    --tw-translate-x: 88px;
  }

  .sm\:translate-x-89px {
    --tw-translate-x: 89px;
  }

  .sm\:translate-x-90px {
    --tw-translate-x: 90px;
  }

  .sm\:translate-x-91px {
    --tw-translate-x: 91px;
  }

  .sm\:translate-x-92px {
    --tw-translate-x: 92px;
  }

  .sm\:translate-x-93px {
    --tw-translate-x: 93px;
  }

  .sm\:translate-x-94px {
    --tw-translate-x: 94px;
  }

  .sm\:translate-x-95px {
    --tw-translate-x: 95px;
  }

  .sm\:translate-x-96px {
    --tw-translate-x: 96px;
  }

  .sm\:translate-x-97px {
    --tw-translate-x: 97px;
  }

  .sm\:translate-x-98px {
    --tw-translate-x: 98px;
  }

  .sm\:translate-x-99px {
    --tw-translate-x: 99px;
  }

  .sm\:translate-x-100px {
    --tw-translate-x: 100px;
  }

  .sm\:translate-x-101px {
    --tw-translate-x: 101px;
  }

  .sm\:translate-x-102px {
    --tw-translate-x: 102px;
  }

  .sm\:translate-x-103px {
    --tw-translate-x: 103px;
  }

  .sm\:translate-x-104px {
    --tw-translate-x: 104px;
  }

  .sm\:translate-x-105px {
    --tw-translate-x: 105px;
  }

  .sm\:translate-x-106px {
    --tw-translate-x: 106px;
  }

  .sm\:translate-x-107px {
    --tw-translate-x: 107px;
  }

  .sm\:translate-x-108px {
    --tw-translate-x: 108px;
  }

  .sm\:translate-x-109px {
    --tw-translate-x: 109px;
  }

  .sm\:translate-x-110px {
    --tw-translate-x: 110px;
  }

  .sm\:translate-x-111px {
    --tw-translate-x: 111px;
  }

  .sm\:translate-x-112px {
    --tw-translate-x: 112px;
  }

  .sm\:translate-x-113px {
    --tw-translate-x: 113px;
  }

  .sm\:translate-x-114px {
    --tw-translate-x: 114px;
  }

  .sm\:translate-x-115px {
    --tw-translate-x: 115px;
  }

  .sm\:translate-x-116px {
    --tw-translate-x: 116px;
  }

  .sm\:translate-x-117px {
    --tw-translate-x: 117px;
  }

  .sm\:translate-x-118px {
    --tw-translate-x: 118px;
  }

  .sm\:translate-x-119px {
    --tw-translate-x: 119px;
  }

  .sm\:translate-x-120px {
    --tw-translate-x: 120px;
  }

  .sm\:translate-x-121px {
    --tw-translate-x: 121px;
  }

  .sm\:translate-x-122px {
    --tw-translate-x: 122px;
  }

  .sm\:translate-x-123px {
    --tw-translate-x: 123px;
  }

  .sm\:translate-x-124px {
    --tw-translate-x: 124px;
  }

  .sm\:translate-x-125px {
    --tw-translate-x: 125px;
  }

  .sm\:translate-x-126px {
    --tw-translate-x: 126px;
  }

  .sm\:translate-x-127px {
    --tw-translate-x: 127px;
  }

  .sm\:translate-x-128px {
    --tw-translate-x: 128px;
  }

  .sm\:translate-x-129px {
    --tw-translate-x: 129px;
  }

  .sm\:translate-x-130px {
    --tw-translate-x: 130px;
  }

  .sm\:translate-x-133px {
    --tw-translate-x: 133px;
  }

  .sm\:translate-x-140px {
    --tw-translate-x: 140px;
  }

  .sm\:translate-x-195px {
    --tw-translate-x: 195px;
  }

  .sm\:translate-x-200px {
    --tw-translate-x: 200px;
  }

  .sm\:translate-x-210px {
    --tw-translate-x: 210px;
  }

  .sm\:translate-x-222px {
    --tw-translate-x: 222px;
  }

  .sm\:translate-x-258px {
    --tw-translate-x: 258px;
  }

  .sm\:translate-x-280px {
    --tw-translate-x: 280px;
  }

  .sm\:translate-x-334px {
    --tw-translate-x: 334px;
  }

  .sm\:translate-x-388px {
    --tw-translate-x: 388px;
  }

  .sm\:translate-x-480px {
    --tw-translate-x: 480px;
  }

  .sm\:translate-x-490px {
    --tw-translate-x: 490px;
  }

  .sm\:translate-x-505px {
    --tw-translate-x: 505px;
  }

  .sm\:translate-x-507px {
    --tw-translate-x: 507px;
  }

  .sm\:translate-x-760px {
    --tw-translate-x: 760px;
  }

  .sm\:translate-x-780px {
    --tw-translate-x: 780px;
  }

  .sm\:translate-x-980px {
    --tw-translate-x: 980px;
  }

  .sm\:translate-x-1366px {
    --tw-translate-x: 1366px;
  }

  .sm\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .sm\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .sm\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .sm\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .sm\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .sm\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .sm\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .sm\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .sm\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .sm\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .sm\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .sm\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .sm\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .sm\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .sm\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .sm\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .sm\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .sm\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .sm\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .sm\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .sm\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .sm\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .sm\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .sm\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .sm\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .sm\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .sm\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .sm\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .sm\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .sm\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .sm\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .sm\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .sm\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .sm\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .sm\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .sm\:-translate-x-1px {
    --tw-translate-x: -1px;
  }

  .sm\:-translate-x-2px {
    --tw-translate-x: -2px;
  }

  .sm\:-translate-x-3px {
    --tw-translate-x: -3px;
  }

  .sm\:-translate-x-4px {
    --tw-translate-x: -4px;
  }

  .sm\:-translate-x-5px {
    --tw-translate-x: -5px;
  }

  .sm\:-translate-x-6px {
    --tw-translate-x: -6px;
  }

  .sm\:-translate-x-7px {
    --tw-translate-x: -7px;
  }

  .sm\:-translate-x-8px {
    --tw-translate-x: -8px;
  }

  .sm\:-translate-x-9px {
    --tw-translate-x: -9px;
  }

  .sm\:-translate-x-10px {
    --tw-translate-x: -10px;
  }

  .sm\:-translate-x-11px {
    --tw-translate-x: -11px;
  }

  .sm\:-translate-x-12px {
    --tw-translate-x: -12px;
  }

  .sm\:-translate-x-13px {
    --tw-translate-x: -13px;
  }

  .sm\:-translate-x-14px {
    --tw-translate-x: -14px;
  }

  .sm\:-translate-x-15px {
    --tw-translate-x: -15px;
  }

  .sm\:-translate-x-16px {
    --tw-translate-x: -16px;
  }

  .sm\:-translate-x-17px {
    --tw-translate-x: -17px;
  }

  .sm\:-translate-x-18px {
    --tw-translate-x: -18px;
  }

  .sm\:-translate-x-19px {
    --tw-translate-x: -19px;
  }

  .sm\:-translate-x-20px {
    --tw-translate-x: -20px;
  }

  .sm\:-translate-x-21px {
    --tw-translate-x: -21px;
  }

  .sm\:-translate-x-22px {
    --tw-translate-x: -22px;
  }

  .sm\:-translate-x-23px {
    --tw-translate-x: -23px;
  }

  .sm\:-translate-x-24px {
    --tw-translate-x: -24px;
  }

  .sm\:-translate-x-25px {
    --tw-translate-x: -25px;
  }

  .sm\:-translate-x-26px {
    --tw-translate-x: -26px;
  }

  .sm\:-translate-x-27px {
    --tw-translate-x: -27px;
  }

  .sm\:-translate-x-28px {
    --tw-translate-x: -28px;
  }

  .sm\:-translate-x-29px {
    --tw-translate-x: -29px;
  }

  .sm\:-translate-x-30px {
    --tw-translate-x: -30px;
  }

  .sm\:-translate-x-31px {
    --tw-translate-x: -31px;
  }

  .sm\:-translate-x-32px {
    --tw-translate-x: -32px;
  }

  .sm\:-translate-x-33px {
    --tw-translate-x: -33px;
  }

  .sm\:-translate-x-34px {
    --tw-translate-x: -34px;
  }

  .sm\:-translate-x-35px {
    --tw-translate-x: -35px;
  }

  .sm\:-translate-x-36px {
    --tw-translate-x: -36px;
  }

  .sm\:-translate-x-37px {
    --tw-translate-x: -37px;
  }

  .sm\:-translate-x-38px {
    --tw-translate-x: -38px;
  }

  .sm\:-translate-x-39px {
    --tw-translate-x: -39px;
  }

  .sm\:-translate-x-40px {
    --tw-translate-x: -40px;
  }

  .sm\:-translate-x-41px {
    --tw-translate-x: -41px;
  }

  .sm\:-translate-x-42px {
    --tw-translate-x: -42px;
  }

  .sm\:-translate-x-43px {
    --tw-translate-x: -43px;
  }

  .sm\:-translate-x-44px {
    --tw-translate-x: -44px;
  }

  .sm\:-translate-x-45px {
    --tw-translate-x: -45px;
  }

  .sm\:-translate-x-46px {
    --tw-translate-x: -46px;
  }

  .sm\:-translate-x-47px {
    --tw-translate-x: -47px;
  }

  .sm\:-translate-x-48px {
    --tw-translate-x: -48px;
  }

  .sm\:-translate-x-49px {
    --tw-translate-x: -49px;
  }

  .sm\:-translate-x-50px {
    --tw-translate-x: -50px;
  }

  .sm\:-translate-x-51px {
    --tw-translate-x: -51px;
  }

  .sm\:-translate-x-52px {
    --tw-translate-x: -52px;
  }

  .sm\:-translate-x-53px {
    --tw-translate-x: -53px;
  }

  .sm\:-translate-x-54px {
    --tw-translate-x: -54px;
  }

  .sm\:-translate-x-55px {
    --tw-translate-x: -55px;
  }

  .sm\:-translate-x-56px {
    --tw-translate-x: -56px;
  }

  .sm\:-translate-x-57px {
    --tw-translate-x: -57px;
  }

  .sm\:-translate-x-58px {
    --tw-translate-x: -58px;
  }

  .sm\:-translate-x-59px {
    --tw-translate-x: -59px;
  }

  .sm\:-translate-x-60px {
    --tw-translate-x: -60px;
  }

  .sm\:-translate-x-61px {
    --tw-translate-x: -61px;
  }

  .sm\:-translate-x-62px {
    --tw-translate-x: -62px;
  }

  .sm\:-translate-x-63px {
    --tw-translate-x: -63px;
  }

  .sm\:-translate-x-64px {
    --tw-translate-x: -64px;
  }

  .sm\:-translate-x-65px {
    --tw-translate-x: -65px;
  }

  .sm\:-translate-x-66px {
    --tw-translate-x: -66px;
  }

  .sm\:-translate-x-67px {
    --tw-translate-x: -67px;
  }

  .sm\:-translate-x-68px {
    --tw-translate-x: -68px;
  }

  .sm\:-translate-x-69px {
    --tw-translate-x: -69px;
  }

  .sm\:-translate-x-70px {
    --tw-translate-x: -70px;
  }

  .sm\:-translate-x-71px {
    --tw-translate-x: -71px;
  }

  .sm\:-translate-x-72px {
    --tw-translate-x: -72px;
  }

  .sm\:-translate-x-73px {
    --tw-translate-x: -73px;
  }

  .sm\:-translate-x-74px {
    --tw-translate-x: -74px;
  }

  .sm\:-translate-x-75px {
    --tw-translate-x: -75px;
  }

  .sm\:-translate-x-76px {
    --tw-translate-x: -76px;
  }

  .sm\:-translate-x-77px {
    --tw-translate-x: -77px;
  }

  .sm\:-translate-x-78px {
    --tw-translate-x: -78px;
  }

  .sm\:-translate-x-79px {
    --tw-translate-x: -79px;
  }

  .sm\:-translate-x-80px {
    --tw-translate-x: -80px;
  }

  .sm\:-translate-x-81px {
    --tw-translate-x: -81px;
  }

  .sm\:-translate-x-82px {
    --tw-translate-x: -82px;
  }

  .sm\:-translate-x-83px {
    --tw-translate-x: -83px;
  }

  .sm\:-translate-x-84px {
    --tw-translate-x: -84px;
  }

  .sm\:-translate-x-85px {
    --tw-translate-x: -85px;
  }

  .sm\:-translate-x-86px {
    --tw-translate-x: -86px;
  }

  .sm\:-translate-x-87px {
    --tw-translate-x: -87px;
  }

  .sm\:-translate-x-88px {
    --tw-translate-x: -88px;
  }

  .sm\:-translate-x-89px {
    --tw-translate-x: -89px;
  }

  .sm\:-translate-x-90px {
    --tw-translate-x: -90px;
  }

  .sm\:-translate-x-91px {
    --tw-translate-x: -91px;
  }

  .sm\:-translate-x-92px {
    --tw-translate-x: -92px;
  }

  .sm\:-translate-x-93px {
    --tw-translate-x: -93px;
  }

  .sm\:-translate-x-94px {
    --tw-translate-x: -94px;
  }

  .sm\:-translate-x-95px {
    --tw-translate-x: -95px;
  }

  .sm\:-translate-x-96px {
    --tw-translate-x: -96px;
  }

  .sm\:-translate-x-97px {
    --tw-translate-x: -97px;
  }

  .sm\:-translate-x-98px {
    --tw-translate-x: -98px;
  }

  .sm\:-translate-x-99px {
    --tw-translate-x: -99px;
  }

  .sm\:-translate-x-100px {
    --tw-translate-x: -100px;
  }

  .sm\:-translate-x-101px {
    --tw-translate-x: -101px;
  }

  .sm\:-translate-x-102px {
    --tw-translate-x: -102px;
  }

  .sm\:-translate-x-103px {
    --tw-translate-x: -103px;
  }

  .sm\:-translate-x-104px {
    --tw-translate-x: -104px;
  }

  .sm\:-translate-x-105px {
    --tw-translate-x: -105px;
  }

  .sm\:-translate-x-106px {
    --tw-translate-x: -106px;
  }

  .sm\:-translate-x-107px {
    --tw-translate-x: -107px;
  }

  .sm\:-translate-x-108px {
    --tw-translate-x: -108px;
  }

  .sm\:-translate-x-109px {
    --tw-translate-x: -109px;
  }

  .sm\:-translate-x-110px {
    --tw-translate-x: -110px;
  }

  .sm\:-translate-x-111px {
    --tw-translate-x: -111px;
  }

  .sm\:-translate-x-112px {
    --tw-translate-x: -112px;
  }

  .sm\:-translate-x-113px {
    --tw-translate-x: -113px;
  }

  .sm\:-translate-x-114px {
    --tw-translate-x: -114px;
  }

  .sm\:-translate-x-115px {
    --tw-translate-x: -115px;
  }

  .sm\:-translate-x-116px {
    --tw-translate-x: -116px;
  }

  .sm\:-translate-x-117px {
    --tw-translate-x: -117px;
  }

  .sm\:-translate-x-118px {
    --tw-translate-x: -118px;
  }

  .sm\:-translate-x-119px {
    --tw-translate-x: -119px;
  }

  .sm\:-translate-x-120px {
    --tw-translate-x: -120px;
  }

  .sm\:-translate-x-121px {
    --tw-translate-x: -121px;
  }

  .sm\:-translate-x-122px {
    --tw-translate-x: -122px;
  }

  .sm\:-translate-x-123px {
    --tw-translate-x: -123px;
  }

  .sm\:-translate-x-124px {
    --tw-translate-x: -124px;
  }

  .sm\:-translate-x-125px {
    --tw-translate-x: -125px;
  }

  .sm\:-translate-x-126px {
    --tw-translate-x: -126px;
  }

  .sm\:-translate-x-127px {
    --tw-translate-x: -127px;
  }

  .sm\:-translate-x-128px {
    --tw-translate-x: -128px;
  }

  .sm\:-translate-x-129px {
    --tw-translate-x: -129px;
  }

  .sm\:-translate-x-130px {
    --tw-translate-x: -130px;
  }

  .sm\:-translate-x-133px {
    --tw-translate-x: -133px;
  }

  .sm\:-translate-x-140px {
    --tw-translate-x: -140px;
  }

  .sm\:-translate-x-195px {
    --tw-translate-x: -195px;
  }

  .sm\:-translate-x-200px {
    --tw-translate-x: -200px;
  }

  .sm\:-translate-x-210px {
    --tw-translate-x: -210px;
  }

  .sm\:-translate-x-222px {
    --tw-translate-x: -222px;
  }

  .sm\:-translate-x-258px {
    --tw-translate-x: -258px;
  }

  .sm\:-translate-x-280px {
    --tw-translate-x: -280px;
  }

  .sm\:-translate-x-334px {
    --tw-translate-x: -334px;
  }

  .sm\:-translate-x-388px {
    --tw-translate-x: -388px;
  }

  .sm\:-translate-x-480px {
    --tw-translate-x: -480px;
  }

  .sm\:-translate-x-490px {
    --tw-translate-x: -490px;
  }

  .sm\:-translate-x-505px {
    --tw-translate-x: -505px;
  }

  .sm\:-translate-x-507px {
    --tw-translate-x: -507px;
  }

  .sm\:-translate-x-760px {
    --tw-translate-x: -760px;
  }

  .sm\:-translate-x-780px {
    --tw-translate-x: -780px;
  }

  .sm\:-translate-x-980px {
    --tw-translate-x: -980px;
  }

  .sm\:-translate-x-1366px {
    --tw-translate-x: -1366px;
  }

  .sm\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .sm\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .sm\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .sm\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .sm\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .sm\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .sm\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .sm\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .sm\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .sm\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .sm\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .sm\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .sm\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .sm\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .sm\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .sm\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .sm\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .sm\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .sm\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .sm\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .sm\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .sm\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .sm\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .sm\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .sm\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .sm\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .sm\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .sm\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .sm\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .sm\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .sm\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .sm\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .sm\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .sm\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .sm\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .sm\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .sm\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .sm\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .sm\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .sm\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .sm\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .sm\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .sm\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .sm\:translate-y-1px {
    --tw-translate-y: 1px;
  }

  .sm\:translate-y-2px {
    --tw-translate-y: 2px;
  }

  .sm\:translate-y-3px {
    --tw-translate-y: 3px;
  }

  .sm\:translate-y-4px {
    --tw-translate-y: 4px;
  }

  .sm\:translate-y-5px {
    --tw-translate-y: 5px;
  }

  .sm\:translate-y-6px {
    --tw-translate-y: 6px;
  }

  .sm\:translate-y-7px {
    --tw-translate-y: 7px;
  }

  .sm\:translate-y-8px {
    --tw-translate-y: 8px;
  }

  .sm\:translate-y-9px {
    --tw-translate-y: 9px;
  }

  .sm\:translate-y-10px {
    --tw-translate-y: 10px;
  }

  .sm\:translate-y-11px {
    --tw-translate-y: 11px;
  }

  .sm\:translate-y-12px {
    --tw-translate-y: 12px;
  }

  .sm\:translate-y-13px {
    --tw-translate-y: 13px;
  }

  .sm\:translate-y-14px {
    --tw-translate-y: 14px;
  }

  .sm\:translate-y-15px {
    --tw-translate-y: 15px;
  }

  .sm\:translate-y-16px {
    --tw-translate-y: 16px;
  }

  .sm\:translate-y-17px {
    --tw-translate-y: 17px;
  }

  .sm\:translate-y-18px {
    --tw-translate-y: 18px;
  }

  .sm\:translate-y-19px {
    --tw-translate-y: 19px;
  }

  .sm\:translate-y-20px {
    --tw-translate-y: 20px;
  }

  .sm\:translate-y-21px {
    --tw-translate-y: 21px;
  }

  .sm\:translate-y-22px {
    --tw-translate-y: 22px;
  }

  .sm\:translate-y-23px {
    --tw-translate-y: 23px;
  }

  .sm\:translate-y-24px {
    --tw-translate-y: 24px;
  }

  .sm\:translate-y-25px {
    --tw-translate-y: 25px;
  }

  .sm\:translate-y-26px {
    --tw-translate-y: 26px;
  }

  .sm\:translate-y-27px {
    --tw-translate-y: 27px;
  }

  .sm\:translate-y-28px {
    --tw-translate-y: 28px;
  }

  .sm\:translate-y-29px {
    --tw-translate-y: 29px;
  }

  .sm\:translate-y-30px {
    --tw-translate-y: 30px;
  }

  .sm\:translate-y-31px {
    --tw-translate-y: 31px;
  }

  .sm\:translate-y-32px {
    --tw-translate-y: 32px;
  }

  .sm\:translate-y-33px {
    --tw-translate-y: 33px;
  }

  .sm\:translate-y-34px {
    --tw-translate-y: 34px;
  }

  .sm\:translate-y-35px {
    --tw-translate-y: 35px;
  }

  .sm\:translate-y-36px {
    --tw-translate-y: 36px;
  }

  .sm\:translate-y-37px {
    --tw-translate-y: 37px;
  }

  .sm\:translate-y-38px {
    --tw-translate-y: 38px;
  }

  .sm\:translate-y-39px {
    --tw-translate-y: 39px;
  }

  .sm\:translate-y-40px {
    --tw-translate-y: 40px;
  }

  .sm\:translate-y-41px {
    --tw-translate-y: 41px;
  }

  .sm\:translate-y-42px {
    --tw-translate-y: 42px;
  }

  .sm\:translate-y-43px {
    --tw-translate-y: 43px;
  }

  .sm\:translate-y-44px {
    --tw-translate-y: 44px;
  }

  .sm\:translate-y-45px {
    --tw-translate-y: 45px;
  }

  .sm\:translate-y-46px {
    --tw-translate-y: 46px;
  }

  .sm\:translate-y-47px {
    --tw-translate-y: 47px;
  }

  .sm\:translate-y-48px {
    --tw-translate-y: 48px;
  }

  .sm\:translate-y-49px {
    --tw-translate-y: 49px;
  }

  .sm\:translate-y-50px {
    --tw-translate-y: 50px;
  }

  .sm\:translate-y-51px {
    --tw-translate-y: 51px;
  }

  .sm\:translate-y-52px {
    --tw-translate-y: 52px;
  }

  .sm\:translate-y-53px {
    --tw-translate-y: 53px;
  }

  .sm\:translate-y-54px {
    --tw-translate-y: 54px;
  }

  .sm\:translate-y-55px {
    --tw-translate-y: 55px;
  }

  .sm\:translate-y-56px {
    --tw-translate-y: 56px;
  }

  .sm\:translate-y-57px {
    --tw-translate-y: 57px;
  }

  .sm\:translate-y-58px {
    --tw-translate-y: 58px;
  }

  .sm\:translate-y-59px {
    --tw-translate-y: 59px;
  }

  .sm\:translate-y-60px {
    --tw-translate-y: 60px;
  }

  .sm\:translate-y-61px {
    --tw-translate-y: 61px;
  }

  .sm\:translate-y-62px {
    --tw-translate-y: 62px;
  }

  .sm\:translate-y-63px {
    --tw-translate-y: 63px;
  }

  .sm\:translate-y-64px {
    --tw-translate-y: 64px;
  }

  .sm\:translate-y-65px {
    --tw-translate-y: 65px;
  }

  .sm\:translate-y-66px {
    --tw-translate-y: 66px;
  }

  .sm\:translate-y-67px {
    --tw-translate-y: 67px;
  }

  .sm\:translate-y-68px {
    --tw-translate-y: 68px;
  }

  .sm\:translate-y-69px {
    --tw-translate-y: 69px;
  }

  .sm\:translate-y-70px {
    --tw-translate-y: 70px;
  }

  .sm\:translate-y-71px {
    --tw-translate-y: 71px;
  }

  .sm\:translate-y-72px {
    --tw-translate-y: 72px;
  }

  .sm\:translate-y-73px {
    --tw-translate-y: 73px;
  }

  .sm\:translate-y-74px {
    --tw-translate-y: 74px;
  }

  .sm\:translate-y-75px {
    --tw-translate-y: 75px;
  }

  .sm\:translate-y-76px {
    --tw-translate-y: 76px;
  }

  .sm\:translate-y-77px {
    --tw-translate-y: 77px;
  }

  .sm\:translate-y-78px {
    --tw-translate-y: 78px;
  }

  .sm\:translate-y-79px {
    --tw-translate-y: 79px;
  }

  .sm\:translate-y-80px {
    --tw-translate-y: 80px;
  }

  .sm\:translate-y-81px {
    --tw-translate-y: 81px;
  }

  .sm\:translate-y-82px {
    --tw-translate-y: 82px;
  }

  .sm\:translate-y-83px {
    --tw-translate-y: 83px;
  }

  .sm\:translate-y-84px {
    --tw-translate-y: 84px;
  }

  .sm\:translate-y-85px {
    --tw-translate-y: 85px;
  }

  .sm\:translate-y-86px {
    --tw-translate-y: 86px;
  }

  .sm\:translate-y-87px {
    --tw-translate-y: 87px;
  }

  .sm\:translate-y-88px {
    --tw-translate-y: 88px;
  }

  .sm\:translate-y-89px {
    --tw-translate-y: 89px;
  }

  .sm\:translate-y-90px {
    --tw-translate-y: 90px;
  }

  .sm\:translate-y-91px {
    --tw-translate-y: 91px;
  }

  .sm\:translate-y-92px {
    --tw-translate-y: 92px;
  }

  .sm\:translate-y-93px {
    --tw-translate-y: 93px;
  }

  .sm\:translate-y-94px {
    --tw-translate-y: 94px;
  }

  .sm\:translate-y-95px {
    --tw-translate-y: 95px;
  }

  .sm\:translate-y-96px {
    --tw-translate-y: 96px;
  }

  .sm\:translate-y-97px {
    --tw-translate-y: 97px;
  }

  .sm\:translate-y-98px {
    --tw-translate-y: 98px;
  }

  .sm\:translate-y-99px {
    --tw-translate-y: 99px;
  }

  .sm\:translate-y-100px {
    --tw-translate-y: 100px;
  }

  .sm\:translate-y-101px {
    --tw-translate-y: 101px;
  }

  .sm\:translate-y-102px {
    --tw-translate-y: 102px;
  }

  .sm\:translate-y-103px {
    --tw-translate-y: 103px;
  }

  .sm\:translate-y-104px {
    --tw-translate-y: 104px;
  }

  .sm\:translate-y-105px {
    --tw-translate-y: 105px;
  }

  .sm\:translate-y-106px {
    --tw-translate-y: 106px;
  }

  .sm\:translate-y-107px {
    --tw-translate-y: 107px;
  }

  .sm\:translate-y-108px {
    --tw-translate-y: 108px;
  }

  .sm\:translate-y-109px {
    --tw-translate-y: 109px;
  }

  .sm\:translate-y-110px {
    --tw-translate-y: 110px;
  }

  .sm\:translate-y-111px {
    --tw-translate-y: 111px;
  }

  .sm\:translate-y-112px {
    --tw-translate-y: 112px;
  }

  .sm\:translate-y-113px {
    --tw-translate-y: 113px;
  }

  .sm\:translate-y-114px {
    --tw-translate-y: 114px;
  }

  .sm\:translate-y-115px {
    --tw-translate-y: 115px;
  }

  .sm\:translate-y-116px {
    --tw-translate-y: 116px;
  }

  .sm\:translate-y-117px {
    --tw-translate-y: 117px;
  }

  .sm\:translate-y-118px {
    --tw-translate-y: 118px;
  }

  .sm\:translate-y-119px {
    --tw-translate-y: 119px;
  }

  .sm\:translate-y-120px {
    --tw-translate-y: 120px;
  }

  .sm\:translate-y-121px {
    --tw-translate-y: 121px;
  }

  .sm\:translate-y-122px {
    --tw-translate-y: 122px;
  }

  .sm\:translate-y-123px {
    --tw-translate-y: 123px;
  }

  .sm\:translate-y-124px {
    --tw-translate-y: 124px;
  }

  .sm\:translate-y-125px {
    --tw-translate-y: 125px;
  }

  .sm\:translate-y-126px {
    --tw-translate-y: 126px;
  }

  .sm\:translate-y-127px {
    --tw-translate-y: 127px;
  }

  .sm\:translate-y-128px {
    --tw-translate-y: 128px;
  }

  .sm\:translate-y-129px {
    --tw-translate-y: 129px;
  }

  .sm\:translate-y-130px {
    --tw-translate-y: 130px;
  }

  .sm\:translate-y-133px {
    --tw-translate-y: 133px;
  }

  .sm\:translate-y-140px {
    --tw-translate-y: 140px;
  }

  .sm\:translate-y-195px {
    --tw-translate-y: 195px;
  }

  .sm\:translate-y-200px {
    --tw-translate-y: 200px;
  }

  .sm\:translate-y-210px {
    --tw-translate-y: 210px;
  }

  .sm\:translate-y-222px {
    --tw-translate-y: 222px;
  }

  .sm\:translate-y-258px {
    --tw-translate-y: 258px;
  }

  .sm\:translate-y-280px {
    --tw-translate-y: 280px;
  }

  .sm\:translate-y-334px {
    --tw-translate-y: 334px;
  }

  .sm\:translate-y-388px {
    --tw-translate-y: 388px;
  }

  .sm\:translate-y-480px {
    --tw-translate-y: 480px;
  }

  .sm\:translate-y-490px {
    --tw-translate-y: 490px;
  }

  .sm\:translate-y-505px {
    --tw-translate-y: 505px;
  }

  .sm\:translate-y-507px {
    --tw-translate-y: 507px;
  }

  .sm\:translate-y-760px {
    --tw-translate-y: 760px;
  }

  .sm\:translate-y-780px {
    --tw-translate-y: 780px;
  }

  .sm\:translate-y-980px {
    --tw-translate-y: 980px;
  }

  .sm\:translate-y-1366px {
    --tw-translate-y: 1366px;
  }

  .sm\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .sm\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .sm\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .sm\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .sm\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .sm\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .sm\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .sm\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .sm\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .sm\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .sm\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .sm\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .sm\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .sm\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .sm\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .sm\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .sm\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .sm\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .sm\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .sm\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .sm\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .sm\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .sm\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .sm\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .sm\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .sm\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .sm\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .sm\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .sm\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .sm\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .sm\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .sm\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .sm\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .sm\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .sm\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .sm\:-translate-y-1px {
    --tw-translate-y: -1px;
  }

  .sm\:-translate-y-2px {
    --tw-translate-y: -2px;
  }

  .sm\:-translate-y-3px {
    --tw-translate-y: -3px;
  }

  .sm\:-translate-y-4px {
    --tw-translate-y: -4px;
  }

  .sm\:-translate-y-5px {
    --tw-translate-y: -5px;
  }

  .sm\:-translate-y-6px {
    --tw-translate-y: -6px;
  }

  .sm\:-translate-y-7px {
    --tw-translate-y: -7px;
  }

  .sm\:-translate-y-8px {
    --tw-translate-y: -8px;
  }

  .sm\:-translate-y-9px {
    --tw-translate-y: -9px;
  }

  .sm\:-translate-y-10px {
    --tw-translate-y: -10px;
  }

  .sm\:-translate-y-11px {
    --tw-translate-y: -11px;
  }

  .sm\:-translate-y-12px {
    --tw-translate-y: -12px;
  }

  .sm\:-translate-y-13px {
    --tw-translate-y: -13px;
  }

  .sm\:-translate-y-14px {
    --tw-translate-y: -14px;
  }

  .sm\:-translate-y-15px {
    --tw-translate-y: -15px;
  }

  .sm\:-translate-y-16px {
    --tw-translate-y: -16px;
  }

  .sm\:-translate-y-17px {
    --tw-translate-y: -17px;
  }

  .sm\:-translate-y-18px {
    --tw-translate-y: -18px;
  }

  .sm\:-translate-y-19px {
    --tw-translate-y: -19px;
  }

  .sm\:-translate-y-20px {
    --tw-translate-y: -20px;
  }

  .sm\:-translate-y-21px {
    --tw-translate-y: -21px;
  }

  .sm\:-translate-y-22px {
    --tw-translate-y: -22px;
  }

  .sm\:-translate-y-23px {
    --tw-translate-y: -23px;
  }

  .sm\:-translate-y-24px {
    --tw-translate-y: -24px;
  }

  .sm\:-translate-y-25px {
    --tw-translate-y: -25px;
  }

  .sm\:-translate-y-26px {
    --tw-translate-y: -26px;
  }

  .sm\:-translate-y-27px {
    --tw-translate-y: -27px;
  }

  .sm\:-translate-y-28px {
    --tw-translate-y: -28px;
  }

  .sm\:-translate-y-29px {
    --tw-translate-y: -29px;
  }

  .sm\:-translate-y-30px {
    --tw-translate-y: -30px;
  }

  .sm\:-translate-y-31px {
    --tw-translate-y: -31px;
  }

  .sm\:-translate-y-32px {
    --tw-translate-y: -32px;
  }

  .sm\:-translate-y-33px {
    --tw-translate-y: -33px;
  }

  .sm\:-translate-y-34px {
    --tw-translate-y: -34px;
  }

  .sm\:-translate-y-35px {
    --tw-translate-y: -35px;
  }

  .sm\:-translate-y-36px {
    --tw-translate-y: -36px;
  }

  .sm\:-translate-y-37px {
    --tw-translate-y: -37px;
  }

  .sm\:-translate-y-38px {
    --tw-translate-y: -38px;
  }

  .sm\:-translate-y-39px {
    --tw-translate-y: -39px;
  }

  .sm\:-translate-y-40px {
    --tw-translate-y: -40px;
  }

  .sm\:-translate-y-41px {
    --tw-translate-y: -41px;
  }

  .sm\:-translate-y-42px {
    --tw-translate-y: -42px;
  }

  .sm\:-translate-y-43px {
    --tw-translate-y: -43px;
  }

  .sm\:-translate-y-44px {
    --tw-translate-y: -44px;
  }

  .sm\:-translate-y-45px {
    --tw-translate-y: -45px;
  }

  .sm\:-translate-y-46px {
    --tw-translate-y: -46px;
  }

  .sm\:-translate-y-47px {
    --tw-translate-y: -47px;
  }

  .sm\:-translate-y-48px {
    --tw-translate-y: -48px;
  }

  .sm\:-translate-y-49px {
    --tw-translate-y: -49px;
  }

  .sm\:-translate-y-50px {
    --tw-translate-y: -50px;
  }

  .sm\:-translate-y-51px {
    --tw-translate-y: -51px;
  }

  .sm\:-translate-y-52px {
    --tw-translate-y: -52px;
  }

  .sm\:-translate-y-53px {
    --tw-translate-y: -53px;
  }

  .sm\:-translate-y-54px {
    --tw-translate-y: -54px;
  }

  .sm\:-translate-y-55px {
    --tw-translate-y: -55px;
  }

  .sm\:-translate-y-56px {
    --tw-translate-y: -56px;
  }

  .sm\:-translate-y-57px {
    --tw-translate-y: -57px;
  }

  .sm\:-translate-y-58px {
    --tw-translate-y: -58px;
  }

  .sm\:-translate-y-59px {
    --tw-translate-y: -59px;
  }

  .sm\:-translate-y-60px {
    --tw-translate-y: -60px;
  }

  .sm\:-translate-y-61px {
    --tw-translate-y: -61px;
  }

  .sm\:-translate-y-62px {
    --tw-translate-y: -62px;
  }

  .sm\:-translate-y-63px {
    --tw-translate-y: -63px;
  }

  .sm\:-translate-y-64px {
    --tw-translate-y: -64px;
  }

  .sm\:-translate-y-65px {
    --tw-translate-y: -65px;
  }

  .sm\:-translate-y-66px {
    --tw-translate-y: -66px;
  }

  .sm\:-translate-y-67px {
    --tw-translate-y: -67px;
  }

  .sm\:-translate-y-68px {
    --tw-translate-y: -68px;
  }

  .sm\:-translate-y-69px {
    --tw-translate-y: -69px;
  }

  .sm\:-translate-y-70px {
    --tw-translate-y: -70px;
  }

  .sm\:-translate-y-71px {
    --tw-translate-y: -71px;
  }

  .sm\:-translate-y-72px {
    --tw-translate-y: -72px;
  }

  .sm\:-translate-y-73px {
    --tw-translate-y: -73px;
  }

  .sm\:-translate-y-74px {
    --tw-translate-y: -74px;
  }

  .sm\:-translate-y-75px {
    --tw-translate-y: -75px;
  }

  .sm\:-translate-y-76px {
    --tw-translate-y: -76px;
  }

  .sm\:-translate-y-77px {
    --tw-translate-y: -77px;
  }

  .sm\:-translate-y-78px {
    --tw-translate-y: -78px;
  }

  .sm\:-translate-y-79px {
    --tw-translate-y: -79px;
  }

  .sm\:-translate-y-80px {
    --tw-translate-y: -80px;
  }

  .sm\:-translate-y-81px {
    --tw-translate-y: -81px;
  }

  .sm\:-translate-y-82px {
    --tw-translate-y: -82px;
  }

  .sm\:-translate-y-83px {
    --tw-translate-y: -83px;
  }

  .sm\:-translate-y-84px {
    --tw-translate-y: -84px;
  }

  .sm\:-translate-y-85px {
    --tw-translate-y: -85px;
  }

  .sm\:-translate-y-86px {
    --tw-translate-y: -86px;
  }

  .sm\:-translate-y-87px {
    --tw-translate-y: -87px;
  }

  .sm\:-translate-y-88px {
    --tw-translate-y: -88px;
  }

  .sm\:-translate-y-89px {
    --tw-translate-y: -89px;
  }

  .sm\:-translate-y-90px {
    --tw-translate-y: -90px;
  }

  .sm\:-translate-y-91px {
    --tw-translate-y: -91px;
  }

  .sm\:-translate-y-92px {
    --tw-translate-y: -92px;
  }

  .sm\:-translate-y-93px {
    --tw-translate-y: -93px;
  }

  .sm\:-translate-y-94px {
    --tw-translate-y: -94px;
  }

  .sm\:-translate-y-95px {
    --tw-translate-y: -95px;
  }

  .sm\:-translate-y-96px {
    --tw-translate-y: -96px;
  }

  .sm\:-translate-y-97px {
    --tw-translate-y: -97px;
  }

  .sm\:-translate-y-98px {
    --tw-translate-y: -98px;
  }

  .sm\:-translate-y-99px {
    --tw-translate-y: -99px;
  }

  .sm\:-translate-y-100px {
    --tw-translate-y: -100px;
  }

  .sm\:-translate-y-101px {
    --tw-translate-y: -101px;
  }

  .sm\:-translate-y-102px {
    --tw-translate-y: -102px;
  }

  .sm\:-translate-y-103px {
    --tw-translate-y: -103px;
  }

  .sm\:-translate-y-104px {
    --tw-translate-y: -104px;
  }

  .sm\:-translate-y-105px {
    --tw-translate-y: -105px;
  }

  .sm\:-translate-y-106px {
    --tw-translate-y: -106px;
  }

  .sm\:-translate-y-107px {
    --tw-translate-y: -107px;
  }

  .sm\:-translate-y-108px {
    --tw-translate-y: -108px;
  }

  .sm\:-translate-y-109px {
    --tw-translate-y: -109px;
  }

  .sm\:-translate-y-110px {
    --tw-translate-y: -110px;
  }

  .sm\:-translate-y-111px {
    --tw-translate-y: -111px;
  }

  .sm\:-translate-y-112px {
    --tw-translate-y: -112px;
  }

  .sm\:-translate-y-113px {
    --tw-translate-y: -113px;
  }

  .sm\:-translate-y-114px {
    --tw-translate-y: -114px;
  }

  .sm\:-translate-y-115px {
    --tw-translate-y: -115px;
  }

  .sm\:-translate-y-116px {
    --tw-translate-y: -116px;
  }

  .sm\:-translate-y-117px {
    --tw-translate-y: -117px;
  }

  .sm\:-translate-y-118px {
    --tw-translate-y: -118px;
  }

  .sm\:-translate-y-119px {
    --tw-translate-y: -119px;
  }

  .sm\:-translate-y-120px {
    --tw-translate-y: -120px;
  }

  .sm\:-translate-y-121px {
    --tw-translate-y: -121px;
  }

  .sm\:-translate-y-122px {
    --tw-translate-y: -122px;
  }

  .sm\:-translate-y-123px {
    --tw-translate-y: -123px;
  }

  .sm\:-translate-y-124px {
    --tw-translate-y: -124px;
  }

  .sm\:-translate-y-125px {
    --tw-translate-y: -125px;
  }

  .sm\:-translate-y-126px {
    --tw-translate-y: -126px;
  }

  .sm\:-translate-y-127px {
    --tw-translate-y: -127px;
  }

  .sm\:-translate-y-128px {
    --tw-translate-y: -128px;
  }

  .sm\:-translate-y-129px {
    --tw-translate-y: -129px;
  }

  .sm\:-translate-y-130px {
    --tw-translate-y: -130px;
  }

  .sm\:-translate-y-133px {
    --tw-translate-y: -133px;
  }

  .sm\:-translate-y-140px {
    --tw-translate-y: -140px;
  }

  .sm\:-translate-y-195px {
    --tw-translate-y: -195px;
  }

  .sm\:-translate-y-200px {
    --tw-translate-y: -200px;
  }

  .sm\:-translate-y-210px {
    --tw-translate-y: -210px;
  }

  .sm\:-translate-y-222px {
    --tw-translate-y: -222px;
  }

  .sm\:-translate-y-258px {
    --tw-translate-y: -258px;
  }

  .sm\:-translate-y-280px {
    --tw-translate-y: -280px;
  }

  .sm\:-translate-y-334px {
    --tw-translate-y: -334px;
  }

  .sm\:-translate-y-388px {
    --tw-translate-y: -388px;
  }

  .sm\:-translate-y-480px {
    --tw-translate-y: -480px;
  }

  .sm\:-translate-y-490px {
    --tw-translate-y: -490px;
  }

  .sm\:-translate-y-505px {
    --tw-translate-y: -505px;
  }

  .sm\:-translate-y-507px {
    --tw-translate-y: -507px;
  }

  .sm\:-translate-y-760px {
    --tw-translate-y: -760px;
  }

  .sm\:-translate-y-780px {
    --tw-translate-y: -780px;
  }

  .sm\:-translate-y-980px {
    --tw-translate-y: -980px;
  }

  .sm\:-translate-y-1366px {
    --tw-translate-y: -1366px;
  }

  .sm\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .sm\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .sm\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .sm\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .sm\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .sm\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .sm\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .sm\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .sm\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .sm\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .sm\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .sm\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .sm\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .sm\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .sm\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .sm\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .sm\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .sm\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .sm\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .sm\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .sm\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .sm\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .sm\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .sm\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .sm\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .sm\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .sm\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .sm\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .sm\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .sm\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .sm\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .sm\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .sm\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .sm\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .sm\:hover\:translate-x-1px:hover {
    --tw-translate-x: 1px;
  }

  .sm\:hover\:translate-x-2px:hover {
    --tw-translate-x: 2px;
  }

  .sm\:hover\:translate-x-3px:hover {
    --tw-translate-x: 3px;
  }

  .sm\:hover\:translate-x-4px:hover {
    --tw-translate-x: 4px;
  }

  .sm\:hover\:translate-x-5px:hover {
    --tw-translate-x: 5px;
  }

  .sm\:hover\:translate-x-6px:hover {
    --tw-translate-x: 6px;
  }

  .sm\:hover\:translate-x-7px:hover {
    --tw-translate-x: 7px;
  }

  .sm\:hover\:translate-x-8px:hover {
    --tw-translate-x: 8px;
  }

  .sm\:hover\:translate-x-9px:hover {
    --tw-translate-x: 9px;
  }

  .sm\:hover\:translate-x-10px:hover {
    --tw-translate-x: 10px;
  }

  .sm\:hover\:translate-x-11px:hover {
    --tw-translate-x: 11px;
  }

  .sm\:hover\:translate-x-12px:hover {
    --tw-translate-x: 12px;
  }

  .sm\:hover\:translate-x-13px:hover {
    --tw-translate-x: 13px;
  }

  .sm\:hover\:translate-x-14px:hover {
    --tw-translate-x: 14px;
  }

  .sm\:hover\:translate-x-15px:hover {
    --tw-translate-x: 15px;
  }

  .sm\:hover\:translate-x-16px:hover {
    --tw-translate-x: 16px;
  }

  .sm\:hover\:translate-x-17px:hover {
    --tw-translate-x: 17px;
  }

  .sm\:hover\:translate-x-18px:hover {
    --tw-translate-x: 18px;
  }

  .sm\:hover\:translate-x-19px:hover {
    --tw-translate-x: 19px;
  }

  .sm\:hover\:translate-x-20px:hover {
    --tw-translate-x: 20px;
  }

  .sm\:hover\:translate-x-21px:hover {
    --tw-translate-x: 21px;
  }

  .sm\:hover\:translate-x-22px:hover {
    --tw-translate-x: 22px;
  }

  .sm\:hover\:translate-x-23px:hover {
    --tw-translate-x: 23px;
  }

  .sm\:hover\:translate-x-24px:hover {
    --tw-translate-x: 24px;
  }

  .sm\:hover\:translate-x-25px:hover {
    --tw-translate-x: 25px;
  }

  .sm\:hover\:translate-x-26px:hover {
    --tw-translate-x: 26px;
  }

  .sm\:hover\:translate-x-27px:hover {
    --tw-translate-x: 27px;
  }

  .sm\:hover\:translate-x-28px:hover {
    --tw-translate-x: 28px;
  }

  .sm\:hover\:translate-x-29px:hover {
    --tw-translate-x: 29px;
  }

  .sm\:hover\:translate-x-30px:hover {
    --tw-translate-x: 30px;
  }

  .sm\:hover\:translate-x-31px:hover {
    --tw-translate-x: 31px;
  }

  .sm\:hover\:translate-x-32px:hover {
    --tw-translate-x: 32px;
  }

  .sm\:hover\:translate-x-33px:hover {
    --tw-translate-x: 33px;
  }

  .sm\:hover\:translate-x-34px:hover {
    --tw-translate-x: 34px;
  }

  .sm\:hover\:translate-x-35px:hover {
    --tw-translate-x: 35px;
  }

  .sm\:hover\:translate-x-36px:hover {
    --tw-translate-x: 36px;
  }

  .sm\:hover\:translate-x-37px:hover {
    --tw-translate-x: 37px;
  }

  .sm\:hover\:translate-x-38px:hover {
    --tw-translate-x: 38px;
  }

  .sm\:hover\:translate-x-39px:hover {
    --tw-translate-x: 39px;
  }

  .sm\:hover\:translate-x-40px:hover {
    --tw-translate-x: 40px;
  }

  .sm\:hover\:translate-x-41px:hover {
    --tw-translate-x: 41px;
  }

  .sm\:hover\:translate-x-42px:hover {
    --tw-translate-x: 42px;
  }

  .sm\:hover\:translate-x-43px:hover {
    --tw-translate-x: 43px;
  }

  .sm\:hover\:translate-x-44px:hover {
    --tw-translate-x: 44px;
  }

  .sm\:hover\:translate-x-45px:hover {
    --tw-translate-x: 45px;
  }

  .sm\:hover\:translate-x-46px:hover {
    --tw-translate-x: 46px;
  }

  .sm\:hover\:translate-x-47px:hover {
    --tw-translate-x: 47px;
  }

  .sm\:hover\:translate-x-48px:hover {
    --tw-translate-x: 48px;
  }

  .sm\:hover\:translate-x-49px:hover {
    --tw-translate-x: 49px;
  }

  .sm\:hover\:translate-x-50px:hover {
    --tw-translate-x: 50px;
  }

  .sm\:hover\:translate-x-51px:hover {
    --tw-translate-x: 51px;
  }

  .sm\:hover\:translate-x-52px:hover {
    --tw-translate-x: 52px;
  }

  .sm\:hover\:translate-x-53px:hover {
    --tw-translate-x: 53px;
  }

  .sm\:hover\:translate-x-54px:hover {
    --tw-translate-x: 54px;
  }

  .sm\:hover\:translate-x-55px:hover {
    --tw-translate-x: 55px;
  }

  .sm\:hover\:translate-x-56px:hover {
    --tw-translate-x: 56px;
  }

  .sm\:hover\:translate-x-57px:hover {
    --tw-translate-x: 57px;
  }

  .sm\:hover\:translate-x-58px:hover {
    --tw-translate-x: 58px;
  }

  .sm\:hover\:translate-x-59px:hover {
    --tw-translate-x: 59px;
  }

  .sm\:hover\:translate-x-60px:hover {
    --tw-translate-x: 60px;
  }

  .sm\:hover\:translate-x-61px:hover {
    --tw-translate-x: 61px;
  }

  .sm\:hover\:translate-x-62px:hover {
    --tw-translate-x: 62px;
  }

  .sm\:hover\:translate-x-63px:hover {
    --tw-translate-x: 63px;
  }

  .sm\:hover\:translate-x-64px:hover {
    --tw-translate-x: 64px;
  }

  .sm\:hover\:translate-x-65px:hover {
    --tw-translate-x: 65px;
  }

  .sm\:hover\:translate-x-66px:hover {
    --tw-translate-x: 66px;
  }

  .sm\:hover\:translate-x-67px:hover {
    --tw-translate-x: 67px;
  }

  .sm\:hover\:translate-x-68px:hover {
    --tw-translate-x: 68px;
  }

  .sm\:hover\:translate-x-69px:hover {
    --tw-translate-x: 69px;
  }

  .sm\:hover\:translate-x-70px:hover {
    --tw-translate-x: 70px;
  }

  .sm\:hover\:translate-x-71px:hover {
    --tw-translate-x: 71px;
  }

  .sm\:hover\:translate-x-72px:hover {
    --tw-translate-x: 72px;
  }

  .sm\:hover\:translate-x-73px:hover {
    --tw-translate-x: 73px;
  }

  .sm\:hover\:translate-x-74px:hover {
    --tw-translate-x: 74px;
  }

  .sm\:hover\:translate-x-75px:hover {
    --tw-translate-x: 75px;
  }

  .sm\:hover\:translate-x-76px:hover {
    --tw-translate-x: 76px;
  }

  .sm\:hover\:translate-x-77px:hover {
    --tw-translate-x: 77px;
  }

  .sm\:hover\:translate-x-78px:hover {
    --tw-translate-x: 78px;
  }

  .sm\:hover\:translate-x-79px:hover {
    --tw-translate-x: 79px;
  }

  .sm\:hover\:translate-x-80px:hover {
    --tw-translate-x: 80px;
  }

  .sm\:hover\:translate-x-81px:hover {
    --tw-translate-x: 81px;
  }

  .sm\:hover\:translate-x-82px:hover {
    --tw-translate-x: 82px;
  }

  .sm\:hover\:translate-x-83px:hover {
    --tw-translate-x: 83px;
  }

  .sm\:hover\:translate-x-84px:hover {
    --tw-translate-x: 84px;
  }

  .sm\:hover\:translate-x-85px:hover {
    --tw-translate-x: 85px;
  }

  .sm\:hover\:translate-x-86px:hover {
    --tw-translate-x: 86px;
  }

  .sm\:hover\:translate-x-87px:hover {
    --tw-translate-x: 87px;
  }

  .sm\:hover\:translate-x-88px:hover {
    --tw-translate-x: 88px;
  }

  .sm\:hover\:translate-x-89px:hover {
    --tw-translate-x: 89px;
  }

  .sm\:hover\:translate-x-90px:hover {
    --tw-translate-x: 90px;
  }

  .sm\:hover\:translate-x-91px:hover {
    --tw-translate-x: 91px;
  }

  .sm\:hover\:translate-x-92px:hover {
    --tw-translate-x: 92px;
  }

  .sm\:hover\:translate-x-93px:hover {
    --tw-translate-x: 93px;
  }

  .sm\:hover\:translate-x-94px:hover {
    --tw-translate-x: 94px;
  }

  .sm\:hover\:translate-x-95px:hover {
    --tw-translate-x: 95px;
  }

  .sm\:hover\:translate-x-96px:hover {
    --tw-translate-x: 96px;
  }

  .sm\:hover\:translate-x-97px:hover {
    --tw-translate-x: 97px;
  }

  .sm\:hover\:translate-x-98px:hover {
    --tw-translate-x: 98px;
  }

  .sm\:hover\:translate-x-99px:hover {
    --tw-translate-x: 99px;
  }

  .sm\:hover\:translate-x-100px:hover {
    --tw-translate-x: 100px;
  }

  .sm\:hover\:translate-x-101px:hover {
    --tw-translate-x: 101px;
  }

  .sm\:hover\:translate-x-102px:hover {
    --tw-translate-x: 102px;
  }

  .sm\:hover\:translate-x-103px:hover {
    --tw-translate-x: 103px;
  }

  .sm\:hover\:translate-x-104px:hover {
    --tw-translate-x: 104px;
  }

  .sm\:hover\:translate-x-105px:hover {
    --tw-translate-x: 105px;
  }

  .sm\:hover\:translate-x-106px:hover {
    --tw-translate-x: 106px;
  }

  .sm\:hover\:translate-x-107px:hover {
    --tw-translate-x: 107px;
  }

  .sm\:hover\:translate-x-108px:hover {
    --tw-translate-x: 108px;
  }

  .sm\:hover\:translate-x-109px:hover {
    --tw-translate-x: 109px;
  }

  .sm\:hover\:translate-x-110px:hover {
    --tw-translate-x: 110px;
  }

  .sm\:hover\:translate-x-111px:hover {
    --tw-translate-x: 111px;
  }

  .sm\:hover\:translate-x-112px:hover {
    --tw-translate-x: 112px;
  }

  .sm\:hover\:translate-x-113px:hover {
    --tw-translate-x: 113px;
  }

  .sm\:hover\:translate-x-114px:hover {
    --tw-translate-x: 114px;
  }

  .sm\:hover\:translate-x-115px:hover {
    --tw-translate-x: 115px;
  }

  .sm\:hover\:translate-x-116px:hover {
    --tw-translate-x: 116px;
  }

  .sm\:hover\:translate-x-117px:hover {
    --tw-translate-x: 117px;
  }

  .sm\:hover\:translate-x-118px:hover {
    --tw-translate-x: 118px;
  }

  .sm\:hover\:translate-x-119px:hover {
    --tw-translate-x: 119px;
  }

  .sm\:hover\:translate-x-120px:hover {
    --tw-translate-x: 120px;
  }

  .sm\:hover\:translate-x-121px:hover {
    --tw-translate-x: 121px;
  }

  .sm\:hover\:translate-x-122px:hover {
    --tw-translate-x: 122px;
  }

  .sm\:hover\:translate-x-123px:hover {
    --tw-translate-x: 123px;
  }

  .sm\:hover\:translate-x-124px:hover {
    --tw-translate-x: 124px;
  }

  .sm\:hover\:translate-x-125px:hover {
    --tw-translate-x: 125px;
  }

  .sm\:hover\:translate-x-126px:hover {
    --tw-translate-x: 126px;
  }

  .sm\:hover\:translate-x-127px:hover {
    --tw-translate-x: 127px;
  }

  .sm\:hover\:translate-x-128px:hover {
    --tw-translate-x: 128px;
  }

  .sm\:hover\:translate-x-129px:hover {
    --tw-translate-x: 129px;
  }

  .sm\:hover\:translate-x-130px:hover {
    --tw-translate-x: 130px;
  }

  .sm\:hover\:translate-x-133px:hover {
    --tw-translate-x: 133px;
  }

  .sm\:hover\:translate-x-140px:hover {
    --tw-translate-x: 140px;
  }

  .sm\:hover\:translate-x-195px:hover {
    --tw-translate-x: 195px;
  }

  .sm\:hover\:translate-x-200px:hover {
    --tw-translate-x: 200px;
  }

  .sm\:hover\:translate-x-210px:hover {
    --tw-translate-x: 210px;
  }

  .sm\:hover\:translate-x-222px:hover {
    --tw-translate-x: 222px;
  }

  .sm\:hover\:translate-x-258px:hover {
    --tw-translate-x: 258px;
  }

  .sm\:hover\:translate-x-280px:hover {
    --tw-translate-x: 280px;
  }

  .sm\:hover\:translate-x-334px:hover {
    --tw-translate-x: 334px;
  }

  .sm\:hover\:translate-x-388px:hover {
    --tw-translate-x: 388px;
  }

  .sm\:hover\:translate-x-480px:hover {
    --tw-translate-x: 480px;
  }

  .sm\:hover\:translate-x-490px:hover {
    --tw-translate-x: 490px;
  }

  .sm\:hover\:translate-x-505px:hover {
    --tw-translate-x: 505px;
  }

  .sm\:hover\:translate-x-507px:hover {
    --tw-translate-x: 507px;
  }

  .sm\:hover\:translate-x-760px:hover {
    --tw-translate-x: 760px;
  }

  .sm\:hover\:translate-x-780px:hover {
    --tw-translate-x: 780px;
  }

  .sm\:hover\:translate-x-980px:hover {
    --tw-translate-x: 980px;
  }

  .sm\:hover\:translate-x-1366px:hover {
    --tw-translate-x: 1366px;
  }

  .sm\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .sm\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .sm\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .sm\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .sm\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .sm\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .sm\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .sm\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .sm\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .sm\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .sm\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .sm\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .sm\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .sm\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .sm\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .sm\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .sm\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .sm\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .sm\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .sm\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .sm\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .sm\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .sm\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .sm\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .sm\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .sm\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .sm\:hover\:-translate-x-1px:hover {
    --tw-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-2px:hover {
    --tw-translate-x: -2px;
  }

  .sm\:hover\:-translate-x-3px:hover {
    --tw-translate-x: -3px;
  }

  .sm\:hover\:-translate-x-4px:hover {
    --tw-translate-x: -4px;
  }

  .sm\:hover\:-translate-x-5px:hover {
    --tw-translate-x: -5px;
  }

  .sm\:hover\:-translate-x-6px:hover {
    --tw-translate-x: -6px;
  }

  .sm\:hover\:-translate-x-7px:hover {
    --tw-translate-x: -7px;
  }

  .sm\:hover\:-translate-x-8px:hover {
    --tw-translate-x: -8px;
  }

  .sm\:hover\:-translate-x-9px:hover {
    --tw-translate-x: -9px;
  }

  .sm\:hover\:-translate-x-10px:hover {
    --tw-translate-x: -10px;
  }

  .sm\:hover\:-translate-x-11px:hover {
    --tw-translate-x: -11px;
  }

  .sm\:hover\:-translate-x-12px:hover {
    --tw-translate-x: -12px;
  }

  .sm\:hover\:-translate-x-13px:hover {
    --tw-translate-x: -13px;
  }

  .sm\:hover\:-translate-x-14px:hover {
    --tw-translate-x: -14px;
  }

  .sm\:hover\:-translate-x-15px:hover {
    --tw-translate-x: -15px;
  }

  .sm\:hover\:-translate-x-16px:hover {
    --tw-translate-x: -16px;
  }

  .sm\:hover\:-translate-x-17px:hover {
    --tw-translate-x: -17px;
  }

  .sm\:hover\:-translate-x-18px:hover {
    --tw-translate-x: -18px;
  }

  .sm\:hover\:-translate-x-19px:hover {
    --tw-translate-x: -19px;
  }

  .sm\:hover\:-translate-x-20px:hover {
    --tw-translate-x: -20px;
  }

  .sm\:hover\:-translate-x-21px:hover {
    --tw-translate-x: -21px;
  }

  .sm\:hover\:-translate-x-22px:hover {
    --tw-translate-x: -22px;
  }

  .sm\:hover\:-translate-x-23px:hover {
    --tw-translate-x: -23px;
  }

  .sm\:hover\:-translate-x-24px:hover {
    --tw-translate-x: -24px;
  }

  .sm\:hover\:-translate-x-25px:hover {
    --tw-translate-x: -25px;
  }

  .sm\:hover\:-translate-x-26px:hover {
    --tw-translate-x: -26px;
  }

  .sm\:hover\:-translate-x-27px:hover {
    --tw-translate-x: -27px;
  }

  .sm\:hover\:-translate-x-28px:hover {
    --tw-translate-x: -28px;
  }

  .sm\:hover\:-translate-x-29px:hover {
    --tw-translate-x: -29px;
  }

  .sm\:hover\:-translate-x-30px:hover {
    --tw-translate-x: -30px;
  }

  .sm\:hover\:-translate-x-31px:hover {
    --tw-translate-x: -31px;
  }

  .sm\:hover\:-translate-x-32px:hover {
    --tw-translate-x: -32px;
  }

  .sm\:hover\:-translate-x-33px:hover {
    --tw-translate-x: -33px;
  }

  .sm\:hover\:-translate-x-34px:hover {
    --tw-translate-x: -34px;
  }

  .sm\:hover\:-translate-x-35px:hover {
    --tw-translate-x: -35px;
  }

  .sm\:hover\:-translate-x-36px:hover {
    --tw-translate-x: -36px;
  }

  .sm\:hover\:-translate-x-37px:hover {
    --tw-translate-x: -37px;
  }

  .sm\:hover\:-translate-x-38px:hover {
    --tw-translate-x: -38px;
  }

  .sm\:hover\:-translate-x-39px:hover {
    --tw-translate-x: -39px;
  }

  .sm\:hover\:-translate-x-40px:hover {
    --tw-translate-x: -40px;
  }

  .sm\:hover\:-translate-x-41px:hover {
    --tw-translate-x: -41px;
  }

  .sm\:hover\:-translate-x-42px:hover {
    --tw-translate-x: -42px;
  }

  .sm\:hover\:-translate-x-43px:hover {
    --tw-translate-x: -43px;
  }

  .sm\:hover\:-translate-x-44px:hover {
    --tw-translate-x: -44px;
  }

  .sm\:hover\:-translate-x-45px:hover {
    --tw-translate-x: -45px;
  }

  .sm\:hover\:-translate-x-46px:hover {
    --tw-translate-x: -46px;
  }

  .sm\:hover\:-translate-x-47px:hover {
    --tw-translate-x: -47px;
  }

  .sm\:hover\:-translate-x-48px:hover {
    --tw-translate-x: -48px;
  }

  .sm\:hover\:-translate-x-49px:hover {
    --tw-translate-x: -49px;
  }

  .sm\:hover\:-translate-x-50px:hover {
    --tw-translate-x: -50px;
  }

  .sm\:hover\:-translate-x-51px:hover {
    --tw-translate-x: -51px;
  }

  .sm\:hover\:-translate-x-52px:hover {
    --tw-translate-x: -52px;
  }

  .sm\:hover\:-translate-x-53px:hover {
    --tw-translate-x: -53px;
  }

  .sm\:hover\:-translate-x-54px:hover {
    --tw-translate-x: -54px;
  }

  .sm\:hover\:-translate-x-55px:hover {
    --tw-translate-x: -55px;
  }

  .sm\:hover\:-translate-x-56px:hover {
    --tw-translate-x: -56px;
  }

  .sm\:hover\:-translate-x-57px:hover {
    --tw-translate-x: -57px;
  }

  .sm\:hover\:-translate-x-58px:hover {
    --tw-translate-x: -58px;
  }

  .sm\:hover\:-translate-x-59px:hover {
    --tw-translate-x: -59px;
  }

  .sm\:hover\:-translate-x-60px:hover {
    --tw-translate-x: -60px;
  }

  .sm\:hover\:-translate-x-61px:hover {
    --tw-translate-x: -61px;
  }

  .sm\:hover\:-translate-x-62px:hover {
    --tw-translate-x: -62px;
  }

  .sm\:hover\:-translate-x-63px:hover {
    --tw-translate-x: -63px;
  }

  .sm\:hover\:-translate-x-64px:hover {
    --tw-translate-x: -64px;
  }

  .sm\:hover\:-translate-x-65px:hover {
    --tw-translate-x: -65px;
  }

  .sm\:hover\:-translate-x-66px:hover {
    --tw-translate-x: -66px;
  }

  .sm\:hover\:-translate-x-67px:hover {
    --tw-translate-x: -67px;
  }

  .sm\:hover\:-translate-x-68px:hover {
    --tw-translate-x: -68px;
  }

  .sm\:hover\:-translate-x-69px:hover {
    --tw-translate-x: -69px;
  }

  .sm\:hover\:-translate-x-70px:hover {
    --tw-translate-x: -70px;
  }

  .sm\:hover\:-translate-x-71px:hover {
    --tw-translate-x: -71px;
  }

  .sm\:hover\:-translate-x-72px:hover {
    --tw-translate-x: -72px;
  }

  .sm\:hover\:-translate-x-73px:hover {
    --tw-translate-x: -73px;
  }

  .sm\:hover\:-translate-x-74px:hover {
    --tw-translate-x: -74px;
  }

  .sm\:hover\:-translate-x-75px:hover {
    --tw-translate-x: -75px;
  }

  .sm\:hover\:-translate-x-76px:hover {
    --tw-translate-x: -76px;
  }

  .sm\:hover\:-translate-x-77px:hover {
    --tw-translate-x: -77px;
  }

  .sm\:hover\:-translate-x-78px:hover {
    --tw-translate-x: -78px;
  }

  .sm\:hover\:-translate-x-79px:hover {
    --tw-translate-x: -79px;
  }

  .sm\:hover\:-translate-x-80px:hover {
    --tw-translate-x: -80px;
  }

  .sm\:hover\:-translate-x-81px:hover {
    --tw-translate-x: -81px;
  }

  .sm\:hover\:-translate-x-82px:hover {
    --tw-translate-x: -82px;
  }

  .sm\:hover\:-translate-x-83px:hover {
    --tw-translate-x: -83px;
  }

  .sm\:hover\:-translate-x-84px:hover {
    --tw-translate-x: -84px;
  }

  .sm\:hover\:-translate-x-85px:hover {
    --tw-translate-x: -85px;
  }

  .sm\:hover\:-translate-x-86px:hover {
    --tw-translate-x: -86px;
  }

  .sm\:hover\:-translate-x-87px:hover {
    --tw-translate-x: -87px;
  }

  .sm\:hover\:-translate-x-88px:hover {
    --tw-translate-x: -88px;
  }

  .sm\:hover\:-translate-x-89px:hover {
    --tw-translate-x: -89px;
  }

  .sm\:hover\:-translate-x-90px:hover {
    --tw-translate-x: -90px;
  }

  .sm\:hover\:-translate-x-91px:hover {
    --tw-translate-x: -91px;
  }

  .sm\:hover\:-translate-x-92px:hover {
    --tw-translate-x: -92px;
  }

  .sm\:hover\:-translate-x-93px:hover {
    --tw-translate-x: -93px;
  }

  .sm\:hover\:-translate-x-94px:hover {
    --tw-translate-x: -94px;
  }

  .sm\:hover\:-translate-x-95px:hover {
    --tw-translate-x: -95px;
  }

  .sm\:hover\:-translate-x-96px:hover {
    --tw-translate-x: -96px;
  }

  .sm\:hover\:-translate-x-97px:hover {
    --tw-translate-x: -97px;
  }

  .sm\:hover\:-translate-x-98px:hover {
    --tw-translate-x: -98px;
  }

  .sm\:hover\:-translate-x-99px:hover {
    --tw-translate-x: -99px;
  }

  .sm\:hover\:-translate-x-100px:hover {
    --tw-translate-x: -100px;
  }

  .sm\:hover\:-translate-x-101px:hover {
    --tw-translate-x: -101px;
  }

  .sm\:hover\:-translate-x-102px:hover {
    --tw-translate-x: -102px;
  }

  .sm\:hover\:-translate-x-103px:hover {
    --tw-translate-x: -103px;
  }

  .sm\:hover\:-translate-x-104px:hover {
    --tw-translate-x: -104px;
  }

  .sm\:hover\:-translate-x-105px:hover {
    --tw-translate-x: -105px;
  }

  .sm\:hover\:-translate-x-106px:hover {
    --tw-translate-x: -106px;
  }

  .sm\:hover\:-translate-x-107px:hover {
    --tw-translate-x: -107px;
  }

  .sm\:hover\:-translate-x-108px:hover {
    --tw-translate-x: -108px;
  }

  .sm\:hover\:-translate-x-109px:hover {
    --tw-translate-x: -109px;
  }

  .sm\:hover\:-translate-x-110px:hover {
    --tw-translate-x: -110px;
  }

  .sm\:hover\:-translate-x-111px:hover {
    --tw-translate-x: -111px;
  }

  .sm\:hover\:-translate-x-112px:hover {
    --tw-translate-x: -112px;
  }

  .sm\:hover\:-translate-x-113px:hover {
    --tw-translate-x: -113px;
  }

  .sm\:hover\:-translate-x-114px:hover {
    --tw-translate-x: -114px;
  }

  .sm\:hover\:-translate-x-115px:hover {
    --tw-translate-x: -115px;
  }

  .sm\:hover\:-translate-x-116px:hover {
    --tw-translate-x: -116px;
  }

  .sm\:hover\:-translate-x-117px:hover {
    --tw-translate-x: -117px;
  }

  .sm\:hover\:-translate-x-118px:hover {
    --tw-translate-x: -118px;
  }

  .sm\:hover\:-translate-x-119px:hover {
    --tw-translate-x: -119px;
  }

  .sm\:hover\:-translate-x-120px:hover {
    --tw-translate-x: -120px;
  }

  .sm\:hover\:-translate-x-121px:hover {
    --tw-translate-x: -121px;
  }

  .sm\:hover\:-translate-x-122px:hover {
    --tw-translate-x: -122px;
  }

  .sm\:hover\:-translate-x-123px:hover {
    --tw-translate-x: -123px;
  }

  .sm\:hover\:-translate-x-124px:hover {
    --tw-translate-x: -124px;
  }

  .sm\:hover\:-translate-x-125px:hover {
    --tw-translate-x: -125px;
  }

  .sm\:hover\:-translate-x-126px:hover {
    --tw-translate-x: -126px;
  }

  .sm\:hover\:-translate-x-127px:hover {
    --tw-translate-x: -127px;
  }

  .sm\:hover\:-translate-x-128px:hover {
    --tw-translate-x: -128px;
  }

  .sm\:hover\:-translate-x-129px:hover {
    --tw-translate-x: -129px;
  }

  .sm\:hover\:-translate-x-130px:hover {
    --tw-translate-x: -130px;
  }

  .sm\:hover\:-translate-x-133px:hover {
    --tw-translate-x: -133px;
  }

  .sm\:hover\:-translate-x-140px:hover {
    --tw-translate-x: -140px;
  }

  .sm\:hover\:-translate-x-195px:hover {
    --tw-translate-x: -195px;
  }

  .sm\:hover\:-translate-x-200px:hover {
    --tw-translate-x: -200px;
  }

  .sm\:hover\:-translate-x-210px:hover {
    --tw-translate-x: -210px;
  }

  .sm\:hover\:-translate-x-222px:hover {
    --tw-translate-x: -222px;
  }

  .sm\:hover\:-translate-x-258px:hover {
    --tw-translate-x: -258px;
  }

  .sm\:hover\:-translate-x-280px:hover {
    --tw-translate-x: -280px;
  }

  .sm\:hover\:-translate-x-334px:hover {
    --tw-translate-x: -334px;
  }

  .sm\:hover\:-translate-x-388px:hover {
    --tw-translate-x: -388px;
  }

  .sm\:hover\:-translate-x-480px:hover {
    --tw-translate-x: -480px;
  }

  .sm\:hover\:-translate-x-490px:hover {
    --tw-translate-x: -490px;
  }

  .sm\:hover\:-translate-x-505px:hover {
    --tw-translate-x: -505px;
  }

  .sm\:hover\:-translate-x-507px:hover {
    --tw-translate-x: -507px;
  }

  .sm\:hover\:-translate-x-760px:hover {
    --tw-translate-x: -760px;
  }

  .sm\:hover\:-translate-x-780px:hover {
    --tw-translate-x: -780px;
  }

  .sm\:hover\:-translate-x-980px:hover {
    --tw-translate-x: -980px;
  }

  .sm\:hover\:-translate-x-1366px:hover {
    --tw-translate-x: -1366px;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .sm\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .sm\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .sm\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .sm\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .sm\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .sm\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .sm\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .sm\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .sm\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .sm\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .sm\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .sm\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .sm\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .sm\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .sm\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .sm\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .sm\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .sm\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .sm\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .sm\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .sm\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .sm\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .sm\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .sm\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .sm\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .sm\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .sm\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .sm\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .sm\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .sm\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .sm\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .sm\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .sm\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .sm\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .sm\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .sm\:hover\:translate-y-1px:hover {
    --tw-translate-y: 1px;
  }

  .sm\:hover\:translate-y-2px:hover {
    --tw-translate-y: 2px;
  }

  .sm\:hover\:translate-y-3px:hover {
    --tw-translate-y: 3px;
  }

  .sm\:hover\:translate-y-4px:hover {
    --tw-translate-y: 4px;
  }

  .sm\:hover\:translate-y-5px:hover {
    --tw-translate-y: 5px;
  }

  .sm\:hover\:translate-y-6px:hover {
    --tw-translate-y: 6px;
  }

  .sm\:hover\:translate-y-7px:hover {
    --tw-translate-y: 7px;
  }

  .sm\:hover\:translate-y-8px:hover {
    --tw-translate-y: 8px;
  }

  .sm\:hover\:translate-y-9px:hover {
    --tw-translate-y: 9px;
  }

  .sm\:hover\:translate-y-10px:hover {
    --tw-translate-y: 10px;
  }

  .sm\:hover\:translate-y-11px:hover {
    --tw-translate-y: 11px;
  }

  .sm\:hover\:translate-y-12px:hover {
    --tw-translate-y: 12px;
  }

  .sm\:hover\:translate-y-13px:hover {
    --tw-translate-y: 13px;
  }

  .sm\:hover\:translate-y-14px:hover {
    --tw-translate-y: 14px;
  }

  .sm\:hover\:translate-y-15px:hover {
    --tw-translate-y: 15px;
  }

  .sm\:hover\:translate-y-16px:hover {
    --tw-translate-y: 16px;
  }

  .sm\:hover\:translate-y-17px:hover {
    --tw-translate-y: 17px;
  }

  .sm\:hover\:translate-y-18px:hover {
    --tw-translate-y: 18px;
  }

  .sm\:hover\:translate-y-19px:hover {
    --tw-translate-y: 19px;
  }

  .sm\:hover\:translate-y-20px:hover {
    --tw-translate-y: 20px;
  }

  .sm\:hover\:translate-y-21px:hover {
    --tw-translate-y: 21px;
  }

  .sm\:hover\:translate-y-22px:hover {
    --tw-translate-y: 22px;
  }

  .sm\:hover\:translate-y-23px:hover {
    --tw-translate-y: 23px;
  }

  .sm\:hover\:translate-y-24px:hover {
    --tw-translate-y: 24px;
  }

  .sm\:hover\:translate-y-25px:hover {
    --tw-translate-y: 25px;
  }

  .sm\:hover\:translate-y-26px:hover {
    --tw-translate-y: 26px;
  }

  .sm\:hover\:translate-y-27px:hover {
    --tw-translate-y: 27px;
  }

  .sm\:hover\:translate-y-28px:hover {
    --tw-translate-y: 28px;
  }

  .sm\:hover\:translate-y-29px:hover {
    --tw-translate-y: 29px;
  }

  .sm\:hover\:translate-y-30px:hover {
    --tw-translate-y: 30px;
  }

  .sm\:hover\:translate-y-31px:hover {
    --tw-translate-y: 31px;
  }

  .sm\:hover\:translate-y-32px:hover {
    --tw-translate-y: 32px;
  }

  .sm\:hover\:translate-y-33px:hover {
    --tw-translate-y: 33px;
  }

  .sm\:hover\:translate-y-34px:hover {
    --tw-translate-y: 34px;
  }

  .sm\:hover\:translate-y-35px:hover {
    --tw-translate-y: 35px;
  }

  .sm\:hover\:translate-y-36px:hover {
    --tw-translate-y: 36px;
  }

  .sm\:hover\:translate-y-37px:hover {
    --tw-translate-y: 37px;
  }

  .sm\:hover\:translate-y-38px:hover {
    --tw-translate-y: 38px;
  }

  .sm\:hover\:translate-y-39px:hover {
    --tw-translate-y: 39px;
  }

  .sm\:hover\:translate-y-40px:hover {
    --tw-translate-y: 40px;
  }

  .sm\:hover\:translate-y-41px:hover {
    --tw-translate-y: 41px;
  }

  .sm\:hover\:translate-y-42px:hover {
    --tw-translate-y: 42px;
  }

  .sm\:hover\:translate-y-43px:hover {
    --tw-translate-y: 43px;
  }

  .sm\:hover\:translate-y-44px:hover {
    --tw-translate-y: 44px;
  }

  .sm\:hover\:translate-y-45px:hover {
    --tw-translate-y: 45px;
  }

  .sm\:hover\:translate-y-46px:hover {
    --tw-translate-y: 46px;
  }

  .sm\:hover\:translate-y-47px:hover {
    --tw-translate-y: 47px;
  }

  .sm\:hover\:translate-y-48px:hover {
    --tw-translate-y: 48px;
  }

  .sm\:hover\:translate-y-49px:hover {
    --tw-translate-y: 49px;
  }

  .sm\:hover\:translate-y-50px:hover {
    --tw-translate-y: 50px;
  }

  .sm\:hover\:translate-y-51px:hover {
    --tw-translate-y: 51px;
  }

  .sm\:hover\:translate-y-52px:hover {
    --tw-translate-y: 52px;
  }

  .sm\:hover\:translate-y-53px:hover {
    --tw-translate-y: 53px;
  }

  .sm\:hover\:translate-y-54px:hover {
    --tw-translate-y: 54px;
  }

  .sm\:hover\:translate-y-55px:hover {
    --tw-translate-y: 55px;
  }

  .sm\:hover\:translate-y-56px:hover {
    --tw-translate-y: 56px;
  }

  .sm\:hover\:translate-y-57px:hover {
    --tw-translate-y: 57px;
  }

  .sm\:hover\:translate-y-58px:hover {
    --tw-translate-y: 58px;
  }

  .sm\:hover\:translate-y-59px:hover {
    --tw-translate-y: 59px;
  }

  .sm\:hover\:translate-y-60px:hover {
    --tw-translate-y: 60px;
  }

  .sm\:hover\:translate-y-61px:hover {
    --tw-translate-y: 61px;
  }

  .sm\:hover\:translate-y-62px:hover {
    --tw-translate-y: 62px;
  }

  .sm\:hover\:translate-y-63px:hover {
    --tw-translate-y: 63px;
  }

  .sm\:hover\:translate-y-64px:hover {
    --tw-translate-y: 64px;
  }

  .sm\:hover\:translate-y-65px:hover {
    --tw-translate-y: 65px;
  }

  .sm\:hover\:translate-y-66px:hover {
    --tw-translate-y: 66px;
  }

  .sm\:hover\:translate-y-67px:hover {
    --tw-translate-y: 67px;
  }

  .sm\:hover\:translate-y-68px:hover {
    --tw-translate-y: 68px;
  }

  .sm\:hover\:translate-y-69px:hover {
    --tw-translate-y: 69px;
  }

  .sm\:hover\:translate-y-70px:hover {
    --tw-translate-y: 70px;
  }

  .sm\:hover\:translate-y-71px:hover {
    --tw-translate-y: 71px;
  }

  .sm\:hover\:translate-y-72px:hover {
    --tw-translate-y: 72px;
  }

  .sm\:hover\:translate-y-73px:hover {
    --tw-translate-y: 73px;
  }

  .sm\:hover\:translate-y-74px:hover {
    --tw-translate-y: 74px;
  }

  .sm\:hover\:translate-y-75px:hover {
    --tw-translate-y: 75px;
  }

  .sm\:hover\:translate-y-76px:hover {
    --tw-translate-y: 76px;
  }

  .sm\:hover\:translate-y-77px:hover {
    --tw-translate-y: 77px;
  }

  .sm\:hover\:translate-y-78px:hover {
    --tw-translate-y: 78px;
  }

  .sm\:hover\:translate-y-79px:hover {
    --tw-translate-y: 79px;
  }

  .sm\:hover\:translate-y-80px:hover {
    --tw-translate-y: 80px;
  }

  .sm\:hover\:translate-y-81px:hover {
    --tw-translate-y: 81px;
  }

  .sm\:hover\:translate-y-82px:hover {
    --tw-translate-y: 82px;
  }

  .sm\:hover\:translate-y-83px:hover {
    --tw-translate-y: 83px;
  }

  .sm\:hover\:translate-y-84px:hover {
    --tw-translate-y: 84px;
  }

  .sm\:hover\:translate-y-85px:hover {
    --tw-translate-y: 85px;
  }

  .sm\:hover\:translate-y-86px:hover {
    --tw-translate-y: 86px;
  }

  .sm\:hover\:translate-y-87px:hover {
    --tw-translate-y: 87px;
  }

  .sm\:hover\:translate-y-88px:hover {
    --tw-translate-y: 88px;
  }

  .sm\:hover\:translate-y-89px:hover {
    --tw-translate-y: 89px;
  }

  .sm\:hover\:translate-y-90px:hover {
    --tw-translate-y: 90px;
  }

  .sm\:hover\:translate-y-91px:hover {
    --tw-translate-y: 91px;
  }

  .sm\:hover\:translate-y-92px:hover {
    --tw-translate-y: 92px;
  }

  .sm\:hover\:translate-y-93px:hover {
    --tw-translate-y: 93px;
  }

  .sm\:hover\:translate-y-94px:hover {
    --tw-translate-y: 94px;
  }

  .sm\:hover\:translate-y-95px:hover {
    --tw-translate-y: 95px;
  }

  .sm\:hover\:translate-y-96px:hover {
    --tw-translate-y: 96px;
  }

  .sm\:hover\:translate-y-97px:hover {
    --tw-translate-y: 97px;
  }

  .sm\:hover\:translate-y-98px:hover {
    --tw-translate-y: 98px;
  }

  .sm\:hover\:translate-y-99px:hover {
    --tw-translate-y: 99px;
  }

  .sm\:hover\:translate-y-100px:hover {
    --tw-translate-y: 100px;
  }

  .sm\:hover\:translate-y-101px:hover {
    --tw-translate-y: 101px;
  }

  .sm\:hover\:translate-y-102px:hover {
    --tw-translate-y: 102px;
  }

  .sm\:hover\:translate-y-103px:hover {
    --tw-translate-y: 103px;
  }

  .sm\:hover\:translate-y-104px:hover {
    --tw-translate-y: 104px;
  }

  .sm\:hover\:translate-y-105px:hover {
    --tw-translate-y: 105px;
  }

  .sm\:hover\:translate-y-106px:hover {
    --tw-translate-y: 106px;
  }

  .sm\:hover\:translate-y-107px:hover {
    --tw-translate-y: 107px;
  }

  .sm\:hover\:translate-y-108px:hover {
    --tw-translate-y: 108px;
  }

  .sm\:hover\:translate-y-109px:hover {
    --tw-translate-y: 109px;
  }

  .sm\:hover\:translate-y-110px:hover {
    --tw-translate-y: 110px;
  }

  .sm\:hover\:translate-y-111px:hover {
    --tw-translate-y: 111px;
  }

  .sm\:hover\:translate-y-112px:hover {
    --tw-translate-y: 112px;
  }

  .sm\:hover\:translate-y-113px:hover {
    --tw-translate-y: 113px;
  }

  .sm\:hover\:translate-y-114px:hover {
    --tw-translate-y: 114px;
  }

  .sm\:hover\:translate-y-115px:hover {
    --tw-translate-y: 115px;
  }

  .sm\:hover\:translate-y-116px:hover {
    --tw-translate-y: 116px;
  }

  .sm\:hover\:translate-y-117px:hover {
    --tw-translate-y: 117px;
  }

  .sm\:hover\:translate-y-118px:hover {
    --tw-translate-y: 118px;
  }

  .sm\:hover\:translate-y-119px:hover {
    --tw-translate-y: 119px;
  }

  .sm\:hover\:translate-y-120px:hover {
    --tw-translate-y: 120px;
  }

  .sm\:hover\:translate-y-121px:hover {
    --tw-translate-y: 121px;
  }

  .sm\:hover\:translate-y-122px:hover {
    --tw-translate-y: 122px;
  }

  .sm\:hover\:translate-y-123px:hover {
    --tw-translate-y: 123px;
  }

  .sm\:hover\:translate-y-124px:hover {
    --tw-translate-y: 124px;
  }

  .sm\:hover\:translate-y-125px:hover {
    --tw-translate-y: 125px;
  }

  .sm\:hover\:translate-y-126px:hover {
    --tw-translate-y: 126px;
  }

  .sm\:hover\:translate-y-127px:hover {
    --tw-translate-y: 127px;
  }

  .sm\:hover\:translate-y-128px:hover {
    --tw-translate-y: 128px;
  }

  .sm\:hover\:translate-y-129px:hover {
    --tw-translate-y: 129px;
  }

  .sm\:hover\:translate-y-130px:hover {
    --tw-translate-y: 130px;
  }

  .sm\:hover\:translate-y-133px:hover {
    --tw-translate-y: 133px;
  }

  .sm\:hover\:translate-y-140px:hover {
    --tw-translate-y: 140px;
  }

  .sm\:hover\:translate-y-195px:hover {
    --tw-translate-y: 195px;
  }

  .sm\:hover\:translate-y-200px:hover {
    --tw-translate-y: 200px;
  }

  .sm\:hover\:translate-y-210px:hover {
    --tw-translate-y: 210px;
  }

  .sm\:hover\:translate-y-222px:hover {
    --tw-translate-y: 222px;
  }

  .sm\:hover\:translate-y-258px:hover {
    --tw-translate-y: 258px;
  }

  .sm\:hover\:translate-y-280px:hover {
    --tw-translate-y: 280px;
  }

  .sm\:hover\:translate-y-334px:hover {
    --tw-translate-y: 334px;
  }

  .sm\:hover\:translate-y-388px:hover {
    --tw-translate-y: 388px;
  }

  .sm\:hover\:translate-y-480px:hover {
    --tw-translate-y: 480px;
  }

  .sm\:hover\:translate-y-490px:hover {
    --tw-translate-y: 490px;
  }

  .sm\:hover\:translate-y-505px:hover {
    --tw-translate-y: 505px;
  }

  .sm\:hover\:translate-y-507px:hover {
    --tw-translate-y: 507px;
  }

  .sm\:hover\:translate-y-760px:hover {
    --tw-translate-y: 760px;
  }

  .sm\:hover\:translate-y-780px:hover {
    --tw-translate-y: 780px;
  }

  .sm\:hover\:translate-y-980px:hover {
    --tw-translate-y: 980px;
  }

  .sm\:hover\:translate-y-1366px:hover {
    --tw-translate-y: 1366px;
  }

  .sm\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .sm\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .sm\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .sm\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .sm\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .sm\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .sm\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .sm\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .sm\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .sm\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .sm\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .sm\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .sm\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .sm\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .sm\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .sm\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .sm\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .sm\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .sm\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .sm\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .sm\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .sm\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .sm\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .sm\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .sm\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .sm\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .sm\:hover\:-translate-y-1px:hover {
    --tw-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-2px:hover {
    --tw-translate-y: -2px;
  }

  .sm\:hover\:-translate-y-3px:hover {
    --tw-translate-y: -3px;
  }

  .sm\:hover\:-translate-y-4px:hover {
    --tw-translate-y: -4px;
  }

  .sm\:hover\:-translate-y-5px:hover {
    --tw-translate-y: -5px;
  }

  .sm\:hover\:-translate-y-6px:hover {
    --tw-translate-y: -6px;
  }

  .sm\:hover\:-translate-y-7px:hover {
    --tw-translate-y: -7px;
  }

  .sm\:hover\:-translate-y-8px:hover {
    --tw-translate-y: -8px;
  }

  .sm\:hover\:-translate-y-9px:hover {
    --tw-translate-y: -9px;
  }

  .sm\:hover\:-translate-y-10px:hover {
    --tw-translate-y: -10px;
  }

  .sm\:hover\:-translate-y-11px:hover {
    --tw-translate-y: -11px;
  }

  .sm\:hover\:-translate-y-12px:hover {
    --tw-translate-y: -12px;
  }

  .sm\:hover\:-translate-y-13px:hover {
    --tw-translate-y: -13px;
  }

  .sm\:hover\:-translate-y-14px:hover {
    --tw-translate-y: -14px;
  }

  .sm\:hover\:-translate-y-15px:hover {
    --tw-translate-y: -15px;
  }

  .sm\:hover\:-translate-y-16px:hover {
    --tw-translate-y: -16px;
  }

  .sm\:hover\:-translate-y-17px:hover {
    --tw-translate-y: -17px;
  }

  .sm\:hover\:-translate-y-18px:hover {
    --tw-translate-y: -18px;
  }

  .sm\:hover\:-translate-y-19px:hover {
    --tw-translate-y: -19px;
  }

  .sm\:hover\:-translate-y-20px:hover {
    --tw-translate-y: -20px;
  }

  .sm\:hover\:-translate-y-21px:hover {
    --tw-translate-y: -21px;
  }

  .sm\:hover\:-translate-y-22px:hover {
    --tw-translate-y: -22px;
  }

  .sm\:hover\:-translate-y-23px:hover {
    --tw-translate-y: -23px;
  }

  .sm\:hover\:-translate-y-24px:hover {
    --tw-translate-y: -24px;
  }

  .sm\:hover\:-translate-y-25px:hover {
    --tw-translate-y: -25px;
  }

  .sm\:hover\:-translate-y-26px:hover {
    --tw-translate-y: -26px;
  }

  .sm\:hover\:-translate-y-27px:hover {
    --tw-translate-y: -27px;
  }

  .sm\:hover\:-translate-y-28px:hover {
    --tw-translate-y: -28px;
  }

  .sm\:hover\:-translate-y-29px:hover {
    --tw-translate-y: -29px;
  }

  .sm\:hover\:-translate-y-30px:hover {
    --tw-translate-y: -30px;
  }

  .sm\:hover\:-translate-y-31px:hover {
    --tw-translate-y: -31px;
  }

  .sm\:hover\:-translate-y-32px:hover {
    --tw-translate-y: -32px;
  }

  .sm\:hover\:-translate-y-33px:hover {
    --tw-translate-y: -33px;
  }

  .sm\:hover\:-translate-y-34px:hover {
    --tw-translate-y: -34px;
  }

  .sm\:hover\:-translate-y-35px:hover {
    --tw-translate-y: -35px;
  }

  .sm\:hover\:-translate-y-36px:hover {
    --tw-translate-y: -36px;
  }

  .sm\:hover\:-translate-y-37px:hover {
    --tw-translate-y: -37px;
  }

  .sm\:hover\:-translate-y-38px:hover {
    --tw-translate-y: -38px;
  }

  .sm\:hover\:-translate-y-39px:hover {
    --tw-translate-y: -39px;
  }

  .sm\:hover\:-translate-y-40px:hover {
    --tw-translate-y: -40px;
  }

  .sm\:hover\:-translate-y-41px:hover {
    --tw-translate-y: -41px;
  }

  .sm\:hover\:-translate-y-42px:hover {
    --tw-translate-y: -42px;
  }

  .sm\:hover\:-translate-y-43px:hover {
    --tw-translate-y: -43px;
  }

  .sm\:hover\:-translate-y-44px:hover {
    --tw-translate-y: -44px;
  }

  .sm\:hover\:-translate-y-45px:hover {
    --tw-translate-y: -45px;
  }

  .sm\:hover\:-translate-y-46px:hover {
    --tw-translate-y: -46px;
  }

  .sm\:hover\:-translate-y-47px:hover {
    --tw-translate-y: -47px;
  }

  .sm\:hover\:-translate-y-48px:hover {
    --tw-translate-y: -48px;
  }

  .sm\:hover\:-translate-y-49px:hover {
    --tw-translate-y: -49px;
  }

  .sm\:hover\:-translate-y-50px:hover {
    --tw-translate-y: -50px;
  }

  .sm\:hover\:-translate-y-51px:hover {
    --tw-translate-y: -51px;
  }

  .sm\:hover\:-translate-y-52px:hover {
    --tw-translate-y: -52px;
  }

  .sm\:hover\:-translate-y-53px:hover {
    --tw-translate-y: -53px;
  }

  .sm\:hover\:-translate-y-54px:hover {
    --tw-translate-y: -54px;
  }

  .sm\:hover\:-translate-y-55px:hover {
    --tw-translate-y: -55px;
  }

  .sm\:hover\:-translate-y-56px:hover {
    --tw-translate-y: -56px;
  }

  .sm\:hover\:-translate-y-57px:hover {
    --tw-translate-y: -57px;
  }

  .sm\:hover\:-translate-y-58px:hover {
    --tw-translate-y: -58px;
  }

  .sm\:hover\:-translate-y-59px:hover {
    --tw-translate-y: -59px;
  }

  .sm\:hover\:-translate-y-60px:hover {
    --tw-translate-y: -60px;
  }

  .sm\:hover\:-translate-y-61px:hover {
    --tw-translate-y: -61px;
  }

  .sm\:hover\:-translate-y-62px:hover {
    --tw-translate-y: -62px;
  }

  .sm\:hover\:-translate-y-63px:hover {
    --tw-translate-y: -63px;
  }

  .sm\:hover\:-translate-y-64px:hover {
    --tw-translate-y: -64px;
  }

  .sm\:hover\:-translate-y-65px:hover {
    --tw-translate-y: -65px;
  }

  .sm\:hover\:-translate-y-66px:hover {
    --tw-translate-y: -66px;
  }

  .sm\:hover\:-translate-y-67px:hover {
    --tw-translate-y: -67px;
  }

  .sm\:hover\:-translate-y-68px:hover {
    --tw-translate-y: -68px;
  }

  .sm\:hover\:-translate-y-69px:hover {
    --tw-translate-y: -69px;
  }

  .sm\:hover\:-translate-y-70px:hover {
    --tw-translate-y: -70px;
  }

  .sm\:hover\:-translate-y-71px:hover {
    --tw-translate-y: -71px;
  }

  .sm\:hover\:-translate-y-72px:hover {
    --tw-translate-y: -72px;
  }

  .sm\:hover\:-translate-y-73px:hover {
    --tw-translate-y: -73px;
  }

  .sm\:hover\:-translate-y-74px:hover {
    --tw-translate-y: -74px;
  }

  .sm\:hover\:-translate-y-75px:hover {
    --tw-translate-y: -75px;
  }

  .sm\:hover\:-translate-y-76px:hover {
    --tw-translate-y: -76px;
  }

  .sm\:hover\:-translate-y-77px:hover {
    --tw-translate-y: -77px;
  }

  .sm\:hover\:-translate-y-78px:hover {
    --tw-translate-y: -78px;
  }

  .sm\:hover\:-translate-y-79px:hover {
    --tw-translate-y: -79px;
  }

  .sm\:hover\:-translate-y-80px:hover {
    --tw-translate-y: -80px;
  }

  .sm\:hover\:-translate-y-81px:hover {
    --tw-translate-y: -81px;
  }

  .sm\:hover\:-translate-y-82px:hover {
    --tw-translate-y: -82px;
  }

  .sm\:hover\:-translate-y-83px:hover {
    --tw-translate-y: -83px;
  }

  .sm\:hover\:-translate-y-84px:hover {
    --tw-translate-y: -84px;
  }

  .sm\:hover\:-translate-y-85px:hover {
    --tw-translate-y: -85px;
  }

  .sm\:hover\:-translate-y-86px:hover {
    --tw-translate-y: -86px;
  }

  .sm\:hover\:-translate-y-87px:hover {
    --tw-translate-y: -87px;
  }

  .sm\:hover\:-translate-y-88px:hover {
    --tw-translate-y: -88px;
  }

  .sm\:hover\:-translate-y-89px:hover {
    --tw-translate-y: -89px;
  }

  .sm\:hover\:-translate-y-90px:hover {
    --tw-translate-y: -90px;
  }

  .sm\:hover\:-translate-y-91px:hover {
    --tw-translate-y: -91px;
  }

  .sm\:hover\:-translate-y-92px:hover {
    --tw-translate-y: -92px;
  }

  .sm\:hover\:-translate-y-93px:hover {
    --tw-translate-y: -93px;
  }

  .sm\:hover\:-translate-y-94px:hover {
    --tw-translate-y: -94px;
  }

  .sm\:hover\:-translate-y-95px:hover {
    --tw-translate-y: -95px;
  }

  .sm\:hover\:-translate-y-96px:hover {
    --tw-translate-y: -96px;
  }

  .sm\:hover\:-translate-y-97px:hover {
    --tw-translate-y: -97px;
  }

  .sm\:hover\:-translate-y-98px:hover {
    --tw-translate-y: -98px;
  }

  .sm\:hover\:-translate-y-99px:hover {
    --tw-translate-y: -99px;
  }

  .sm\:hover\:-translate-y-100px:hover {
    --tw-translate-y: -100px;
  }

  .sm\:hover\:-translate-y-101px:hover {
    --tw-translate-y: -101px;
  }

  .sm\:hover\:-translate-y-102px:hover {
    --tw-translate-y: -102px;
  }

  .sm\:hover\:-translate-y-103px:hover {
    --tw-translate-y: -103px;
  }

  .sm\:hover\:-translate-y-104px:hover {
    --tw-translate-y: -104px;
  }

  .sm\:hover\:-translate-y-105px:hover {
    --tw-translate-y: -105px;
  }

  .sm\:hover\:-translate-y-106px:hover {
    --tw-translate-y: -106px;
  }

  .sm\:hover\:-translate-y-107px:hover {
    --tw-translate-y: -107px;
  }

  .sm\:hover\:-translate-y-108px:hover {
    --tw-translate-y: -108px;
  }

  .sm\:hover\:-translate-y-109px:hover {
    --tw-translate-y: -109px;
  }

  .sm\:hover\:-translate-y-110px:hover {
    --tw-translate-y: -110px;
  }

  .sm\:hover\:-translate-y-111px:hover {
    --tw-translate-y: -111px;
  }

  .sm\:hover\:-translate-y-112px:hover {
    --tw-translate-y: -112px;
  }

  .sm\:hover\:-translate-y-113px:hover {
    --tw-translate-y: -113px;
  }

  .sm\:hover\:-translate-y-114px:hover {
    --tw-translate-y: -114px;
  }

  .sm\:hover\:-translate-y-115px:hover {
    --tw-translate-y: -115px;
  }

  .sm\:hover\:-translate-y-116px:hover {
    --tw-translate-y: -116px;
  }

  .sm\:hover\:-translate-y-117px:hover {
    --tw-translate-y: -117px;
  }

  .sm\:hover\:-translate-y-118px:hover {
    --tw-translate-y: -118px;
  }

  .sm\:hover\:-translate-y-119px:hover {
    --tw-translate-y: -119px;
  }

  .sm\:hover\:-translate-y-120px:hover {
    --tw-translate-y: -120px;
  }

  .sm\:hover\:-translate-y-121px:hover {
    --tw-translate-y: -121px;
  }

  .sm\:hover\:-translate-y-122px:hover {
    --tw-translate-y: -122px;
  }

  .sm\:hover\:-translate-y-123px:hover {
    --tw-translate-y: -123px;
  }

  .sm\:hover\:-translate-y-124px:hover {
    --tw-translate-y: -124px;
  }

  .sm\:hover\:-translate-y-125px:hover {
    --tw-translate-y: -125px;
  }

  .sm\:hover\:-translate-y-126px:hover {
    --tw-translate-y: -126px;
  }

  .sm\:hover\:-translate-y-127px:hover {
    --tw-translate-y: -127px;
  }

  .sm\:hover\:-translate-y-128px:hover {
    --tw-translate-y: -128px;
  }

  .sm\:hover\:-translate-y-129px:hover {
    --tw-translate-y: -129px;
  }

  .sm\:hover\:-translate-y-130px:hover {
    --tw-translate-y: -130px;
  }

  .sm\:hover\:-translate-y-133px:hover {
    --tw-translate-y: -133px;
  }

  .sm\:hover\:-translate-y-140px:hover {
    --tw-translate-y: -140px;
  }

  .sm\:hover\:-translate-y-195px:hover {
    --tw-translate-y: -195px;
  }

  .sm\:hover\:-translate-y-200px:hover {
    --tw-translate-y: -200px;
  }

  .sm\:hover\:-translate-y-210px:hover {
    --tw-translate-y: -210px;
  }

  .sm\:hover\:-translate-y-222px:hover {
    --tw-translate-y: -222px;
  }

  .sm\:hover\:-translate-y-258px:hover {
    --tw-translate-y: -258px;
  }

  .sm\:hover\:-translate-y-280px:hover {
    --tw-translate-y: -280px;
  }

  .sm\:hover\:-translate-y-334px:hover {
    --tw-translate-y: -334px;
  }

  .sm\:hover\:-translate-y-388px:hover {
    --tw-translate-y: -388px;
  }

  .sm\:hover\:-translate-y-480px:hover {
    --tw-translate-y: -480px;
  }

  .sm\:hover\:-translate-y-490px:hover {
    --tw-translate-y: -490px;
  }

  .sm\:hover\:-translate-y-505px:hover {
    --tw-translate-y: -505px;
  }

  .sm\:hover\:-translate-y-507px:hover {
    --tw-translate-y: -507px;
  }

  .sm\:hover\:-translate-y-760px:hover {
    --tw-translate-y: -760px;
  }

  .sm\:hover\:-translate-y-780px:hover {
    --tw-translate-y: -780px;
  }

  .sm\:hover\:-translate-y-980px:hover {
    --tw-translate-y: -980px;
  }

  .sm\:hover\:-translate-y-1366px:hover {
    --tw-translate-y: -1366px;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .sm\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .sm\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .sm\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .sm\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .sm\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .sm\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .sm\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .sm\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .sm\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .sm\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .sm\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .sm\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .sm\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .sm\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .sm\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .sm\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .sm\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .sm\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .sm\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .sm\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .sm\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .sm\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .sm\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .sm\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .sm\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .sm\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .sm\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .sm\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .sm\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .sm\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .sm\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .sm\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .sm\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .sm\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .sm\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .sm\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .sm\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .sm\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .sm\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .sm\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .sm\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .sm\:focus\:translate-x-1px:focus {
    --tw-translate-x: 1px;
  }

  .sm\:focus\:translate-x-2px:focus {
    --tw-translate-x: 2px;
  }

  .sm\:focus\:translate-x-3px:focus {
    --tw-translate-x: 3px;
  }

  .sm\:focus\:translate-x-4px:focus {
    --tw-translate-x: 4px;
  }

  .sm\:focus\:translate-x-5px:focus {
    --tw-translate-x: 5px;
  }

  .sm\:focus\:translate-x-6px:focus {
    --tw-translate-x: 6px;
  }

  .sm\:focus\:translate-x-7px:focus {
    --tw-translate-x: 7px;
  }

  .sm\:focus\:translate-x-8px:focus {
    --tw-translate-x: 8px;
  }

  .sm\:focus\:translate-x-9px:focus {
    --tw-translate-x: 9px;
  }

  .sm\:focus\:translate-x-10px:focus {
    --tw-translate-x: 10px;
  }

  .sm\:focus\:translate-x-11px:focus {
    --tw-translate-x: 11px;
  }

  .sm\:focus\:translate-x-12px:focus {
    --tw-translate-x: 12px;
  }

  .sm\:focus\:translate-x-13px:focus {
    --tw-translate-x: 13px;
  }

  .sm\:focus\:translate-x-14px:focus {
    --tw-translate-x: 14px;
  }

  .sm\:focus\:translate-x-15px:focus {
    --tw-translate-x: 15px;
  }

  .sm\:focus\:translate-x-16px:focus {
    --tw-translate-x: 16px;
  }

  .sm\:focus\:translate-x-17px:focus {
    --tw-translate-x: 17px;
  }

  .sm\:focus\:translate-x-18px:focus {
    --tw-translate-x: 18px;
  }

  .sm\:focus\:translate-x-19px:focus {
    --tw-translate-x: 19px;
  }

  .sm\:focus\:translate-x-20px:focus {
    --tw-translate-x: 20px;
  }

  .sm\:focus\:translate-x-21px:focus {
    --tw-translate-x: 21px;
  }

  .sm\:focus\:translate-x-22px:focus {
    --tw-translate-x: 22px;
  }

  .sm\:focus\:translate-x-23px:focus {
    --tw-translate-x: 23px;
  }

  .sm\:focus\:translate-x-24px:focus {
    --tw-translate-x: 24px;
  }

  .sm\:focus\:translate-x-25px:focus {
    --tw-translate-x: 25px;
  }

  .sm\:focus\:translate-x-26px:focus {
    --tw-translate-x: 26px;
  }

  .sm\:focus\:translate-x-27px:focus {
    --tw-translate-x: 27px;
  }

  .sm\:focus\:translate-x-28px:focus {
    --tw-translate-x: 28px;
  }

  .sm\:focus\:translate-x-29px:focus {
    --tw-translate-x: 29px;
  }

  .sm\:focus\:translate-x-30px:focus {
    --tw-translate-x: 30px;
  }

  .sm\:focus\:translate-x-31px:focus {
    --tw-translate-x: 31px;
  }

  .sm\:focus\:translate-x-32px:focus {
    --tw-translate-x: 32px;
  }

  .sm\:focus\:translate-x-33px:focus {
    --tw-translate-x: 33px;
  }

  .sm\:focus\:translate-x-34px:focus {
    --tw-translate-x: 34px;
  }

  .sm\:focus\:translate-x-35px:focus {
    --tw-translate-x: 35px;
  }

  .sm\:focus\:translate-x-36px:focus {
    --tw-translate-x: 36px;
  }

  .sm\:focus\:translate-x-37px:focus {
    --tw-translate-x: 37px;
  }

  .sm\:focus\:translate-x-38px:focus {
    --tw-translate-x: 38px;
  }

  .sm\:focus\:translate-x-39px:focus {
    --tw-translate-x: 39px;
  }

  .sm\:focus\:translate-x-40px:focus {
    --tw-translate-x: 40px;
  }

  .sm\:focus\:translate-x-41px:focus {
    --tw-translate-x: 41px;
  }

  .sm\:focus\:translate-x-42px:focus {
    --tw-translate-x: 42px;
  }

  .sm\:focus\:translate-x-43px:focus {
    --tw-translate-x: 43px;
  }

  .sm\:focus\:translate-x-44px:focus {
    --tw-translate-x: 44px;
  }

  .sm\:focus\:translate-x-45px:focus {
    --tw-translate-x: 45px;
  }

  .sm\:focus\:translate-x-46px:focus {
    --tw-translate-x: 46px;
  }

  .sm\:focus\:translate-x-47px:focus {
    --tw-translate-x: 47px;
  }

  .sm\:focus\:translate-x-48px:focus {
    --tw-translate-x: 48px;
  }

  .sm\:focus\:translate-x-49px:focus {
    --tw-translate-x: 49px;
  }

  .sm\:focus\:translate-x-50px:focus {
    --tw-translate-x: 50px;
  }

  .sm\:focus\:translate-x-51px:focus {
    --tw-translate-x: 51px;
  }

  .sm\:focus\:translate-x-52px:focus {
    --tw-translate-x: 52px;
  }

  .sm\:focus\:translate-x-53px:focus {
    --tw-translate-x: 53px;
  }

  .sm\:focus\:translate-x-54px:focus {
    --tw-translate-x: 54px;
  }

  .sm\:focus\:translate-x-55px:focus {
    --tw-translate-x: 55px;
  }

  .sm\:focus\:translate-x-56px:focus {
    --tw-translate-x: 56px;
  }

  .sm\:focus\:translate-x-57px:focus {
    --tw-translate-x: 57px;
  }

  .sm\:focus\:translate-x-58px:focus {
    --tw-translate-x: 58px;
  }

  .sm\:focus\:translate-x-59px:focus {
    --tw-translate-x: 59px;
  }

  .sm\:focus\:translate-x-60px:focus {
    --tw-translate-x: 60px;
  }

  .sm\:focus\:translate-x-61px:focus {
    --tw-translate-x: 61px;
  }

  .sm\:focus\:translate-x-62px:focus {
    --tw-translate-x: 62px;
  }

  .sm\:focus\:translate-x-63px:focus {
    --tw-translate-x: 63px;
  }

  .sm\:focus\:translate-x-64px:focus {
    --tw-translate-x: 64px;
  }

  .sm\:focus\:translate-x-65px:focus {
    --tw-translate-x: 65px;
  }

  .sm\:focus\:translate-x-66px:focus {
    --tw-translate-x: 66px;
  }

  .sm\:focus\:translate-x-67px:focus {
    --tw-translate-x: 67px;
  }

  .sm\:focus\:translate-x-68px:focus {
    --tw-translate-x: 68px;
  }

  .sm\:focus\:translate-x-69px:focus {
    --tw-translate-x: 69px;
  }

  .sm\:focus\:translate-x-70px:focus {
    --tw-translate-x: 70px;
  }

  .sm\:focus\:translate-x-71px:focus {
    --tw-translate-x: 71px;
  }

  .sm\:focus\:translate-x-72px:focus {
    --tw-translate-x: 72px;
  }

  .sm\:focus\:translate-x-73px:focus {
    --tw-translate-x: 73px;
  }

  .sm\:focus\:translate-x-74px:focus {
    --tw-translate-x: 74px;
  }

  .sm\:focus\:translate-x-75px:focus {
    --tw-translate-x: 75px;
  }

  .sm\:focus\:translate-x-76px:focus {
    --tw-translate-x: 76px;
  }

  .sm\:focus\:translate-x-77px:focus {
    --tw-translate-x: 77px;
  }

  .sm\:focus\:translate-x-78px:focus {
    --tw-translate-x: 78px;
  }

  .sm\:focus\:translate-x-79px:focus {
    --tw-translate-x: 79px;
  }

  .sm\:focus\:translate-x-80px:focus {
    --tw-translate-x: 80px;
  }

  .sm\:focus\:translate-x-81px:focus {
    --tw-translate-x: 81px;
  }

  .sm\:focus\:translate-x-82px:focus {
    --tw-translate-x: 82px;
  }

  .sm\:focus\:translate-x-83px:focus {
    --tw-translate-x: 83px;
  }

  .sm\:focus\:translate-x-84px:focus {
    --tw-translate-x: 84px;
  }

  .sm\:focus\:translate-x-85px:focus {
    --tw-translate-x: 85px;
  }

  .sm\:focus\:translate-x-86px:focus {
    --tw-translate-x: 86px;
  }

  .sm\:focus\:translate-x-87px:focus {
    --tw-translate-x: 87px;
  }

  .sm\:focus\:translate-x-88px:focus {
    --tw-translate-x: 88px;
  }

  .sm\:focus\:translate-x-89px:focus {
    --tw-translate-x: 89px;
  }

  .sm\:focus\:translate-x-90px:focus {
    --tw-translate-x: 90px;
  }

  .sm\:focus\:translate-x-91px:focus {
    --tw-translate-x: 91px;
  }

  .sm\:focus\:translate-x-92px:focus {
    --tw-translate-x: 92px;
  }

  .sm\:focus\:translate-x-93px:focus {
    --tw-translate-x: 93px;
  }

  .sm\:focus\:translate-x-94px:focus {
    --tw-translate-x: 94px;
  }

  .sm\:focus\:translate-x-95px:focus {
    --tw-translate-x: 95px;
  }

  .sm\:focus\:translate-x-96px:focus {
    --tw-translate-x: 96px;
  }

  .sm\:focus\:translate-x-97px:focus {
    --tw-translate-x: 97px;
  }

  .sm\:focus\:translate-x-98px:focus {
    --tw-translate-x: 98px;
  }

  .sm\:focus\:translate-x-99px:focus {
    --tw-translate-x: 99px;
  }

  .sm\:focus\:translate-x-100px:focus {
    --tw-translate-x: 100px;
  }

  .sm\:focus\:translate-x-101px:focus {
    --tw-translate-x: 101px;
  }

  .sm\:focus\:translate-x-102px:focus {
    --tw-translate-x: 102px;
  }

  .sm\:focus\:translate-x-103px:focus {
    --tw-translate-x: 103px;
  }

  .sm\:focus\:translate-x-104px:focus {
    --tw-translate-x: 104px;
  }

  .sm\:focus\:translate-x-105px:focus {
    --tw-translate-x: 105px;
  }

  .sm\:focus\:translate-x-106px:focus {
    --tw-translate-x: 106px;
  }

  .sm\:focus\:translate-x-107px:focus {
    --tw-translate-x: 107px;
  }

  .sm\:focus\:translate-x-108px:focus {
    --tw-translate-x: 108px;
  }

  .sm\:focus\:translate-x-109px:focus {
    --tw-translate-x: 109px;
  }

  .sm\:focus\:translate-x-110px:focus {
    --tw-translate-x: 110px;
  }

  .sm\:focus\:translate-x-111px:focus {
    --tw-translate-x: 111px;
  }

  .sm\:focus\:translate-x-112px:focus {
    --tw-translate-x: 112px;
  }

  .sm\:focus\:translate-x-113px:focus {
    --tw-translate-x: 113px;
  }

  .sm\:focus\:translate-x-114px:focus {
    --tw-translate-x: 114px;
  }

  .sm\:focus\:translate-x-115px:focus {
    --tw-translate-x: 115px;
  }

  .sm\:focus\:translate-x-116px:focus {
    --tw-translate-x: 116px;
  }

  .sm\:focus\:translate-x-117px:focus {
    --tw-translate-x: 117px;
  }

  .sm\:focus\:translate-x-118px:focus {
    --tw-translate-x: 118px;
  }

  .sm\:focus\:translate-x-119px:focus {
    --tw-translate-x: 119px;
  }

  .sm\:focus\:translate-x-120px:focus {
    --tw-translate-x: 120px;
  }

  .sm\:focus\:translate-x-121px:focus {
    --tw-translate-x: 121px;
  }

  .sm\:focus\:translate-x-122px:focus {
    --tw-translate-x: 122px;
  }

  .sm\:focus\:translate-x-123px:focus {
    --tw-translate-x: 123px;
  }

  .sm\:focus\:translate-x-124px:focus {
    --tw-translate-x: 124px;
  }

  .sm\:focus\:translate-x-125px:focus {
    --tw-translate-x: 125px;
  }

  .sm\:focus\:translate-x-126px:focus {
    --tw-translate-x: 126px;
  }

  .sm\:focus\:translate-x-127px:focus {
    --tw-translate-x: 127px;
  }

  .sm\:focus\:translate-x-128px:focus {
    --tw-translate-x: 128px;
  }

  .sm\:focus\:translate-x-129px:focus {
    --tw-translate-x: 129px;
  }

  .sm\:focus\:translate-x-130px:focus {
    --tw-translate-x: 130px;
  }

  .sm\:focus\:translate-x-133px:focus {
    --tw-translate-x: 133px;
  }

  .sm\:focus\:translate-x-140px:focus {
    --tw-translate-x: 140px;
  }

  .sm\:focus\:translate-x-195px:focus {
    --tw-translate-x: 195px;
  }

  .sm\:focus\:translate-x-200px:focus {
    --tw-translate-x: 200px;
  }

  .sm\:focus\:translate-x-210px:focus {
    --tw-translate-x: 210px;
  }

  .sm\:focus\:translate-x-222px:focus {
    --tw-translate-x: 222px;
  }

  .sm\:focus\:translate-x-258px:focus {
    --tw-translate-x: 258px;
  }

  .sm\:focus\:translate-x-280px:focus {
    --tw-translate-x: 280px;
  }

  .sm\:focus\:translate-x-334px:focus {
    --tw-translate-x: 334px;
  }

  .sm\:focus\:translate-x-388px:focus {
    --tw-translate-x: 388px;
  }

  .sm\:focus\:translate-x-480px:focus {
    --tw-translate-x: 480px;
  }

  .sm\:focus\:translate-x-490px:focus {
    --tw-translate-x: 490px;
  }

  .sm\:focus\:translate-x-505px:focus {
    --tw-translate-x: 505px;
  }

  .sm\:focus\:translate-x-507px:focus {
    --tw-translate-x: 507px;
  }

  .sm\:focus\:translate-x-760px:focus {
    --tw-translate-x: 760px;
  }

  .sm\:focus\:translate-x-780px:focus {
    --tw-translate-x: 780px;
  }

  .sm\:focus\:translate-x-980px:focus {
    --tw-translate-x: 980px;
  }

  .sm\:focus\:translate-x-1366px:focus {
    --tw-translate-x: 1366px;
  }

  .sm\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .sm\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .sm\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .sm\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .sm\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .sm\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .sm\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .sm\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .sm\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .sm\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .sm\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .sm\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .sm\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .sm\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .sm\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .sm\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .sm\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .sm\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .sm\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .sm\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .sm\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .sm\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .sm\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .sm\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .sm\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .sm\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .sm\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .sm\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .sm\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .sm\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .sm\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .sm\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .sm\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .sm\:focus\:-translate-x-1px:focus {
    --tw-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-2px:focus {
    --tw-translate-x: -2px;
  }

  .sm\:focus\:-translate-x-3px:focus {
    --tw-translate-x: -3px;
  }

  .sm\:focus\:-translate-x-4px:focus {
    --tw-translate-x: -4px;
  }

  .sm\:focus\:-translate-x-5px:focus {
    --tw-translate-x: -5px;
  }

  .sm\:focus\:-translate-x-6px:focus {
    --tw-translate-x: -6px;
  }

  .sm\:focus\:-translate-x-7px:focus {
    --tw-translate-x: -7px;
  }

  .sm\:focus\:-translate-x-8px:focus {
    --tw-translate-x: -8px;
  }

  .sm\:focus\:-translate-x-9px:focus {
    --tw-translate-x: -9px;
  }

  .sm\:focus\:-translate-x-10px:focus {
    --tw-translate-x: -10px;
  }

  .sm\:focus\:-translate-x-11px:focus {
    --tw-translate-x: -11px;
  }

  .sm\:focus\:-translate-x-12px:focus {
    --tw-translate-x: -12px;
  }

  .sm\:focus\:-translate-x-13px:focus {
    --tw-translate-x: -13px;
  }

  .sm\:focus\:-translate-x-14px:focus {
    --tw-translate-x: -14px;
  }

  .sm\:focus\:-translate-x-15px:focus {
    --tw-translate-x: -15px;
  }

  .sm\:focus\:-translate-x-16px:focus {
    --tw-translate-x: -16px;
  }

  .sm\:focus\:-translate-x-17px:focus {
    --tw-translate-x: -17px;
  }

  .sm\:focus\:-translate-x-18px:focus {
    --tw-translate-x: -18px;
  }

  .sm\:focus\:-translate-x-19px:focus {
    --tw-translate-x: -19px;
  }

  .sm\:focus\:-translate-x-20px:focus {
    --tw-translate-x: -20px;
  }

  .sm\:focus\:-translate-x-21px:focus {
    --tw-translate-x: -21px;
  }

  .sm\:focus\:-translate-x-22px:focus {
    --tw-translate-x: -22px;
  }

  .sm\:focus\:-translate-x-23px:focus {
    --tw-translate-x: -23px;
  }

  .sm\:focus\:-translate-x-24px:focus {
    --tw-translate-x: -24px;
  }

  .sm\:focus\:-translate-x-25px:focus {
    --tw-translate-x: -25px;
  }

  .sm\:focus\:-translate-x-26px:focus {
    --tw-translate-x: -26px;
  }

  .sm\:focus\:-translate-x-27px:focus {
    --tw-translate-x: -27px;
  }

  .sm\:focus\:-translate-x-28px:focus {
    --tw-translate-x: -28px;
  }

  .sm\:focus\:-translate-x-29px:focus {
    --tw-translate-x: -29px;
  }

  .sm\:focus\:-translate-x-30px:focus {
    --tw-translate-x: -30px;
  }

  .sm\:focus\:-translate-x-31px:focus {
    --tw-translate-x: -31px;
  }

  .sm\:focus\:-translate-x-32px:focus {
    --tw-translate-x: -32px;
  }

  .sm\:focus\:-translate-x-33px:focus {
    --tw-translate-x: -33px;
  }

  .sm\:focus\:-translate-x-34px:focus {
    --tw-translate-x: -34px;
  }

  .sm\:focus\:-translate-x-35px:focus {
    --tw-translate-x: -35px;
  }

  .sm\:focus\:-translate-x-36px:focus {
    --tw-translate-x: -36px;
  }

  .sm\:focus\:-translate-x-37px:focus {
    --tw-translate-x: -37px;
  }

  .sm\:focus\:-translate-x-38px:focus {
    --tw-translate-x: -38px;
  }

  .sm\:focus\:-translate-x-39px:focus {
    --tw-translate-x: -39px;
  }

  .sm\:focus\:-translate-x-40px:focus {
    --tw-translate-x: -40px;
  }

  .sm\:focus\:-translate-x-41px:focus {
    --tw-translate-x: -41px;
  }

  .sm\:focus\:-translate-x-42px:focus {
    --tw-translate-x: -42px;
  }

  .sm\:focus\:-translate-x-43px:focus {
    --tw-translate-x: -43px;
  }

  .sm\:focus\:-translate-x-44px:focus {
    --tw-translate-x: -44px;
  }

  .sm\:focus\:-translate-x-45px:focus {
    --tw-translate-x: -45px;
  }

  .sm\:focus\:-translate-x-46px:focus {
    --tw-translate-x: -46px;
  }

  .sm\:focus\:-translate-x-47px:focus {
    --tw-translate-x: -47px;
  }

  .sm\:focus\:-translate-x-48px:focus {
    --tw-translate-x: -48px;
  }

  .sm\:focus\:-translate-x-49px:focus {
    --tw-translate-x: -49px;
  }

  .sm\:focus\:-translate-x-50px:focus {
    --tw-translate-x: -50px;
  }

  .sm\:focus\:-translate-x-51px:focus {
    --tw-translate-x: -51px;
  }

  .sm\:focus\:-translate-x-52px:focus {
    --tw-translate-x: -52px;
  }

  .sm\:focus\:-translate-x-53px:focus {
    --tw-translate-x: -53px;
  }

  .sm\:focus\:-translate-x-54px:focus {
    --tw-translate-x: -54px;
  }

  .sm\:focus\:-translate-x-55px:focus {
    --tw-translate-x: -55px;
  }

  .sm\:focus\:-translate-x-56px:focus {
    --tw-translate-x: -56px;
  }

  .sm\:focus\:-translate-x-57px:focus {
    --tw-translate-x: -57px;
  }

  .sm\:focus\:-translate-x-58px:focus {
    --tw-translate-x: -58px;
  }

  .sm\:focus\:-translate-x-59px:focus {
    --tw-translate-x: -59px;
  }

  .sm\:focus\:-translate-x-60px:focus {
    --tw-translate-x: -60px;
  }

  .sm\:focus\:-translate-x-61px:focus {
    --tw-translate-x: -61px;
  }

  .sm\:focus\:-translate-x-62px:focus {
    --tw-translate-x: -62px;
  }

  .sm\:focus\:-translate-x-63px:focus {
    --tw-translate-x: -63px;
  }

  .sm\:focus\:-translate-x-64px:focus {
    --tw-translate-x: -64px;
  }

  .sm\:focus\:-translate-x-65px:focus {
    --tw-translate-x: -65px;
  }

  .sm\:focus\:-translate-x-66px:focus {
    --tw-translate-x: -66px;
  }

  .sm\:focus\:-translate-x-67px:focus {
    --tw-translate-x: -67px;
  }

  .sm\:focus\:-translate-x-68px:focus {
    --tw-translate-x: -68px;
  }

  .sm\:focus\:-translate-x-69px:focus {
    --tw-translate-x: -69px;
  }

  .sm\:focus\:-translate-x-70px:focus {
    --tw-translate-x: -70px;
  }

  .sm\:focus\:-translate-x-71px:focus {
    --tw-translate-x: -71px;
  }

  .sm\:focus\:-translate-x-72px:focus {
    --tw-translate-x: -72px;
  }

  .sm\:focus\:-translate-x-73px:focus {
    --tw-translate-x: -73px;
  }

  .sm\:focus\:-translate-x-74px:focus {
    --tw-translate-x: -74px;
  }

  .sm\:focus\:-translate-x-75px:focus {
    --tw-translate-x: -75px;
  }

  .sm\:focus\:-translate-x-76px:focus {
    --tw-translate-x: -76px;
  }

  .sm\:focus\:-translate-x-77px:focus {
    --tw-translate-x: -77px;
  }

  .sm\:focus\:-translate-x-78px:focus {
    --tw-translate-x: -78px;
  }

  .sm\:focus\:-translate-x-79px:focus {
    --tw-translate-x: -79px;
  }

  .sm\:focus\:-translate-x-80px:focus {
    --tw-translate-x: -80px;
  }

  .sm\:focus\:-translate-x-81px:focus {
    --tw-translate-x: -81px;
  }

  .sm\:focus\:-translate-x-82px:focus {
    --tw-translate-x: -82px;
  }

  .sm\:focus\:-translate-x-83px:focus {
    --tw-translate-x: -83px;
  }

  .sm\:focus\:-translate-x-84px:focus {
    --tw-translate-x: -84px;
  }

  .sm\:focus\:-translate-x-85px:focus {
    --tw-translate-x: -85px;
  }

  .sm\:focus\:-translate-x-86px:focus {
    --tw-translate-x: -86px;
  }

  .sm\:focus\:-translate-x-87px:focus {
    --tw-translate-x: -87px;
  }

  .sm\:focus\:-translate-x-88px:focus {
    --tw-translate-x: -88px;
  }

  .sm\:focus\:-translate-x-89px:focus {
    --tw-translate-x: -89px;
  }

  .sm\:focus\:-translate-x-90px:focus {
    --tw-translate-x: -90px;
  }

  .sm\:focus\:-translate-x-91px:focus {
    --tw-translate-x: -91px;
  }

  .sm\:focus\:-translate-x-92px:focus {
    --tw-translate-x: -92px;
  }

  .sm\:focus\:-translate-x-93px:focus {
    --tw-translate-x: -93px;
  }

  .sm\:focus\:-translate-x-94px:focus {
    --tw-translate-x: -94px;
  }

  .sm\:focus\:-translate-x-95px:focus {
    --tw-translate-x: -95px;
  }

  .sm\:focus\:-translate-x-96px:focus {
    --tw-translate-x: -96px;
  }

  .sm\:focus\:-translate-x-97px:focus {
    --tw-translate-x: -97px;
  }

  .sm\:focus\:-translate-x-98px:focus {
    --tw-translate-x: -98px;
  }

  .sm\:focus\:-translate-x-99px:focus {
    --tw-translate-x: -99px;
  }

  .sm\:focus\:-translate-x-100px:focus {
    --tw-translate-x: -100px;
  }

  .sm\:focus\:-translate-x-101px:focus {
    --tw-translate-x: -101px;
  }

  .sm\:focus\:-translate-x-102px:focus {
    --tw-translate-x: -102px;
  }

  .sm\:focus\:-translate-x-103px:focus {
    --tw-translate-x: -103px;
  }

  .sm\:focus\:-translate-x-104px:focus {
    --tw-translate-x: -104px;
  }

  .sm\:focus\:-translate-x-105px:focus {
    --tw-translate-x: -105px;
  }

  .sm\:focus\:-translate-x-106px:focus {
    --tw-translate-x: -106px;
  }

  .sm\:focus\:-translate-x-107px:focus {
    --tw-translate-x: -107px;
  }

  .sm\:focus\:-translate-x-108px:focus {
    --tw-translate-x: -108px;
  }

  .sm\:focus\:-translate-x-109px:focus {
    --tw-translate-x: -109px;
  }

  .sm\:focus\:-translate-x-110px:focus {
    --tw-translate-x: -110px;
  }

  .sm\:focus\:-translate-x-111px:focus {
    --tw-translate-x: -111px;
  }

  .sm\:focus\:-translate-x-112px:focus {
    --tw-translate-x: -112px;
  }

  .sm\:focus\:-translate-x-113px:focus {
    --tw-translate-x: -113px;
  }

  .sm\:focus\:-translate-x-114px:focus {
    --tw-translate-x: -114px;
  }

  .sm\:focus\:-translate-x-115px:focus {
    --tw-translate-x: -115px;
  }

  .sm\:focus\:-translate-x-116px:focus {
    --tw-translate-x: -116px;
  }

  .sm\:focus\:-translate-x-117px:focus {
    --tw-translate-x: -117px;
  }

  .sm\:focus\:-translate-x-118px:focus {
    --tw-translate-x: -118px;
  }

  .sm\:focus\:-translate-x-119px:focus {
    --tw-translate-x: -119px;
  }

  .sm\:focus\:-translate-x-120px:focus {
    --tw-translate-x: -120px;
  }

  .sm\:focus\:-translate-x-121px:focus {
    --tw-translate-x: -121px;
  }

  .sm\:focus\:-translate-x-122px:focus {
    --tw-translate-x: -122px;
  }

  .sm\:focus\:-translate-x-123px:focus {
    --tw-translate-x: -123px;
  }

  .sm\:focus\:-translate-x-124px:focus {
    --tw-translate-x: -124px;
  }

  .sm\:focus\:-translate-x-125px:focus {
    --tw-translate-x: -125px;
  }

  .sm\:focus\:-translate-x-126px:focus {
    --tw-translate-x: -126px;
  }

  .sm\:focus\:-translate-x-127px:focus {
    --tw-translate-x: -127px;
  }

  .sm\:focus\:-translate-x-128px:focus {
    --tw-translate-x: -128px;
  }

  .sm\:focus\:-translate-x-129px:focus {
    --tw-translate-x: -129px;
  }

  .sm\:focus\:-translate-x-130px:focus {
    --tw-translate-x: -130px;
  }

  .sm\:focus\:-translate-x-133px:focus {
    --tw-translate-x: -133px;
  }

  .sm\:focus\:-translate-x-140px:focus {
    --tw-translate-x: -140px;
  }

  .sm\:focus\:-translate-x-195px:focus {
    --tw-translate-x: -195px;
  }

  .sm\:focus\:-translate-x-200px:focus {
    --tw-translate-x: -200px;
  }

  .sm\:focus\:-translate-x-210px:focus {
    --tw-translate-x: -210px;
  }

  .sm\:focus\:-translate-x-222px:focus {
    --tw-translate-x: -222px;
  }

  .sm\:focus\:-translate-x-258px:focus {
    --tw-translate-x: -258px;
  }

  .sm\:focus\:-translate-x-280px:focus {
    --tw-translate-x: -280px;
  }

  .sm\:focus\:-translate-x-334px:focus {
    --tw-translate-x: -334px;
  }

  .sm\:focus\:-translate-x-388px:focus {
    --tw-translate-x: -388px;
  }

  .sm\:focus\:-translate-x-480px:focus {
    --tw-translate-x: -480px;
  }

  .sm\:focus\:-translate-x-490px:focus {
    --tw-translate-x: -490px;
  }

  .sm\:focus\:-translate-x-505px:focus {
    --tw-translate-x: -505px;
  }

  .sm\:focus\:-translate-x-507px:focus {
    --tw-translate-x: -507px;
  }

  .sm\:focus\:-translate-x-760px:focus {
    --tw-translate-x: -760px;
  }

  .sm\:focus\:-translate-x-780px:focus {
    --tw-translate-x: -780px;
  }

  .sm\:focus\:-translate-x-980px:focus {
    --tw-translate-x: -980px;
  }

  .sm\:focus\:-translate-x-1366px:focus {
    --tw-translate-x: -1366px;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .sm\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .sm\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .sm\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .sm\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .sm\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .sm\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .sm\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .sm\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .sm\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .sm\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .sm\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .sm\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .sm\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .sm\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .sm\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .sm\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .sm\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .sm\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .sm\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .sm\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .sm\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .sm\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .sm\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .sm\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .sm\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .sm\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .sm\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .sm\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .sm\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .sm\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .sm\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .sm\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .sm\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .sm\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .sm\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .sm\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .sm\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .sm\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .sm\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .sm\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .sm\:focus\:translate-y-1px:focus {
    --tw-translate-y: 1px;
  }

  .sm\:focus\:translate-y-2px:focus {
    --tw-translate-y: 2px;
  }

  .sm\:focus\:translate-y-3px:focus {
    --tw-translate-y: 3px;
  }

  .sm\:focus\:translate-y-4px:focus {
    --tw-translate-y: 4px;
  }

  .sm\:focus\:translate-y-5px:focus {
    --tw-translate-y: 5px;
  }

  .sm\:focus\:translate-y-6px:focus {
    --tw-translate-y: 6px;
  }

  .sm\:focus\:translate-y-7px:focus {
    --tw-translate-y: 7px;
  }

  .sm\:focus\:translate-y-8px:focus {
    --tw-translate-y: 8px;
  }

  .sm\:focus\:translate-y-9px:focus {
    --tw-translate-y: 9px;
  }

  .sm\:focus\:translate-y-10px:focus {
    --tw-translate-y: 10px;
  }

  .sm\:focus\:translate-y-11px:focus {
    --tw-translate-y: 11px;
  }

  .sm\:focus\:translate-y-12px:focus {
    --tw-translate-y: 12px;
  }

  .sm\:focus\:translate-y-13px:focus {
    --tw-translate-y: 13px;
  }

  .sm\:focus\:translate-y-14px:focus {
    --tw-translate-y: 14px;
  }

  .sm\:focus\:translate-y-15px:focus {
    --tw-translate-y: 15px;
  }

  .sm\:focus\:translate-y-16px:focus {
    --tw-translate-y: 16px;
  }

  .sm\:focus\:translate-y-17px:focus {
    --tw-translate-y: 17px;
  }

  .sm\:focus\:translate-y-18px:focus {
    --tw-translate-y: 18px;
  }

  .sm\:focus\:translate-y-19px:focus {
    --tw-translate-y: 19px;
  }

  .sm\:focus\:translate-y-20px:focus {
    --tw-translate-y: 20px;
  }

  .sm\:focus\:translate-y-21px:focus {
    --tw-translate-y: 21px;
  }

  .sm\:focus\:translate-y-22px:focus {
    --tw-translate-y: 22px;
  }

  .sm\:focus\:translate-y-23px:focus {
    --tw-translate-y: 23px;
  }

  .sm\:focus\:translate-y-24px:focus {
    --tw-translate-y: 24px;
  }

  .sm\:focus\:translate-y-25px:focus {
    --tw-translate-y: 25px;
  }

  .sm\:focus\:translate-y-26px:focus {
    --tw-translate-y: 26px;
  }

  .sm\:focus\:translate-y-27px:focus {
    --tw-translate-y: 27px;
  }

  .sm\:focus\:translate-y-28px:focus {
    --tw-translate-y: 28px;
  }

  .sm\:focus\:translate-y-29px:focus {
    --tw-translate-y: 29px;
  }

  .sm\:focus\:translate-y-30px:focus {
    --tw-translate-y: 30px;
  }

  .sm\:focus\:translate-y-31px:focus {
    --tw-translate-y: 31px;
  }

  .sm\:focus\:translate-y-32px:focus {
    --tw-translate-y: 32px;
  }

  .sm\:focus\:translate-y-33px:focus {
    --tw-translate-y: 33px;
  }

  .sm\:focus\:translate-y-34px:focus {
    --tw-translate-y: 34px;
  }

  .sm\:focus\:translate-y-35px:focus {
    --tw-translate-y: 35px;
  }

  .sm\:focus\:translate-y-36px:focus {
    --tw-translate-y: 36px;
  }

  .sm\:focus\:translate-y-37px:focus {
    --tw-translate-y: 37px;
  }

  .sm\:focus\:translate-y-38px:focus {
    --tw-translate-y: 38px;
  }

  .sm\:focus\:translate-y-39px:focus {
    --tw-translate-y: 39px;
  }

  .sm\:focus\:translate-y-40px:focus {
    --tw-translate-y: 40px;
  }

  .sm\:focus\:translate-y-41px:focus {
    --tw-translate-y: 41px;
  }

  .sm\:focus\:translate-y-42px:focus {
    --tw-translate-y: 42px;
  }

  .sm\:focus\:translate-y-43px:focus {
    --tw-translate-y: 43px;
  }

  .sm\:focus\:translate-y-44px:focus {
    --tw-translate-y: 44px;
  }

  .sm\:focus\:translate-y-45px:focus {
    --tw-translate-y: 45px;
  }

  .sm\:focus\:translate-y-46px:focus {
    --tw-translate-y: 46px;
  }

  .sm\:focus\:translate-y-47px:focus {
    --tw-translate-y: 47px;
  }

  .sm\:focus\:translate-y-48px:focus {
    --tw-translate-y: 48px;
  }

  .sm\:focus\:translate-y-49px:focus {
    --tw-translate-y: 49px;
  }

  .sm\:focus\:translate-y-50px:focus {
    --tw-translate-y: 50px;
  }

  .sm\:focus\:translate-y-51px:focus {
    --tw-translate-y: 51px;
  }

  .sm\:focus\:translate-y-52px:focus {
    --tw-translate-y: 52px;
  }

  .sm\:focus\:translate-y-53px:focus {
    --tw-translate-y: 53px;
  }

  .sm\:focus\:translate-y-54px:focus {
    --tw-translate-y: 54px;
  }

  .sm\:focus\:translate-y-55px:focus {
    --tw-translate-y: 55px;
  }

  .sm\:focus\:translate-y-56px:focus {
    --tw-translate-y: 56px;
  }

  .sm\:focus\:translate-y-57px:focus {
    --tw-translate-y: 57px;
  }

  .sm\:focus\:translate-y-58px:focus {
    --tw-translate-y: 58px;
  }

  .sm\:focus\:translate-y-59px:focus {
    --tw-translate-y: 59px;
  }

  .sm\:focus\:translate-y-60px:focus {
    --tw-translate-y: 60px;
  }

  .sm\:focus\:translate-y-61px:focus {
    --tw-translate-y: 61px;
  }

  .sm\:focus\:translate-y-62px:focus {
    --tw-translate-y: 62px;
  }

  .sm\:focus\:translate-y-63px:focus {
    --tw-translate-y: 63px;
  }

  .sm\:focus\:translate-y-64px:focus {
    --tw-translate-y: 64px;
  }

  .sm\:focus\:translate-y-65px:focus {
    --tw-translate-y: 65px;
  }

  .sm\:focus\:translate-y-66px:focus {
    --tw-translate-y: 66px;
  }

  .sm\:focus\:translate-y-67px:focus {
    --tw-translate-y: 67px;
  }

  .sm\:focus\:translate-y-68px:focus {
    --tw-translate-y: 68px;
  }

  .sm\:focus\:translate-y-69px:focus {
    --tw-translate-y: 69px;
  }

  .sm\:focus\:translate-y-70px:focus {
    --tw-translate-y: 70px;
  }

  .sm\:focus\:translate-y-71px:focus {
    --tw-translate-y: 71px;
  }

  .sm\:focus\:translate-y-72px:focus {
    --tw-translate-y: 72px;
  }

  .sm\:focus\:translate-y-73px:focus {
    --tw-translate-y: 73px;
  }

  .sm\:focus\:translate-y-74px:focus {
    --tw-translate-y: 74px;
  }

  .sm\:focus\:translate-y-75px:focus {
    --tw-translate-y: 75px;
  }

  .sm\:focus\:translate-y-76px:focus {
    --tw-translate-y: 76px;
  }

  .sm\:focus\:translate-y-77px:focus {
    --tw-translate-y: 77px;
  }

  .sm\:focus\:translate-y-78px:focus {
    --tw-translate-y: 78px;
  }

  .sm\:focus\:translate-y-79px:focus {
    --tw-translate-y: 79px;
  }

  .sm\:focus\:translate-y-80px:focus {
    --tw-translate-y: 80px;
  }

  .sm\:focus\:translate-y-81px:focus {
    --tw-translate-y: 81px;
  }

  .sm\:focus\:translate-y-82px:focus {
    --tw-translate-y: 82px;
  }

  .sm\:focus\:translate-y-83px:focus {
    --tw-translate-y: 83px;
  }

  .sm\:focus\:translate-y-84px:focus {
    --tw-translate-y: 84px;
  }

  .sm\:focus\:translate-y-85px:focus {
    --tw-translate-y: 85px;
  }

  .sm\:focus\:translate-y-86px:focus {
    --tw-translate-y: 86px;
  }

  .sm\:focus\:translate-y-87px:focus {
    --tw-translate-y: 87px;
  }

  .sm\:focus\:translate-y-88px:focus {
    --tw-translate-y: 88px;
  }

  .sm\:focus\:translate-y-89px:focus {
    --tw-translate-y: 89px;
  }

  .sm\:focus\:translate-y-90px:focus {
    --tw-translate-y: 90px;
  }

  .sm\:focus\:translate-y-91px:focus {
    --tw-translate-y: 91px;
  }

  .sm\:focus\:translate-y-92px:focus {
    --tw-translate-y: 92px;
  }

  .sm\:focus\:translate-y-93px:focus {
    --tw-translate-y: 93px;
  }

  .sm\:focus\:translate-y-94px:focus {
    --tw-translate-y: 94px;
  }

  .sm\:focus\:translate-y-95px:focus {
    --tw-translate-y: 95px;
  }

  .sm\:focus\:translate-y-96px:focus {
    --tw-translate-y: 96px;
  }

  .sm\:focus\:translate-y-97px:focus {
    --tw-translate-y: 97px;
  }

  .sm\:focus\:translate-y-98px:focus {
    --tw-translate-y: 98px;
  }

  .sm\:focus\:translate-y-99px:focus {
    --tw-translate-y: 99px;
  }

  .sm\:focus\:translate-y-100px:focus {
    --tw-translate-y: 100px;
  }

  .sm\:focus\:translate-y-101px:focus {
    --tw-translate-y: 101px;
  }

  .sm\:focus\:translate-y-102px:focus {
    --tw-translate-y: 102px;
  }

  .sm\:focus\:translate-y-103px:focus {
    --tw-translate-y: 103px;
  }

  .sm\:focus\:translate-y-104px:focus {
    --tw-translate-y: 104px;
  }

  .sm\:focus\:translate-y-105px:focus {
    --tw-translate-y: 105px;
  }

  .sm\:focus\:translate-y-106px:focus {
    --tw-translate-y: 106px;
  }

  .sm\:focus\:translate-y-107px:focus {
    --tw-translate-y: 107px;
  }

  .sm\:focus\:translate-y-108px:focus {
    --tw-translate-y: 108px;
  }

  .sm\:focus\:translate-y-109px:focus {
    --tw-translate-y: 109px;
  }

  .sm\:focus\:translate-y-110px:focus {
    --tw-translate-y: 110px;
  }

  .sm\:focus\:translate-y-111px:focus {
    --tw-translate-y: 111px;
  }

  .sm\:focus\:translate-y-112px:focus {
    --tw-translate-y: 112px;
  }

  .sm\:focus\:translate-y-113px:focus {
    --tw-translate-y: 113px;
  }

  .sm\:focus\:translate-y-114px:focus {
    --tw-translate-y: 114px;
  }

  .sm\:focus\:translate-y-115px:focus {
    --tw-translate-y: 115px;
  }

  .sm\:focus\:translate-y-116px:focus {
    --tw-translate-y: 116px;
  }

  .sm\:focus\:translate-y-117px:focus {
    --tw-translate-y: 117px;
  }

  .sm\:focus\:translate-y-118px:focus {
    --tw-translate-y: 118px;
  }

  .sm\:focus\:translate-y-119px:focus {
    --tw-translate-y: 119px;
  }

  .sm\:focus\:translate-y-120px:focus {
    --tw-translate-y: 120px;
  }

  .sm\:focus\:translate-y-121px:focus {
    --tw-translate-y: 121px;
  }

  .sm\:focus\:translate-y-122px:focus {
    --tw-translate-y: 122px;
  }

  .sm\:focus\:translate-y-123px:focus {
    --tw-translate-y: 123px;
  }

  .sm\:focus\:translate-y-124px:focus {
    --tw-translate-y: 124px;
  }

  .sm\:focus\:translate-y-125px:focus {
    --tw-translate-y: 125px;
  }

  .sm\:focus\:translate-y-126px:focus {
    --tw-translate-y: 126px;
  }

  .sm\:focus\:translate-y-127px:focus {
    --tw-translate-y: 127px;
  }

  .sm\:focus\:translate-y-128px:focus {
    --tw-translate-y: 128px;
  }

  .sm\:focus\:translate-y-129px:focus {
    --tw-translate-y: 129px;
  }

  .sm\:focus\:translate-y-130px:focus {
    --tw-translate-y: 130px;
  }

  .sm\:focus\:translate-y-133px:focus {
    --tw-translate-y: 133px;
  }

  .sm\:focus\:translate-y-140px:focus {
    --tw-translate-y: 140px;
  }

  .sm\:focus\:translate-y-195px:focus {
    --tw-translate-y: 195px;
  }

  .sm\:focus\:translate-y-200px:focus {
    --tw-translate-y: 200px;
  }

  .sm\:focus\:translate-y-210px:focus {
    --tw-translate-y: 210px;
  }

  .sm\:focus\:translate-y-222px:focus {
    --tw-translate-y: 222px;
  }

  .sm\:focus\:translate-y-258px:focus {
    --tw-translate-y: 258px;
  }

  .sm\:focus\:translate-y-280px:focus {
    --tw-translate-y: 280px;
  }

  .sm\:focus\:translate-y-334px:focus {
    --tw-translate-y: 334px;
  }

  .sm\:focus\:translate-y-388px:focus {
    --tw-translate-y: 388px;
  }

  .sm\:focus\:translate-y-480px:focus {
    --tw-translate-y: 480px;
  }

  .sm\:focus\:translate-y-490px:focus {
    --tw-translate-y: 490px;
  }

  .sm\:focus\:translate-y-505px:focus {
    --tw-translate-y: 505px;
  }

  .sm\:focus\:translate-y-507px:focus {
    --tw-translate-y: 507px;
  }

  .sm\:focus\:translate-y-760px:focus {
    --tw-translate-y: 760px;
  }

  .sm\:focus\:translate-y-780px:focus {
    --tw-translate-y: 780px;
  }

  .sm\:focus\:translate-y-980px:focus {
    --tw-translate-y: 980px;
  }

  .sm\:focus\:translate-y-1366px:focus {
    --tw-translate-y: 1366px;
  }

  .sm\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .sm\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .sm\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .sm\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .sm\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .sm\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .sm\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .sm\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .sm\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .sm\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .sm\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .sm\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .sm\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .sm\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .sm\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .sm\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .sm\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .sm\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .sm\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .sm\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .sm\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .sm\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .sm\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .sm\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .sm\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .sm\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .sm\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .sm\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .sm\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .sm\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .sm\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .sm\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .sm\:focus\:-translate-y-1px:focus {
    --tw-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-2px:focus {
    --tw-translate-y: -2px;
  }

  .sm\:focus\:-translate-y-3px:focus {
    --tw-translate-y: -3px;
  }

  .sm\:focus\:-translate-y-4px:focus {
    --tw-translate-y: -4px;
  }

  .sm\:focus\:-translate-y-5px:focus {
    --tw-translate-y: -5px;
  }

  .sm\:focus\:-translate-y-6px:focus {
    --tw-translate-y: -6px;
  }

  .sm\:focus\:-translate-y-7px:focus {
    --tw-translate-y: -7px;
  }

  .sm\:focus\:-translate-y-8px:focus {
    --tw-translate-y: -8px;
  }

  .sm\:focus\:-translate-y-9px:focus {
    --tw-translate-y: -9px;
  }

  .sm\:focus\:-translate-y-10px:focus {
    --tw-translate-y: -10px;
  }

  .sm\:focus\:-translate-y-11px:focus {
    --tw-translate-y: -11px;
  }

  .sm\:focus\:-translate-y-12px:focus {
    --tw-translate-y: -12px;
  }

  .sm\:focus\:-translate-y-13px:focus {
    --tw-translate-y: -13px;
  }

  .sm\:focus\:-translate-y-14px:focus {
    --tw-translate-y: -14px;
  }

  .sm\:focus\:-translate-y-15px:focus {
    --tw-translate-y: -15px;
  }

  .sm\:focus\:-translate-y-16px:focus {
    --tw-translate-y: -16px;
  }

  .sm\:focus\:-translate-y-17px:focus {
    --tw-translate-y: -17px;
  }

  .sm\:focus\:-translate-y-18px:focus {
    --tw-translate-y: -18px;
  }

  .sm\:focus\:-translate-y-19px:focus {
    --tw-translate-y: -19px;
  }

  .sm\:focus\:-translate-y-20px:focus {
    --tw-translate-y: -20px;
  }

  .sm\:focus\:-translate-y-21px:focus {
    --tw-translate-y: -21px;
  }

  .sm\:focus\:-translate-y-22px:focus {
    --tw-translate-y: -22px;
  }

  .sm\:focus\:-translate-y-23px:focus {
    --tw-translate-y: -23px;
  }

  .sm\:focus\:-translate-y-24px:focus {
    --tw-translate-y: -24px;
  }

  .sm\:focus\:-translate-y-25px:focus {
    --tw-translate-y: -25px;
  }

  .sm\:focus\:-translate-y-26px:focus {
    --tw-translate-y: -26px;
  }

  .sm\:focus\:-translate-y-27px:focus {
    --tw-translate-y: -27px;
  }

  .sm\:focus\:-translate-y-28px:focus {
    --tw-translate-y: -28px;
  }

  .sm\:focus\:-translate-y-29px:focus {
    --tw-translate-y: -29px;
  }

  .sm\:focus\:-translate-y-30px:focus {
    --tw-translate-y: -30px;
  }

  .sm\:focus\:-translate-y-31px:focus {
    --tw-translate-y: -31px;
  }

  .sm\:focus\:-translate-y-32px:focus {
    --tw-translate-y: -32px;
  }

  .sm\:focus\:-translate-y-33px:focus {
    --tw-translate-y: -33px;
  }

  .sm\:focus\:-translate-y-34px:focus {
    --tw-translate-y: -34px;
  }

  .sm\:focus\:-translate-y-35px:focus {
    --tw-translate-y: -35px;
  }

  .sm\:focus\:-translate-y-36px:focus {
    --tw-translate-y: -36px;
  }

  .sm\:focus\:-translate-y-37px:focus {
    --tw-translate-y: -37px;
  }

  .sm\:focus\:-translate-y-38px:focus {
    --tw-translate-y: -38px;
  }

  .sm\:focus\:-translate-y-39px:focus {
    --tw-translate-y: -39px;
  }

  .sm\:focus\:-translate-y-40px:focus {
    --tw-translate-y: -40px;
  }

  .sm\:focus\:-translate-y-41px:focus {
    --tw-translate-y: -41px;
  }

  .sm\:focus\:-translate-y-42px:focus {
    --tw-translate-y: -42px;
  }

  .sm\:focus\:-translate-y-43px:focus {
    --tw-translate-y: -43px;
  }

  .sm\:focus\:-translate-y-44px:focus {
    --tw-translate-y: -44px;
  }

  .sm\:focus\:-translate-y-45px:focus {
    --tw-translate-y: -45px;
  }

  .sm\:focus\:-translate-y-46px:focus {
    --tw-translate-y: -46px;
  }

  .sm\:focus\:-translate-y-47px:focus {
    --tw-translate-y: -47px;
  }

  .sm\:focus\:-translate-y-48px:focus {
    --tw-translate-y: -48px;
  }

  .sm\:focus\:-translate-y-49px:focus {
    --tw-translate-y: -49px;
  }

  .sm\:focus\:-translate-y-50px:focus {
    --tw-translate-y: -50px;
  }

  .sm\:focus\:-translate-y-51px:focus {
    --tw-translate-y: -51px;
  }

  .sm\:focus\:-translate-y-52px:focus {
    --tw-translate-y: -52px;
  }

  .sm\:focus\:-translate-y-53px:focus {
    --tw-translate-y: -53px;
  }

  .sm\:focus\:-translate-y-54px:focus {
    --tw-translate-y: -54px;
  }

  .sm\:focus\:-translate-y-55px:focus {
    --tw-translate-y: -55px;
  }

  .sm\:focus\:-translate-y-56px:focus {
    --tw-translate-y: -56px;
  }

  .sm\:focus\:-translate-y-57px:focus {
    --tw-translate-y: -57px;
  }

  .sm\:focus\:-translate-y-58px:focus {
    --tw-translate-y: -58px;
  }

  .sm\:focus\:-translate-y-59px:focus {
    --tw-translate-y: -59px;
  }

  .sm\:focus\:-translate-y-60px:focus {
    --tw-translate-y: -60px;
  }

  .sm\:focus\:-translate-y-61px:focus {
    --tw-translate-y: -61px;
  }

  .sm\:focus\:-translate-y-62px:focus {
    --tw-translate-y: -62px;
  }

  .sm\:focus\:-translate-y-63px:focus {
    --tw-translate-y: -63px;
  }

  .sm\:focus\:-translate-y-64px:focus {
    --tw-translate-y: -64px;
  }

  .sm\:focus\:-translate-y-65px:focus {
    --tw-translate-y: -65px;
  }

  .sm\:focus\:-translate-y-66px:focus {
    --tw-translate-y: -66px;
  }

  .sm\:focus\:-translate-y-67px:focus {
    --tw-translate-y: -67px;
  }

  .sm\:focus\:-translate-y-68px:focus {
    --tw-translate-y: -68px;
  }

  .sm\:focus\:-translate-y-69px:focus {
    --tw-translate-y: -69px;
  }

  .sm\:focus\:-translate-y-70px:focus {
    --tw-translate-y: -70px;
  }

  .sm\:focus\:-translate-y-71px:focus {
    --tw-translate-y: -71px;
  }

  .sm\:focus\:-translate-y-72px:focus {
    --tw-translate-y: -72px;
  }

  .sm\:focus\:-translate-y-73px:focus {
    --tw-translate-y: -73px;
  }

  .sm\:focus\:-translate-y-74px:focus {
    --tw-translate-y: -74px;
  }

  .sm\:focus\:-translate-y-75px:focus {
    --tw-translate-y: -75px;
  }

  .sm\:focus\:-translate-y-76px:focus {
    --tw-translate-y: -76px;
  }

  .sm\:focus\:-translate-y-77px:focus {
    --tw-translate-y: -77px;
  }

  .sm\:focus\:-translate-y-78px:focus {
    --tw-translate-y: -78px;
  }

  .sm\:focus\:-translate-y-79px:focus {
    --tw-translate-y: -79px;
  }

  .sm\:focus\:-translate-y-80px:focus {
    --tw-translate-y: -80px;
  }

  .sm\:focus\:-translate-y-81px:focus {
    --tw-translate-y: -81px;
  }

  .sm\:focus\:-translate-y-82px:focus {
    --tw-translate-y: -82px;
  }

  .sm\:focus\:-translate-y-83px:focus {
    --tw-translate-y: -83px;
  }

  .sm\:focus\:-translate-y-84px:focus {
    --tw-translate-y: -84px;
  }

  .sm\:focus\:-translate-y-85px:focus {
    --tw-translate-y: -85px;
  }

  .sm\:focus\:-translate-y-86px:focus {
    --tw-translate-y: -86px;
  }

  .sm\:focus\:-translate-y-87px:focus {
    --tw-translate-y: -87px;
  }

  .sm\:focus\:-translate-y-88px:focus {
    --tw-translate-y: -88px;
  }

  .sm\:focus\:-translate-y-89px:focus {
    --tw-translate-y: -89px;
  }

  .sm\:focus\:-translate-y-90px:focus {
    --tw-translate-y: -90px;
  }

  .sm\:focus\:-translate-y-91px:focus {
    --tw-translate-y: -91px;
  }

  .sm\:focus\:-translate-y-92px:focus {
    --tw-translate-y: -92px;
  }

  .sm\:focus\:-translate-y-93px:focus {
    --tw-translate-y: -93px;
  }

  .sm\:focus\:-translate-y-94px:focus {
    --tw-translate-y: -94px;
  }

  .sm\:focus\:-translate-y-95px:focus {
    --tw-translate-y: -95px;
  }

  .sm\:focus\:-translate-y-96px:focus {
    --tw-translate-y: -96px;
  }

  .sm\:focus\:-translate-y-97px:focus {
    --tw-translate-y: -97px;
  }

  .sm\:focus\:-translate-y-98px:focus {
    --tw-translate-y: -98px;
  }

  .sm\:focus\:-translate-y-99px:focus {
    --tw-translate-y: -99px;
  }

  .sm\:focus\:-translate-y-100px:focus {
    --tw-translate-y: -100px;
  }

  .sm\:focus\:-translate-y-101px:focus {
    --tw-translate-y: -101px;
  }

  .sm\:focus\:-translate-y-102px:focus {
    --tw-translate-y: -102px;
  }

  .sm\:focus\:-translate-y-103px:focus {
    --tw-translate-y: -103px;
  }

  .sm\:focus\:-translate-y-104px:focus {
    --tw-translate-y: -104px;
  }

  .sm\:focus\:-translate-y-105px:focus {
    --tw-translate-y: -105px;
  }

  .sm\:focus\:-translate-y-106px:focus {
    --tw-translate-y: -106px;
  }

  .sm\:focus\:-translate-y-107px:focus {
    --tw-translate-y: -107px;
  }

  .sm\:focus\:-translate-y-108px:focus {
    --tw-translate-y: -108px;
  }

  .sm\:focus\:-translate-y-109px:focus {
    --tw-translate-y: -109px;
  }

  .sm\:focus\:-translate-y-110px:focus {
    --tw-translate-y: -110px;
  }

  .sm\:focus\:-translate-y-111px:focus {
    --tw-translate-y: -111px;
  }

  .sm\:focus\:-translate-y-112px:focus {
    --tw-translate-y: -112px;
  }

  .sm\:focus\:-translate-y-113px:focus {
    --tw-translate-y: -113px;
  }

  .sm\:focus\:-translate-y-114px:focus {
    --tw-translate-y: -114px;
  }

  .sm\:focus\:-translate-y-115px:focus {
    --tw-translate-y: -115px;
  }

  .sm\:focus\:-translate-y-116px:focus {
    --tw-translate-y: -116px;
  }

  .sm\:focus\:-translate-y-117px:focus {
    --tw-translate-y: -117px;
  }

  .sm\:focus\:-translate-y-118px:focus {
    --tw-translate-y: -118px;
  }

  .sm\:focus\:-translate-y-119px:focus {
    --tw-translate-y: -119px;
  }

  .sm\:focus\:-translate-y-120px:focus {
    --tw-translate-y: -120px;
  }

  .sm\:focus\:-translate-y-121px:focus {
    --tw-translate-y: -121px;
  }

  .sm\:focus\:-translate-y-122px:focus {
    --tw-translate-y: -122px;
  }

  .sm\:focus\:-translate-y-123px:focus {
    --tw-translate-y: -123px;
  }

  .sm\:focus\:-translate-y-124px:focus {
    --tw-translate-y: -124px;
  }

  .sm\:focus\:-translate-y-125px:focus {
    --tw-translate-y: -125px;
  }

  .sm\:focus\:-translate-y-126px:focus {
    --tw-translate-y: -126px;
  }

  .sm\:focus\:-translate-y-127px:focus {
    --tw-translate-y: -127px;
  }

  .sm\:focus\:-translate-y-128px:focus {
    --tw-translate-y: -128px;
  }

  .sm\:focus\:-translate-y-129px:focus {
    --tw-translate-y: -129px;
  }

  .sm\:focus\:-translate-y-130px:focus {
    --tw-translate-y: -130px;
  }

  .sm\:focus\:-translate-y-133px:focus {
    --tw-translate-y: -133px;
  }

  .sm\:focus\:-translate-y-140px:focus {
    --tw-translate-y: -140px;
  }

  .sm\:focus\:-translate-y-195px:focus {
    --tw-translate-y: -195px;
  }

  .sm\:focus\:-translate-y-200px:focus {
    --tw-translate-y: -200px;
  }

  .sm\:focus\:-translate-y-210px:focus {
    --tw-translate-y: -210px;
  }

  .sm\:focus\:-translate-y-222px:focus {
    --tw-translate-y: -222px;
  }

  .sm\:focus\:-translate-y-258px:focus {
    --tw-translate-y: -258px;
  }

  .sm\:focus\:-translate-y-280px:focus {
    --tw-translate-y: -280px;
  }

  .sm\:focus\:-translate-y-334px:focus {
    --tw-translate-y: -334px;
  }

  .sm\:focus\:-translate-y-388px:focus {
    --tw-translate-y: -388px;
  }

  .sm\:focus\:-translate-y-480px:focus {
    --tw-translate-y: -480px;
  }

  .sm\:focus\:-translate-y-490px:focus {
    --tw-translate-y: -490px;
  }

  .sm\:focus\:-translate-y-505px:focus {
    --tw-translate-y: -505px;
  }

  .sm\:focus\:-translate-y-507px:focus {
    --tw-translate-y: -507px;
  }

  .sm\:focus\:-translate-y-760px:focus {
    --tw-translate-y: -760px;
  }

  .sm\:focus\:-translate-y-780px:focus {
    --tw-translate-y: -780px;
  }

  .sm\:focus\:-translate-y-980px:focus {
    --tw-translate-y: -980px;
  }

  .sm\:focus\:-translate-y-1366px:focus {
    --tw-translate-y: -1366px;
  }

  .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 {
    animation: none;
  }

  .sm\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .sm\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@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: 1366px) {
    .md\:container {
      max-width: 1366px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-1px > :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-1px > :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-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .md\:space-x-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2px * var(--tw-space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-3px > :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-3px > :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-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse));
  }

  .md\:space-x-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4px * var(--tw-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-5px > :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-5px > :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-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px * var(--tw-space-y-reverse));
  }

  .md\:space-x-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6px * var(--tw-space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7px * var(--tw-space-y-reverse));
  }

  .md\:space-x-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7px * var(--tw-space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-8px > :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-8px > :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-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9px * var(--tw-space-y-reverse));
  }

  .md\:space-x-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9px * var(--tw-space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-10px > :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-10px > :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-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11px * var(--tw-space-y-reverse));
  }

  .md\:space-x-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11px * var(--tw-space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-12px > :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-12px > :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-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13px * var(--tw-space-y-reverse));
  }

  .md\:space-x-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13px * var(--tw-space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-14px > :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-14px > :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-15px > :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-15px > :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-16px > :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-16px > :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-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17px * var(--tw-space-y-reverse));
  }

  .md\:space-x-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(17px * var(--tw-space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
  }

  .md\:space-x-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19px * var(--tw-space-y-reverse));
  }

  .md\:space-x-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19px * var(--tw-space-x-reverse));
    margin-left: calc(19px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-20px > :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-20px > :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-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(21px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21px * var(--tw-space-y-reverse));
  }

  .md\:space-x-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21px * var(--tw-space-x-reverse));
    margin-left: calc(21px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22px * var(--tw-space-y-reverse));
  }

  .md\:space-x-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22px * var(--tw-space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23px * var(--tw-space-y-reverse));
  }

  .md\:space-x-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23px * var(--tw-space-x-reverse));
    margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-24px > :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-24px > :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-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25px * var(--tw-space-y-reverse));
  }

  .md\:space-x-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25px * var(--tw-space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26px * var(--tw-space-y-reverse));
  }

  .md\:space-x-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26px * var(--tw-space-x-reverse));
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27px * var(--tw-space-y-reverse));
  }

  .md\:space-x-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27px * var(--tw-space-x-reverse));
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-28px > :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-28px > :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-29px > :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-29px > :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-30px > :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-30px > :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-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31px * var(--tw-space-y-reverse));
  }

  .md\:space-x-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31px * var(--tw-space-x-reverse));
    margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-32px > :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-32px > :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-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33px * var(--tw-space-y-reverse));
  }

  .md\:space-x-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33px * var(--tw-space-x-reverse));
    margin-left: calc(33px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34px * var(--tw-space-y-reverse));
  }

  .md\:space-x-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(34px * var(--tw-space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-35px > :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-35px > :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-36px > :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-36px > :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-37px > :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-37px > :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-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38px * var(--tw-space-y-reverse));
  }

  .md\:space-x-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38px * var(--tw-space-x-reverse));
    margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-39px > :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-39px > :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-40px > :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-40px > :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-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41px * var(--tw-space-y-reverse));
  }

  .md\:space-x-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41px * var(--tw-space-x-reverse));
    margin-left: calc(41px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(42px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(42px * var(--tw-space-y-reverse));
  }

  .md\:space-x-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(42px * var(--tw-space-x-reverse));
    margin-left: calc(42px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(43px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(43px * var(--tw-space-y-reverse));
  }

  .md\:space-x-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(43px * var(--tw-space-x-reverse));
    margin-left: calc(43px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(44px * var(--tw-space-y-reverse));
  }

  .md\:space-x-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(44px * var(--tw-space-x-reverse));
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45px * var(--tw-space-y-reverse));
  }

  .md\:space-x-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45px * var(--tw-space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(46px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(46px * var(--tw-space-y-reverse));
  }

  .md\:space-x-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(46px * var(--tw-space-x-reverse));
    margin-left: calc(46px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-47px > :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-47px > :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-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .md\:space-x-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(49px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(49px * var(--tw-space-y-reverse));
  }

  .md\:space-x-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(49px * var(--tw-space-x-reverse));
    margin-left: calc(49px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-50px > :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-50px > :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-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(51px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(51px * var(--tw-space-y-reverse));
  }

  .md\:space-x-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(51px * var(--tw-space-x-reverse));
    margin-left: calc(51px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(52px * var(--tw-space-y-reverse));
  }

  .md\:space-x-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(52px * var(--tw-space-x-reverse));
    margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(53px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(53px * var(--tw-space-y-reverse));
  }

  .md\:space-x-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(53px * var(--tw-space-x-reverse));
    margin-left: calc(53px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54px * var(--tw-space-y-reverse));
  }

  .md\:space-x-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54px * var(--tw-space-x-reverse));
    margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55px * var(--tw-space-y-reverse));
  }

  .md\:space-x-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(55px * var(--tw-space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-56px > :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-56px > :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-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(57px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(57px * var(--tw-space-y-reverse));
  }

  .md\:space-x-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(57px * var(--tw-space-x-reverse));
    margin-left: calc(57px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58px * var(--tw-space-y-reverse));
  }

  .md\:space-x-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(58px * var(--tw-space-x-reverse));
    margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(59px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(59px * var(--tw-space-y-reverse));
  }

  .md\:space-x-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(59px * var(--tw-space-x-reverse));
    margin-left: calc(59px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .md\:space-x-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(61px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(61px * var(--tw-space-y-reverse));
  }

  .md\:space-x-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(61px * var(--tw-space-x-reverse));
    margin-left: calc(61px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(62px * var(--tw-space-y-reverse));
  }

  .md\:space-x-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(62px * var(--tw-space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(63px * var(--tw-space-y-reverse));
  }

  .md\:space-x-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(63px * var(--tw-space-x-reverse));
    margin-left: calc(63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-64px > :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-64px > :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-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65px * var(--tw-space-y-reverse));
  }

  .md\:space-x-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(65px * var(--tw-space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66px * var(--tw-space-y-reverse));
  }

  .md\:space-x-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66px * var(--tw-space-x-reverse));
    margin-left: calc(66px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(67px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(67px * var(--tw-space-y-reverse));
  }

  .md\:space-x-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(67px * var(--tw-space-x-reverse));
    margin-left: calc(67px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(68px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(68px * var(--tw-space-y-reverse));
  }

  .md\:space-x-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(68px * var(--tw-space-x-reverse));
    margin-left: calc(68px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(69px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(69px * var(--tw-space-y-reverse));
  }

  .md\:space-x-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(69px * var(--tw-space-x-reverse));
    margin-left: calc(69px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-70px > :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-70px > :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-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(71px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71px * var(--tw-space-y-reverse));
  }

  .md\:space-x-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(71px * var(--tw-space-x-reverse));
    margin-left: calc(71px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-72px > :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-72px > :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-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(73px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73px * var(--tw-space-y-reverse));
  }

  .md\:space-x-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(73px * var(--tw-space-x-reverse));
    margin-left: calc(73px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(74px * var(--tw-space-y-reverse));
  }

  .md\:space-x-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(74px * var(--tw-space-x-reverse));
    margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-75px > :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-75px > :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-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(76px * var(--tw-space-y-reverse));
  }

  .md\:space-x-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(76px * var(--tw-space-x-reverse));
    margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(77px * var(--tw-space-y-reverse));
  }

  .md\:space-x-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(77px * var(--tw-space-x-reverse));
    margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(78px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78px * var(--tw-space-y-reverse));
  }

  .md\:space-x-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(78px * var(--tw-space-x-reverse));
    margin-left: calc(78px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(79px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(79px * var(--tw-space-y-reverse));
  }

  .md\:space-x-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(79px * var(--tw-space-x-reverse));
    margin-left: calc(79px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-80px > :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-80px > :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-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(81px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(81px * var(--tw-space-y-reverse));
  }

  .md\:space-x-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(81px * var(--tw-space-x-reverse));
    margin-left: calc(81px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82px * var(--tw-space-y-reverse));
  }

  .md\:space-x-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82px * var(--tw-space-x-reverse));
    margin-left: calc(82px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-83px > :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-83px > :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-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(84px * var(--tw-space-y-reverse));
  }

  .md\:space-x-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(84px * var(--tw-space-x-reverse));
    margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85px * var(--tw-space-y-reverse));
  }

  .md\:space-x-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(85px * var(--tw-space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(86px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(86px * var(--tw-space-y-reverse));
  }

  .md\:space-x-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(86px * var(--tw-space-x-reverse));
    margin-left: calc(86px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(87px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(87px * var(--tw-space-y-reverse));
  }

  .md\:space-x-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(87px * var(--tw-space-x-reverse));
    margin-left: calc(87px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(88px * var(--tw-space-y-reverse));
  }

  .md\:space-x-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(88px * var(--tw-space-x-reverse));
    margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(89px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(89px * var(--tw-space-y-reverse));
  }

  .md\:space-x-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(89px * var(--tw-space-x-reverse));
    margin-left: calc(89px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90px * var(--tw-space-y-reverse));
  }

  .md\:space-x-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90px * var(--tw-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(91px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(91px * var(--tw-space-y-reverse));
  }

  .md\:space-x-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(91px * var(--tw-space-x-reverse));
    margin-left: calc(91px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(92px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(92px * var(--tw-space-y-reverse));
  }

  .md\:space-x-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(92px * var(--tw-space-x-reverse));
    margin-left: calc(92px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(93px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(93px * var(--tw-space-y-reverse));
  }

  .md\:space-x-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(93px * var(--tw-space-x-reverse));
    margin-left: calc(93px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(94px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(94px * var(--tw-space-y-reverse));
  }

  .md\:space-x-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(94px * var(--tw-space-x-reverse));
    margin-left: calc(94px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .md\:space-x-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px * var(--tw-space-y-reverse));
  }

  .md\:space-x-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96px * var(--tw-space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(97px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(97px * var(--tw-space-y-reverse));
  }

  .md\:space-x-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(97px * var(--tw-space-x-reverse));
    margin-left: calc(97px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(98px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(98px * var(--tw-space-y-reverse));
  }

  .md\:space-x-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(98px * var(--tw-space-x-reverse));
    margin-left: calc(98px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(99px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(99px * var(--tw-space-y-reverse));
  }

  .md\:space-x-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(99px * var(--tw-space-x-reverse));
    margin-left: calc(99px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-100px > :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-100px > :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-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(101px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(101px * var(--tw-space-y-reverse));
  }

  .md\:space-x-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(101px * var(--tw-space-x-reverse));
    margin-left: calc(101px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(102px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(102px * var(--tw-space-y-reverse));
  }

  .md\:space-x-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(102px * var(--tw-space-x-reverse));
    margin-left: calc(102px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(103px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(103px * var(--tw-space-y-reverse));
  }

  .md\:space-x-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(103px * var(--tw-space-x-reverse));
    margin-left: calc(103px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(104px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(104px * var(--tw-space-y-reverse));
  }

  .md\:space-x-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(104px * var(--tw-space-x-reverse));
    margin-left: calc(104px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(105px * var(--tw-space-y-reverse));
  }

  .md\:space-x-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(105px * var(--tw-space-x-reverse));
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(106px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(106px * var(--tw-space-y-reverse));
  }

  .md\:space-x-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(106px * var(--tw-space-x-reverse));
    margin-left: calc(106px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(107px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(107px * var(--tw-space-y-reverse));
  }

  .md\:space-x-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(107px * var(--tw-space-x-reverse));
    margin-left: calc(107px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(108px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(108px * var(--tw-space-y-reverse));
  }

  .md\:space-x-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(108px * var(--tw-space-x-reverse));
    margin-left: calc(108px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(109px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(109px * var(--tw-space-y-reverse));
  }

  .md\:space-x-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(109px * var(--tw-space-x-reverse));
    margin-left: calc(109px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(110px * var(--tw-space-y-reverse));
  }

  .md\:space-x-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(110px * var(--tw-space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(111px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(111px * var(--tw-space-y-reverse));
  }

  .md\:space-x-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(111px * var(--tw-space-x-reverse));
    margin-left: calc(111px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(112px * var(--tw-space-y-reverse));
  }

  .md\:space-x-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(112px * var(--tw-space-x-reverse));
    margin-left: calc(112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(113px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(113px * var(--tw-space-y-reverse));
  }

  .md\:space-x-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(113px * var(--tw-space-x-reverse));
    margin-left: calc(113px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(114px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(114px * var(--tw-space-y-reverse));
  }

  .md\:space-x-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(114px * var(--tw-space-x-reverse));
    margin-left: calc(114px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(115px * var(--tw-space-y-reverse));
  }

  .md\:space-x-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(115px * var(--tw-space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(116px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(116px * var(--tw-space-y-reverse));
  }

  .md\:space-x-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(116px * var(--tw-space-x-reverse));
    margin-left: calc(116px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(117px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(117px * var(--tw-space-y-reverse));
  }

  .md\:space-x-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(117px * var(--tw-space-x-reverse));
    margin-left: calc(117px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-118px > :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-118px > :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-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(119px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(119px * var(--tw-space-y-reverse));
  }

  .md\:space-x-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(119px * var(--tw-space-x-reverse));
    margin-left: calc(119px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .md\:space-x-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(121px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(121px * var(--tw-space-y-reverse));
  }

  .md\:space-x-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(121px * var(--tw-space-x-reverse));
    margin-left: calc(121px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(122px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(122px * var(--tw-space-y-reverse));
  }

  .md\:space-x-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(122px * var(--tw-space-x-reverse));
    margin-left: calc(122px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(123px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(123px * var(--tw-space-y-reverse));
  }

  .md\:space-x-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(123px * var(--tw-space-x-reverse));
    margin-left: calc(123px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(124px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(124px * var(--tw-space-y-reverse));
  }

  .md\:space-x-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(124px * var(--tw-space-x-reverse));
    margin-left: calc(124px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(125px * var(--tw-space-y-reverse));
  }

  .md\:space-x-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(125px * var(--tw-space-x-reverse));
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(126px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(126px * var(--tw-space-y-reverse));
  }

  .md\:space-x-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(126px * var(--tw-space-x-reverse));
    margin-left: calc(126px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(127px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(127px * var(--tw-space-y-reverse));
  }

  .md\:space-x-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(127px * var(--tw-space-x-reverse));
    margin-left: calc(127px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(128px * var(--tw-space-y-reverse));
  }

  .md\:space-x-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(128px * var(--tw-space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(129px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(129px * var(--tw-space-y-reverse));
  }

  .md\:space-x-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(129px * var(--tw-space-x-reverse));
    margin-left: calc(129px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-130px > :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-130px > :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-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(133px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(133px * var(--tw-space-y-reverse));
  }

  .md\:space-x-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(133px * var(--tw-space-x-reverse));
    margin-left: calc(133px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(140px * var(--tw-space-y-reverse));
  }

  .md\:space-x-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(140px * var(--tw-space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(195px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(195px * var(--tw-space-y-reverse));
  }

  .md\:space-x-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(195px * var(--tw-space-x-reverse));
    margin-left: calc(195px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .md\:space-x-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(210px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(210px * var(--tw-space-y-reverse));
  }

  .md\:space-x-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(210px * var(--tw-space-x-reverse));
    margin-left: calc(210px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(222px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(222px * var(--tw-space-y-reverse));
  }

  .md\:space-x-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(222px * var(--tw-space-x-reverse));
    margin-left: calc(222px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(258px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(258px * var(--tw-space-y-reverse));
  }

  .md\:space-x-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(258px * var(--tw-space-x-reverse));
    margin-left: calc(258px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(280px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(280px * var(--tw-space-y-reverse));
  }

  .md\:space-x-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(280px * var(--tw-space-x-reverse));
    margin-left: calc(280px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(334px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(334px * var(--tw-space-y-reverse));
  }

  .md\:space-x-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(334px * var(--tw-space-x-reverse));
    margin-left: calc(334px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(388px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(388px * var(--tw-space-y-reverse));
  }

  .md\:space-x-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(388px * var(--tw-space-x-reverse));
    margin-left: calc(388px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(480px * var(--tw-space-y-reverse));
  }

  .md\:space-x-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(480px * var(--tw-space-x-reverse));
    margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(490px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(490px * var(--tw-space-y-reverse));
  }

  .md\:space-x-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(490px * var(--tw-space-x-reverse));
    margin-left: calc(490px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(505px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(505px * var(--tw-space-y-reverse));
  }

  .md\:space-x-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(505px * var(--tw-space-x-reverse));
    margin-left: calc(505px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(507px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(507px * var(--tw-space-y-reverse));
  }

  .md\:space-x-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(507px * var(--tw-space-x-reverse));
    margin-left: calc(507px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(760px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(760px * var(--tw-space-y-reverse));
  }

  .md\:space-x-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(760px * var(--tw-space-x-reverse));
    margin-left: calc(760px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(780px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(780px * var(--tw-space-y-reverse));
  }

  .md\:space-x-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(780px * var(--tw-space-x-reverse));
    margin-left: calc(780px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(980px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(980px * var(--tw-space-y-reverse));
  }

  .md\:space-x-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(980px * var(--tw-space-x-reverse));
    margin-left: calc(980px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1366px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1366px * var(--tw-space-y-reverse));
  }

  .md\:space-x-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1366px * var(--tw-space-x-reverse));
    margin-left: calc(1366px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-1px > :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-1px > :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-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2px * var(--tw-space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-3px > :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-3px > :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-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4px * var(--tw-space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-5px > :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-5px > :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-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6px * var(--tw-space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7px * var(--tw-space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-8px > :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-8px > :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-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9px * var(--tw-space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-10px > :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-10px > :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-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11px * var(--tw-space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-12px > :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-12px > :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-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13px * var(--tw-space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-14px > :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-14px > :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-15px > :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-15px > :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-16px > :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-16px > :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-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-17px * var(--tw-space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px * var(--tw-space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19px * var(--tw-space-x-reverse));
    margin-left: calc(-19px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-20px > :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-20px > :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-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-21px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21px * var(--tw-space-x-reverse));
    margin-left: calc(-21px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22px * var(--tw-space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23px * var(--tw-space-x-reverse));
    margin-left: calc(-23px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-24px > :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-24px > :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-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25px * var(--tw-space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26px * var(--tw-space-x-reverse));
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27px * var(--tw-space-x-reverse));
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-28px > :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-28px > :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-29px > :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-29px > :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-30px > :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-30px > :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-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31px * var(--tw-space-x-reverse));
    margin-left: calc(-31px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-32px > :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-32px > :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-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33px * var(--tw-space-x-reverse));
    margin-left: calc(-33px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-34px * var(--tw-space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-35px > :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-35px > :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-36px > :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-36px > :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-37px > :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-37px > :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-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38px * var(--tw-space-x-reverse));
    margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-39px > :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-39px > :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-40px > :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-40px > :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-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41px * var(--tw-space-x-reverse));
    margin-left: calc(-41px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-42px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-42px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-42px * var(--tw-space-x-reverse));
    margin-left: calc(-42px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-43px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-43px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-43px * var(--tw-space-x-reverse));
    margin-left: calc(-43px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-44px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-44px * var(--tw-space-x-reverse));
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45px * var(--tw-space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-46px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-46px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-46px * var(--tw-space-x-reverse));
    margin-left: calc(-46px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-47px > :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-47px > :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-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-49px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-49px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-49px * var(--tw-space-x-reverse));
    margin-left: calc(-49px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-50px > :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-50px > :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-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-51px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-51px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-51px * var(--tw-space-x-reverse));
    margin-left: calc(-51px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-52px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-52px * var(--tw-space-x-reverse));
    margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-53px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-53px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-53px * var(--tw-space-x-reverse));
    margin-left: calc(-53px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54px * var(--tw-space-x-reverse));
    margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-55px * var(--tw-space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-56px > :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-56px > :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-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-57px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-57px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-57px * var(--tw-space-x-reverse));
    margin-left: calc(-57px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-58px * var(--tw-space-x-reverse));
    margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-59px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-59px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-59px * var(--tw-space-x-reverse));
    margin-left: calc(-59px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-61px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-61px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-61px * var(--tw-space-x-reverse));
    margin-left: calc(-61px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-62px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-62px * var(--tw-space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-63px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-63px * var(--tw-space-x-reverse));
    margin-left: calc(-63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-64px > :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-64px > :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-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-65px * var(--tw-space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66px * var(--tw-space-x-reverse));
    margin-left: calc(-66px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-67px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-67px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-67px * var(--tw-space-x-reverse));
    margin-left: calc(-67px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-68px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-68px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-68px * var(--tw-space-x-reverse));
    margin-left: calc(-68px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-69px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-69px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-69px * var(--tw-space-x-reverse));
    margin-left: calc(-69px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-70px > :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-70px > :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-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-71px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-71px * var(--tw-space-x-reverse));
    margin-left: calc(-71px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-72px > :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-72px > :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-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-73px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-73px * var(--tw-space-x-reverse));
    margin-left: calc(-73px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-74px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-74px * var(--tw-space-x-reverse));
    margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-75px > :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-75px > :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-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-76px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-76px * var(--tw-space-x-reverse));
    margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-77px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-77px * var(--tw-space-x-reverse));
    margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-78px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-78px * var(--tw-space-x-reverse));
    margin-left: calc(-78px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-79px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-79px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-79px * var(--tw-space-x-reverse));
    margin-left: calc(-79px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-80px > :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-80px > :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-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-81px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-81px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-81px * var(--tw-space-x-reverse));
    margin-left: calc(-81px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82px * var(--tw-space-x-reverse));
    margin-left: calc(-82px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-83px > :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-83px > :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-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-84px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-84px * var(--tw-space-x-reverse));
    margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-85px * var(--tw-space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-86px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-86px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-86px * var(--tw-space-x-reverse));
    margin-left: calc(-86px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-87px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-87px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-87px * var(--tw-space-x-reverse));
    margin-left: calc(-87px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-88px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-88px * var(--tw-space-x-reverse));
    margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-89px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-89px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-89px * var(--tw-space-x-reverse));
    margin-left: calc(-89px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90px * var(--tw-space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-91px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-91px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-91px * var(--tw-space-x-reverse));
    margin-left: calc(-91px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-92px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-92px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-92px * var(--tw-space-x-reverse));
    margin-left: calc(-92px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-93px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-93px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-93px * var(--tw-space-x-reverse));
    margin-left: calc(-93px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-94px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-94px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-94px * var(--tw-space-x-reverse));
    margin-left: calc(-94px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px * var(--tw-space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-97px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-97px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-97px * var(--tw-space-x-reverse));
    margin-left: calc(-97px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-98px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-98px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-98px * var(--tw-space-x-reverse));
    margin-left: calc(-98px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-99px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-99px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-99px * var(--tw-space-x-reverse));
    margin-left: calc(-99px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-100px > :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-100px > :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-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-101px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-101px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-101px * var(--tw-space-x-reverse));
    margin-left: calc(-101px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-102px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-102px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-102px * var(--tw-space-x-reverse));
    margin-left: calc(-102px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-103px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-103px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-103px * var(--tw-space-x-reverse));
    margin-left: calc(-103px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-104px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-104px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-104px * var(--tw-space-x-reverse));
    margin-left: calc(-104px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-105px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-105px * var(--tw-space-x-reverse));
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-106px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-106px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-106px * var(--tw-space-x-reverse));
    margin-left: calc(-106px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-107px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-107px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-107px * var(--tw-space-x-reverse));
    margin-left: calc(-107px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-108px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-108px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-108px * var(--tw-space-x-reverse));
    margin-left: calc(-108px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-109px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-109px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-109px * var(--tw-space-x-reverse));
    margin-left: calc(-109px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-110px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-110px * var(--tw-space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-111px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-111px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-111px * var(--tw-space-x-reverse));
    margin-left: calc(-111px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-112px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-112px * var(--tw-space-x-reverse));
    margin-left: calc(-112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-113px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-113px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-113px * var(--tw-space-x-reverse));
    margin-left: calc(-113px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-114px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-114px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-114px * var(--tw-space-x-reverse));
    margin-left: calc(-114px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-115px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-115px * var(--tw-space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-116px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-116px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-116px * var(--tw-space-x-reverse));
    margin-left: calc(-116px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-117px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-117px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-117px * var(--tw-space-x-reverse));
    margin-left: calc(-117px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-118px > :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-118px > :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-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-119px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-119px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-119px * var(--tw-space-x-reverse));
    margin-left: calc(-119px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-121px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-121px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-121px * var(--tw-space-x-reverse));
    margin-left: calc(-121px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-122px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-122px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-122px * var(--tw-space-x-reverse));
    margin-left: calc(-122px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-123px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-123px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-123px * var(--tw-space-x-reverse));
    margin-left: calc(-123px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-124px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-124px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-124px * var(--tw-space-x-reverse));
    margin-left: calc(-124px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-125px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-125px * var(--tw-space-x-reverse));
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-126px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-126px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-126px * var(--tw-space-x-reverse));
    margin-left: calc(-126px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-127px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-127px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-127px * var(--tw-space-x-reverse));
    margin-left: calc(-127px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-128px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-128px * var(--tw-space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-129px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-129px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-129px * var(--tw-space-x-reverse));
    margin-left: calc(-129px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-130px > :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-130px > :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-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-133px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-133px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-133px * var(--tw-space-x-reverse));
    margin-left: calc(-133px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-140px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-140px * var(--tw-space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-195px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-195px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-195px * var(--tw-space-x-reverse));
    margin-left: calc(-195px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-200px * var(--tw-space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-210px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-210px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-210px * var(--tw-space-x-reverse));
    margin-left: calc(-210px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-222px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-222px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-222px * var(--tw-space-x-reverse));
    margin-left: calc(-222px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-258px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-258px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-258px * var(--tw-space-x-reverse));
    margin-left: calc(-258px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-280px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-280px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-280px * var(--tw-space-x-reverse));
    margin-left: calc(-280px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-334px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-334px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-334px * var(--tw-space-x-reverse));
    margin-left: calc(-334px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-388px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-388px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-388px * var(--tw-space-x-reverse));
    margin-left: calc(-388px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-480px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-480px * var(--tw-space-x-reverse));
    margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-490px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-490px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-490px * var(--tw-space-x-reverse));
    margin-left: calc(-490px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-505px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-505px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-505px * var(--tw-space-x-reverse));
    margin-left: calc(-505px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-507px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-507px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-507px * var(--tw-space-x-reverse));
    margin-left: calc(-507px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-760px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-760px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-760px * var(--tw-space-x-reverse));
    margin-left: calc(-760px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-780px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-780px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-780px * var(--tw-space-x-reverse));
    margin-left: calc(-780px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-980px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-980px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-980px * var(--tw-space-x-reverse));
    margin-left: calc(-980px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1366px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1366px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1366px * var(--tw-space-x-reverse));
    margin-left: calc(-1366px * 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 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .md\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md\:divide-main-bg > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-divide-opacity));
  }

  .md\:divide-main-bg-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-divide-opacity));
  }

  .md\:divide-main-bg-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-divide-opacity));
  }

  .md\:divide-web-logo-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-divide-opacity));
  }

  .md\:divide-public-logo-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-divide-opacity));
  }

  .md\:divide-button-primary-pink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-divide-opacity));
  }

  .md\:divide-button-secondary-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:divide-link-text-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:divide-sub-text-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-divide-opacity));
  }

  .md\:divide-body-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-divide-opacity));
  }

  .md\:divide-copyright-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-divide-opacity));
  }

  .md\:divide-breadcrumb-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-divide-opacity));
  }

  .md\:divide-dark-text-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:divide-background-black-a > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-divide-opacity));
  }

  .md\:divide-background-black-b > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-divide-opacity));
  }

  .md\:divide-background-black-c > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-divide-opacity));
  }

  .md\:divide-background-black-d > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-divide-opacity));
  }

  .md\:divide-product-detail-body-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-divide-opacity));
  }

  .md\:divide-primary-pink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-divide-opacity));
  }

  .md\:divide-footer-divide-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-divide-opacity));
  }

  .md\:divide-detail-text-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-divide-opacity));
  }

  .md\:divide-detail-desc-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-divide-opacity));
  }

  .md\:divide-border-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 223, 214, 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;
            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 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:bg-main-bg {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .md\:bg-main-bg-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .md\:bg-main-bg-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .md\:bg-web-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .md\:bg-public-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .md\:bg-button-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .md\:bg-button-secondary-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-link-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-sub-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .md\:bg-body-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .md\:bg-copyright-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .md\:bg-breadcrumb-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .md\:bg-dark-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-background-black-a {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .md\:bg-background-black-b {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .md\:bg-background-black-c {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .md\:bg-background-black-d {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .md\:bg-product-detail-body-white {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .md\:bg-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .md\:bg-footer-divide-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .md\:bg-detail-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .md\:bg-detail-desc-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .md\:bg-border-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, 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 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-main-bg {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-main-bg-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-main-bg-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-web-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-public-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-button-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-button-secondary-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-link-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sub-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-body-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-copyright-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-breadcrumb-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-dark-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-background-black-a {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-background-black-b {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-background-black-c {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-background-black-d {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-product-detail-body-white {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-footer-divide-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-detail-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-detail-desc-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-border-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, 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:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-main-bg:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-main-bg-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-main-bg-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-web-logo-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-public-logo-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-button-primary-pink:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-button-secondary-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-link-text-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sub-text-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-body-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-copyright-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-breadcrumb-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-dark-text-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-background-black-a:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-background-black-b:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-background-black-c:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-background-black-d:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-product-detail-body-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-primary-pink:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-footer-divide-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-detail-text-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-detail-desc-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-border-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .md\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-main-bg:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-main-bg-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-main-bg-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-web-logo-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-public-logo-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-button-primary-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-button-secondary-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-link-text-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sub-text-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-body-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-copyright-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-breadcrumb-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-dark-text-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-background-black-a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-background-black-b:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-background-black-c:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-background-black-d:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-product-detail-body-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-primary-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-footer-divide-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-detail-text-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-detail-desc-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-border-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .md\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-main-bg:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-main-bg-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-main-bg-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-web-logo-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-public-logo-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-button-primary-pink:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-button-secondary-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-link-text-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sub-text-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-body-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-copyright-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-breadcrumb-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-dark-text-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-background-black-a:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-background-black-b:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-background-black-c:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-background-black-d:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-product-detail-body-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-primary-pink:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-footer-divide-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-detail-text-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-detail-desc-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-border-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, 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\: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 {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 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-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:from-main-bg {
    --tw-gradient-from: #20264B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .md\:from-main-bg-2 {
    --tw-gradient-from: #101435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .md\:from-main-bg-3 {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .md\:from-web-logo-brown {
    --tw-gradient-from: #B27D1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .md\:from-public-logo-brown {
    --tw-gradient-from: #9A6D0A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .md\:from-button-primary-pink {
    --tw-gradient-from: #CF125B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .md\:from-button-secondary-black {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-link-text-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-sub-text-brown {
    --tw-gradient-from: #A29063;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .md\:from-body-brown {
    --tw-gradient-from: #8D8779;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .md\:from-copyright-gray {
    --tw-gradient-from: #D5D5D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .md\:from-breadcrumb-gray {
    --tw-gradient-from: #858593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .md\:from-dark-text-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-background-black-a {
    --tw-gradient-from: #191919;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .md\:from-background-black-b {
    --tw-gradient-from: #343445;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .md\:from-background-black-c {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .md\:from-background-black-d {
    --tw-gradient-from: #040822;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .md\:from-product-detail-body-white {
    --tw-gradient-from: #F7F3EF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .md\:from-primary-pink {
    --tw-gradient-from: #D52525;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .md\:from-footer-divide-gray {
    --tw-gradient-from: #545467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .md\:from-detail-text-brown {
    --tw-gradient-from: #6A510E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .md\:from-detail-desc-brown {
    --tw-gradient-from: #676051;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .md\:from-border-brown {
    --tw-gradient-from: #E8DFD6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 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 {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:via-main-bg {
    --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .md\:via-main-bg-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .md\:via-main-bg-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .md\:via-web-logo-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .md\:via-public-logo-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .md\:via-button-primary-pink {
    --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .md\:via-button-secondary-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-link-text-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-sub-text-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .md\:via-body-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .md\:via-copyright-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .md\:via-breadcrumb-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .md\:via-dark-text-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-background-black-a {
    --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .md\:via-background-black-b {
    --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .md\:via-background-black-c {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .md\:via-background-black-d {
    --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .md\:via-product-detail-body-white {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .md\:via-primary-pink {
    --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .md\:via-footer-divide-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .md\:via-detail-text-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .md\:via-detail-desc-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .md\:via-border-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .md\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .md\:to-current {
    --tw-gradient-to: currentColor;
  }

  .md\:to-black {
    --tw-gradient-to: #000;
  }

  .md\:to-white {
    --tw-gradient-to: #fff;
  }

  .md\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .md\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .md\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .md\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .md\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .md\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .md\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .md\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .md\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .md\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .md\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .md\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .md\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .md\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .md\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .md\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .md\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .md\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .md\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .md\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .md\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .md\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .md\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .md\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .md\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .md\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .md\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .md\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .md\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .md\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .md\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .md\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .md\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .md\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .md\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .md\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .md\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .md\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .md\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .md\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .md\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .md\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .md\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .md\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .md\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .md\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .md\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .md\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .md\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .md\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .md\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .md\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .md\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .md\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .md\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .md\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .md\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .md\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .md\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .md\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .md\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .md\:to-main-bg {
    --tw-gradient-to: #20264B;
  }

  .md\:to-main-bg-2 {
    --tw-gradient-to: #101435;
  }

  .md\:to-main-bg-3 {
    --tw-gradient-to: #101531;
  }

  .md\:to-web-logo-brown {
    --tw-gradient-to: #B27D1A;
  }

  .md\:to-public-logo-brown {
    --tw-gradient-to: #9A6D0A;
  }

  .md\:to-button-primary-pink {
    --tw-gradient-to: #CF125B;
  }

  .md\:to-button-secondary-black {
    --tw-gradient-to: #000000;
  }

  .md\:to-link-text-white {
    --tw-gradient-to: #ffffff;
  }

  .md\:to-sub-text-brown {
    --tw-gradient-to: #A29063;
  }

  .md\:to-body-brown {
    --tw-gradient-to: #8D8779;
  }

  .md\:to-copyright-gray {
    --tw-gradient-to: #D5D5D5;
  }

  .md\:to-breadcrumb-gray {
    --tw-gradient-to: #858593;
  }

  .md\:to-dark-text-white {
    --tw-gradient-to: #ffffff;
  }

  .md\:to-background-black-a {
    --tw-gradient-to: #191919;
  }

  .md\:to-background-black-b {
    --tw-gradient-to: #343445;
  }

  .md\:to-background-black-c {
    --tw-gradient-to: #101531;
  }

  .md\:to-background-black-d {
    --tw-gradient-to: #040822;
  }

  .md\:to-product-detail-body-white {
    --tw-gradient-to: #F7F3EF;
  }

  .md\:to-primary-pink {
    --tw-gradient-to: #D52525;
  }

  .md\:to-footer-divide-gray {
    --tw-gradient-to: #545467;
  }

  .md\:to-detail-text-brown {
    --tw-gradient-to: #6A510E;
  }

  .md\:to-detail-desc-brown {
    --tw-gradient-to: #676051;
  }

  .md\:to-border-brown {
    --tw-gradient-to: #E8DFD6;
  }

  .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: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:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:hover\:from-main-bg:hover {
    --tw-gradient-from: #20264B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .md\:hover\:from-main-bg-2:hover {
    --tw-gradient-from: #101435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .md\:hover\:from-main-bg-3:hover {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .md\:hover\:from-web-logo-brown:hover {
    --tw-gradient-from: #B27D1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .md\:hover\:from-public-logo-brown:hover {
    --tw-gradient-from: #9A6D0A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .md\:hover\:from-button-primary-pink:hover {
    --tw-gradient-from: #CF125B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .md\:hover\:from-button-secondary-black:hover {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-link-text-white:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-sub-text-brown:hover {
    --tw-gradient-from: #A29063;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .md\:hover\:from-body-brown:hover {
    --tw-gradient-from: #8D8779;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .md\:hover\:from-copyright-gray:hover {
    --tw-gradient-from: #D5D5D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .md\:hover\:from-breadcrumb-gray:hover {
    --tw-gradient-from: #858593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .md\:hover\:from-dark-text-white:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-background-black-a:hover {
    --tw-gradient-from: #191919;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .md\:hover\:from-background-black-b:hover {
    --tw-gradient-from: #343445;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .md\:hover\:from-background-black-c:hover {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .md\:hover\:from-background-black-d:hover {
    --tw-gradient-from: #040822;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .md\:hover\:from-product-detail-body-white:hover {
    --tw-gradient-from: #F7F3EF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .md\:hover\:from-primary-pink:hover {
    --tw-gradient-from: #D52525;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .md\:hover\:from-footer-divide-gray:hover {
    --tw-gradient-from: #545467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .md\:hover\:from-detail-text-brown:hover {
    --tw-gradient-from: #6A510E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .md\:hover\:from-detail-desc-brown:hover {
    --tw-gradient-from: #676051;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .md\:hover\:from-border-brown:hover {
    --tw-gradient-from: #E8DFD6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 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:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 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-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:hover\:via-main-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .md\:hover\:via-main-bg-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .md\:hover\:via-main-bg-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .md\:hover\:via-web-logo-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .md\:hover\:via-public-logo-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .md\:hover\:via-button-primary-pink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .md\:hover\:via-button-secondary-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-link-text-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-sub-text-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .md\:hover\:via-body-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .md\:hover\:via-copyright-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .md\:hover\:via-breadcrumb-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .md\:hover\:via-dark-text-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-background-black-a:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .md\:hover\:via-background-black-b:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .md\:hover\:via-background-black-c:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .md\:hover\:via-background-black-d:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .md\:hover\:via-product-detail-body-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .md\:hover\:via-primary-pink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .md\:hover\:via-footer-divide-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .md\:hover\:via-detail-text-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .md\:hover\:via-detail-desc-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .md\:hover\:via-border-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .md\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .md\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .md\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .md\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .md\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .md\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .md\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .md\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .md\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .md\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .md\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .md\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .md\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .md\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .md\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .md\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .md\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .md\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .md\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .md\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .md\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .md\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .md\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .md\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .md\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .md\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .md\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .md\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .md\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .md\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .md\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .md\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .md\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .md\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .md\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .md\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .md\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .md\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .md\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .md\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .md\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .md\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .md\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .md\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .md\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .md\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .md\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .md\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .md\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .md\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .md\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .md\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .md\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .md\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .md\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .md\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .md\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .md\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .md\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .md\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .md\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .md\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .md\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .md\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .md\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .md\:hover\:to-main-bg:hover {
    --tw-gradient-to: #20264B;
  }

  .md\:hover\:to-main-bg-2:hover {
    --tw-gradient-to: #101435;
  }

  .md\:hover\:to-main-bg-3:hover {
    --tw-gradient-to: #101531;
  }

  .md\:hover\:to-web-logo-brown:hover {
    --tw-gradient-to: #B27D1A;
  }

  .md\:hover\:to-public-logo-brown:hover {
    --tw-gradient-to: #9A6D0A;
  }

  .md\:hover\:to-button-primary-pink:hover {
    --tw-gradient-to: #CF125B;
  }

  .md\:hover\:to-button-secondary-black:hover {
    --tw-gradient-to: #000000;
  }

  .md\:hover\:to-link-text-white:hover {
    --tw-gradient-to: #ffffff;
  }

  .md\:hover\:to-sub-text-brown:hover {
    --tw-gradient-to: #A29063;
  }

  .md\:hover\:to-body-brown:hover {
    --tw-gradient-to: #8D8779;
  }

  .md\:hover\:to-copyright-gray:hover {
    --tw-gradient-to: #D5D5D5;
  }

  .md\:hover\:to-breadcrumb-gray:hover {
    --tw-gradient-to: #858593;
  }

  .md\:hover\:to-dark-text-white:hover {
    --tw-gradient-to: #ffffff;
  }

  .md\:hover\:to-background-black-a:hover {
    --tw-gradient-to: #191919;
  }

  .md\:hover\:to-background-black-b:hover {
    --tw-gradient-to: #343445;
  }

  .md\:hover\:to-background-black-c:hover {
    --tw-gradient-to: #101531;
  }

  .md\:hover\:to-background-black-d:hover {
    --tw-gradient-to: #040822;
  }

  .md\:hover\:to-product-detail-body-white:hover {
    --tw-gradient-to: #F7F3EF;
  }

  .md\:hover\:to-primary-pink:hover {
    --tw-gradient-to: #D52525;
  }

  .md\:hover\:to-footer-divide-gray:hover {
    --tw-gradient-to: #545467;
  }

  .md\:hover\:to-detail-text-brown:hover {
    --tw-gradient-to: #6A510E;
  }

  .md\:hover\:to-detail-desc-brown:hover {
    --tw-gradient-to: #676051;
  }

  .md\:hover\:to-border-brown:hover {
    --tw-gradient-to: #E8DFD6;
  }

  .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: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:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:focus\:from-main-bg:focus {
    --tw-gradient-from: #20264B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .md\:focus\:from-main-bg-2:focus {
    --tw-gradient-from: #101435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .md\:focus\:from-main-bg-3:focus {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .md\:focus\:from-web-logo-brown:focus {
    --tw-gradient-from: #B27D1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .md\:focus\:from-public-logo-brown:focus {
    --tw-gradient-from: #9A6D0A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .md\:focus\:from-button-primary-pink:focus {
    --tw-gradient-from: #CF125B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .md\:focus\:from-button-secondary-black:focus {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-link-text-white:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-sub-text-brown:focus {
    --tw-gradient-from: #A29063;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .md\:focus\:from-body-brown:focus {
    --tw-gradient-from: #8D8779;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .md\:focus\:from-copyright-gray:focus {
    --tw-gradient-from: #D5D5D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .md\:focus\:from-breadcrumb-gray:focus {
    --tw-gradient-from: #858593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .md\:focus\:from-dark-text-white:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-background-black-a:focus {
    --tw-gradient-from: #191919;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .md\:focus\:from-background-black-b:focus {
    --tw-gradient-from: #343445;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .md\:focus\:from-background-black-c:focus {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .md\:focus\:from-background-black-d:focus {
    --tw-gradient-from: #040822;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .md\:focus\:from-product-detail-body-white:focus {
    --tw-gradient-from: #F7F3EF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .md\:focus\:from-primary-pink:focus {
    --tw-gradient-from: #D52525;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .md\:focus\:from-footer-divide-gray:focus {
    --tw-gradient-from: #545467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .md\:focus\:from-detail-text-brown:focus {
    --tw-gradient-from: #6A510E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .md\:focus\:from-detail-desc-brown:focus {
    --tw-gradient-from: #676051;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .md\:focus\:from-border-brown:focus {
    --tw-gradient-from: #E8DFD6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 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:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 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-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:focus\:via-main-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .md\:focus\:via-main-bg-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .md\:focus\:via-main-bg-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .md\:focus\:via-web-logo-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .md\:focus\:via-public-logo-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .md\:focus\:via-button-primary-pink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .md\:focus\:via-button-secondary-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-link-text-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-sub-text-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .md\:focus\:via-body-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .md\:focus\:via-copyright-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .md\:focus\:via-breadcrumb-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .md\:focus\:via-dark-text-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-background-black-a:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .md\:focus\:via-background-black-b:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .md\:focus\:via-background-black-c:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .md\:focus\:via-background-black-d:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .md\:focus\:via-product-detail-body-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .md\:focus\:via-primary-pink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .md\:focus\:via-footer-divide-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .md\:focus\:via-detail-text-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .md\:focus\:via-detail-desc-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .md\:focus\:via-border-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .md\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .md\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .md\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .md\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .md\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .md\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .md\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .md\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .md\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .md\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .md\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .md\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .md\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .md\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .md\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .md\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .md\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .md\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .md\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .md\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .md\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .md\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .md\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .md\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .md\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .md\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .md\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .md\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .md\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .md\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .md\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .md\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .md\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .md\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .md\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .md\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .md\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .md\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .md\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .md\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .md\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .md\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .md\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .md\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .md\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .md\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .md\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .md\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .md\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .md\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .md\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .md\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .md\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .md\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .md\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .md\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .md\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .md\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .md\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .md\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .md\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .md\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .md\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .md\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .md\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .md\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .md\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .md\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .md\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .md\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .md\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .md\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .md\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .md\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .md\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .md\:focus\:to-main-bg:focus {
    --tw-gradient-to: #20264B;
  }

  .md\:focus\:to-main-bg-2:focus {
    --tw-gradient-to: #101435;
  }

  .md\:focus\:to-main-bg-3:focus {
    --tw-gradient-to: #101531;
  }

  .md\:focus\:to-web-logo-brown:focus {
    --tw-gradient-to: #B27D1A;
  }

  .md\:focus\:to-public-logo-brown:focus {
    --tw-gradient-to: #9A6D0A;
  }

  .md\:focus\:to-button-primary-pink:focus {
    --tw-gradient-to: #CF125B;
  }

  .md\:focus\:to-button-secondary-black:focus {
    --tw-gradient-to: #000000;
  }

  .md\:focus\:to-link-text-white:focus {
    --tw-gradient-to: #ffffff;
  }

  .md\:focus\:to-sub-text-brown:focus {
    --tw-gradient-to: #A29063;
  }

  .md\:focus\:to-body-brown:focus {
    --tw-gradient-to: #8D8779;
  }

  .md\:focus\:to-copyright-gray:focus {
    --tw-gradient-to: #D5D5D5;
  }

  .md\:focus\:to-breadcrumb-gray:focus {
    --tw-gradient-to: #858593;
  }

  .md\:focus\:to-dark-text-white:focus {
    --tw-gradient-to: #ffffff;
  }

  .md\:focus\:to-background-black-a:focus {
    --tw-gradient-to: #191919;
  }

  .md\:focus\:to-background-black-b:focus {
    --tw-gradient-to: #343445;
  }

  .md\:focus\:to-background-black-c:focus {
    --tw-gradient-to: #101531;
  }

  .md\:focus\:to-background-black-d:focus {
    --tw-gradient-to: #040822;
  }

  .md\:focus\:to-product-detail-body-white:focus {
    --tw-gradient-to: #F7F3EF;
  }

  .md\:focus\:to-primary-pink:focus {
    --tw-gradient-to: #D52525;
  }

  .md\:focus\:to-footer-divide-gray:focus {
    --tw-gradient-to: #545467;
  }

  .md\:focus\:to-detail-text-brown:focus {
    --tw-gradient-to: #6A510E;
  }

  .md\:focus\:to-detail-desc-brown:focus {
    --tw-gradient-to: #676051;
  }

  .md\:focus\:to-border-brown:focus {
    --tw-gradient-to: #E8DFD6;
  }

  .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-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-current {
    border-color: currentColor;
  }

  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:border-main-bg {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .md\:border-main-bg-2 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .md\:border-main-bg-3 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .md\:border-web-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .md\:border-public-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .md\:border-button-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .md\:border-button-secondary-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-link-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-sub-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .md\:border-body-brown {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .md\:border-copyright-gray {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .md\:border-breadcrumb-gray {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .md\:border-dark-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-background-black-a {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .md\:border-background-black-b {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .md\:border-background-black-c {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .md\:border-background-black-d {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .md\:border-product-detail-body-white {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .md\:border-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .md\:border-footer-divide-gray {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .md\:border-detail-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .md\:border-detail-desc-brown {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .md\:border-border-brown {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, 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 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-main-bg {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-main-bg-2 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-main-bg-3 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-web-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-public-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-button-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-button-secondary-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-link-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sub-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-body-brown {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-copyright-gray {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-breadcrumb-gray {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-dark-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-background-black-a {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-background-black-b {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-background-black-c {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-background-black-d {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-product-detail-body-white {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-footer-divide-gray {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-detail-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-detail-desc-brown {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-border-brown {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, 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:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-main-bg:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-main-bg-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-main-bg-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-web-logo-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-public-logo-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-button-primary-pink:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-button-secondary-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-link-text-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sub-text-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-body-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-copyright-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-breadcrumb-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-dark-text-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-background-black-a:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-background-black-b:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-background-black-c:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-background-black-d:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-product-detail-body-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-primary-pink:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-footer-divide-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-detail-text-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-detail-desc-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-border-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, var(--tw-border-opacity));
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .md\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:hover\:border-main-bg:hover {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .md\:hover\:border-main-bg-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .md\:hover\:border-main-bg-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .md\:hover\:border-web-logo-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .md\:hover\:border-public-logo-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .md\:hover\:border-button-primary-pink:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .md\:hover\:border-button-secondary-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-link-text-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-sub-text-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .md\:hover\:border-body-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .md\:hover\:border-copyright-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .md\:hover\:border-breadcrumb-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .md\:hover\:border-dark-text-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-background-black-a:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .md\:hover\:border-background-black-b:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .md\:hover\:border-background-black-c:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .md\:hover\:border-background-black-d:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .md\:hover\:border-product-detail-body-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .md\:hover\:border-primary-pink:hover {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .md\:hover\:border-footer-divide-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .md\:hover\:border-detail-text-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .md\:hover\:border-detail-desc-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .md\:hover\:border-border-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, var(--tw-border-opacity));
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .md\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:focus\:border-main-bg:focus {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .md\:focus\:border-main-bg-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .md\:focus\:border-main-bg-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .md\:focus\:border-web-logo-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .md\:focus\:border-public-logo-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .md\:focus\:border-button-primary-pink:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .md\:focus\:border-button-secondary-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-link-text-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-sub-text-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .md\:focus\:border-body-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .md\:focus\:border-copyright-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .md\:focus\:border-breadcrumb-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .md\:focus\:border-dark-text-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-background-black-a:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .md\:focus\:border-background-black-b:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .md\:focus\:border-background-black-c:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .md\:focus\:border-background-black-d:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .md\:focus\:border-product-detail-body-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .md\:focus\:border-primary-pink:focus {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .md\:focus\:border-footer-divide-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .md\:focus\:border-detail-text-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .md\:focus\:border-detail-desc-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .md\:focus\:border-border-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, 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-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-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-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-help {
    cursor: help;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:table {
    display: table;
  }

  .md\:table-caption {
    display: table-caption;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-column {
    display: table-column;
  }

  .md\:table-column-group {
    display: table-column-group;
  }

  .md\:table-footer-group {
    display: table-footer-group;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:flow-root {
    display: flow-root;
  }

  .md\:grid {
    display: grid;
  }

  .md\:inline-grid {
    display: inline-grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:place-items-auto {
    place-items: auto;
  }

  .md\:place-items-start {
    place-items: start;
  }

  .md\:place-items-end {
    place-items: end;
  }

  .md\:place-items-center {
    place-items: center;
  }

  .md\:place-items-stretch {
    place-items: stretch;
  }

  .md\:place-content-center {
    place-content: center;
  }

  .md\:place-content-start {
    place-content: start;
  }

  .md\:place-content-end {
    place-content: end;
  }

  .md\:place-content-between {
    place-content: space-between;
  }

  .md\:place-content-around {
    place-content: space-around;
  }

  .md\:place-content-evenly {
    place-content: space-evenly;
  }

  .md\:place-content-stretch {
    place-content: stretch;
  }

  .md\:place-self-auto {
    place-self: auto;
  }

  .md\:place-self-start {
    place-self: start;
  }

  .md\:place-self-end {
    place-self: end;
  }

  .md\:place-self-center {
    place-self: center;
  }

  .md\:place-self-stretch {
    place-self: stretch;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:content-evenly {
    align-content: space-evenly;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:justify-items-auto {
    justify-items: auto;
  }

  .md\:justify-items-start {
    justify-items: start;
  }

  .md\:justify-items-end {
    justify-items: end;
  }

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:justify-items-stretch {
    justify-items: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:justify-self-auto {
    justify-self: auto;
  }

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:justify-self-center {
    justify-self: center;
  }

  .md\:justify-self-stretch {
    justify-self: stretch;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clear-left {
    clear: left;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:clear-none {
    clear: none;
  }

  .md\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .md\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:font-josefin {
    font-family: Josefin Slab;
  }

  .md\:font-eb-garamond {
    font-family: EB Garamond;
  }

  .md\:font-hiragino-gothic {
    font-family: Hiragino Sans, Hiragino Kaku Gothic Std, 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-yu-gothic {
    font-family: Yu Gothic Std, 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-hiragino-mincho {
    font-family: ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, Hiragino Mincho Std, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  }

  .md\:font-thin {
    font-weight: 100;
  }

  .md\:font-extralight {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:h-0 {
    height: 0px;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-52 {
    height: 13rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-60 {
    height: 15rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-0\.5 {
    height: 0.125rem;
  }

  .md\:h-1\.5 {
    height: 0.375rem;
  }

  .md\:h-2\.5 {
    height: 0.625rem;
  }

  .md\:h-3\.5 {
    height: 0.875rem;
  }

  .md\:h-1px {
    height: 1px;
  }

  .md\:h-2px {
    height: 2px;
  }

  .md\:h-3px {
    height: 3px;
  }

  .md\:h-4px {
    height: 4px;
  }

  .md\:h-5px {
    height: 5px;
  }

  .md\:h-6px {
    height: 6px;
  }

  .md\:h-7px {
    height: 7px;
  }

  .md\:h-8px {
    height: 8px;
  }

  .md\:h-9px {
    height: 9px;
  }

  .md\:h-10px {
    height: 10px;
  }

  .md\:h-11px {
    height: 11px;
  }

  .md\:h-12px {
    height: 12px;
  }

  .md\:h-13px {
    height: 13px;
  }

  .md\:h-14px {
    height: 14px;
  }

  .md\:h-15px {
    height: 15px;
  }

  .md\:h-16px {
    height: 16px;
  }

  .md\:h-17px {
    height: 17px;
  }

  .md\:h-18px {
    height: 18px;
  }

  .md\:h-19px {
    height: 19px;
  }

  .md\:h-20px {
    height: 20px;
  }

  .md\:h-21px {
    height: 21px;
  }

  .md\:h-22px {
    height: 22px;
  }

  .md\:h-23px {
    height: 23px;
  }

  .md\:h-24px {
    height: 24px;
  }

  .md\:h-25px {
    height: 25px;
  }

  .md\:h-26px {
    height: 26px;
  }

  .md\:h-27px {
    height: 27px;
  }

  .md\:h-28px {
    height: 28px;
  }

  .md\:h-29px {
    height: 29px;
  }

  .md\:h-30px {
    height: 30px;
  }

  .md\:h-31px {
    height: 31px;
  }

  .md\:h-32px {
    height: 32px;
  }

  .md\:h-33px {
    height: 33px;
  }

  .md\:h-34px {
    height: 34px;
  }

  .md\:h-35px {
    height: 35px;
  }

  .md\:h-36px {
    height: 36px;
  }

  .md\:h-37px {
    height: 37px;
  }

  .md\:h-38px {
    height: 38px;
  }

  .md\:h-39px {
    height: 39px;
  }

  .md\:h-40px {
    height: 40px;
  }

  .md\:h-41px {
    height: 41px;
  }

  .md\:h-42px {
    height: 42px;
  }

  .md\:h-43px {
    height: 43px;
  }

  .md\:h-44px {
    height: 44px;
  }

  .md\:h-45px {
    height: 45px;
  }

  .md\:h-46px {
    height: 46px;
  }

  .md\:h-47px {
    height: 47px;
  }

  .md\:h-48px {
    height: 48px;
  }

  .md\:h-49px {
    height: 49px;
  }

  .md\:h-50px {
    height: 50px;
  }

  .md\:h-51px {
    height: 51px;
  }

  .md\:h-52px {
    height: 52px;
  }

  .md\:h-53px {
    height: 53px;
  }

  .md\:h-54px {
    height: 54px;
  }

  .md\:h-55px {
    height: 55px;
  }

  .md\:h-56px {
    height: 56px;
  }

  .md\:h-57px {
    height: 57px;
  }

  .md\:h-58px {
    height: 58px;
  }

  .md\:h-59px {
    height: 59px;
  }

  .md\:h-60px {
    height: 60px;
  }

  .md\:h-61px {
    height: 61px;
  }

  .md\:h-62px {
    height: 62px;
  }

  .md\:h-63px {
    height: 63px;
  }

  .md\:h-64px {
    height: 64px;
  }

  .md\:h-65px {
    height: 65px;
  }

  .md\:h-66px {
    height: 66px;
  }

  .md\:h-67px {
    height: 67px;
  }

  .md\:h-68px {
    height: 68px;
  }

  .md\:h-69px {
    height: 69px;
  }

  .md\:h-70px {
    height: 70px;
  }

  .md\:h-71px {
    height: 71px;
  }

  .md\:h-72px {
    height: 72px;
  }

  .md\:h-73px {
    height: 73px;
  }

  .md\:h-74px {
    height: 74px;
  }

  .md\:h-75px {
    height: 75px;
  }

  .md\:h-76px {
    height: 76px;
  }

  .md\:h-77px {
    height: 77px;
  }

  .md\:h-78px {
    height: 78px;
  }

  .md\:h-79px {
    height: 79px;
  }

  .md\:h-80px {
    height: 80px;
  }

  .md\:h-81px {
    height: 81px;
  }

  .md\:h-82px {
    height: 82px;
  }

  .md\:h-83px {
    height: 83px;
  }

  .md\:h-84px {
    height: 84px;
  }

  .md\:h-85px {
    height: 85px;
  }

  .md\:h-86px {
    height: 86px;
  }

  .md\:h-87px {
    height: 87px;
  }

  .md\:h-88px {
    height: 88px;
  }

  .md\:h-89px {
    height: 89px;
  }

  .md\:h-90px {
    height: 90px;
  }

  .md\:h-91px {
    height: 91px;
  }

  .md\:h-92px {
    height: 92px;
  }

  .md\:h-93px {
    height: 93px;
  }

  .md\:h-94px {
    height: 94px;
  }

  .md\:h-95px {
    height: 95px;
  }

  .md\:h-96px {
    height: 96px;
  }

  .md\:h-97px {
    height: 97px;
  }

  .md\:h-98px {
    height: 98px;
  }

  .md\:h-99px {
    height: 99px;
  }

  .md\:h-100px {
    height: 100px;
  }

  .md\:h-101px {
    height: 101px;
  }

  .md\:h-102px {
    height: 102px;
  }

  .md\:h-103px {
    height: 103px;
  }

  .md\:h-104px {
    height: 104px;
  }

  .md\:h-105px {
    height: 105px;
  }

  .md\:h-106px {
    height: 106px;
  }

  .md\:h-107px {
    height: 107px;
  }

  .md\:h-108px {
    height: 108px;
  }

  .md\:h-109px {
    height: 109px;
  }

  .md\:h-110px {
    height: 110px;
  }

  .md\:h-111px {
    height: 111px;
  }

  .md\:h-112px {
    height: 112px;
  }

  .md\:h-113px {
    height: 113px;
  }

  .md\:h-114px {
    height: 114px;
  }

  .md\:h-115px {
    height: 115px;
  }

  .md\:h-116px {
    height: 116px;
  }

  .md\:h-117px {
    height: 117px;
  }

  .md\:h-118px {
    height: 118px;
  }

  .md\:h-119px {
    height: 119px;
  }

  .md\:h-120px {
    height: 120px;
  }

  .md\:h-121px {
    height: 121px;
  }

  .md\:h-122px {
    height: 122px;
  }

  .md\:h-123px {
    height: 123px;
  }

  .md\:h-124px {
    height: 124px;
  }

  .md\:h-125px {
    height: 125px;
  }

  .md\:h-126px {
    height: 126px;
  }

  .md\:h-127px {
    height: 127px;
  }

  .md\:h-128px {
    height: 128px;
  }

  .md\:h-129px {
    height: 129px;
  }

  .md\:h-130px {
    height: 130px;
  }

  .md\:h-133px {
    height: 133px;
  }

  .md\:h-140px {
    height: 140px;
  }

  .md\:h-195px {
    height: 195px;
  }

  .md\:h-200px {
    height: 200px;
  }

  .md\:h-210px {
    height: 210px;
  }

  .md\:h-222px {
    height: 222px;
  }

  .md\:h-258px {
    height: 258px;
  }

  .md\:h-280px {
    height: 280px;
  }

  .md\:h-334px {
    height: 334px;
  }

  .md\:h-388px {
    height: 388px;
  }

  .md\:h-480px {
    height: 480px;
  }

  .md\:h-490px {
    height: 490px;
  }

  .md\:h-505px {
    height: 505px;
  }

  .md\:h-507px {
    height: 507px;
  }

  .md\:h-760px {
    height: 760px;
  }

  .md\:h-780px {
    height: 780px;
  }

  .md\:h-980px {
    height: 980px;
  }

  .md\:h-1366px {
    height: 1366px;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-1\/3 {
    height: 33.333333%;
  }

  .md\:h-2\/3 {
    height: 66.666667%;
  }

  .md\:h-1\/4 {
    height: 25%;
  }

  .md\:h-2\/4 {
    height: 50%;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-1\/5 {
    height: 20%;
  }

  .md\:h-2\/5 {
    height: 40%;
  }

  .md\:h-3\/5 {
    height: 60%;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-1\/6 {
    height: 16.666667%;
  }

  .md\:h-2\/6 {
    height: 33.333333%;
  }

  .md\:h-3\/6 {
    height: 50%;
  }

  .md\:h-4\/6 {
    height: 66.666667%;
  }

  .md\:h-5\/6 {
    height: 83.333333%;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:h-75vh {
    height: 75vh;
  }

  .md\:h-85vh {
    height: 85vh;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:text-34px {
    font-size: 34px;
  }

  .md\:text-40px {
    font-size: 40px;
  }

  .md\:text-52px {
    font-size: 52px;
  }

  .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\:leading-9x36 {
    line-height: 4;
  }

  .md\:leading-10x36 {
    line-height: 3.6;
  }

  .md\:leading-11x28 {
    line-height: 2.5;
  }

  .md\:leading-12x39 {
    line-height: 3.3;
  }

  .md\:leading-12x24 {
    line-height: 2;
  }

  .md\:leading-14x28 {
    line-height: 2;
  }

  .md\:leading-14x35 {
    line-height: 2.5;
  }

  .md\:leading-14x39 {
    line-height: 2.8;
  }

  .md\:leading-14x26 {
    line-height: 1.9;
  }

  .md\:leading-14x40 {
    line-height: 2.9;
  }

  .md\:leading-14x57 {
    line-height: 4.1;
  }

  .md\:leading-14x36 {
    line-height: 2.6;
  }

  .md\:leading-16x40 {
    line-height: 2.5;
  }

  .md\:leading-16x39 {
    line-height: 0.4;
  }

  .md\:leading-16x31 {
    line-height: 1.9;
  }

  .md\:leading-16x36 {
    line-height: 2.25;
  }

  .md\:leading-17x35 {
    line-height: 2.1;
  }

  .md\:leading-18x39 {
    line-height: 2.2;
  }

  .md\:leading-18x28 {
    line-height: 1.6;
  }

  .md\:leading-18x30 {
    line-height: 1.7;
  }

  .md\:leading-20x40 {
    line-height: 2;
  }

  .md\:leading-20x39 {
    line-height: 2;
  }

  .md\:leading-20x28 {
    line-height: 1.4;
  }

  .md\:leading-22x40 {
    line-height: 1.8;
  }

  .md\:leading-24x40 {
    line-height: 1.7;
  }

  .md\:leading-28x39 {
    line-height: 1.4;
  }

  .md\:leading-30x39 {
    line-height: 1.3;
  }

  .md\:leading-34x39 {
    line-height: 1.1;
  }

  .md\:leading-38x15 {
    line-height: 0.4;
  }

  .md\:leading-52x39 {
    line-height: 0.75;
  }

  .md\:leading-52x40 {
    line-height: 0.8;
  }

  .md\:leading-52x36 {
    line-height: 0.7;
  }

  .md\:leading-70x39 {
    line-height: 0.6;
  }

  .md\:leading-90x36 {
    line-height: 0.4;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:list-disc {
    list-style-type: disc;
  }

  .md\:list-decimal {
    list-style-type: decimal;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-7 {
    margin: 1.75rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-9 {
    margin: 2.25rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-11 {
    margin: 2.75rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-14 {
    margin: 3.5rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-28 {
    margin: 7rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-36 {
    margin: 9rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-44 {
    margin: 11rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-52 {
    margin: 13rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-60 {
    margin: 15rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-72 {
    margin: 18rem;
  }

  .md\:m-80 {
    margin: 20rem;
  }

  .md\:m-96 {
    margin: 24rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:m-0\.5 {
    margin: 0.125rem;
  }

  .md\:m-1\.5 {
    margin: 0.375rem;
  }

  .md\:m-2\.5 {
    margin: 0.625rem;
  }

  .md\:m-3\.5 {
    margin: 0.875rem;
  }

  .md\:m-1px {
    margin: 1px;
  }

  .md\:m-2px {
    margin: 2px;
  }

  .md\:m-3px {
    margin: 3px;
  }

  .md\:m-4px {
    margin: 4px;
  }

  .md\:m-5px {
    margin: 5px;
  }

  .md\:m-6px {
    margin: 6px;
  }

  .md\:m-7px {
    margin: 7px;
  }

  .md\:m-8px {
    margin: 8px;
  }

  .md\:m-9px {
    margin: 9px;
  }

  .md\:m-10px {
    margin: 10px;
  }

  .md\:m-11px {
    margin: 11px;
  }

  .md\:m-12px {
    margin: 12px;
  }

  .md\:m-13px {
    margin: 13px;
  }

  .md\:m-14px {
    margin: 14px;
  }

  .md\:m-15px {
    margin: 15px;
  }

  .md\:m-16px {
    margin: 16px;
  }

  .md\:m-17px {
    margin: 17px;
  }

  .md\:m-18px {
    margin: 18px;
  }

  .md\:m-19px {
    margin: 19px;
  }

  .md\:m-20px {
    margin: 20px;
  }

  .md\:m-21px {
    margin: 21px;
  }

  .md\:m-22px {
    margin: 22px;
  }

  .md\:m-23px {
    margin: 23px;
  }

  .md\:m-24px {
    margin: 24px;
  }

  .md\:m-25px {
    margin: 25px;
  }

  .md\:m-26px {
    margin: 26px;
  }

  .md\:m-27px {
    margin: 27px;
  }

  .md\:m-28px {
    margin: 28px;
  }

  .md\:m-29px {
    margin: 29px;
  }

  .md\:m-30px {
    margin: 30px;
  }

  .md\:m-31px {
    margin: 31px;
  }

  .md\:m-32px {
    margin: 32px;
  }

  .md\:m-33px {
    margin: 33px;
  }

  .md\:m-34px {
    margin: 34px;
  }

  .md\:m-35px {
    margin: 35px;
  }

  .md\:m-36px {
    margin: 36px;
  }

  .md\:m-37px {
    margin: 37px;
  }

  .md\:m-38px {
    margin: 38px;
  }

  .md\:m-39px {
    margin: 39px;
  }

  .md\:m-40px {
    margin: 40px;
  }

  .md\:m-41px {
    margin: 41px;
  }

  .md\:m-42px {
    margin: 42px;
  }

  .md\:m-43px {
    margin: 43px;
  }

  .md\:m-44px {
    margin: 44px;
  }

  .md\:m-45px {
    margin: 45px;
  }

  .md\:m-46px {
    margin: 46px;
  }

  .md\:m-47px {
    margin: 47px;
  }

  .md\:m-48px {
    margin: 48px;
  }

  .md\:m-49px {
    margin: 49px;
  }

  .md\:m-50px {
    margin: 50px;
  }

  .md\:m-51px {
    margin: 51px;
  }

  .md\:m-52px {
    margin: 52px;
  }

  .md\:m-53px {
    margin: 53px;
  }

  .md\:m-54px {
    margin: 54px;
  }

  .md\:m-55px {
    margin: 55px;
  }

  .md\:m-56px {
    margin: 56px;
  }

  .md\:m-57px {
    margin: 57px;
  }

  .md\:m-58px {
    margin: 58px;
  }

  .md\:m-59px {
    margin: 59px;
  }

  .md\:m-60px {
    margin: 60px;
  }

  .md\:m-61px {
    margin: 61px;
  }

  .md\:m-62px {
    margin: 62px;
  }

  .md\:m-63px {
    margin: 63px;
  }

  .md\:m-64px {
    margin: 64px;
  }

  .md\:m-65px {
    margin: 65px;
  }

  .md\:m-66px {
    margin: 66px;
  }

  .md\:m-67px {
    margin: 67px;
  }

  .md\:m-68px {
    margin: 68px;
  }

  .md\:m-69px {
    margin: 69px;
  }

  .md\:m-70px {
    margin: 70px;
  }

  .md\:m-71px {
    margin: 71px;
  }

  .md\:m-72px {
    margin: 72px;
  }

  .md\:m-73px {
    margin: 73px;
  }

  .md\:m-74px {
    margin: 74px;
  }

  .md\:m-75px {
    margin: 75px;
  }

  .md\:m-76px {
    margin: 76px;
  }

  .md\:m-77px {
    margin: 77px;
  }

  .md\:m-78px {
    margin: 78px;
  }

  .md\:m-79px {
    margin: 79px;
  }

  .md\:m-80px {
    margin: 80px;
  }

  .md\:m-81px {
    margin: 81px;
  }

  .md\:m-82px {
    margin: 82px;
  }

  .md\:m-83px {
    margin: 83px;
  }

  .md\:m-84px {
    margin: 84px;
  }

  .md\:m-85px {
    margin: 85px;
  }

  .md\:m-86px {
    margin: 86px;
  }

  .md\:m-87px {
    margin: 87px;
  }

  .md\:m-88px {
    margin: 88px;
  }

  .md\:m-89px {
    margin: 89px;
  }

  .md\:m-90px {
    margin: 90px;
  }

  .md\:m-91px {
    margin: 91px;
  }

  .md\:m-92px {
    margin: 92px;
  }

  .md\:m-93px {
    margin: 93px;
  }

  .md\:m-94px {
    margin: 94px;
  }

  .md\:m-95px {
    margin: 95px;
  }

  .md\:m-96px {
    margin: 96px;
  }

  .md\:m-97px {
    margin: 97px;
  }

  .md\:m-98px {
    margin: 98px;
  }

  .md\:m-99px {
    margin: 99px;
  }

  .md\:m-100px {
    margin: 100px;
  }

  .md\:m-101px {
    margin: 101px;
  }

  .md\:m-102px {
    margin: 102px;
  }

  .md\:m-103px {
    margin: 103px;
  }

  .md\:m-104px {
    margin: 104px;
  }

  .md\:m-105px {
    margin: 105px;
  }

  .md\:m-106px {
    margin: 106px;
  }

  .md\:m-107px {
    margin: 107px;
  }

  .md\:m-108px {
    margin: 108px;
  }

  .md\:m-109px {
    margin: 109px;
  }

  .md\:m-110px {
    margin: 110px;
  }

  .md\:m-111px {
    margin: 111px;
  }

  .md\:m-112px {
    margin: 112px;
  }

  .md\:m-113px {
    margin: 113px;
  }

  .md\:m-114px {
    margin: 114px;
  }

  .md\:m-115px {
    margin: 115px;
  }

  .md\:m-116px {
    margin: 116px;
  }

  .md\:m-117px {
    margin: 117px;
  }

  .md\:m-118px {
    margin: 118px;
  }

  .md\:m-119px {
    margin: 119px;
  }

  .md\:m-120px {
    margin: 120px;
  }

  .md\:m-121px {
    margin: 121px;
  }

  .md\:m-122px {
    margin: 122px;
  }

  .md\:m-123px {
    margin: 123px;
  }

  .md\:m-124px {
    margin: 124px;
  }

  .md\:m-125px {
    margin: 125px;
  }

  .md\:m-126px {
    margin: 126px;
  }

  .md\:m-127px {
    margin: 127px;
  }

  .md\:m-128px {
    margin: 128px;
  }

  .md\:m-129px {
    margin: 129px;
  }

  .md\:m-130px {
    margin: 130px;
  }

  .md\:m-133px {
    margin: 133px;
  }

  .md\:m-140px {
    margin: 140px;
  }

  .md\:m-195px {
    margin: 195px;
  }

  .md\:m-200px {
    margin: 200px;
  }

  .md\:m-210px {
    margin: 210px;
  }

  .md\:m-222px {
    margin: 222px;
  }

  .md\:m-258px {
    margin: 258px;
  }

  .md\:m-280px {
    margin: 280px;
  }

  .md\:m-334px {
    margin: 334px;
  }

  .md\:m-388px {
    margin: 388px;
  }

  .md\:m-480px {
    margin: 480px;
  }

  .md\:m-490px {
    margin: 490px;
  }

  .md\:m-505px {
    margin: 505px;
  }

  .md\:m-507px {
    margin: 507px;
  }

  .md\:m-760px {
    margin: 760px;
  }

  .md\:m-780px {
    margin: 780px;
  }

  .md\:m-980px {
    margin: 980px;
  }

  .md\:m-1366px {
    margin: 1366px;
  }

  .md\:-m-0 {
    margin: 0px;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-7 {
    margin: -1.75rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-9 {
    margin: -2.25rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-11 {
    margin: -2.75rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-28 {
    margin: -7rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-36 {
    margin: -9rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-44 {
    margin: -11rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:-m-52 {
    margin: -13rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:-m-60 {
    margin: -15rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-72 {
    margin: -18rem;
  }

  .md\:-m-80 {
    margin: -20rem;
  }

  .md\:-m-96 {
    margin: -24rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-m-0\.5 {
    margin: -0.125rem;
  }

  .md\:-m-1\.5 {
    margin: -0.375rem;
  }

  .md\:-m-2\.5 {
    margin: -0.625rem;
  }

  .md\:-m-3\.5 {
    margin: -0.875rem;
  }

  .md\:-m-1px {
    margin: -1px;
  }

  .md\:-m-2px {
    margin: -2px;
  }

  .md\:-m-3px {
    margin: -3px;
  }

  .md\:-m-4px {
    margin: -4px;
  }

  .md\:-m-5px {
    margin: -5px;
  }

  .md\:-m-6px {
    margin: -6px;
  }

  .md\:-m-7px {
    margin: -7px;
  }

  .md\:-m-8px {
    margin: -8px;
  }

  .md\:-m-9px {
    margin: -9px;
  }

  .md\:-m-10px {
    margin: -10px;
  }

  .md\:-m-11px {
    margin: -11px;
  }

  .md\:-m-12px {
    margin: -12px;
  }

  .md\:-m-13px {
    margin: -13px;
  }

  .md\:-m-14px {
    margin: -14px;
  }

  .md\:-m-15px {
    margin: -15px;
  }

  .md\:-m-16px {
    margin: -16px;
  }

  .md\:-m-17px {
    margin: -17px;
  }

  .md\:-m-18px {
    margin: -18px;
  }

  .md\:-m-19px {
    margin: -19px;
  }

  .md\:-m-20px {
    margin: -20px;
  }

  .md\:-m-21px {
    margin: -21px;
  }

  .md\:-m-22px {
    margin: -22px;
  }

  .md\:-m-23px {
    margin: -23px;
  }

  .md\:-m-24px {
    margin: -24px;
  }

  .md\:-m-25px {
    margin: -25px;
  }

  .md\:-m-26px {
    margin: -26px;
  }

  .md\:-m-27px {
    margin: -27px;
  }

  .md\:-m-28px {
    margin: -28px;
  }

  .md\:-m-29px {
    margin: -29px;
  }

  .md\:-m-30px {
    margin: -30px;
  }

  .md\:-m-31px {
    margin: -31px;
  }

  .md\:-m-32px {
    margin: -32px;
  }

  .md\:-m-33px {
    margin: -33px;
  }

  .md\:-m-34px {
    margin: -34px;
  }

  .md\:-m-35px {
    margin: -35px;
  }

  .md\:-m-36px {
    margin: -36px;
  }

  .md\:-m-37px {
    margin: -37px;
  }

  .md\:-m-38px {
    margin: -38px;
  }

  .md\:-m-39px {
    margin: -39px;
  }

  .md\:-m-40px {
    margin: -40px;
  }

  .md\:-m-41px {
    margin: -41px;
  }

  .md\:-m-42px {
    margin: -42px;
  }

  .md\:-m-43px {
    margin: -43px;
  }

  .md\:-m-44px {
    margin: -44px;
  }

  .md\:-m-45px {
    margin: -45px;
  }

  .md\:-m-46px {
    margin: -46px;
  }

  .md\:-m-47px {
    margin: -47px;
  }

  .md\:-m-48px {
    margin: -48px;
  }

  .md\:-m-49px {
    margin: -49px;
  }

  .md\:-m-50px {
    margin: -50px;
  }

  .md\:-m-51px {
    margin: -51px;
  }

  .md\:-m-52px {
    margin: -52px;
  }

  .md\:-m-53px {
    margin: -53px;
  }

  .md\:-m-54px {
    margin: -54px;
  }

  .md\:-m-55px {
    margin: -55px;
  }

  .md\:-m-56px {
    margin: -56px;
  }

  .md\:-m-57px {
    margin: -57px;
  }

  .md\:-m-58px {
    margin: -58px;
  }

  .md\:-m-59px {
    margin: -59px;
  }

  .md\:-m-60px {
    margin: -60px;
  }

  .md\:-m-61px {
    margin: -61px;
  }

  .md\:-m-62px {
    margin: -62px;
  }

  .md\:-m-63px {
    margin: -63px;
  }

  .md\:-m-64px {
    margin: -64px;
  }

  .md\:-m-65px {
    margin: -65px;
  }

  .md\:-m-66px {
    margin: -66px;
  }

  .md\:-m-67px {
    margin: -67px;
  }

  .md\:-m-68px {
    margin: -68px;
  }

  .md\:-m-69px {
    margin: -69px;
  }

  .md\:-m-70px {
    margin: -70px;
  }

  .md\:-m-71px {
    margin: -71px;
  }

  .md\:-m-72px {
    margin: -72px;
  }

  .md\:-m-73px {
    margin: -73px;
  }

  .md\:-m-74px {
    margin: -74px;
  }

  .md\:-m-75px {
    margin: -75px;
  }

  .md\:-m-76px {
    margin: -76px;
  }

  .md\:-m-77px {
    margin: -77px;
  }

  .md\:-m-78px {
    margin: -78px;
  }

  .md\:-m-79px {
    margin: -79px;
  }

  .md\:-m-80px {
    margin: -80px;
  }

  .md\:-m-81px {
    margin: -81px;
  }

  .md\:-m-82px {
    margin: -82px;
  }

  .md\:-m-83px {
    margin: -83px;
  }

  .md\:-m-84px {
    margin: -84px;
  }

  .md\:-m-85px {
    margin: -85px;
  }

  .md\:-m-86px {
    margin: -86px;
  }

  .md\:-m-87px {
    margin: -87px;
  }

  .md\:-m-88px {
    margin: -88px;
  }

  .md\:-m-89px {
    margin: -89px;
  }

  .md\:-m-90px {
    margin: -90px;
  }

  .md\:-m-91px {
    margin: -91px;
  }

  .md\:-m-92px {
    margin: -92px;
  }

  .md\:-m-93px {
    margin: -93px;
  }

  .md\:-m-94px {
    margin: -94px;
  }

  .md\:-m-95px {
    margin: -95px;
  }

  .md\:-m-96px {
    margin: -96px;
  }

  .md\:-m-97px {
    margin: -97px;
  }

  .md\:-m-98px {
    margin: -98px;
  }

  .md\:-m-99px {
    margin: -99px;
  }

  .md\:-m-100px {
    margin: -100px;
  }

  .md\:-m-101px {
    margin: -101px;
  }

  .md\:-m-102px {
    margin: -102px;
  }

  .md\:-m-103px {
    margin: -103px;
  }

  .md\:-m-104px {
    margin: -104px;
  }

  .md\:-m-105px {
    margin: -105px;
  }

  .md\:-m-106px {
    margin: -106px;
  }

  .md\:-m-107px {
    margin: -107px;
  }

  .md\:-m-108px {
    margin: -108px;
  }

  .md\:-m-109px {
    margin: -109px;
  }

  .md\:-m-110px {
    margin: -110px;
  }

  .md\:-m-111px {
    margin: -111px;
  }

  .md\:-m-112px {
    margin: -112px;
  }

  .md\:-m-113px {
    margin: -113px;
  }

  .md\:-m-114px {
    margin: -114px;
  }

  .md\:-m-115px {
    margin: -115px;
  }

  .md\:-m-116px {
    margin: -116px;
  }

  .md\:-m-117px {
    margin: -117px;
  }

  .md\:-m-118px {
    margin: -118px;
  }

  .md\:-m-119px {
    margin: -119px;
  }

  .md\:-m-120px {
    margin: -120px;
  }

  .md\:-m-121px {
    margin: -121px;
  }

  .md\:-m-122px {
    margin: -122px;
  }

  .md\:-m-123px {
    margin: -123px;
  }

  .md\:-m-124px {
    margin: -124px;
  }

  .md\:-m-125px {
    margin: -125px;
  }

  .md\:-m-126px {
    margin: -126px;
  }

  .md\:-m-127px {
    margin: -127px;
  }

  .md\:-m-128px {
    margin: -128px;
  }

  .md\:-m-129px {
    margin: -129px;
  }

  .md\:-m-130px {
    margin: -130px;
  }

  .md\:-m-133px {
    margin: -133px;
  }

  .md\:-m-140px {
    margin: -140px;
  }

  .md\:-m-195px {
    margin: -195px;
  }

  .md\:-m-200px {
    margin: -200px;
  }

  .md\:-m-210px {
    margin: -210px;
  }

  .md\:-m-222px {
    margin: -222px;
  }

  .md\:-m-258px {
    margin: -258px;
  }

  .md\:-m-280px {
    margin: -280px;
  }

  .md\:-m-334px {
    margin: -334px;
  }

  .md\:-m-388px {
    margin: -388px;
  }

  .md\:-m-480px {
    margin: -480px;
  }

  .md\:-m-490px {
    margin: -490px;
  }

  .md\:-m-505px {
    margin: -505px;
  }

  .md\:-m-507px {
    margin: -507px;
  }

  .md\:-m-760px {
    margin: -760px;
  }

  .md\:-m-780px {
    margin: -780px;
  }

  .md\:-m-980px {
    margin: -980px;
  }

  .md\:-m-1366px {
    margin: -1366px;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:my-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-1px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .md\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }

  .md\:my-3px {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .md\:mx-3px {
    margin-left: 3px;
    margin-right: 3px;
  }

  .md\:my-4px {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md\:mx-4px {
    margin-left: 4px;
    margin-right: 4px;
  }

  .md\:my-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:mx-5px {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md\:my-6px {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md\:mx-6px {
    margin-left: 6px;
    margin-right: 6px;
  }

  .md\:my-7px {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .md\:mx-7px {
    margin-left: 7px;
    margin-right: 7px;
  }

  .md\:my-8px {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md\:mx-8px {
    margin-left: 8px;
    margin-right: 8px;
  }

  .md\:my-9px {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .md\:mx-9px {
    margin-left: 9px;
    margin-right: 9px;
  }

  .md\:my-10px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:mx-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:my-11px {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .md\:mx-11px {
    margin-left: 11px;
    margin-right: 11px;
  }

  .md\:my-12px {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md\:mx-12px {
    margin-left: 12px;
    margin-right: 12px;
  }

  .md\:my-13px {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .md\:mx-13px {
    margin-left: 13px;
    margin-right: 13px;
  }

  .md\:my-14px {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md\:mx-14px {
    margin-left: 14px;
    margin-right: 14px;
  }

  .md\:my-15px {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:mx-15px {
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:my-16px {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:mx-16px {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:my-17px {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .md\:mx-17px {
    margin-left: 17px;
    margin-right: 17px;
  }

  .md\:my-18px {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md\:mx-18px {
    margin-left: 18px;
    margin-right: 18px;
  }

  .md\:my-19px {
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .md\:mx-19px {
    margin-left: 19px;
    margin-right: 19px;
  }

  .md\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:my-21px {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .md\:mx-21px {
    margin-left: 21px;
    margin-right: 21px;
  }

  .md\:my-22px {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .md\:mx-22px {
    margin-left: 22px;
    margin-right: 22px;
  }

  .md\:my-23px {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .md\:mx-23px {
    margin-left: 23px;
    margin-right: 23px;
  }

  .md\:my-24px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md\:mx-24px {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md\:my-25px {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md\:mx-25px {
    margin-left: 25px;
    margin-right: 25px;
  }

  .md\:my-26px {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .md\:mx-26px {
    margin-left: 26px;
    margin-right: 26px;
  }

  .md\:my-27px {
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .md\:mx-27px {
    margin-left: 27px;
    margin-right: 27px;
  }

  .md\:my-28px {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .md\:mx-28px {
    margin-left: 28px;
    margin-right: 28px;
  }

  .md\:my-29px {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .md\:mx-29px {
    margin-left: 29px;
    margin-right: 29px;
  }

  .md\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:my-31px {
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .md\:mx-31px {
    margin-left: 31px;
    margin-right: 31px;
  }

  .md\:my-32px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .md\:mx-32px {
    margin-left: 32px;
    margin-right: 32px;
  }

  .md\:my-33px {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .md\:mx-33px {
    margin-left: 33px;
    margin-right: 33px;
  }

  .md\:my-34px {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .md\:mx-34px {
    margin-left: 34px;
    margin-right: 34px;
  }

  .md\:my-35px {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .md\:mx-35px {
    margin-left: 35px;
    margin-right: 35px;
  }

  .md\:my-36px {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md\:mx-36px {
    margin-left: 36px;
    margin-right: 36px;
  }

  .md\:my-37px {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .md\:mx-37px {
    margin-left: 37px;
    margin-right: 37px;
  }

  .md\:my-38px {
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .md\:mx-38px {
    margin-left: 38px;
    margin-right: 38px;
  }

  .md\:my-39px {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .md\:mx-39px {
    margin-left: 39px;
    margin-right: 39px;
  }

  .md\:my-40px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:mx-40px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:my-41px {
    margin-top: 41px;
    margin-bottom: 41px;
  }

  .md\:mx-41px {
    margin-left: 41px;
    margin-right: 41px;
  }

  .md\:my-42px {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .md\:mx-42px {
    margin-left: 42px;
    margin-right: 42px;
  }

  .md\:my-43px {
    margin-top: 43px;
    margin-bottom: 43px;
  }

  .md\:mx-43px {
    margin-left: 43px;
    margin-right: 43px;
  }

  .md\:my-44px {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .md\:mx-44px {
    margin-left: 44px;
    margin-right: 44px;
  }

  .md\:my-45px {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md\:mx-45px {
    margin-left: 45px;
    margin-right: 45px;
  }

  .md\:my-46px {
    margin-top: 46px;
    margin-bottom: 46px;
  }

  .md\:mx-46px {
    margin-left: 46px;
    margin-right: 46px;
  }

  .md\:my-47px {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .md\:mx-47px {
    margin-left: 47px;
    margin-right: 47px;
  }

  .md\:my-48px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .md\:mx-48px {
    margin-left: 48px;
    margin-right: 48px;
  }

  .md\:my-49px {
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .md\:mx-49px {
    margin-left: 49px;
    margin-right: 49px;
  }

  .md\:my-50px {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md\:mx-50px {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md\:my-51px {
    margin-top: 51px;
    margin-bottom: 51px;
  }

  .md\:mx-51px {
    margin-left: 51px;
    margin-right: 51px;
  }

  .md\:my-52px {
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .md\:mx-52px {
    margin-left: 52px;
    margin-right: 52px;
  }

  .md\:my-53px {
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .md\:mx-53px {
    margin-left: 53px;
    margin-right: 53px;
  }

  .md\:my-54px {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .md\:mx-54px {
    margin-left: 54px;
    margin-right: 54px;
  }

  .md\:my-55px {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .md\:mx-55px {
    margin-left: 55px;
    margin-right: 55px;
  }

  .md\:my-56px {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .md\:mx-56px {
    margin-left: 56px;
    margin-right: 56px;
  }

  .md\:my-57px {
    margin-top: 57px;
    margin-bottom: 57px;
  }

  .md\:mx-57px {
    margin-left: 57px;
    margin-right: 57px;
  }

  .md\:my-58px {
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .md\:mx-58px {
    margin-left: 58px;
    margin-right: 58px;
  }

  .md\:my-59px {
    margin-top: 59px;
    margin-bottom: 59px;
  }

  .md\:mx-59px {
    margin-left: 59px;
    margin-right: 59px;
  }

  .md\:my-60px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:mx-60px {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md\:my-61px {
    margin-top: 61px;
    margin-bottom: 61px;
  }

  .md\:mx-61px {
    margin-left: 61px;
    margin-right: 61px;
  }

  .md\:my-62px {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .md\:mx-62px {
    margin-left: 62px;
    margin-right: 62px;
  }

  .md\:my-63px {
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .md\:mx-63px {
    margin-left: 63px;
    margin-right: 63px;
  }

  .md\:my-64px {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .md\:mx-64px {
    margin-left: 64px;
    margin-right: 64px;
  }

  .md\:my-65px {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .md\:mx-65px {
    margin-left: 65px;
    margin-right: 65px;
  }

  .md\:my-66px {
    margin-top: 66px;
    margin-bottom: 66px;
  }

  .md\:mx-66px {
    margin-left: 66px;
    margin-right: 66px;
  }

  .md\:my-67px {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .md\:mx-67px {
    margin-left: 67px;
    margin-right: 67px;
  }

  .md\:my-68px {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .md\:mx-68px {
    margin-left: 68px;
    margin-right: 68px;
  }

  .md\:my-69px {
    margin-top: 69px;
    margin-bottom: 69px;
  }

  .md\:mx-69px {
    margin-left: 69px;
    margin-right: 69px;
  }

  .md\:my-70px {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .md\:mx-70px {
    margin-left: 70px;
    margin-right: 70px;
  }

  .md\:my-71px {
    margin-top: 71px;
    margin-bottom: 71px;
  }

  .md\:mx-71px {
    margin-left: 71px;
    margin-right: 71px;
  }

  .md\:my-72px {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .md\:mx-72px {
    margin-left: 72px;
    margin-right: 72px;
  }

  .md\:my-73px {
    margin-top: 73px;
    margin-bottom: 73px;
  }

  .md\:mx-73px {
    margin-left: 73px;
    margin-right: 73px;
  }

  .md\:my-74px {
    margin-top: 74px;
    margin-bottom: 74px;
  }

  .md\:mx-74px {
    margin-left: 74px;
    margin-right: 74px;
  }

  .md\:my-75px {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .md\:mx-75px {
    margin-left: 75px;
    margin-right: 75px;
  }

  .md\:my-76px {
    margin-top: 76px;
    margin-bottom: 76px;
  }

  .md\:mx-76px {
    margin-left: 76px;
    margin-right: 76px;
  }

  .md\:my-77px {
    margin-top: 77px;
    margin-bottom: 77px;
  }

  .md\:mx-77px {
    margin-left: 77px;
    margin-right: 77px;
  }

  .md\:my-78px {
    margin-top: 78px;
    margin-bottom: 78px;
  }

  .md\:mx-78px {
    margin-left: 78px;
    margin-right: 78px;
  }

  .md\:my-79px {
    margin-top: 79px;
    margin-bottom: 79px;
  }

  .md\:mx-79px {
    margin-left: 79px;
    margin-right: 79px;
  }

  .md\:my-80px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md\:mx-80px {
    margin-left: 80px;
    margin-right: 80px;
  }

  .md\:my-81px {
    margin-top: 81px;
    margin-bottom: 81px;
  }

  .md\:mx-81px {
    margin-left: 81px;
    margin-right: 81px;
  }

  .md\:my-82px {
    margin-top: 82px;
    margin-bottom: 82px;
  }

  .md\:mx-82px {
    margin-left: 82px;
    margin-right: 82px;
  }

  .md\:my-83px {
    margin-top: 83px;
    margin-bottom: 83px;
  }

  .md\:mx-83px {
    margin-left: 83px;
    margin-right: 83px;
  }

  .md\:my-84px {
    margin-top: 84px;
    margin-bottom: 84px;
  }

  .md\:mx-84px {
    margin-left: 84px;
    margin-right: 84px;
  }

  .md\:my-85px {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .md\:mx-85px {
    margin-left: 85px;
    margin-right: 85px;
  }

  .md\:my-86px {
    margin-top: 86px;
    margin-bottom: 86px;
  }

  .md\:mx-86px {
    margin-left: 86px;
    margin-right: 86px;
  }

  .md\:my-87px {
    margin-top: 87px;
    margin-bottom: 87px;
  }

  .md\:mx-87px {
    margin-left: 87px;
    margin-right: 87px;
  }

  .md\:my-88px {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .md\:mx-88px {
    margin-left: 88px;
    margin-right: 88px;
  }

  .md\:my-89px {
    margin-top: 89px;
    margin-bottom: 89px;
  }

  .md\:mx-89px {
    margin-left: 89px;
    margin-right: 89px;
  }

  .md\:my-90px {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md\:mx-90px {
    margin-left: 90px;
    margin-right: 90px;
  }

  .md\:my-91px {
    margin-top: 91px;
    margin-bottom: 91px;
  }

  .md\:mx-91px {
    margin-left: 91px;
    margin-right: 91px;
  }

  .md\:my-92px {
    margin-top: 92px;
    margin-bottom: 92px;
  }

  .md\:mx-92px {
    margin-left: 92px;
    margin-right: 92px;
  }

  .md\:my-93px {
    margin-top: 93px;
    margin-bottom: 93px;
  }

  .md\:mx-93px {
    margin-left: 93px;
    margin-right: 93px;
  }

  .md\:my-94px {
    margin-top: 94px;
    margin-bottom: 94px;
  }

  .md\:mx-94px {
    margin-left: 94px;
    margin-right: 94px;
  }

  .md\:my-95px {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .md\:mx-95px {
    margin-left: 95px;
    margin-right: 95px;
  }

  .md\:my-96px {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .md\:mx-96px {
    margin-left: 96px;
    margin-right: 96px;
  }

  .md\:my-97px {
    margin-top: 97px;
    margin-bottom: 97px;
  }

  .md\:mx-97px {
    margin-left: 97px;
    margin-right: 97px;
  }

  .md\:my-98px {
    margin-top: 98px;
    margin-bottom: 98px;
  }

  .md\:mx-98px {
    margin-left: 98px;
    margin-right: 98px;
  }

  .md\:my-99px {
    margin-top: 99px;
    margin-bottom: 99px;
  }

  .md\:mx-99px {
    margin-left: 99px;
    margin-right: 99px;
  }

  .md\:my-100px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md\:mx-100px {
    margin-left: 100px;
    margin-right: 100px;
  }

  .md\:my-101px {
    margin-top: 101px;
    margin-bottom: 101px;
  }

  .md\:mx-101px {
    margin-left: 101px;
    margin-right: 101px;
  }

  .md\:my-102px {
    margin-top: 102px;
    margin-bottom: 102px;
  }

  .md\:mx-102px {
    margin-left: 102px;
    margin-right: 102px;
  }

  .md\:my-103px {
    margin-top: 103px;
    margin-bottom: 103px;
  }

  .md\:mx-103px {
    margin-left: 103px;
    margin-right: 103px;
  }

  .md\:my-104px {
    margin-top: 104px;
    margin-bottom: 104px;
  }

  .md\:mx-104px {
    margin-left: 104px;
    margin-right: 104px;
  }

  .md\:my-105px {
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .md\:mx-105px {
    margin-left: 105px;
    margin-right: 105px;
  }

  .md\:my-106px {
    margin-top: 106px;
    margin-bottom: 106px;
  }

  .md\:mx-106px {
    margin-left: 106px;
    margin-right: 106px;
  }

  .md\:my-107px {
    margin-top: 107px;
    margin-bottom: 107px;
  }

  .md\:mx-107px {
    margin-left: 107px;
    margin-right: 107px;
  }

  .md\:my-108px {
    margin-top: 108px;
    margin-bottom: 108px;
  }

  .md\:mx-108px {
    margin-left: 108px;
    margin-right: 108px;
  }

  .md\:my-109px {
    margin-top: 109px;
    margin-bottom: 109px;
  }

  .md\:mx-109px {
    margin-left: 109px;
    margin-right: 109px;
  }

  .md\:my-110px {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .md\:mx-110px {
    margin-left: 110px;
    margin-right: 110px;
  }

  .md\:my-111px {
    margin-top: 111px;
    margin-bottom: 111px;
  }

  .md\:mx-111px {
    margin-left: 111px;
    margin-right: 111px;
  }

  .md\:my-112px {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .md\:mx-112px {
    margin-left: 112px;
    margin-right: 112px;
  }

  .md\:my-113px {
    margin-top: 113px;
    margin-bottom: 113px;
  }

  .md\:mx-113px {
    margin-left: 113px;
    margin-right: 113px;
  }

  .md\:my-114px {
    margin-top: 114px;
    margin-bottom: 114px;
  }

  .md\:mx-114px {
    margin-left: 114px;
    margin-right: 114px;
  }

  .md\:my-115px {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .md\:mx-115px {
    margin-left: 115px;
    margin-right: 115px;
  }

  .md\:my-116px {
    margin-top: 116px;
    margin-bottom: 116px;
  }

  .md\:mx-116px {
    margin-left: 116px;
    margin-right: 116px;
  }

  .md\:my-117px {
    margin-top: 117px;
    margin-bottom: 117px;
  }

  .md\:mx-117px {
    margin-left: 117px;
    margin-right: 117px;
  }

  .md\:my-118px {
    margin-top: 118px;
    margin-bottom: 118px;
  }

  .md\:mx-118px {
    margin-left: 118px;
    margin-right: 118px;
  }

  .md\:my-119px {
    margin-top: 119px;
    margin-bottom: 119px;
  }

  .md\:mx-119px {
    margin-left: 119px;
    margin-right: 119px;
  }

  .md\:my-120px {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .md\:mx-120px {
    margin-left: 120px;
    margin-right: 120px;
  }

  .md\:my-121px {
    margin-top: 121px;
    margin-bottom: 121px;
  }

  .md\:mx-121px {
    margin-left: 121px;
    margin-right: 121px;
  }

  .md\:my-122px {
    margin-top: 122px;
    margin-bottom: 122px;
  }

  .md\:mx-122px {
    margin-left: 122px;
    margin-right: 122px;
  }

  .md\:my-123px {
    margin-top: 123px;
    margin-bottom: 123px;
  }

  .md\:mx-123px {
    margin-left: 123px;
    margin-right: 123px;
  }

  .md\:my-124px {
    margin-top: 124px;
    margin-bottom: 124px;
  }

  .md\:mx-124px {
    margin-left: 124px;
    margin-right: 124px;
  }

  .md\:my-125px {
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .md\:mx-125px {
    margin-left: 125px;
    margin-right: 125px;
  }

  .md\:my-126px {
    margin-top: 126px;
    margin-bottom: 126px;
  }

  .md\:mx-126px {
    margin-left: 126px;
    margin-right: 126px;
  }

  .md\:my-127px {
    margin-top: 127px;
    margin-bottom: 127px;
  }

  .md\:mx-127px {
    margin-left: 127px;
    margin-right: 127px;
  }

  .md\:my-128px {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .md\:mx-128px {
    margin-left: 128px;
    margin-right: 128px;
  }

  .md\:my-129px {
    margin-top: 129px;
    margin-bottom: 129px;
  }

  .md\:mx-129px {
    margin-left: 129px;
    margin-right: 129px;
  }

  .md\:my-130px {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .md\:mx-130px {
    margin-left: 130px;
    margin-right: 130px;
  }

  .md\:my-133px {
    margin-top: 133px;
    margin-bottom: 133px;
  }

  .md\:mx-133px {
    margin-left: 133px;
    margin-right: 133px;
  }

  .md\:my-140px {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .md\:mx-140px {
    margin-left: 140px;
    margin-right: 140px;
  }

  .md\:my-195px {
    margin-top: 195px;
    margin-bottom: 195px;
  }

  .md\:mx-195px {
    margin-left: 195px;
    margin-right: 195px;
  }

  .md\:my-200px {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .md\:mx-200px {
    margin-left: 200px;
    margin-right: 200px;
  }

  .md\:my-210px {
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .md\:mx-210px {
    margin-left: 210px;
    margin-right: 210px;
  }

  .md\:my-222px {
    margin-top: 222px;
    margin-bottom: 222px;
  }

  .md\:mx-222px {
    margin-left: 222px;
    margin-right: 222px;
  }

  .md\:my-258px {
    margin-top: 258px;
    margin-bottom: 258px;
  }

  .md\:mx-258px {
    margin-left: 258px;
    margin-right: 258px;
  }

  .md\:my-280px {
    margin-top: 280px;
    margin-bottom: 280px;
  }

  .md\:mx-280px {
    margin-left: 280px;
    margin-right: 280px;
  }

  .md\:my-334px {
    margin-top: 334px;
    margin-bottom: 334px;
  }

  .md\:mx-334px {
    margin-left: 334px;
    margin-right: 334px;
  }

  .md\:my-388px {
    margin-top: 388px;
    margin-bottom: 388px;
  }

  .md\:mx-388px {
    margin-left: 388px;
    margin-right: 388px;
  }

  .md\:my-480px {
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .md\:mx-480px {
    margin-left: 480px;
    margin-right: 480px;
  }

  .md\:my-490px {
    margin-top: 490px;
    margin-bottom: 490px;
  }

  .md\:mx-490px {
    margin-left: 490px;
    margin-right: 490px;
  }

  .md\:my-505px {
    margin-top: 505px;
    margin-bottom: 505px;
  }

  .md\:mx-505px {
    margin-left: 505px;
    margin-right: 505px;
  }

  .md\:my-507px {
    margin-top: 507px;
    margin-bottom: 507px;
  }

  .md\:mx-507px {
    margin-left: 507px;
    margin-right: 507px;
  }

  .md\:my-760px {
    margin-top: 760px;
    margin-bottom: 760px;
  }

  .md\:mx-760px {
    margin-left: 760px;
    margin-right: 760px;
  }

  .md\:my-780px {
    margin-top: 780px;
    margin-bottom: 780px;
  }

  .md\:mx-780px {
    margin-left: 780px;
    margin-right: 780px;
  }

  .md\:my-980px {
    margin-top: 980px;
    margin-bottom: 980px;
  }

  .md\:mx-980px {
    margin-left: 980px;
    margin-right: 980px;
  }

  .md\:my-1366px {
    margin-top: 1366px;
    margin-bottom: 1366px;
  }

  .md\:mx-1366px {
    margin-left: 1366px;
    margin-right: 1366px;
  }

  .md\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:-my-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-1px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .md\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }

  .md\:-my-3px {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .md\:-mx-3px {
    margin-left: -3px;
    margin-right: -3px;
  }

  .md\:-my-4px {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .md\:-mx-4px {
    margin-left: -4px;
    margin-right: -4px;
  }

  .md\:-my-5px {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md\:-mx-5px {
    margin-left: -5px;
    margin-right: -5px;
  }

  .md\:-my-6px {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .md\:-mx-6px {
    margin-left: -6px;
    margin-right: -6px;
  }

  .md\:-my-7px {
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .md\:-mx-7px {
    margin-left: -7px;
    margin-right: -7px;
  }

  .md\:-my-8px {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md\:-mx-8px {
    margin-left: -8px;
    margin-right: -8px;
  }

  .md\:-my-9px {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .md\:-mx-9px {
    margin-left: -9px;
    margin-right: -9px;
  }

  .md\:-my-10px {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md\:-mx-10px {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:-my-11px {
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .md\:-mx-11px {
    margin-left: -11px;
    margin-right: -11px;
  }

  .md\:-my-12px {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md\:-mx-12px {
    margin-left: -12px;
    margin-right: -12px;
  }

  .md\:-my-13px {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .md\:-mx-13px {
    margin-left: -13px;
    margin-right: -13px;
  }

  .md\:-my-14px {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .md\:-mx-14px {
    margin-left: -14px;
    margin-right: -14px;
  }

  .md\:-my-15px {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md\:-mx-15px {
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:-my-16px {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md\:-mx-16px {
    margin-left: -16px;
    margin-right: -16px;
  }

  .md\:-my-17px {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .md\:-mx-17px {
    margin-left: -17px;
    margin-right: -17px;
  }

  .md\:-my-18px {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .md\:-mx-18px {
    margin-left: -18px;
    margin-right: -18px;
  }

  .md\:-my-19px {
    margin-top: -19px;
    margin-bottom: -19px;
  }

  .md\:-mx-19px {
    margin-left: -19px;
    margin-right: -19px;
  }

  .md\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:-my-21px {
    margin-top: -21px;
    margin-bottom: -21px;
  }

  .md\:-mx-21px {
    margin-left: -21px;
    margin-right: -21px;
  }

  .md\:-my-22px {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .md\:-mx-22px {
    margin-left: -22px;
    margin-right: -22px;
  }

  .md\:-my-23px {
    margin-top: -23px;
    margin-bottom: -23px;
  }

  .md\:-mx-23px {
    margin-left: -23px;
    margin-right: -23px;
  }

  .md\:-my-24px {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md\:-mx-24px {
    margin-left: -24px;
    margin-right: -24px;
  }

  .md\:-my-25px {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .md\:-mx-25px {
    margin-left: -25px;
    margin-right: -25px;
  }

  .md\:-my-26px {
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .md\:-mx-26px {
    margin-left: -26px;
    margin-right: -26px;
  }

  .md\:-my-27px {
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .md\:-mx-27px {
    margin-left: -27px;
    margin-right: -27px;
  }

  .md\:-my-28px {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .md\:-mx-28px {
    margin-left: -28px;
    margin-right: -28px;
  }

  .md\:-my-29px {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .md\:-mx-29px {
    margin-left: -29px;
    margin-right: -29px;
  }

  .md\:-my-30px {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md\:-mx-30px {
    margin-left: -30px;
    margin-right: -30px;
  }

  .md\:-my-31px {
    margin-top: -31px;
    margin-bottom: -31px;
  }

  .md\:-mx-31px {
    margin-left: -31px;
    margin-right: -31px;
  }

  .md\:-my-32px {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .md\:-mx-32px {
    margin-left: -32px;
    margin-right: -32px;
  }

  .md\:-my-33px {
    margin-top: -33px;
    margin-bottom: -33px;
  }

  .md\:-mx-33px {
    margin-left: -33px;
    margin-right: -33px;
  }

  .md\:-my-34px {
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .md\:-mx-34px {
    margin-left: -34px;
    margin-right: -34px;
  }

  .md\:-my-35px {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .md\:-mx-35px {
    margin-left: -35px;
    margin-right: -35px;
  }

  .md\:-my-36px {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md\:-mx-36px {
    margin-left: -36px;
    margin-right: -36px;
  }

  .md\:-my-37px {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .md\:-mx-37px {
    margin-left: -37px;
    margin-right: -37px;
  }

  .md\:-my-38px {
    margin-top: -38px;
    margin-bottom: -38px;
  }

  .md\:-mx-38px {
    margin-left: -38px;
    margin-right: -38px;
  }

  .md\:-my-39px {
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .md\:-mx-39px {
    margin-left: -39px;
    margin-right: -39px;
  }

  .md\:-my-40px {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md\:-mx-40px {
    margin-left: -40px;
    margin-right: -40px;
  }

  .md\:-my-41px {
    margin-top: -41px;
    margin-bottom: -41px;
  }

  .md\:-mx-41px {
    margin-left: -41px;
    margin-right: -41px;
  }

  .md\:-my-42px {
    margin-top: -42px;
    margin-bottom: -42px;
  }

  .md\:-mx-42px {
    margin-left: -42px;
    margin-right: -42px;
  }

  .md\:-my-43px {
    margin-top: -43px;
    margin-bottom: -43px;
  }

  .md\:-mx-43px {
    margin-left: -43px;
    margin-right: -43px;
  }

  .md\:-my-44px {
    margin-top: -44px;
    margin-bottom: -44px;
  }

  .md\:-mx-44px {
    margin-left: -44px;
    margin-right: -44px;
  }

  .md\:-my-45px {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md\:-mx-45px {
    margin-left: -45px;
    margin-right: -45px;
  }

  .md\:-my-46px {
    margin-top: -46px;
    margin-bottom: -46px;
  }

  .md\:-mx-46px {
    margin-left: -46px;
    margin-right: -46px;
  }

  .md\:-my-47px {
    margin-top: -47px;
    margin-bottom: -47px;
  }

  .md\:-mx-47px {
    margin-left: -47px;
    margin-right: -47px;
  }

  .md\:-my-48px {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .md\:-mx-48px {
    margin-left: -48px;
    margin-right: -48px;
  }

  .md\:-my-49px {
    margin-top: -49px;
    margin-bottom: -49px;
  }

  .md\:-mx-49px {
    margin-left: -49px;
    margin-right: -49px;
  }

  .md\:-my-50px {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .md\:-mx-50px {
    margin-left: -50px;
    margin-right: -50px;
  }

  .md\:-my-51px {
    margin-top: -51px;
    margin-bottom: -51px;
  }

  .md\:-mx-51px {
    margin-left: -51px;
    margin-right: -51px;
  }

  .md\:-my-52px {
    margin-top: -52px;
    margin-bottom: -52px;
  }

  .md\:-mx-52px {
    margin-left: -52px;
    margin-right: -52px;
  }

  .md\:-my-53px {
    margin-top: -53px;
    margin-bottom: -53px;
  }

  .md\:-mx-53px {
    margin-left: -53px;
    margin-right: -53px;
  }

  .md\:-my-54px {
    margin-top: -54px;
    margin-bottom: -54px;
  }

  .md\:-mx-54px {
    margin-left: -54px;
    margin-right: -54px;
  }

  .md\:-my-55px {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .md\:-mx-55px {
    margin-left: -55px;
    margin-right: -55px;
  }

  .md\:-my-56px {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .md\:-mx-56px {
    margin-left: -56px;
    margin-right: -56px;
  }

  .md\:-my-57px {
    margin-top: -57px;
    margin-bottom: -57px;
  }

  .md\:-mx-57px {
    margin-left: -57px;
    margin-right: -57px;
  }

  .md\:-my-58px {
    margin-top: -58px;
    margin-bottom: -58px;
  }

  .md\:-mx-58px {
    margin-left: -58px;
    margin-right: -58px;
  }

  .md\:-my-59px {
    margin-top: -59px;
    margin-bottom: -59px;
  }

  .md\:-mx-59px {
    margin-left: -59px;
    margin-right: -59px;
  }

  .md\:-my-60px {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md\:-mx-60px {
    margin-left: -60px;
    margin-right: -60px;
  }

  .md\:-my-61px {
    margin-top: -61px;
    margin-bottom: -61px;
  }

  .md\:-mx-61px {
    margin-left: -61px;
    margin-right: -61px;
  }

  .md\:-my-62px {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .md\:-mx-62px {
    margin-left: -62px;
    margin-right: -62px;
  }

  .md\:-my-63px {
    margin-top: -63px;
    margin-bottom: -63px;
  }

  .md\:-mx-63px {
    margin-left: -63px;
    margin-right: -63px;
  }

  .md\:-my-64px {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .md\:-mx-64px {
    margin-left: -64px;
    margin-right: -64px;
  }

  .md\:-my-65px {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .md\:-mx-65px {
    margin-left: -65px;
    margin-right: -65px;
  }

  .md\:-my-66px {
    margin-top: -66px;
    margin-bottom: -66px;
  }

  .md\:-mx-66px {
    margin-left: -66px;
    margin-right: -66px;
  }

  .md\:-my-67px {
    margin-top: -67px;
    margin-bottom: -67px;
  }

  .md\:-mx-67px {
    margin-left: -67px;
    margin-right: -67px;
  }

  .md\:-my-68px {
    margin-top: -68px;
    margin-bottom: -68px;
  }

  .md\:-mx-68px {
    margin-left: -68px;
    margin-right: -68px;
  }

  .md\:-my-69px {
    margin-top: -69px;
    margin-bottom: -69px;
  }

  .md\:-mx-69px {
    margin-left: -69px;
    margin-right: -69px;
  }

  .md\:-my-70px {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .md\:-mx-70px {
    margin-left: -70px;
    margin-right: -70px;
  }

  .md\:-my-71px {
    margin-top: -71px;
    margin-bottom: -71px;
  }

  .md\:-mx-71px {
    margin-left: -71px;
    margin-right: -71px;
  }

  .md\:-my-72px {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .md\:-mx-72px {
    margin-left: -72px;
    margin-right: -72px;
  }

  .md\:-my-73px {
    margin-top: -73px;
    margin-bottom: -73px;
  }

  .md\:-mx-73px {
    margin-left: -73px;
    margin-right: -73px;
  }

  .md\:-my-74px {
    margin-top: -74px;
    margin-bottom: -74px;
  }

  .md\:-mx-74px {
    margin-left: -74px;
    margin-right: -74px;
  }

  .md\:-my-75px {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .md\:-mx-75px {
    margin-left: -75px;
    margin-right: -75px;
  }

  .md\:-my-76px {
    margin-top: -76px;
    margin-bottom: -76px;
  }

  .md\:-mx-76px {
    margin-left: -76px;
    margin-right: -76px;
  }

  .md\:-my-77px {
    margin-top: -77px;
    margin-bottom: -77px;
  }

  .md\:-mx-77px {
    margin-left: -77px;
    margin-right: -77px;
  }

  .md\:-my-78px {
    margin-top: -78px;
    margin-bottom: -78px;
  }

  .md\:-mx-78px {
    margin-left: -78px;
    margin-right: -78px;
  }

  .md\:-my-79px {
    margin-top: -79px;
    margin-bottom: -79px;
  }

  .md\:-mx-79px {
    margin-left: -79px;
    margin-right: -79px;
  }

  .md\:-my-80px {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md\:-mx-80px {
    margin-left: -80px;
    margin-right: -80px;
  }

  .md\:-my-81px {
    margin-top: -81px;
    margin-bottom: -81px;
  }

  .md\:-mx-81px {
    margin-left: -81px;
    margin-right: -81px;
  }

  .md\:-my-82px {
    margin-top: -82px;
    margin-bottom: -82px;
  }

  .md\:-mx-82px {
    margin-left: -82px;
    margin-right: -82px;
  }

  .md\:-my-83px {
    margin-top: -83px;
    margin-bottom: -83px;
  }

  .md\:-mx-83px {
    margin-left: -83px;
    margin-right: -83px;
  }

  .md\:-my-84px {
    margin-top: -84px;
    margin-bottom: -84px;
  }

  .md\:-mx-84px {
    margin-left: -84px;
    margin-right: -84px;
  }

  .md\:-my-85px {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .md\:-mx-85px {
    margin-left: -85px;
    margin-right: -85px;
  }

  .md\:-my-86px {
    margin-top: -86px;
    margin-bottom: -86px;
  }

  .md\:-mx-86px {
    margin-left: -86px;
    margin-right: -86px;
  }

  .md\:-my-87px {
    margin-top: -87px;
    margin-bottom: -87px;
  }

  .md\:-mx-87px {
    margin-left: -87px;
    margin-right: -87px;
  }

  .md\:-my-88px {
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .md\:-mx-88px {
    margin-left: -88px;
    margin-right: -88px;
  }

  .md\:-my-89px {
    margin-top: -89px;
    margin-bottom: -89px;
  }

  .md\:-mx-89px {
    margin-left: -89px;
    margin-right: -89px;
  }

  .md\:-my-90px {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md\:-mx-90px {
    margin-left: -90px;
    margin-right: -90px;
  }

  .md\:-my-91px {
    margin-top: -91px;
    margin-bottom: -91px;
  }

  .md\:-mx-91px {
    margin-left: -91px;
    margin-right: -91px;
  }

  .md\:-my-92px {
    margin-top: -92px;
    margin-bottom: -92px;
  }

  .md\:-mx-92px {
    margin-left: -92px;
    margin-right: -92px;
  }

  .md\:-my-93px {
    margin-top: -93px;
    margin-bottom: -93px;
  }

  .md\:-mx-93px {
    margin-left: -93px;
    margin-right: -93px;
  }

  .md\:-my-94px {
    margin-top: -94px;
    margin-bottom: -94px;
  }

  .md\:-mx-94px {
    margin-left: -94px;
    margin-right: -94px;
  }

  .md\:-my-95px {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .md\:-mx-95px {
    margin-left: -95px;
    margin-right: -95px;
  }

  .md\:-my-96px {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .md\:-mx-96px {
    margin-left: -96px;
    margin-right: -96px;
  }

  .md\:-my-97px {
    margin-top: -97px;
    margin-bottom: -97px;
  }

  .md\:-mx-97px {
    margin-left: -97px;
    margin-right: -97px;
  }

  .md\:-my-98px {
    margin-top: -98px;
    margin-bottom: -98px;
  }

  .md\:-mx-98px {
    margin-left: -98px;
    margin-right: -98px;
  }

  .md\:-my-99px {
    margin-top: -99px;
    margin-bottom: -99px;
  }

  .md\:-mx-99px {
    margin-left: -99px;
    margin-right: -99px;
  }

  .md\:-my-100px {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .md\:-mx-100px {
    margin-left: -100px;
    margin-right: -100px;
  }

  .md\:-my-101px {
    margin-top: -101px;
    margin-bottom: -101px;
  }

  .md\:-mx-101px {
    margin-left: -101px;
    margin-right: -101px;
  }

  .md\:-my-102px {
    margin-top: -102px;
    margin-bottom: -102px;
  }

  .md\:-mx-102px {
    margin-left: -102px;
    margin-right: -102px;
  }

  .md\:-my-103px {
    margin-top: -103px;
    margin-bottom: -103px;
  }

  .md\:-mx-103px {
    margin-left: -103px;
    margin-right: -103px;
  }

  .md\:-my-104px {
    margin-top: -104px;
    margin-bottom: -104px;
  }

  .md\:-mx-104px {
    margin-left: -104px;
    margin-right: -104px;
  }

  .md\:-my-105px {
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .md\:-mx-105px {
    margin-left: -105px;
    margin-right: -105px;
  }

  .md\:-my-106px {
    margin-top: -106px;
    margin-bottom: -106px;
  }

  .md\:-mx-106px {
    margin-left: -106px;
    margin-right: -106px;
  }

  .md\:-my-107px {
    margin-top: -107px;
    margin-bottom: -107px;
  }

  .md\:-mx-107px {
    margin-left: -107px;
    margin-right: -107px;
  }

  .md\:-my-108px {
    margin-top: -108px;
    margin-bottom: -108px;
  }

  .md\:-mx-108px {
    margin-left: -108px;
    margin-right: -108px;
  }

  .md\:-my-109px {
    margin-top: -109px;
    margin-bottom: -109px;
  }

  .md\:-mx-109px {
    margin-left: -109px;
    margin-right: -109px;
  }

  .md\:-my-110px {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .md\:-mx-110px {
    margin-left: -110px;
    margin-right: -110px;
  }

  .md\:-my-111px {
    margin-top: -111px;
    margin-bottom: -111px;
  }

  .md\:-mx-111px {
    margin-left: -111px;
    margin-right: -111px;
  }

  .md\:-my-112px {
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .md\:-mx-112px {
    margin-left: -112px;
    margin-right: -112px;
  }

  .md\:-my-113px {
    margin-top: -113px;
    margin-bottom: -113px;
  }

  .md\:-mx-113px {
    margin-left: -113px;
    margin-right: -113px;
  }

  .md\:-my-114px {
    margin-top: -114px;
    margin-bottom: -114px;
  }

  .md\:-mx-114px {
    margin-left: -114px;
    margin-right: -114px;
  }

  .md\:-my-115px {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .md\:-mx-115px {
    margin-left: -115px;
    margin-right: -115px;
  }

  .md\:-my-116px {
    margin-top: -116px;
    margin-bottom: -116px;
  }

  .md\:-mx-116px {
    margin-left: -116px;
    margin-right: -116px;
  }

  .md\:-my-117px {
    margin-top: -117px;
    margin-bottom: -117px;
  }

  .md\:-mx-117px {
    margin-left: -117px;
    margin-right: -117px;
  }

  .md\:-my-118px {
    margin-top: -118px;
    margin-bottom: -118px;
  }

  .md\:-mx-118px {
    margin-left: -118px;
    margin-right: -118px;
  }

  .md\:-my-119px {
    margin-top: -119px;
    margin-bottom: -119px;
  }

  .md\:-mx-119px {
    margin-left: -119px;
    margin-right: -119px;
  }

  .md\:-my-120px {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .md\:-mx-120px {
    margin-left: -120px;
    margin-right: -120px;
  }

  .md\:-my-121px {
    margin-top: -121px;
    margin-bottom: -121px;
  }

  .md\:-mx-121px {
    margin-left: -121px;
    margin-right: -121px;
  }

  .md\:-my-122px {
    margin-top: -122px;
    margin-bottom: -122px;
  }

  .md\:-mx-122px {
    margin-left: -122px;
    margin-right: -122px;
  }

  .md\:-my-123px {
    margin-top: -123px;
    margin-bottom: -123px;
  }

  .md\:-mx-123px {
    margin-left: -123px;
    margin-right: -123px;
  }

  .md\:-my-124px {
    margin-top: -124px;
    margin-bottom: -124px;
  }

  .md\:-mx-124px {
    margin-left: -124px;
    margin-right: -124px;
  }

  .md\:-my-125px {
    margin-top: -125px;
    margin-bottom: -125px;
  }

  .md\:-mx-125px {
    margin-left: -125px;
    margin-right: -125px;
  }

  .md\:-my-126px {
    margin-top: -126px;
    margin-bottom: -126px;
  }

  .md\:-mx-126px {
    margin-left: -126px;
    margin-right: -126px;
  }

  .md\:-my-127px {
    margin-top: -127px;
    margin-bottom: -127px;
  }

  .md\:-mx-127px {
    margin-left: -127px;
    margin-right: -127px;
  }

  .md\:-my-128px {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .md\:-mx-128px {
    margin-left: -128px;
    margin-right: -128px;
  }

  .md\:-my-129px {
    margin-top: -129px;
    margin-bottom: -129px;
  }

  .md\:-mx-129px {
    margin-left: -129px;
    margin-right: -129px;
  }

  .md\:-my-130px {
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .md\:-mx-130px {
    margin-left: -130px;
    margin-right: -130px;
  }

  .md\:-my-133px {
    margin-top: -133px;
    margin-bottom: -133px;
  }

  .md\:-mx-133px {
    margin-left: -133px;
    margin-right: -133px;
  }

  .md\:-my-140px {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .md\:-mx-140px {
    margin-left: -140px;
    margin-right: -140px;
  }

  .md\:-my-195px {
    margin-top: -195px;
    margin-bottom: -195px;
  }

  .md\:-mx-195px {
    margin-left: -195px;
    margin-right: -195px;
  }

  .md\:-my-200px {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .md\:-mx-200px {
    margin-left: -200px;
    margin-right: -200px;
  }

  .md\:-my-210px {
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .md\:-mx-210px {
    margin-left: -210px;
    margin-right: -210px;
  }

  .md\:-my-222px {
    margin-top: -222px;
    margin-bottom: -222px;
  }

  .md\:-mx-222px {
    margin-left: -222px;
    margin-right: -222px;
  }

  .md\:-my-258px {
    margin-top: -258px;
    margin-bottom: -258px;
  }

  .md\:-mx-258px {
    margin-left: -258px;
    margin-right: -258px;
  }

  .md\:-my-280px {
    margin-top: -280px;
    margin-bottom: -280px;
  }

  .md\:-mx-280px {
    margin-left: -280px;
    margin-right: -280px;
  }

  .md\:-my-334px {
    margin-top: -334px;
    margin-bottom: -334px;
  }

  .md\:-mx-334px {
    margin-left: -334px;
    margin-right: -334px;
  }

  .md\:-my-388px {
    margin-top: -388px;
    margin-bottom: -388px;
  }

  .md\:-mx-388px {
    margin-left: -388px;
    margin-right: -388px;
  }

  .md\:-my-480px {
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .md\:-mx-480px {
    margin-left: -480px;
    margin-right: -480px;
  }

  .md\:-my-490px {
    margin-top: -490px;
    margin-bottom: -490px;
  }

  .md\:-mx-490px {
    margin-left: -490px;
    margin-right: -490px;
  }

  .md\:-my-505px {
    margin-top: -505px;
    margin-bottom: -505px;
  }

  .md\:-mx-505px {
    margin-left: -505px;
    margin-right: -505px;
  }

  .md\:-my-507px {
    margin-top: -507px;
    margin-bottom: -507px;
  }

  .md\:-mx-507px {
    margin-left: -507px;
    margin-right: -507px;
  }

  .md\:-my-760px {
    margin-top: -760px;
    margin-bottom: -760px;
  }

  .md\:-mx-760px {
    margin-left: -760px;
    margin-right: -760px;
  }

  .md\:-my-780px {
    margin-top: -780px;
    margin-bottom: -780px;
  }

  .md\:-mx-780px {
    margin-left: -780px;
    margin-right: -780px;
  }

  .md\:-my-980px {
    margin-top: -980px;
    margin-bottom: -980px;
  }

  .md\:-mx-980px {
    margin-left: -980px;
    margin-right: -980px;
  }

  .md\:-my-1366px {
    margin-top: -1366px;
    margin-bottom: -1366px;
  }

  .md\:-mx-1366px {
    margin-left: -1366px;
    margin-right: -1366px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mr-11 {
    margin-right: 2.75rem;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:ml-11 {
    margin-left: 2.75rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mr-28 {
    margin-right: 7rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:ml-28 {
    margin-left: 7rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:mt-36 {
    margin-top: 9rem;
  }

  .md\:mr-36 {
    margin-right: 9rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:ml-36 {
    margin-left: 9rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:mr-44 {
    margin-right: 11rem;
  }

  .md\:mb-44 {
    margin-bottom: 11rem;
  }

  .md\:ml-44 {
    margin-left: 11rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:mt-52 {
    margin-top: 13rem;
  }

  .md\:mr-52 {
    margin-right: 13rem;
  }

  .md\:mb-52 {
    margin-bottom: 13rem;
  }

  .md\:ml-52 {
    margin-left: 13rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:mt-60 {
    margin-top: 15rem;
  }

  .md\:mr-60 {
    margin-right: 15rem;
  }

  .md\:mb-60 {
    margin-bottom: 15rem;
  }

  .md\:ml-60 {
    margin-left: 15rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:mt-72 {
    margin-top: 18rem;
  }

  .md\:mr-72 {
    margin-right: 18rem;
  }

  .md\:mb-72 {
    margin-bottom: 18rem;
  }

  .md\:ml-72 {
    margin-left: 18rem;
  }

  .md\:mt-80 {
    margin-top: 20rem;
  }

  .md\:mr-80 {
    margin-right: 20rem;
  }

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .md\:ml-80 {
    margin-left: 20rem;
  }

  .md\:mt-96 {
    margin-top: 24rem;
  }

  .md\:mr-96 {
    margin-right: 24rem;
  }

  .md\:mb-96 {
    margin-bottom: 24rem;
  }

  .md\:ml-96 {
    margin-left: 24rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .md\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .md\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .md\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .md\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .md\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .md\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .md\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .md\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .md\:mt-1px {
    margin-top: 1px;
  }

  .md\:mr-1px {
    margin-right: 1px;
  }

  .md\:mb-1px {
    margin-bottom: 1px;
  }

  .md\:ml-1px {
    margin-left: 1px;
  }

  .md\:mt-2px {
    margin-top: 2px;
  }

  .md\:mr-2px {
    margin-right: 2px;
  }

  .md\:mb-2px {
    margin-bottom: 2px;
  }

  .md\:ml-2px {
    margin-left: 2px;
  }

  .md\:mt-3px {
    margin-top: 3px;
  }

  .md\:mr-3px {
    margin-right: 3px;
  }

  .md\:mb-3px {
    margin-bottom: 3px;
  }

  .md\:ml-3px {
    margin-left: 3px;
  }

  .md\:mt-4px {
    margin-top: 4px;
  }

  .md\:mr-4px {
    margin-right: 4px;
  }

  .md\:mb-4px {
    margin-bottom: 4px;
  }

  .md\:ml-4px {
    margin-left: 4px;
  }

  .md\:mt-5px {
    margin-top: 5px;
  }

  .md\:mr-5px {
    margin-right: 5px;
  }

  .md\:mb-5px {
    margin-bottom: 5px;
  }

  .md\:ml-5px {
    margin-left: 5px;
  }

  .md\:mt-6px {
    margin-top: 6px;
  }

  .md\:mr-6px {
    margin-right: 6px;
  }

  .md\:mb-6px {
    margin-bottom: 6px;
  }

  .md\:ml-6px {
    margin-left: 6px;
  }

  .md\:mt-7px {
    margin-top: 7px;
  }

  .md\:mr-7px {
    margin-right: 7px;
  }

  .md\:mb-7px {
    margin-bottom: 7px;
  }

  .md\:ml-7px {
    margin-left: 7px;
  }

  .md\:mt-8px {
    margin-top: 8px;
  }

  .md\:mr-8px {
    margin-right: 8px;
  }

  .md\:mb-8px {
    margin-bottom: 8px;
  }

  .md\:ml-8px {
    margin-left: 8px;
  }

  .md\:mt-9px {
    margin-top: 9px;
  }

  .md\:mr-9px {
    margin-right: 9px;
  }

  .md\:mb-9px {
    margin-bottom: 9px;
  }

  .md\:ml-9px {
    margin-left: 9px;
  }

  .md\:mt-10px {
    margin-top: 10px;
  }

  .md\:mr-10px {
    margin-right: 10px;
  }

  .md\:mb-10px {
    margin-bottom: 10px;
  }

  .md\:ml-10px {
    margin-left: 10px;
  }

  .md\:mt-11px {
    margin-top: 11px;
  }

  .md\:mr-11px {
    margin-right: 11px;
  }

  .md\:mb-11px {
    margin-bottom: 11px;
  }

  .md\:ml-11px {
    margin-left: 11px;
  }

  .md\:mt-12px {
    margin-top: 12px;
  }

  .md\:mr-12px {
    margin-right: 12px;
  }

  .md\:mb-12px {
    margin-bottom: 12px;
  }

  .md\:ml-12px {
    margin-left: 12px;
  }

  .md\:mt-13px {
    margin-top: 13px;
  }

  .md\:mr-13px {
    margin-right: 13px;
  }

  .md\:mb-13px {
    margin-bottom: 13px;
  }

  .md\:ml-13px {
    margin-left: 13px;
  }

  .md\:mt-14px {
    margin-top: 14px;
  }

  .md\:mr-14px {
    margin-right: 14px;
  }

  .md\:mb-14px {
    margin-bottom: 14px;
  }

  .md\:ml-14px {
    margin-left: 14px;
  }

  .md\:mt-15px {
    margin-top: 15px;
  }

  .md\:mr-15px {
    margin-right: 15px;
  }

  .md\:mb-15px {
    margin-bottom: 15px;
  }

  .md\:ml-15px {
    margin-left: 15px;
  }

  .md\:mt-16px {
    margin-top: 16px;
  }

  .md\:mr-16px {
    margin-right: 16px;
  }

  .md\:mb-16px {
    margin-bottom: 16px;
  }

  .md\:ml-16px {
    margin-left: 16px;
  }

  .md\:mt-17px {
    margin-top: 17px;
  }

  .md\:mr-17px {
    margin-right: 17px;
  }

  .md\:mb-17px {
    margin-bottom: 17px;
  }

  .md\:ml-17px {
    margin-left: 17px;
  }

  .md\:mt-18px {
    margin-top: 18px;
  }

  .md\:mr-18px {
    margin-right: 18px;
  }

  .md\:mb-18px {
    margin-bottom: 18px;
  }

  .md\:ml-18px {
    margin-left: 18px;
  }

  .md\:mt-19px {
    margin-top: 19px;
  }

  .md\:mr-19px {
    margin-right: 19px;
  }

  .md\:mb-19px {
    margin-bottom: 19px;
  }

  .md\:ml-19px {
    margin-left: 19px;
  }

  .md\:mt-20px {
    margin-top: 20px;
  }

  .md\:mr-20px {
    margin-right: 20px;
  }

  .md\:mb-20px {
    margin-bottom: 20px;
  }

  .md\:ml-20px {
    margin-left: 20px;
  }

  .md\:mt-21px {
    margin-top: 21px;
  }

  .md\:mr-21px {
    margin-right: 21px;
  }

  .md\:mb-21px {
    margin-bottom: 21px;
  }

  .md\:ml-21px {
    margin-left: 21px;
  }

  .md\:mt-22px {
    margin-top: 22px;
  }

  .md\:mr-22px {
    margin-right: 22px;
  }

  .md\:mb-22px {
    margin-bottom: 22px;
  }

  .md\:ml-22px {
    margin-left: 22px;
  }

  .md\:mt-23px {
    margin-top: 23px;
  }

  .md\:mr-23px {
    margin-right: 23px;
  }

  .md\:mb-23px {
    margin-bottom: 23px;
  }

  .md\:ml-23px {
    margin-left: 23px;
  }

  .md\:mt-24px {
    margin-top: 24px;
  }

  .md\:mr-24px {
    margin-right: 24px;
  }

  .md\:mb-24px {
    margin-bottom: 24px;
  }

  .md\:ml-24px {
    margin-left: 24px;
  }

  .md\:mt-25px {
    margin-top: 25px;
  }

  .md\:mr-25px {
    margin-right: 25px;
  }

  .md\:mb-25px {
    margin-bottom: 25px;
  }

  .md\:ml-25px {
    margin-left: 25px;
  }

  .md\:mt-26px {
    margin-top: 26px;
  }

  .md\:mr-26px {
    margin-right: 26px;
  }

  .md\:mb-26px {
    margin-bottom: 26px;
  }

  .md\:ml-26px {
    margin-left: 26px;
  }

  .md\:mt-27px {
    margin-top: 27px;
  }

  .md\:mr-27px {
    margin-right: 27px;
  }

  .md\:mb-27px {
    margin-bottom: 27px;
  }

  .md\:ml-27px {
    margin-left: 27px;
  }

  .md\:mt-28px {
    margin-top: 28px;
  }

  .md\:mr-28px {
    margin-right: 28px;
  }

  .md\:mb-28px {
    margin-bottom: 28px;
  }

  .md\:ml-28px {
    margin-left: 28px;
  }

  .md\:mt-29px {
    margin-top: 29px;
  }

  .md\:mr-29px {
    margin-right: 29px;
  }

  .md\:mb-29px {
    margin-bottom: 29px;
  }

  .md\:ml-29px {
    margin-left: 29px;
  }

  .md\:mt-30px {
    margin-top: 30px;
  }

  .md\:mr-30px {
    margin-right: 30px;
  }

  .md\:mb-30px {
    margin-bottom: 30px;
  }

  .md\:ml-30px {
    margin-left: 30px;
  }

  .md\:mt-31px {
    margin-top: 31px;
  }

  .md\:mr-31px {
    margin-right: 31px;
  }

  .md\:mb-31px {
    margin-bottom: 31px;
  }

  .md\:ml-31px {
    margin-left: 31px;
  }

  .md\:mt-32px {
    margin-top: 32px;
  }

  .md\:mr-32px {
    margin-right: 32px;
  }

  .md\:mb-32px {
    margin-bottom: 32px;
  }

  .md\:ml-32px {
    margin-left: 32px;
  }

  .md\:mt-33px {
    margin-top: 33px;
  }

  .md\:mr-33px {
    margin-right: 33px;
  }

  .md\:mb-33px {
    margin-bottom: 33px;
  }

  .md\:ml-33px {
    margin-left: 33px;
  }

  .md\:mt-34px {
    margin-top: 34px;
  }

  .md\:mr-34px {
    margin-right: 34px;
  }

  .md\:mb-34px {
    margin-bottom: 34px;
  }

  .md\:ml-34px {
    margin-left: 34px;
  }

  .md\:mt-35px {
    margin-top: 35px;
  }

  .md\:mr-35px {
    margin-right: 35px;
  }

  .md\:mb-35px {
    margin-bottom: 35px;
  }

  .md\:ml-35px {
    margin-left: 35px;
  }

  .md\:mt-36px {
    margin-top: 36px;
  }

  .md\:mr-36px {
    margin-right: 36px;
  }

  .md\:mb-36px {
    margin-bottom: 36px;
  }

  .md\:ml-36px {
    margin-left: 36px;
  }

  .md\:mt-37px {
    margin-top: 37px;
  }

  .md\:mr-37px {
    margin-right: 37px;
  }

  .md\:mb-37px {
    margin-bottom: 37px;
  }

  .md\:ml-37px {
    margin-left: 37px;
  }

  .md\:mt-38px {
    margin-top: 38px;
  }

  .md\:mr-38px {
    margin-right: 38px;
  }

  .md\:mb-38px {
    margin-bottom: 38px;
  }

  .md\:ml-38px {
    margin-left: 38px;
  }

  .md\:mt-39px {
    margin-top: 39px;
  }

  .md\:mr-39px {
    margin-right: 39px;
  }

  .md\:mb-39px {
    margin-bottom: 39px;
  }

  .md\:ml-39px {
    margin-left: 39px;
  }

  .md\:mt-40px {
    margin-top: 40px;
  }

  .md\:mr-40px {
    margin-right: 40px;
  }

  .md\:mb-40px {
    margin-bottom: 40px;
  }

  .md\:ml-40px {
    margin-left: 40px;
  }

  .md\:mt-41px {
    margin-top: 41px;
  }

  .md\:mr-41px {
    margin-right: 41px;
  }

  .md\:mb-41px {
    margin-bottom: 41px;
  }

  .md\:ml-41px {
    margin-left: 41px;
  }

  .md\:mt-42px {
    margin-top: 42px;
  }

  .md\:mr-42px {
    margin-right: 42px;
  }

  .md\:mb-42px {
    margin-bottom: 42px;
  }

  .md\:ml-42px {
    margin-left: 42px;
  }

  .md\:mt-43px {
    margin-top: 43px;
  }

  .md\:mr-43px {
    margin-right: 43px;
  }

  .md\:mb-43px {
    margin-bottom: 43px;
  }

  .md\:ml-43px {
    margin-left: 43px;
  }

  .md\:mt-44px {
    margin-top: 44px;
  }

  .md\:mr-44px {
    margin-right: 44px;
  }

  .md\:mb-44px {
    margin-bottom: 44px;
  }

  .md\:ml-44px {
    margin-left: 44px;
  }

  .md\:mt-45px {
    margin-top: 45px;
  }

  .md\:mr-45px {
    margin-right: 45px;
  }

  .md\:mb-45px {
    margin-bottom: 45px;
  }

  .md\:ml-45px {
    margin-left: 45px;
  }

  .md\:mt-46px {
    margin-top: 46px;
  }

  .md\:mr-46px {
    margin-right: 46px;
  }

  .md\:mb-46px {
    margin-bottom: 46px;
  }

  .md\:ml-46px {
    margin-left: 46px;
  }

  .md\:mt-47px {
    margin-top: 47px;
  }

  .md\:mr-47px {
    margin-right: 47px;
  }

  .md\:mb-47px {
    margin-bottom: 47px;
  }

  .md\:ml-47px {
    margin-left: 47px;
  }

  .md\:mt-48px {
    margin-top: 48px;
  }

  .md\:mr-48px {
    margin-right: 48px;
  }

  .md\:mb-48px {
    margin-bottom: 48px;
  }

  .md\:ml-48px {
    margin-left: 48px;
  }

  .md\:mt-49px {
    margin-top: 49px;
  }

  .md\:mr-49px {
    margin-right: 49px;
  }

  .md\:mb-49px {
    margin-bottom: 49px;
  }

  .md\:ml-49px {
    margin-left: 49px;
  }

  .md\:mt-50px {
    margin-top: 50px;
  }

  .md\:mr-50px {
    margin-right: 50px;
  }

  .md\:mb-50px {
    margin-bottom: 50px;
  }

  .md\:ml-50px {
    margin-left: 50px;
  }

  .md\:mt-51px {
    margin-top: 51px;
  }

  .md\:mr-51px {
    margin-right: 51px;
  }

  .md\:mb-51px {
    margin-bottom: 51px;
  }

  .md\:ml-51px {
    margin-left: 51px;
  }

  .md\:mt-52px {
    margin-top: 52px;
  }

  .md\:mr-52px {
    margin-right: 52px;
  }

  .md\:mb-52px {
    margin-bottom: 52px;
  }

  .md\:ml-52px {
    margin-left: 52px;
  }

  .md\:mt-53px {
    margin-top: 53px;
  }

  .md\:mr-53px {
    margin-right: 53px;
  }

  .md\:mb-53px {
    margin-bottom: 53px;
  }

  .md\:ml-53px {
    margin-left: 53px;
  }

  .md\:mt-54px {
    margin-top: 54px;
  }

  .md\:mr-54px {
    margin-right: 54px;
  }

  .md\:mb-54px {
    margin-bottom: 54px;
  }

  .md\:ml-54px {
    margin-left: 54px;
  }

  .md\:mt-55px {
    margin-top: 55px;
  }

  .md\:mr-55px {
    margin-right: 55px;
  }

  .md\:mb-55px {
    margin-bottom: 55px;
  }

  .md\:ml-55px {
    margin-left: 55px;
  }

  .md\:mt-56px {
    margin-top: 56px;
  }

  .md\:mr-56px {
    margin-right: 56px;
  }

  .md\:mb-56px {
    margin-bottom: 56px;
  }

  .md\:ml-56px {
    margin-left: 56px;
  }

  .md\:mt-57px {
    margin-top: 57px;
  }

  .md\:mr-57px {
    margin-right: 57px;
  }

  .md\:mb-57px {
    margin-bottom: 57px;
  }

  .md\:ml-57px {
    margin-left: 57px;
  }

  .md\:mt-58px {
    margin-top: 58px;
  }

  .md\:mr-58px {
    margin-right: 58px;
  }

  .md\:mb-58px {
    margin-bottom: 58px;
  }

  .md\:ml-58px {
    margin-left: 58px;
  }

  .md\:mt-59px {
    margin-top: 59px;
  }

  .md\:mr-59px {
    margin-right: 59px;
  }

  .md\:mb-59px {
    margin-bottom: 59px;
  }

  .md\:ml-59px {
    margin-left: 59px;
  }

  .md\:mt-60px {
    margin-top: 60px;
  }

  .md\:mr-60px {
    margin-right: 60px;
  }

  .md\:mb-60px {
    margin-bottom: 60px;
  }

  .md\:ml-60px {
    margin-left: 60px;
  }

  .md\:mt-61px {
    margin-top: 61px;
  }

  .md\:mr-61px {
    margin-right: 61px;
  }

  .md\:mb-61px {
    margin-bottom: 61px;
  }

  .md\:ml-61px {
    margin-left: 61px;
  }

  .md\:mt-62px {
    margin-top: 62px;
  }

  .md\:mr-62px {
    margin-right: 62px;
  }

  .md\:mb-62px {
    margin-bottom: 62px;
  }

  .md\:ml-62px {
    margin-left: 62px;
  }

  .md\:mt-63px {
    margin-top: 63px;
  }

  .md\:mr-63px {
    margin-right: 63px;
  }

  .md\:mb-63px {
    margin-bottom: 63px;
  }

  .md\:ml-63px {
    margin-left: 63px;
  }

  .md\:mt-64px {
    margin-top: 64px;
  }

  .md\:mr-64px {
    margin-right: 64px;
  }

  .md\:mb-64px {
    margin-bottom: 64px;
  }

  .md\:ml-64px {
    margin-left: 64px;
  }

  .md\:mt-65px {
    margin-top: 65px;
  }

  .md\:mr-65px {
    margin-right: 65px;
  }

  .md\:mb-65px {
    margin-bottom: 65px;
  }

  .md\:ml-65px {
    margin-left: 65px;
  }

  .md\:mt-66px {
    margin-top: 66px;
  }

  .md\:mr-66px {
    margin-right: 66px;
  }

  .md\:mb-66px {
    margin-bottom: 66px;
  }

  .md\:ml-66px {
    margin-left: 66px;
  }

  .md\:mt-67px {
    margin-top: 67px;
  }

  .md\:mr-67px {
    margin-right: 67px;
  }

  .md\:mb-67px {
    margin-bottom: 67px;
  }

  .md\:ml-67px {
    margin-left: 67px;
  }

  .md\:mt-68px {
    margin-top: 68px;
  }

  .md\:mr-68px {
    margin-right: 68px;
  }

  .md\:mb-68px {
    margin-bottom: 68px;
  }

  .md\:ml-68px {
    margin-left: 68px;
  }

  .md\:mt-69px {
    margin-top: 69px;
  }

  .md\:mr-69px {
    margin-right: 69px;
  }

  .md\:mb-69px {
    margin-bottom: 69px;
  }

  .md\:ml-69px {
    margin-left: 69px;
  }

  .md\:mt-70px {
    margin-top: 70px;
  }

  .md\:mr-70px {
    margin-right: 70px;
  }

  .md\:mb-70px {
    margin-bottom: 70px;
  }

  .md\:ml-70px {
    margin-left: 70px;
  }

  .md\:mt-71px {
    margin-top: 71px;
  }

  .md\:mr-71px {
    margin-right: 71px;
  }

  .md\:mb-71px {
    margin-bottom: 71px;
  }

  .md\:ml-71px {
    margin-left: 71px;
  }

  .md\:mt-72px {
    margin-top: 72px;
  }

  .md\:mr-72px {
    margin-right: 72px;
  }

  .md\:mb-72px {
    margin-bottom: 72px;
  }

  .md\:ml-72px {
    margin-left: 72px;
  }

  .md\:mt-73px {
    margin-top: 73px;
  }

  .md\:mr-73px {
    margin-right: 73px;
  }

  .md\:mb-73px {
    margin-bottom: 73px;
  }

  .md\:ml-73px {
    margin-left: 73px;
  }

  .md\:mt-74px {
    margin-top: 74px;
  }

  .md\:mr-74px {
    margin-right: 74px;
  }

  .md\:mb-74px {
    margin-bottom: 74px;
  }

  .md\:ml-74px {
    margin-left: 74px;
  }

  .md\:mt-75px {
    margin-top: 75px;
  }

  .md\:mr-75px {
    margin-right: 75px;
  }

  .md\:mb-75px {
    margin-bottom: 75px;
  }

  .md\:ml-75px {
    margin-left: 75px;
  }

  .md\:mt-76px {
    margin-top: 76px;
  }

  .md\:mr-76px {
    margin-right: 76px;
  }

  .md\:mb-76px {
    margin-bottom: 76px;
  }

  .md\:ml-76px {
    margin-left: 76px;
  }

  .md\:mt-77px {
    margin-top: 77px;
  }

  .md\:mr-77px {
    margin-right: 77px;
  }

  .md\:mb-77px {
    margin-bottom: 77px;
  }

  .md\:ml-77px {
    margin-left: 77px;
  }

  .md\:mt-78px {
    margin-top: 78px;
  }

  .md\:mr-78px {
    margin-right: 78px;
  }

  .md\:mb-78px {
    margin-bottom: 78px;
  }

  .md\:ml-78px {
    margin-left: 78px;
  }

  .md\:mt-79px {
    margin-top: 79px;
  }

  .md\:mr-79px {
    margin-right: 79px;
  }

  .md\:mb-79px {
    margin-bottom: 79px;
  }

  .md\:ml-79px {
    margin-left: 79px;
  }

  .md\:mt-80px {
    margin-top: 80px;
  }

  .md\:mr-80px {
    margin-right: 80px;
  }

  .md\:mb-80px {
    margin-bottom: 80px;
  }

  .md\:ml-80px {
    margin-left: 80px;
  }

  .md\:mt-81px {
    margin-top: 81px;
  }

  .md\:mr-81px {
    margin-right: 81px;
  }

  .md\:mb-81px {
    margin-bottom: 81px;
  }

  .md\:ml-81px {
    margin-left: 81px;
  }

  .md\:mt-82px {
    margin-top: 82px;
  }

  .md\:mr-82px {
    margin-right: 82px;
  }

  .md\:mb-82px {
    margin-bottom: 82px;
  }

  .md\:ml-82px {
    margin-left: 82px;
  }

  .md\:mt-83px {
    margin-top: 83px;
  }

  .md\:mr-83px {
    margin-right: 83px;
  }

  .md\:mb-83px {
    margin-bottom: 83px;
  }

  .md\:ml-83px {
    margin-left: 83px;
  }

  .md\:mt-84px {
    margin-top: 84px;
  }

  .md\:mr-84px {
    margin-right: 84px;
  }

  .md\:mb-84px {
    margin-bottom: 84px;
  }

  .md\:ml-84px {
    margin-left: 84px;
  }

  .md\:mt-85px {
    margin-top: 85px;
  }

  .md\:mr-85px {
    margin-right: 85px;
  }

  .md\:mb-85px {
    margin-bottom: 85px;
  }

  .md\:ml-85px {
    margin-left: 85px;
  }

  .md\:mt-86px {
    margin-top: 86px;
  }

  .md\:mr-86px {
    margin-right: 86px;
  }

  .md\:mb-86px {
    margin-bottom: 86px;
  }

  .md\:ml-86px {
    margin-left: 86px;
  }

  .md\:mt-87px {
    margin-top: 87px;
  }

  .md\:mr-87px {
    margin-right: 87px;
  }

  .md\:mb-87px {
    margin-bottom: 87px;
  }

  .md\:ml-87px {
    margin-left: 87px;
  }

  .md\:mt-88px {
    margin-top: 88px;
  }

  .md\:mr-88px {
    margin-right: 88px;
  }

  .md\:mb-88px {
    margin-bottom: 88px;
  }

  .md\:ml-88px {
    margin-left: 88px;
  }

  .md\:mt-89px {
    margin-top: 89px;
  }

  .md\:mr-89px {
    margin-right: 89px;
  }

  .md\:mb-89px {
    margin-bottom: 89px;
  }

  .md\:ml-89px {
    margin-left: 89px;
  }

  .md\:mt-90px {
    margin-top: 90px;
  }

  .md\:mr-90px {
    margin-right: 90px;
  }

  .md\:mb-90px {
    margin-bottom: 90px;
  }

  .md\:ml-90px {
    margin-left: 90px;
  }

  .md\:mt-91px {
    margin-top: 91px;
  }

  .md\:mr-91px {
    margin-right: 91px;
  }

  .md\:mb-91px {
    margin-bottom: 91px;
  }

  .md\:ml-91px {
    margin-left: 91px;
  }

  .md\:mt-92px {
    margin-top: 92px;
  }

  .md\:mr-92px {
    margin-right: 92px;
  }

  .md\:mb-92px {
    margin-bottom: 92px;
  }

  .md\:ml-92px {
    margin-left: 92px;
  }

  .md\:mt-93px {
    margin-top: 93px;
  }

  .md\:mr-93px {
    margin-right: 93px;
  }

  .md\:mb-93px {
    margin-bottom: 93px;
  }

  .md\:ml-93px {
    margin-left: 93px;
  }

  .md\:mt-94px {
    margin-top: 94px;
  }

  .md\:mr-94px {
    margin-right: 94px;
  }

  .md\:mb-94px {
    margin-bottom: 94px;
  }

  .md\:ml-94px {
    margin-left: 94px;
  }

  .md\:mt-95px {
    margin-top: 95px;
  }

  .md\:mr-95px {
    margin-right: 95px;
  }

  .md\:mb-95px {
    margin-bottom: 95px;
  }

  .md\:ml-95px {
    margin-left: 95px;
  }

  .md\:mt-96px {
    margin-top: 96px;
  }

  .md\:mr-96px {
    margin-right: 96px;
  }

  .md\:mb-96px {
    margin-bottom: 96px;
  }

  .md\:ml-96px {
    margin-left: 96px;
  }

  .md\:mt-97px {
    margin-top: 97px;
  }

  .md\:mr-97px {
    margin-right: 97px;
  }

  .md\:mb-97px {
    margin-bottom: 97px;
  }

  .md\:ml-97px {
    margin-left: 97px;
  }

  .md\:mt-98px {
    margin-top: 98px;
  }

  .md\:mr-98px {
    margin-right: 98px;
  }

  .md\:mb-98px {
    margin-bottom: 98px;
  }

  .md\:ml-98px {
    margin-left: 98px;
  }

  .md\:mt-99px {
    margin-top: 99px;
  }

  .md\:mr-99px {
    margin-right: 99px;
  }

  .md\:mb-99px {
    margin-bottom: 99px;
  }

  .md\:ml-99px {
    margin-left: 99px;
  }

  .md\:mt-100px {
    margin-top: 100px;
  }

  .md\:mr-100px {
    margin-right: 100px;
  }

  .md\:mb-100px {
    margin-bottom: 100px;
  }

  .md\:ml-100px {
    margin-left: 100px;
  }

  .md\:mt-101px {
    margin-top: 101px;
  }

  .md\:mr-101px {
    margin-right: 101px;
  }

  .md\:mb-101px {
    margin-bottom: 101px;
  }

  .md\:ml-101px {
    margin-left: 101px;
  }

  .md\:mt-102px {
    margin-top: 102px;
  }

  .md\:mr-102px {
    margin-right: 102px;
  }

  .md\:mb-102px {
    margin-bottom: 102px;
  }

  .md\:ml-102px {
    margin-left: 102px;
  }

  .md\:mt-103px {
    margin-top: 103px;
  }

  .md\:mr-103px {
    margin-right: 103px;
  }

  .md\:mb-103px {
    margin-bottom: 103px;
  }

  .md\:ml-103px {
    margin-left: 103px;
  }

  .md\:mt-104px {
    margin-top: 104px;
  }

  .md\:mr-104px {
    margin-right: 104px;
  }

  .md\:mb-104px {
    margin-bottom: 104px;
  }

  .md\:ml-104px {
    margin-left: 104px;
  }

  .md\:mt-105px {
    margin-top: 105px;
  }

  .md\:mr-105px {
    margin-right: 105px;
  }

  .md\:mb-105px {
    margin-bottom: 105px;
  }

  .md\:ml-105px {
    margin-left: 105px;
  }

  .md\:mt-106px {
    margin-top: 106px;
  }

  .md\:mr-106px {
    margin-right: 106px;
  }

  .md\:mb-106px {
    margin-bottom: 106px;
  }

  .md\:ml-106px {
    margin-left: 106px;
  }

  .md\:mt-107px {
    margin-top: 107px;
  }

  .md\:mr-107px {
    margin-right: 107px;
  }

  .md\:mb-107px {
    margin-bottom: 107px;
  }

  .md\:ml-107px {
    margin-left: 107px;
  }

  .md\:mt-108px {
    margin-top: 108px;
  }

  .md\:mr-108px {
    margin-right: 108px;
  }

  .md\:mb-108px {
    margin-bottom: 108px;
  }

  .md\:ml-108px {
    margin-left: 108px;
  }

  .md\:mt-109px {
    margin-top: 109px;
  }

  .md\:mr-109px {
    margin-right: 109px;
  }

  .md\:mb-109px {
    margin-bottom: 109px;
  }

  .md\:ml-109px {
    margin-left: 109px;
  }

  .md\:mt-110px {
    margin-top: 110px;
  }

  .md\:mr-110px {
    margin-right: 110px;
  }

  .md\:mb-110px {
    margin-bottom: 110px;
  }

  .md\:ml-110px {
    margin-left: 110px;
  }

  .md\:mt-111px {
    margin-top: 111px;
  }

  .md\:mr-111px {
    margin-right: 111px;
  }

  .md\:mb-111px {
    margin-bottom: 111px;
  }

  .md\:ml-111px {
    margin-left: 111px;
  }

  .md\:mt-112px {
    margin-top: 112px;
  }

  .md\:mr-112px {
    margin-right: 112px;
  }

  .md\:mb-112px {
    margin-bottom: 112px;
  }

  .md\:ml-112px {
    margin-left: 112px;
  }

  .md\:mt-113px {
    margin-top: 113px;
  }

  .md\:mr-113px {
    margin-right: 113px;
  }

  .md\:mb-113px {
    margin-bottom: 113px;
  }

  .md\:ml-113px {
    margin-left: 113px;
  }

  .md\:mt-114px {
    margin-top: 114px;
  }

  .md\:mr-114px {
    margin-right: 114px;
  }

  .md\:mb-114px {
    margin-bottom: 114px;
  }

  .md\:ml-114px {
    margin-left: 114px;
  }

  .md\:mt-115px {
    margin-top: 115px;
  }

  .md\:mr-115px {
    margin-right: 115px;
  }

  .md\:mb-115px {
    margin-bottom: 115px;
  }

  .md\:ml-115px {
    margin-left: 115px;
  }

  .md\:mt-116px {
    margin-top: 116px;
  }

  .md\:mr-116px {
    margin-right: 116px;
  }

  .md\:mb-116px {
    margin-bottom: 116px;
  }

  .md\:ml-116px {
    margin-left: 116px;
  }

  .md\:mt-117px {
    margin-top: 117px;
  }

  .md\:mr-117px {
    margin-right: 117px;
  }

  .md\:mb-117px {
    margin-bottom: 117px;
  }

  .md\:ml-117px {
    margin-left: 117px;
  }

  .md\:mt-118px {
    margin-top: 118px;
  }

  .md\:mr-118px {
    margin-right: 118px;
  }

  .md\:mb-118px {
    margin-bottom: 118px;
  }

  .md\:ml-118px {
    margin-left: 118px;
  }

  .md\:mt-119px {
    margin-top: 119px;
  }

  .md\:mr-119px {
    margin-right: 119px;
  }

  .md\:mb-119px {
    margin-bottom: 119px;
  }

  .md\:ml-119px {
    margin-left: 119px;
  }

  .md\:mt-120px {
    margin-top: 120px;
  }

  .md\:mr-120px {
    margin-right: 120px;
  }

  .md\:mb-120px {
    margin-bottom: 120px;
  }

  .md\:ml-120px {
    margin-left: 120px;
  }

  .md\:mt-121px {
    margin-top: 121px;
  }

  .md\:mr-121px {
    margin-right: 121px;
  }

  .md\:mb-121px {
    margin-bottom: 121px;
  }

  .md\:ml-121px {
    margin-left: 121px;
  }

  .md\:mt-122px {
    margin-top: 122px;
  }

  .md\:mr-122px {
    margin-right: 122px;
  }

  .md\:mb-122px {
    margin-bottom: 122px;
  }

  .md\:ml-122px {
    margin-left: 122px;
  }

  .md\:mt-123px {
    margin-top: 123px;
  }

  .md\:mr-123px {
    margin-right: 123px;
  }

  .md\:mb-123px {
    margin-bottom: 123px;
  }

  .md\:ml-123px {
    margin-left: 123px;
  }

  .md\:mt-124px {
    margin-top: 124px;
  }

  .md\:mr-124px {
    margin-right: 124px;
  }

  .md\:mb-124px {
    margin-bottom: 124px;
  }

  .md\:ml-124px {
    margin-left: 124px;
  }

  .md\:mt-125px {
    margin-top: 125px;
  }

  .md\:mr-125px {
    margin-right: 125px;
  }

  .md\:mb-125px {
    margin-bottom: 125px;
  }

  .md\:ml-125px {
    margin-left: 125px;
  }

  .md\:mt-126px {
    margin-top: 126px;
  }

  .md\:mr-126px {
    margin-right: 126px;
  }

  .md\:mb-126px {
    margin-bottom: 126px;
  }

  .md\:ml-126px {
    margin-left: 126px;
  }

  .md\:mt-127px {
    margin-top: 127px;
  }

  .md\:mr-127px {
    margin-right: 127px;
  }

  .md\:mb-127px {
    margin-bottom: 127px;
  }

  .md\:ml-127px {
    margin-left: 127px;
  }

  .md\:mt-128px {
    margin-top: 128px;
  }

  .md\:mr-128px {
    margin-right: 128px;
  }

  .md\:mb-128px {
    margin-bottom: 128px;
  }

  .md\:ml-128px {
    margin-left: 128px;
  }

  .md\:mt-129px {
    margin-top: 129px;
  }

  .md\:mr-129px {
    margin-right: 129px;
  }

  .md\:mb-129px {
    margin-bottom: 129px;
  }

  .md\:ml-129px {
    margin-left: 129px;
  }

  .md\:mt-130px {
    margin-top: 130px;
  }

  .md\:mr-130px {
    margin-right: 130px;
  }

  .md\:mb-130px {
    margin-bottom: 130px;
  }

  .md\:ml-130px {
    margin-left: 130px;
  }

  .md\:mt-133px {
    margin-top: 133px;
  }

  .md\:mr-133px {
    margin-right: 133px;
  }

  .md\:mb-133px {
    margin-bottom: 133px;
  }

  .md\:ml-133px {
    margin-left: 133px;
  }

  .md\:mt-140px {
    margin-top: 140px;
  }

  .md\:mr-140px {
    margin-right: 140px;
  }

  .md\:mb-140px {
    margin-bottom: 140px;
  }

  .md\:ml-140px {
    margin-left: 140px;
  }

  .md\:mt-195px {
    margin-top: 195px;
  }

  .md\:mr-195px {
    margin-right: 195px;
  }

  .md\:mb-195px {
    margin-bottom: 195px;
  }

  .md\:ml-195px {
    margin-left: 195px;
  }

  .md\:mt-200px {
    margin-top: 200px;
  }

  .md\:mr-200px {
    margin-right: 200px;
  }

  .md\:mb-200px {
    margin-bottom: 200px;
  }

  .md\:ml-200px {
    margin-left: 200px;
  }

  .md\:mt-210px {
    margin-top: 210px;
  }

  .md\:mr-210px {
    margin-right: 210px;
  }

  .md\:mb-210px {
    margin-bottom: 210px;
  }

  .md\:ml-210px {
    margin-left: 210px;
  }

  .md\:mt-222px {
    margin-top: 222px;
  }

  .md\:mr-222px {
    margin-right: 222px;
  }

  .md\:mb-222px {
    margin-bottom: 222px;
  }

  .md\:ml-222px {
    margin-left: 222px;
  }

  .md\:mt-258px {
    margin-top: 258px;
  }

  .md\:mr-258px {
    margin-right: 258px;
  }

  .md\:mb-258px {
    margin-bottom: 258px;
  }

  .md\:ml-258px {
    margin-left: 258px;
  }

  .md\:mt-280px {
    margin-top: 280px;
  }

  .md\:mr-280px {
    margin-right: 280px;
  }

  .md\:mb-280px {
    margin-bottom: 280px;
  }

  .md\:ml-280px {
    margin-left: 280px;
  }

  .md\:mt-334px {
    margin-top: 334px;
  }

  .md\:mr-334px {
    margin-right: 334px;
  }

  .md\:mb-334px {
    margin-bottom: 334px;
  }

  .md\:ml-334px {
    margin-left: 334px;
  }

  .md\:mt-388px {
    margin-top: 388px;
  }

  .md\:mr-388px {
    margin-right: 388px;
  }

  .md\:mb-388px {
    margin-bottom: 388px;
  }

  .md\:ml-388px {
    margin-left: 388px;
  }

  .md\:mt-480px {
    margin-top: 480px;
  }

  .md\:mr-480px {
    margin-right: 480px;
  }

  .md\:mb-480px {
    margin-bottom: 480px;
  }

  .md\:ml-480px {
    margin-left: 480px;
  }

  .md\:mt-490px {
    margin-top: 490px;
  }

  .md\:mr-490px {
    margin-right: 490px;
  }

  .md\:mb-490px {
    margin-bottom: 490px;
  }

  .md\:ml-490px {
    margin-left: 490px;
  }

  .md\:mt-505px {
    margin-top: 505px;
  }

  .md\:mr-505px {
    margin-right: 505px;
  }

  .md\:mb-505px {
    margin-bottom: 505px;
  }

  .md\:ml-505px {
    margin-left: 505px;
  }

  .md\:mt-507px {
    margin-top: 507px;
  }

  .md\:mr-507px {
    margin-right: 507px;
  }

  .md\:mb-507px {
    margin-bottom: 507px;
  }

  .md\:ml-507px {
    margin-left: 507px;
  }

  .md\:mt-760px {
    margin-top: 760px;
  }

  .md\:mr-760px {
    margin-right: 760px;
  }

  .md\:mb-760px {
    margin-bottom: 760px;
  }

  .md\:ml-760px {
    margin-left: 760px;
  }

  .md\:mt-780px {
    margin-top: 780px;
  }

  .md\:mr-780px {
    margin-right: 780px;
  }

  .md\:mb-780px {
    margin-bottom: 780px;
  }

  .md\:ml-780px {
    margin-left: 780px;
  }

  .md\:mt-980px {
    margin-top: 980px;
  }

  .md\:mr-980px {
    margin-right: 980px;
  }

  .md\:mb-980px {
    margin-bottom: 980px;
  }

  .md\:ml-980px {
    margin-left: 980px;
  }

  .md\:mt-1366px {
    margin-top: 1366px;
  }

  .md\:mr-1366px {
    margin-right: 1366px;
  }

  .md\:mb-1366px {
    margin-bottom: 1366px;
  }

  .md\:ml-1366px {
    margin-left: 1366px;
  }

  .md\:-mt-0 {
    margin-top: 0px;
  }

  .md\:-mr-0 {
    margin-right: 0px;
  }

  .md\:-mb-0 {
    margin-bottom: 0px;
  }

  .md\:-ml-0 {
    margin-left: 0px;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-7 {
    margin-top: -1.75rem;
  }

  .md\:-mr-7 {
    margin-right: -1.75rem;
  }

  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .md\:-ml-7 {
    margin-left: -1.75rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-9 {
    margin-top: -2.25rem;
  }

  .md\:-mr-9 {
    margin-right: -2.25rem;
  }

  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-11 {
    margin-top: -2.75rem;
  }

  .md\:-mr-11 {
    margin-right: -2.75rem;
  }

  .md\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .md\:-ml-11 {
    margin-left: -2.75rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-mt-28 {
    margin-top: -7rem;
  }

  .md\:-mr-28 {
    margin-right: -7rem;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem;
  }

  .md\:-ml-28 {
    margin-left: -7rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-mt-36 {
    margin-top: -9rem;
  }

  .md\:-mr-36 {
    margin-right: -9rem;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem;
  }

  .md\:-ml-36 {
    margin-left: -9rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-mt-44 {
    margin-top: -11rem;
  }

  .md\:-mr-44 {
    margin-right: -11rem;
  }

  .md\:-mb-44 {
    margin-bottom: -11rem;
  }

  .md\:-ml-44 {
    margin-left: -11rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-mt-52 {
    margin-top: -13rem;
  }

  .md\:-mr-52 {
    margin-right: -13rem;
  }

  .md\:-mb-52 {
    margin-bottom: -13rem;
  }

  .md\:-ml-52 {
    margin-left: -13rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-mt-60 {
    margin-top: -15rem;
  }

  .md\:-mr-60 {
    margin-right: -15rem;
  }

  .md\:-mb-60 {
    margin-bottom: -15rem;
  }

  .md\:-ml-60 {
    margin-left: -15rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-mt-72 {
    margin-top: -18rem;
  }

  .md\:-mr-72 {
    margin-right: -18rem;
  }

  .md\:-mb-72 {
    margin-bottom: -18rem;
  }

  .md\:-ml-72 {
    margin-left: -18rem;
  }

  .md\:-mt-80 {
    margin-top: -20rem;
  }

  .md\:-mr-80 {
    margin-right: -20rem;
  }

  .md\:-mb-80 {
    margin-bottom: -20rem;
  }

  .md\:-ml-80 {
    margin-left: -20rem;
  }

  .md\:-mt-96 {
    margin-top: -24rem;
  }

  .md\:-mr-96 {
    margin-right: -24rem;
  }

  .md\:-mb-96 {
    margin-bottom: -24rem;
  }

  .md\:-ml-96 {
    margin-left: -24rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .md\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .md\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .md\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .md\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .md\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .md\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .md\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .md\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .md\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .md\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .md\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .md\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .md\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .md\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .md\:-mt-1px {
    margin-top: -1px;
  }

  .md\:-mr-1px {
    margin-right: -1px;
  }

  .md\:-mb-1px {
    margin-bottom: -1px;
  }

  .md\:-ml-1px {
    margin-left: -1px;
  }

  .md\:-mt-2px {
    margin-top: -2px;
  }

  .md\:-mr-2px {
    margin-right: -2px;
  }

  .md\:-mb-2px {
    margin-bottom: -2px;
  }

  .md\:-ml-2px {
    margin-left: -2px;
  }

  .md\:-mt-3px {
    margin-top: -3px;
  }

  .md\:-mr-3px {
    margin-right: -3px;
  }

  .md\:-mb-3px {
    margin-bottom: -3px;
  }

  .md\:-ml-3px {
    margin-left: -3px;
  }

  .md\:-mt-4px {
    margin-top: -4px;
  }

  .md\:-mr-4px {
    margin-right: -4px;
  }

  .md\:-mb-4px {
    margin-bottom: -4px;
  }

  .md\:-ml-4px {
    margin-left: -4px;
  }

  .md\:-mt-5px {
    margin-top: -5px;
  }

  .md\:-mr-5px {
    margin-right: -5px;
  }

  .md\:-mb-5px {
    margin-bottom: -5px;
  }

  .md\:-ml-5px {
    margin-left: -5px;
  }

  .md\:-mt-6px {
    margin-top: -6px;
  }

  .md\:-mr-6px {
    margin-right: -6px;
  }

  .md\:-mb-6px {
    margin-bottom: -6px;
  }

  .md\:-ml-6px {
    margin-left: -6px;
  }

  .md\:-mt-7px {
    margin-top: -7px;
  }

  .md\:-mr-7px {
    margin-right: -7px;
  }

  .md\:-mb-7px {
    margin-bottom: -7px;
  }

  .md\:-ml-7px {
    margin-left: -7px;
  }

  .md\:-mt-8px {
    margin-top: -8px;
  }

  .md\:-mr-8px {
    margin-right: -8px;
  }

  .md\:-mb-8px {
    margin-bottom: -8px;
  }

  .md\:-ml-8px {
    margin-left: -8px;
  }

  .md\:-mt-9px {
    margin-top: -9px;
  }

  .md\:-mr-9px {
    margin-right: -9px;
  }

  .md\:-mb-9px {
    margin-bottom: -9px;
  }

  .md\:-ml-9px {
    margin-left: -9px;
  }

  .md\:-mt-10px {
    margin-top: -10px;
  }

  .md\:-mr-10px {
    margin-right: -10px;
  }

  .md\:-mb-10px {
    margin-bottom: -10px;
  }

  .md\:-ml-10px {
    margin-left: -10px;
  }

  .md\:-mt-11px {
    margin-top: -11px;
  }

  .md\:-mr-11px {
    margin-right: -11px;
  }

  .md\:-mb-11px {
    margin-bottom: -11px;
  }

  .md\:-ml-11px {
    margin-left: -11px;
  }

  .md\:-mt-12px {
    margin-top: -12px;
  }

  .md\:-mr-12px {
    margin-right: -12px;
  }

  .md\:-mb-12px {
    margin-bottom: -12px;
  }

  .md\:-ml-12px {
    margin-left: -12px;
  }

  .md\:-mt-13px {
    margin-top: -13px;
  }

  .md\:-mr-13px {
    margin-right: -13px;
  }

  .md\:-mb-13px {
    margin-bottom: -13px;
  }

  .md\:-ml-13px {
    margin-left: -13px;
  }

  .md\:-mt-14px {
    margin-top: -14px;
  }

  .md\:-mr-14px {
    margin-right: -14px;
  }

  .md\:-mb-14px {
    margin-bottom: -14px;
  }

  .md\:-ml-14px {
    margin-left: -14px;
  }

  .md\:-mt-15px {
    margin-top: -15px;
  }

  .md\:-mr-15px {
    margin-right: -15px;
  }

  .md\:-mb-15px {
    margin-bottom: -15px;
  }

  .md\:-ml-15px {
    margin-left: -15px;
  }

  .md\:-mt-16px {
    margin-top: -16px;
  }

  .md\:-mr-16px {
    margin-right: -16px;
  }

  .md\:-mb-16px {
    margin-bottom: -16px;
  }

  .md\:-ml-16px {
    margin-left: -16px;
  }

  .md\:-mt-17px {
    margin-top: -17px;
  }

  .md\:-mr-17px {
    margin-right: -17px;
  }

  .md\:-mb-17px {
    margin-bottom: -17px;
  }

  .md\:-ml-17px {
    margin-left: -17px;
  }

  .md\:-mt-18px {
    margin-top: -18px;
  }

  .md\:-mr-18px {
    margin-right: -18px;
  }

  .md\:-mb-18px {
    margin-bottom: -18px;
  }

  .md\:-ml-18px {
    margin-left: -18px;
  }

  .md\:-mt-19px {
    margin-top: -19px;
  }

  .md\:-mr-19px {
    margin-right: -19px;
  }

  .md\:-mb-19px {
    margin-bottom: -19px;
  }

  .md\:-ml-19px {
    margin-left: -19px;
  }

  .md\:-mt-20px {
    margin-top: -20px;
  }

  .md\:-mr-20px {
    margin-right: -20px;
  }

  .md\:-mb-20px {
    margin-bottom: -20px;
  }

  .md\:-ml-20px {
    margin-left: -20px;
  }

  .md\:-mt-21px {
    margin-top: -21px;
  }

  .md\:-mr-21px {
    margin-right: -21px;
  }

  .md\:-mb-21px {
    margin-bottom: -21px;
  }

  .md\:-ml-21px {
    margin-left: -21px;
  }

  .md\:-mt-22px {
    margin-top: -22px;
  }

  .md\:-mr-22px {
    margin-right: -22px;
  }

  .md\:-mb-22px {
    margin-bottom: -22px;
  }

  .md\:-ml-22px {
    margin-left: -22px;
  }

  .md\:-mt-23px {
    margin-top: -23px;
  }

  .md\:-mr-23px {
    margin-right: -23px;
  }

  .md\:-mb-23px {
    margin-bottom: -23px;
  }

  .md\:-ml-23px {
    margin-left: -23px;
  }

  .md\:-mt-24px {
    margin-top: -24px;
  }

  .md\:-mr-24px {
    margin-right: -24px;
  }

  .md\:-mb-24px {
    margin-bottom: -24px;
  }

  .md\:-ml-24px {
    margin-left: -24px;
  }

  .md\:-mt-25px {
    margin-top: -25px;
  }

  .md\:-mr-25px {
    margin-right: -25px;
  }

  .md\:-mb-25px {
    margin-bottom: -25px;
  }

  .md\:-ml-25px {
    margin-left: -25px;
  }

  .md\:-mt-26px {
    margin-top: -26px;
  }

  .md\:-mr-26px {
    margin-right: -26px;
  }

  .md\:-mb-26px {
    margin-bottom: -26px;
  }

  .md\:-ml-26px {
    margin-left: -26px;
  }

  .md\:-mt-27px {
    margin-top: -27px;
  }

  .md\:-mr-27px {
    margin-right: -27px;
  }

  .md\:-mb-27px {
    margin-bottom: -27px;
  }

  .md\:-ml-27px {
    margin-left: -27px;
  }

  .md\:-mt-28px {
    margin-top: -28px;
  }

  .md\:-mr-28px {
    margin-right: -28px;
  }

  .md\:-mb-28px {
    margin-bottom: -28px;
  }

  .md\:-ml-28px {
    margin-left: -28px;
  }

  .md\:-mt-29px {
    margin-top: -29px;
  }

  .md\:-mr-29px {
    margin-right: -29px;
  }

  .md\:-mb-29px {
    margin-bottom: -29px;
  }

  .md\:-ml-29px {
    margin-left: -29px;
  }

  .md\:-mt-30px {
    margin-top: -30px;
  }

  .md\:-mr-30px {
    margin-right: -30px;
  }

  .md\:-mb-30px {
    margin-bottom: -30px;
  }

  .md\:-ml-30px {
    margin-left: -30px;
  }

  .md\:-mt-31px {
    margin-top: -31px;
  }

  .md\:-mr-31px {
    margin-right: -31px;
  }

  .md\:-mb-31px {
    margin-bottom: -31px;
  }

  .md\:-ml-31px {
    margin-left: -31px;
  }

  .md\:-mt-32px {
    margin-top: -32px;
  }

  .md\:-mr-32px {
    margin-right: -32px;
  }

  .md\:-mb-32px {
    margin-bottom: -32px;
  }

  .md\:-ml-32px {
    margin-left: -32px;
  }

  .md\:-mt-33px {
    margin-top: -33px;
  }

  .md\:-mr-33px {
    margin-right: -33px;
  }

  .md\:-mb-33px {
    margin-bottom: -33px;
  }

  .md\:-ml-33px {
    margin-left: -33px;
  }

  .md\:-mt-34px {
    margin-top: -34px;
  }

  .md\:-mr-34px {
    margin-right: -34px;
  }

  .md\:-mb-34px {
    margin-bottom: -34px;
  }

  .md\:-ml-34px {
    margin-left: -34px;
  }

  .md\:-mt-35px {
    margin-top: -35px;
  }

  .md\:-mr-35px {
    margin-right: -35px;
  }

  .md\:-mb-35px {
    margin-bottom: -35px;
  }

  .md\:-ml-35px {
    margin-left: -35px;
  }

  .md\:-mt-36px {
    margin-top: -36px;
  }

  .md\:-mr-36px {
    margin-right: -36px;
  }

  .md\:-mb-36px {
    margin-bottom: -36px;
  }

  .md\:-ml-36px {
    margin-left: -36px;
  }

  .md\:-mt-37px {
    margin-top: -37px;
  }

  .md\:-mr-37px {
    margin-right: -37px;
  }

  .md\:-mb-37px {
    margin-bottom: -37px;
  }

  .md\:-ml-37px {
    margin-left: -37px;
  }

  .md\:-mt-38px {
    margin-top: -38px;
  }

  .md\:-mr-38px {
    margin-right: -38px;
  }

  .md\:-mb-38px {
    margin-bottom: -38px;
  }

  .md\:-ml-38px {
    margin-left: -38px;
  }

  .md\:-mt-39px {
    margin-top: -39px;
  }

  .md\:-mr-39px {
    margin-right: -39px;
  }

  .md\:-mb-39px {
    margin-bottom: -39px;
  }

  .md\:-ml-39px {
    margin-left: -39px;
  }

  .md\:-mt-40px {
    margin-top: -40px;
  }

  .md\:-mr-40px {
    margin-right: -40px;
  }

  .md\:-mb-40px {
    margin-bottom: -40px;
  }

  .md\:-ml-40px {
    margin-left: -40px;
  }

  .md\:-mt-41px {
    margin-top: -41px;
  }

  .md\:-mr-41px {
    margin-right: -41px;
  }

  .md\:-mb-41px {
    margin-bottom: -41px;
  }

  .md\:-ml-41px {
    margin-left: -41px;
  }

  .md\:-mt-42px {
    margin-top: -42px;
  }

  .md\:-mr-42px {
    margin-right: -42px;
  }

  .md\:-mb-42px {
    margin-bottom: -42px;
  }

  .md\:-ml-42px {
    margin-left: -42px;
  }

  .md\:-mt-43px {
    margin-top: -43px;
  }

  .md\:-mr-43px {
    margin-right: -43px;
  }

  .md\:-mb-43px {
    margin-bottom: -43px;
  }

  .md\:-ml-43px {
    margin-left: -43px;
  }

  .md\:-mt-44px {
    margin-top: -44px;
  }

  .md\:-mr-44px {
    margin-right: -44px;
  }

  .md\:-mb-44px {
    margin-bottom: -44px;
  }

  .md\:-ml-44px {
    margin-left: -44px;
  }

  .md\:-mt-45px {
    margin-top: -45px;
  }

  .md\:-mr-45px {
    margin-right: -45px;
  }

  .md\:-mb-45px {
    margin-bottom: -45px;
  }

  .md\:-ml-45px {
    margin-left: -45px;
  }

  .md\:-mt-46px {
    margin-top: -46px;
  }

  .md\:-mr-46px {
    margin-right: -46px;
  }

  .md\:-mb-46px {
    margin-bottom: -46px;
  }

  .md\:-ml-46px {
    margin-left: -46px;
  }

  .md\:-mt-47px {
    margin-top: -47px;
  }

  .md\:-mr-47px {
    margin-right: -47px;
  }

  .md\:-mb-47px {
    margin-bottom: -47px;
  }

  .md\:-ml-47px {
    margin-left: -47px;
  }

  .md\:-mt-48px {
    margin-top: -48px;
  }

  .md\:-mr-48px {
    margin-right: -48px;
  }

  .md\:-mb-48px {
    margin-bottom: -48px;
  }

  .md\:-ml-48px {
    margin-left: -48px;
  }

  .md\:-mt-49px {
    margin-top: -49px;
  }

  .md\:-mr-49px {
    margin-right: -49px;
  }

  .md\:-mb-49px {
    margin-bottom: -49px;
  }

  .md\:-ml-49px {
    margin-left: -49px;
  }

  .md\:-mt-50px {
    margin-top: -50px;
  }

  .md\:-mr-50px {
    margin-right: -50px;
  }

  .md\:-mb-50px {
    margin-bottom: -50px;
  }

  .md\:-ml-50px {
    margin-left: -50px;
  }

  .md\:-mt-51px {
    margin-top: -51px;
  }

  .md\:-mr-51px {
    margin-right: -51px;
  }

  .md\:-mb-51px {
    margin-bottom: -51px;
  }

  .md\:-ml-51px {
    margin-left: -51px;
  }

  .md\:-mt-52px {
    margin-top: -52px;
  }

  .md\:-mr-52px {
    margin-right: -52px;
  }

  .md\:-mb-52px {
    margin-bottom: -52px;
  }

  .md\:-ml-52px {
    margin-left: -52px;
  }

  .md\:-mt-53px {
    margin-top: -53px;
  }

  .md\:-mr-53px {
    margin-right: -53px;
  }

  .md\:-mb-53px {
    margin-bottom: -53px;
  }

  .md\:-ml-53px {
    margin-left: -53px;
  }

  .md\:-mt-54px {
    margin-top: -54px;
  }

  .md\:-mr-54px {
    margin-right: -54px;
  }

  .md\:-mb-54px {
    margin-bottom: -54px;
  }

  .md\:-ml-54px {
    margin-left: -54px;
  }

  .md\:-mt-55px {
    margin-top: -55px;
  }

  .md\:-mr-55px {
    margin-right: -55px;
  }

  .md\:-mb-55px {
    margin-bottom: -55px;
  }

  .md\:-ml-55px {
    margin-left: -55px;
  }

  .md\:-mt-56px {
    margin-top: -56px;
  }

  .md\:-mr-56px {
    margin-right: -56px;
  }

  .md\:-mb-56px {
    margin-bottom: -56px;
  }

  .md\:-ml-56px {
    margin-left: -56px;
  }

  .md\:-mt-57px {
    margin-top: -57px;
  }

  .md\:-mr-57px {
    margin-right: -57px;
  }

  .md\:-mb-57px {
    margin-bottom: -57px;
  }

  .md\:-ml-57px {
    margin-left: -57px;
  }

  .md\:-mt-58px {
    margin-top: -58px;
  }

  .md\:-mr-58px {
    margin-right: -58px;
  }

  .md\:-mb-58px {
    margin-bottom: -58px;
  }

  .md\:-ml-58px {
    margin-left: -58px;
  }

  .md\:-mt-59px {
    margin-top: -59px;
  }

  .md\:-mr-59px {
    margin-right: -59px;
  }

  .md\:-mb-59px {
    margin-bottom: -59px;
  }

  .md\:-ml-59px {
    margin-left: -59px;
  }

  .md\:-mt-60px {
    margin-top: -60px;
  }

  .md\:-mr-60px {
    margin-right: -60px;
  }

  .md\:-mb-60px {
    margin-bottom: -60px;
  }

  .md\:-ml-60px {
    margin-left: -60px;
  }

  .md\:-mt-61px {
    margin-top: -61px;
  }

  .md\:-mr-61px {
    margin-right: -61px;
  }

  .md\:-mb-61px {
    margin-bottom: -61px;
  }

  .md\:-ml-61px {
    margin-left: -61px;
  }

  .md\:-mt-62px {
    margin-top: -62px;
  }

  .md\:-mr-62px {
    margin-right: -62px;
  }

  .md\:-mb-62px {
    margin-bottom: -62px;
  }

  .md\:-ml-62px {
    margin-left: -62px;
  }

  .md\:-mt-63px {
    margin-top: -63px;
  }

  .md\:-mr-63px {
    margin-right: -63px;
  }

  .md\:-mb-63px {
    margin-bottom: -63px;
  }

  .md\:-ml-63px {
    margin-left: -63px;
  }

  .md\:-mt-64px {
    margin-top: -64px;
  }

  .md\:-mr-64px {
    margin-right: -64px;
  }

  .md\:-mb-64px {
    margin-bottom: -64px;
  }

  .md\:-ml-64px {
    margin-left: -64px;
  }

  .md\:-mt-65px {
    margin-top: -65px;
  }

  .md\:-mr-65px {
    margin-right: -65px;
  }

  .md\:-mb-65px {
    margin-bottom: -65px;
  }

  .md\:-ml-65px {
    margin-left: -65px;
  }

  .md\:-mt-66px {
    margin-top: -66px;
  }

  .md\:-mr-66px {
    margin-right: -66px;
  }

  .md\:-mb-66px {
    margin-bottom: -66px;
  }

  .md\:-ml-66px {
    margin-left: -66px;
  }

  .md\:-mt-67px {
    margin-top: -67px;
  }

  .md\:-mr-67px {
    margin-right: -67px;
  }

  .md\:-mb-67px {
    margin-bottom: -67px;
  }

  .md\:-ml-67px {
    margin-left: -67px;
  }

  .md\:-mt-68px {
    margin-top: -68px;
  }

  .md\:-mr-68px {
    margin-right: -68px;
  }

  .md\:-mb-68px {
    margin-bottom: -68px;
  }

  .md\:-ml-68px {
    margin-left: -68px;
  }

  .md\:-mt-69px {
    margin-top: -69px;
  }

  .md\:-mr-69px {
    margin-right: -69px;
  }

  .md\:-mb-69px {
    margin-bottom: -69px;
  }

  .md\:-ml-69px {
    margin-left: -69px;
  }

  .md\:-mt-70px {
    margin-top: -70px;
  }

  .md\:-mr-70px {
    margin-right: -70px;
  }

  .md\:-mb-70px {
    margin-bottom: -70px;
  }

  .md\:-ml-70px {
    margin-left: -70px;
  }

  .md\:-mt-71px {
    margin-top: -71px;
  }

  .md\:-mr-71px {
    margin-right: -71px;
  }

  .md\:-mb-71px {
    margin-bottom: -71px;
  }

  .md\:-ml-71px {
    margin-left: -71px;
  }

  .md\:-mt-72px {
    margin-top: -72px;
  }

  .md\:-mr-72px {
    margin-right: -72px;
  }

  .md\:-mb-72px {
    margin-bottom: -72px;
  }

  .md\:-ml-72px {
    margin-left: -72px;
  }

  .md\:-mt-73px {
    margin-top: -73px;
  }

  .md\:-mr-73px {
    margin-right: -73px;
  }

  .md\:-mb-73px {
    margin-bottom: -73px;
  }

  .md\:-ml-73px {
    margin-left: -73px;
  }

  .md\:-mt-74px {
    margin-top: -74px;
  }

  .md\:-mr-74px {
    margin-right: -74px;
  }

  .md\:-mb-74px {
    margin-bottom: -74px;
  }

  .md\:-ml-74px {
    margin-left: -74px;
  }

  .md\:-mt-75px {
    margin-top: -75px;
  }

  .md\:-mr-75px {
    margin-right: -75px;
  }

  .md\:-mb-75px {
    margin-bottom: -75px;
  }

  .md\:-ml-75px {
    margin-left: -75px;
  }

  .md\:-mt-76px {
    margin-top: -76px;
  }

  .md\:-mr-76px {
    margin-right: -76px;
  }

  .md\:-mb-76px {
    margin-bottom: -76px;
  }

  .md\:-ml-76px {
    margin-left: -76px;
  }

  .md\:-mt-77px {
    margin-top: -77px;
  }

  .md\:-mr-77px {
    margin-right: -77px;
  }

  .md\:-mb-77px {
    margin-bottom: -77px;
  }

  .md\:-ml-77px {
    margin-left: -77px;
  }

  .md\:-mt-78px {
    margin-top: -78px;
  }

  .md\:-mr-78px {
    margin-right: -78px;
  }

  .md\:-mb-78px {
    margin-bottom: -78px;
  }

  .md\:-ml-78px {
    margin-left: -78px;
  }

  .md\:-mt-79px {
    margin-top: -79px;
  }

  .md\:-mr-79px {
    margin-right: -79px;
  }

  .md\:-mb-79px {
    margin-bottom: -79px;
  }

  .md\:-ml-79px {
    margin-left: -79px;
  }

  .md\:-mt-80px {
    margin-top: -80px;
  }

  .md\:-mr-80px {
    margin-right: -80px;
  }

  .md\:-mb-80px {
    margin-bottom: -80px;
  }

  .md\:-ml-80px {
    margin-left: -80px;
  }

  .md\:-mt-81px {
    margin-top: -81px;
  }

  .md\:-mr-81px {
    margin-right: -81px;
  }

  .md\:-mb-81px {
    margin-bottom: -81px;
  }

  .md\:-ml-81px {
    margin-left: -81px;
  }

  .md\:-mt-82px {
    margin-top: -82px;
  }

  .md\:-mr-82px {
    margin-right: -82px;
  }

  .md\:-mb-82px {
    margin-bottom: -82px;
  }

  .md\:-ml-82px {
    margin-left: -82px;
  }

  .md\:-mt-83px {
    margin-top: -83px;
  }

  .md\:-mr-83px {
    margin-right: -83px;
  }

  .md\:-mb-83px {
    margin-bottom: -83px;
  }

  .md\:-ml-83px {
    margin-left: -83px;
  }

  .md\:-mt-84px {
    margin-top: -84px;
  }

  .md\:-mr-84px {
    margin-right: -84px;
  }

  .md\:-mb-84px {
    margin-bottom: -84px;
  }

  .md\:-ml-84px {
    margin-left: -84px;
  }

  .md\:-mt-85px {
    margin-top: -85px;
  }

  .md\:-mr-85px {
    margin-right: -85px;
  }

  .md\:-mb-85px {
    margin-bottom: -85px;
  }

  .md\:-ml-85px {
    margin-left: -85px;
  }

  .md\:-mt-86px {
    margin-top: -86px;
  }

  .md\:-mr-86px {
    margin-right: -86px;
  }

  .md\:-mb-86px {
    margin-bottom: -86px;
  }

  .md\:-ml-86px {
    margin-left: -86px;
  }

  .md\:-mt-87px {
    margin-top: -87px;
  }

  .md\:-mr-87px {
    margin-right: -87px;
  }

  .md\:-mb-87px {
    margin-bottom: -87px;
  }

  .md\:-ml-87px {
    margin-left: -87px;
  }

  .md\:-mt-88px {
    margin-top: -88px;
  }

  .md\:-mr-88px {
    margin-right: -88px;
  }

  .md\:-mb-88px {
    margin-bottom: -88px;
  }

  .md\:-ml-88px {
    margin-left: -88px;
  }

  .md\:-mt-89px {
    margin-top: -89px;
  }

  .md\:-mr-89px {
    margin-right: -89px;
  }

  .md\:-mb-89px {
    margin-bottom: -89px;
  }

  .md\:-ml-89px {
    margin-left: -89px;
  }

  .md\:-mt-90px {
    margin-top: -90px;
  }

  .md\:-mr-90px {
    margin-right: -90px;
  }

  .md\:-mb-90px {
    margin-bottom: -90px;
  }

  .md\:-ml-90px {
    margin-left: -90px;
  }

  .md\:-mt-91px {
    margin-top: -91px;
  }

  .md\:-mr-91px {
    margin-right: -91px;
  }

  .md\:-mb-91px {
    margin-bottom: -91px;
  }

  .md\:-ml-91px {
    margin-left: -91px;
  }

  .md\:-mt-92px {
    margin-top: -92px;
  }

  .md\:-mr-92px {
    margin-right: -92px;
  }

  .md\:-mb-92px {
    margin-bottom: -92px;
  }

  .md\:-ml-92px {
    margin-left: -92px;
  }

  .md\:-mt-93px {
    margin-top: -93px;
  }

  .md\:-mr-93px {
    margin-right: -93px;
  }

  .md\:-mb-93px {
    margin-bottom: -93px;
  }

  .md\:-ml-93px {
    margin-left: -93px;
  }

  .md\:-mt-94px {
    margin-top: -94px;
  }

  .md\:-mr-94px {
    margin-right: -94px;
  }

  .md\:-mb-94px {
    margin-bottom: -94px;
  }

  .md\:-ml-94px {
    margin-left: -94px;
  }

  .md\:-mt-95px {
    margin-top: -95px;
  }

  .md\:-mr-95px {
    margin-right: -95px;
  }

  .md\:-mb-95px {
    margin-bottom: -95px;
  }

  .md\:-ml-95px {
    margin-left: -95px;
  }

  .md\:-mt-96px {
    margin-top: -96px;
  }

  .md\:-mr-96px {
    margin-right: -96px;
  }

  .md\:-mb-96px {
    margin-bottom: -96px;
  }

  .md\:-ml-96px {
    margin-left: -96px;
  }

  .md\:-mt-97px {
    margin-top: -97px;
  }

  .md\:-mr-97px {
    margin-right: -97px;
  }

  .md\:-mb-97px {
    margin-bottom: -97px;
  }

  .md\:-ml-97px {
    margin-left: -97px;
  }

  .md\:-mt-98px {
    margin-top: -98px;
  }

  .md\:-mr-98px {
    margin-right: -98px;
  }

  .md\:-mb-98px {
    margin-bottom: -98px;
  }

  .md\:-ml-98px {
    margin-left: -98px;
  }

  .md\:-mt-99px {
    margin-top: -99px;
  }

  .md\:-mr-99px {
    margin-right: -99px;
  }

  .md\:-mb-99px {
    margin-bottom: -99px;
  }

  .md\:-ml-99px {
    margin-left: -99px;
  }

  .md\:-mt-100px {
    margin-top: -100px;
  }

  .md\:-mr-100px {
    margin-right: -100px;
  }

  .md\:-mb-100px {
    margin-bottom: -100px;
  }

  .md\:-ml-100px {
    margin-left: -100px;
  }

  .md\:-mt-101px {
    margin-top: -101px;
  }

  .md\:-mr-101px {
    margin-right: -101px;
  }

  .md\:-mb-101px {
    margin-bottom: -101px;
  }

  .md\:-ml-101px {
    margin-left: -101px;
  }

  .md\:-mt-102px {
    margin-top: -102px;
  }

  .md\:-mr-102px {
    margin-right: -102px;
  }

  .md\:-mb-102px {
    margin-bottom: -102px;
  }

  .md\:-ml-102px {
    margin-left: -102px;
  }

  .md\:-mt-103px {
    margin-top: -103px;
  }

  .md\:-mr-103px {
    margin-right: -103px;
  }

  .md\:-mb-103px {
    margin-bottom: -103px;
  }

  .md\:-ml-103px {
    margin-left: -103px;
  }

  .md\:-mt-104px {
    margin-top: -104px;
  }

  .md\:-mr-104px {
    margin-right: -104px;
  }

  .md\:-mb-104px {
    margin-bottom: -104px;
  }

  .md\:-ml-104px {
    margin-left: -104px;
  }

  .md\:-mt-105px {
    margin-top: -105px;
  }

  .md\:-mr-105px {
    margin-right: -105px;
  }

  .md\:-mb-105px {
    margin-bottom: -105px;
  }

  .md\:-ml-105px {
    margin-left: -105px;
  }

  .md\:-mt-106px {
    margin-top: -106px;
  }

  .md\:-mr-106px {
    margin-right: -106px;
  }

  .md\:-mb-106px {
    margin-bottom: -106px;
  }

  .md\:-ml-106px {
    margin-left: -106px;
  }

  .md\:-mt-107px {
    margin-top: -107px;
  }

  .md\:-mr-107px {
    margin-right: -107px;
  }

  .md\:-mb-107px {
    margin-bottom: -107px;
  }

  .md\:-ml-107px {
    margin-left: -107px;
  }

  .md\:-mt-108px {
    margin-top: -108px;
  }

  .md\:-mr-108px {
    margin-right: -108px;
  }

  .md\:-mb-108px {
    margin-bottom: -108px;
  }

  .md\:-ml-108px {
    margin-left: -108px;
  }

  .md\:-mt-109px {
    margin-top: -109px;
  }

  .md\:-mr-109px {
    margin-right: -109px;
  }

  .md\:-mb-109px {
    margin-bottom: -109px;
  }

  .md\:-ml-109px {
    margin-left: -109px;
  }

  .md\:-mt-110px {
    margin-top: -110px;
  }

  .md\:-mr-110px {
    margin-right: -110px;
  }

  .md\:-mb-110px {
    margin-bottom: -110px;
  }

  .md\:-ml-110px {
    margin-left: -110px;
  }

  .md\:-mt-111px {
    margin-top: -111px;
  }

  .md\:-mr-111px {
    margin-right: -111px;
  }

  .md\:-mb-111px {
    margin-bottom: -111px;
  }

  .md\:-ml-111px {
    margin-left: -111px;
  }

  .md\:-mt-112px {
    margin-top: -112px;
  }

  .md\:-mr-112px {
    margin-right: -112px;
  }

  .md\:-mb-112px {
    margin-bottom: -112px;
  }

  .md\:-ml-112px {
    margin-left: -112px;
  }

  .md\:-mt-113px {
    margin-top: -113px;
  }

  .md\:-mr-113px {
    margin-right: -113px;
  }

  .md\:-mb-113px {
    margin-bottom: -113px;
  }

  .md\:-ml-113px {
    margin-left: -113px;
  }

  .md\:-mt-114px {
    margin-top: -114px;
  }

  .md\:-mr-114px {
    margin-right: -114px;
  }

  .md\:-mb-114px {
    margin-bottom: -114px;
  }

  .md\:-ml-114px {
    margin-left: -114px;
  }

  .md\:-mt-115px {
    margin-top: -115px;
  }

  .md\:-mr-115px {
    margin-right: -115px;
  }

  .md\:-mb-115px {
    margin-bottom: -115px;
  }

  .md\:-ml-115px {
    margin-left: -115px;
  }

  .md\:-mt-116px {
    margin-top: -116px;
  }

  .md\:-mr-116px {
    margin-right: -116px;
  }

  .md\:-mb-116px {
    margin-bottom: -116px;
  }

  .md\:-ml-116px {
    margin-left: -116px;
  }

  .md\:-mt-117px {
    margin-top: -117px;
  }

  .md\:-mr-117px {
    margin-right: -117px;
  }

  .md\:-mb-117px {
    margin-bottom: -117px;
  }

  .md\:-ml-117px {
    margin-left: -117px;
  }

  .md\:-mt-118px {
    margin-top: -118px;
  }

  .md\:-mr-118px {
    margin-right: -118px;
  }

  .md\:-mb-118px {
    margin-bottom: -118px;
  }

  .md\:-ml-118px {
    margin-left: -118px;
  }

  .md\:-mt-119px {
    margin-top: -119px;
  }

  .md\:-mr-119px {
    margin-right: -119px;
  }

  .md\:-mb-119px {
    margin-bottom: -119px;
  }

  .md\:-ml-119px {
    margin-left: -119px;
  }

  .md\:-mt-120px {
    margin-top: -120px;
  }

  .md\:-mr-120px {
    margin-right: -120px;
  }

  .md\:-mb-120px {
    margin-bottom: -120px;
  }

  .md\:-ml-120px {
    margin-left: -120px;
  }

  .md\:-mt-121px {
    margin-top: -121px;
  }

  .md\:-mr-121px {
    margin-right: -121px;
  }

  .md\:-mb-121px {
    margin-bottom: -121px;
  }

  .md\:-ml-121px {
    margin-left: -121px;
  }

  .md\:-mt-122px {
    margin-top: -122px;
  }

  .md\:-mr-122px {
    margin-right: -122px;
  }

  .md\:-mb-122px {
    margin-bottom: -122px;
  }

  .md\:-ml-122px {
    margin-left: -122px;
  }

  .md\:-mt-123px {
    margin-top: -123px;
  }

  .md\:-mr-123px {
    margin-right: -123px;
  }

  .md\:-mb-123px {
    margin-bottom: -123px;
  }

  .md\:-ml-123px {
    margin-left: -123px;
  }

  .md\:-mt-124px {
    margin-top: -124px;
  }

  .md\:-mr-124px {
    margin-right: -124px;
  }

  .md\:-mb-124px {
    margin-bottom: -124px;
  }

  .md\:-ml-124px {
    margin-left: -124px;
  }

  .md\:-mt-125px {
    margin-top: -125px;
  }

  .md\:-mr-125px {
    margin-right: -125px;
  }

  .md\:-mb-125px {
    margin-bottom: -125px;
  }

  .md\:-ml-125px {
    margin-left: -125px;
  }

  .md\:-mt-126px {
    margin-top: -126px;
  }

  .md\:-mr-126px {
    margin-right: -126px;
  }

  .md\:-mb-126px {
    margin-bottom: -126px;
  }

  .md\:-ml-126px {
    margin-left: -126px;
  }

  .md\:-mt-127px {
    margin-top: -127px;
  }

  .md\:-mr-127px {
    margin-right: -127px;
  }

  .md\:-mb-127px {
    margin-bottom: -127px;
  }

  .md\:-ml-127px {
    margin-left: -127px;
  }

  .md\:-mt-128px {
    margin-top: -128px;
  }

  .md\:-mr-128px {
    margin-right: -128px;
  }

  .md\:-mb-128px {
    margin-bottom: -128px;
  }

  .md\:-ml-128px {
    margin-left: -128px;
  }

  .md\:-mt-129px {
    margin-top: -129px;
  }

  .md\:-mr-129px {
    margin-right: -129px;
  }

  .md\:-mb-129px {
    margin-bottom: -129px;
  }

  .md\:-ml-129px {
    margin-left: -129px;
  }

  .md\:-mt-130px {
    margin-top: -130px;
  }

  .md\:-mr-130px {
    margin-right: -130px;
  }

  .md\:-mb-130px {
    margin-bottom: -130px;
  }

  .md\:-ml-130px {
    margin-left: -130px;
  }

  .md\:-mt-133px {
    margin-top: -133px;
  }

  .md\:-mr-133px {
    margin-right: -133px;
  }

  .md\:-mb-133px {
    margin-bottom: -133px;
  }

  .md\:-ml-133px {
    margin-left: -133px;
  }

  .md\:-mt-140px {
    margin-top: -140px;
  }

  .md\:-mr-140px {
    margin-right: -140px;
  }

  .md\:-mb-140px {
    margin-bottom: -140px;
  }

  .md\:-ml-140px {
    margin-left: -140px;
  }

  .md\:-mt-195px {
    margin-top: -195px;
  }

  .md\:-mr-195px {
    margin-right: -195px;
  }

  .md\:-mb-195px {
    margin-bottom: -195px;
  }

  .md\:-ml-195px {
    margin-left: -195px;
  }

  .md\:-mt-200px {
    margin-top: -200px;
  }

  .md\:-mr-200px {
    margin-right: -200px;
  }

  .md\:-mb-200px {
    margin-bottom: -200px;
  }

  .md\:-ml-200px {
    margin-left: -200px;
  }

  .md\:-mt-210px {
    margin-top: -210px;
  }

  .md\:-mr-210px {
    margin-right: -210px;
  }

  .md\:-mb-210px {
    margin-bottom: -210px;
  }

  .md\:-ml-210px {
    margin-left: -210px;
  }

  .md\:-mt-222px {
    margin-top: -222px;
  }

  .md\:-mr-222px {
    margin-right: -222px;
  }

  .md\:-mb-222px {
    margin-bottom: -222px;
  }

  .md\:-ml-222px {
    margin-left: -222px;
  }

  .md\:-mt-258px {
    margin-top: -258px;
  }

  .md\:-mr-258px {
    margin-right: -258px;
  }

  .md\:-mb-258px {
    margin-bottom: -258px;
  }

  .md\:-ml-258px {
    margin-left: -258px;
  }

  .md\:-mt-280px {
    margin-top: -280px;
  }

  .md\:-mr-280px {
    margin-right: -280px;
  }

  .md\:-mb-280px {
    margin-bottom: -280px;
  }

  .md\:-ml-280px {
    margin-left: -280px;
  }

  .md\:-mt-334px {
    margin-top: -334px;
  }

  .md\:-mr-334px {
    margin-right: -334px;
  }

  .md\:-mb-334px {
    margin-bottom: -334px;
  }

  .md\:-ml-334px {
    margin-left: -334px;
  }

  .md\:-mt-388px {
    margin-top: -388px;
  }

  .md\:-mr-388px {
    margin-right: -388px;
  }

  .md\:-mb-388px {
    margin-bottom: -388px;
  }

  .md\:-ml-388px {
    margin-left: -388px;
  }

  .md\:-mt-480px {
    margin-top: -480px;
  }

  .md\:-mr-480px {
    margin-right: -480px;
  }

  .md\:-mb-480px {
    margin-bottom: -480px;
  }

  .md\:-ml-480px {
    margin-left: -480px;
  }

  .md\:-mt-490px {
    margin-top: -490px;
  }

  .md\:-mr-490px {
    margin-right: -490px;
  }

  .md\:-mb-490px {
    margin-bottom: -490px;
  }

  .md\:-ml-490px {
    margin-left: -490px;
  }

  .md\:-mt-505px {
    margin-top: -505px;
  }

  .md\:-mr-505px {
    margin-right: -505px;
  }

  .md\:-mb-505px {
    margin-bottom: -505px;
  }

  .md\:-ml-505px {
    margin-left: -505px;
  }

  .md\:-mt-507px {
    margin-top: -507px;
  }

  .md\:-mr-507px {
    margin-right: -507px;
  }

  .md\:-mb-507px {
    margin-bottom: -507px;
  }

  .md\:-ml-507px {
    margin-left: -507px;
  }

  .md\:-mt-760px {
    margin-top: -760px;
  }

  .md\:-mr-760px {
    margin-right: -760px;
  }

  .md\:-mb-760px {
    margin-bottom: -760px;
  }

  .md\:-ml-760px {
    margin-left: -760px;
  }

  .md\:-mt-780px {
    margin-top: -780px;
  }

  .md\:-mr-780px {
    margin-right: -780px;
  }

  .md\:-mb-780px {
    margin-bottom: -780px;
  }

  .md\:-ml-780px {
    margin-left: -780px;
  }

  .md\:-mt-980px {
    margin-top: -980px;
  }

  .md\:-mr-980px {
    margin-right: -980px;
  }

  .md\:-mb-980px {
    margin-bottom: -980px;
  }

  .md\:-ml-980px {
    margin-left: -980px;
  }

  .md\:-mt-1366px {
    margin-top: -1366px;
  }

  .md\:-mr-1366px {
    margin-right: -1366px;
  }

  .md\:-mb-1366px {
    margin-bottom: -1366px;
  }

  .md\:-ml-1366px {
    margin-left: -1366px;
  }

  .md\:max-h-0 {
    max-height: 0px;
  }

  .md\:max-h-1 {
    max-height: 0.25rem;
  }

  .md\:max-h-2 {
    max-height: 0.5rem;
  }

  .md\:max-h-3 {
    max-height: 0.75rem;
  }

  .md\:max-h-4 {
    max-height: 1rem;
  }

  .md\:max-h-5 {
    max-height: 1.25rem;
  }

  .md\:max-h-6 {
    max-height: 1.5rem;
  }

  .md\:max-h-7 {
    max-height: 1.75rem;
  }

  .md\:max-h-8 {
    max-height: 2rem;
  }

  .md\:max-h-9 {
    max-height: 2.25rem;
  }

  .md\:max-h-10 {
    max-height: 2.5rem;
  }

  .md\:max-h-11 {
    max-height: 2.75rem;
  }

  .md\:max-h-12 {
    max-height: 3rem;
  }

  .md\:max-h-14 {
    max-height: 3.5rem;
  }

  .md\:max-h-16 {
    max-height: 4rem;
  }

  .md\:max-h-20 {
    max-height: 5rem;
  }

  .md\:max-h-24 {
    max-height: 6rem;
  }

  .md\:max-h-28 {
    max-height: 7rem;
  }

  .md\:max-h-32 {
    max-height: 8rem;
  }

  .md\:max-h-36 {
    max-height: 9rem;
  }

  .md\:max-h-40 {
    max-height: 10rem;
  }

  .md\:max-h-44 {
    max-height: 11rem;
  }

  .md\:max-h-48 {
    max-height: 12rem;
  }

  .md\:max-h-52 {
    max-height: 13rem;
  }

  .md\:max-h-56 {
    max-height: 14rem;
  }

  .md\:max-h-60 {
    max-height: 15rem;
  }

  .md\:max-h-64 {
    max-height: 16rem;
  }

  .md\:max-h-72 {
    max-height: 18rem;
  }

  .md\:max-h-80 {
    max-height: 20rem;
  }

  .md\:max-h-96 {
    max-height: 24rem;
  }

  .md\:max-h-px {
    max-height: 1px;
  }

  .md\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .md\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .md\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .md\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .md\:max-h-1px {
    max-height: 1px;
  }

  .md\:max-h-2px {
    max-height: 2px;
  }

  .md\:max-h-3px {
    max-height: 3px;
  }

  .md\:max-h-4px {
    max-height: 4px;
  }

  .md\:max-h-5px {
    max-height: 5px;
  }

  .md\:max-h-6px {
    max-height: 6px;
  }

  .md\:max-h-7px {
    max-height: 7px;
  }

  .md\:max-h-8px {
    max-height: 8px;
  }

  .md\:max-h-9px {
    max-height: 9px;
  }

  .md\:max-h-10px {
    max-height: 10px;
  }

  .md\:max-h-11px {
    max-height: 11px;
  }

  .md\:max-h-12px {
    max-height: 12px;
  }

  .md\:max-h-13px {
    max-height: 13px;
  }

  .md\:max-h-14px {
    max-height: 14px;
  }

  .md\:max-h-15px {
    max-height: 15px;
  }

  .md\:max-h-16px {
    max-height: 16px;
  }

  .md\:max-h-17px {
    max-height: 17px;
  }

  .md\:max-h-18px {
    max-height: 18px;
  }

  .md\:max-h-19px {
    max-height: 19px;
  }

  .md\:max-h-20px {
    max-height: 20px;
  }

  .md\:max-h-21px {
    max-height: 21px;
  }

  .md\:max-h-22px {
    max-height: 22px;
  }

  .md\:max-h-23px {
    max-height: 23px;
  }

  .md\:max-h-24px {
    max-height: 24px;
  }

  .md\:max-h-25px {
    max-height: 25px;
  }

  .md\:max-h-26px {
    max-height: 26px;
  }

  .md\:max-h-27px {
    max-height: 27px;
  }

  .md\:max-h-28px {
    max-height: 28px;
  }

  .md\:max-h-29px {
    max-height: 29px;
  }

  .md\:max-h-30px {
    max-height: 30px;
  }

  .md\:max-h-31px {
    max-height: 31px;
  }

  .md\:max-h-32px {
    max-height: 32px;
  }

  .md\:max-h-33px {
    max-height: 33px;
  }

  .md\:max-h-34px {
    max-height: 34px;
  }

  .md\:max-h-35px {
    max-height: 35px;
  }

  .md\:max-h-36px {
    max-height: 36px;
  }

  .md\:max-h-37px {
    max-height: 37px;
  }

  .md\:max-h-38px {
    max-height: 38px;
  }

  .md\:max-h-39px {
    max-height: 39px;
  }

  .md\:max-h-40px {
    max-height: 40px;
  }

  .md\:max-h-41px {
    max-height: 41px;
  }

  .md\:max-h-42px {
    max-height: 42px;
  }

  .md\:max-h-43px {
    max-height: 43px;
  }

  .md\:max-h-44px {
    max-height: 44px;
  }

  .md\:max-h-45px {
    max-height: 45px;
  }

  .md\:max-h-46px {
    max-height: 46px;
  }

  .md\:max-h-47px {
    max-height: 47px;
  }

  .md\:max-h-48px {
    max-height: 48px;
  }

  .md\:max-h-49px {
    max-height: 49px;
  }

  .md\:max-h-50px {
    max-height: 50px;
  }

  .md\:max-h-51px {
    max-height: 51px;
  }

  .md\:max-h-52px {
    max-height: 52px;
  }

  .md\:max-h-53px {
    max-height: 53px;
  }

  .md\:max-h-54px {
    max-height: 54px;
  }

  .md\:max-h-55px {
    max-height: 55px;
  }

  .md\:max-h-56px {
    max-height: 56px;
  }

  .md\:max-h-57px {
    max-height: 57px;
  }

  .md\:max-h-58px {
    max-height: 58px;
  }

  .md\:max-h-59px {
    max-height: 59px;
  }

  .md\:max-h-60px {
    max-height: 60px;
  }

  .md\:max-h-61px {
    max-height: 61px;
  }

  .md\:max-h-62px {
    max-height: 62px;
  }

  .md\:max-h-63px {
    max-height: 63px;
  }

  .md\:max-h-64px {
    max-height: 64px;
  }

  .md\:max-h-65px {
    max-height: 65px;
  }

  .md\:max-h-66px {
    max-height: 66px;
  }

  .md\:max-h-67px {
    max-height: 67px;
  }

  .md\:max-h-68px {
    max-height: 68px;
  }

  .md\:max-h-69px {
    max-height: 69px;
  }

  .md\:max-h-70px {
    max-height: 70px;
  }

  .md\:max-h-71px {
    max-height: 71px;
  }

  .md\:max-h-72px {
    max-height: 72px;
  }

  .md\:max-h-73px {
    max-height: 73px;
  }

  .md\:max-h-74px {
    max-height: 74px;
  }

  .md\:max-h-75px {
    max-height: 75px;
  }

  .md\:max-h-76px {
    max-height: 76px;
  }

  .md\:max-h-77px {
    max-height: 77px;
  }

  .md\:max-h-78px {
    max-height: 78px;
  }

  .md\:max-h-79px {
    max-height: 79px;
  }

  .md\:max-h-80px {
    max-height: 80px;
  }

  .md\:max-h-81px {
    max-height: 81px;
  }

  .md\:max-h-82px {
    max-height: 82px;
  }

  .md\:max-h-83px {
    max-height: 83px;
  }

  .md\:max-h-84px {
    max-height: 84px;
  }

  .md\:max-h-85px {
    max-height: 85px;
  }

  .md\:max-h-86px {
    max-height: 86px;
  }

  .md\:max-h-87px {
    max-height: 87px;
  }

  .md\:max-h-88px {
    max-height: 88px;
  }

  .md\:max-h-89px {
    max-height: 89px;
  }

  .md\:max-h-90px {
    max-height: 90px;
  }

  .md\:max-h-91px {
    max-height: 91px;
  }

  .md\:max-h-92px {
    max-height: 92px;
  }

  .md\:max-h-93px {
    max-height: 93px;
  }

  .md\:max-h-94px {
    max-height: 94px;
  }

  .md\:max-h-95px {
    max-height: 95px;
  }

  .md\:max-h-96px {
    max-height: 96px;
  }

  .md\:max-h-97px {
    max-height: 97px;
  }

  .md\:max-h-98px {
    max-height: 98px;
  }

  .md\:max-h-99px {
    max-height: 99px;
  }

  .md\:max-h-100px {
    max-height: 100px;
  }

  .md\:max-h-101px {
    max-height: 101px;
  }

  .md\:max-h-102px {
    max-height: 102px;
  }

  .md\:max-h-103px {
    max-height: 103px;
  }

  .md\:max-h-104px {
    max-height: 104px;
  }

  .md\:max-h-105px {
    max-height: 105px;
  }

  .md\:max-h-106px {
    max-height: 106px;
  }

  .md\:max-h-107px {
    max-height: 107px;
  }

  .md\:max-h-108px {
    max-height: 108px;
  }

  .md\:max-h-109px {
    max-height: 109px;
  }

  .md\:max-h-110px {
    max-height: 110px;
  }

  .md\:max-h-111px {
    max-height: 111px;
  }

  .md\:max-h-112px {
    max-height: 112px;
  }

  .md\:max-h-113px {
    max-height: 113px;
  }

  .md\:max-h-114px {
    max-height: 114px;
  }

  .md\:max-h-115px {
    max-height: 115px;
  }

  .md\:max-h-116px {
    max-height: 116px;
  }

  .md\:max-h-117px {
    max-height: 117px;
  }

  .md\:max-h-118px {
    max-height: 118px;
  }

  .md\:max-h-119px {
    max-height: 119px;
  }

  .md\:max-h-120px {
    max-height: 120px;
  }

  .md\:max-h-121px {
    max-height: 121px;
  }

  .md\:max-h-122px {
    max-height: 122px;
  }

  .md\:max-h-123px {
    max-height: 123px;
  }

  .md\:max-h-124px {
    max-height: 124px;
  }

  .md\:max-h-125px {
    max-height: 125px;
  }

  .md\:max-h-126px {
    max-height: 126px;
  }

  .md\:max-h-127px {
    max-height: 127px;
  }

  .md\:max-h-128px {
    max-height: 128px;
  }

  .md\:max-h-129px {
    max-height: 129px;
  }

  .md\:max-h-130px {
    max-height: 130px;
  }

  .md\:max-h-133px {
    max-height: 133px;
  }

  .md\:max-h-140px {
    max-height: 140px;
  }

  .md\:max-h-195px {
    max-height: 195px;
  }

  .md\:max-h-200px {
    max-height: 200px;
  }

  .md\:max-h-210px {
    max-height: 210px;
  }

  .md\:max-h-222px {
    max-height: 222px;
  }

  .md\:max-h-258px {
    max-height: 258px;
  }

  .md\:max-h-280px {
    max-height: 280px;
  }

  .md\:max-h-334px {
    max-height: 334px;
  }

  .md\:max-h-388px {
    max-height: 388px;
  }

  .md\:max-h-480px {
    max-height: 480px;
  }

  .md\:max-h-490px {
    max-height: 490px;
  }

  .md\:max-h-505px {
    max-height: 505px;
  }

  .md\:max-h-507px {
    max-height: 507px;
  }

  .md\:max-h-760px {
    max-height: 760px;
  }

  .md\:max-h-780px {
    max-height: 780px;
  }

  .md\:max-h-980px {
    max-height: 980px;
  }

  .md\:max-h-1366px {
    max-height: 1366px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-0 {
    max-width: 0rem;
  }

  .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: min-content;
  }

  .md\:max-w-max {
    max-width: -webkit-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: 1366px;
  }

  .md\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .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-full {
    min-width: 100%;
  }

  .md\:min-w-min {
    min-width: -webkit-min-content;
    min-width: min-content;
  }

  .md\:min-w-max {
    min-width: -webkit-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-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-11 {
    padding: 2.75rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-28 {
    padding: 7rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-36 {
    padding: 9rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-44 {
    padding: 11rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-52 {
    padding: 13rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-60 {
    padding: 15rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-72 {
    padding: 18rem;
  }

  .md\:p-80 {
    padding: 20rem;
  }

  .md\:p-96 {
    padding: 24rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:p-0\.5 {
    padding: 0.125rem;
  }

  .md\:p-1\.5 {
    padding: 0.375rem;
  }

  .md\:p-2\.5 {
    padding: 0.625rem;
  }

  .md\:p-3\.5 {
    padding: 0.875rem;
  }

  .md\:p-1px {
    padding: 1px;
  }

  .md\:p-2px {
    padding: 2px;
  }

  .md\:p-3px {
    padding: 3px;
  }

  .md\:p-4px {
    padding: 4px;
  }

  .md\:p-5px {
    padding: 5px;
  }

  .md\:p-6px {
    padding: 6px;
  }

  .md\:p-7px {
    padding: 7px;
  }

  .md\:p-8px {
    padding: 8px;
  }

  .md\:p-9px {
    padding: 9px;
  }

  .md\:p-10px {
    padding: 10px;
  }

  .md\:p-11px {
    padding: 11px;
  }

  .md\:p-12px {
    padding: 12px;
  }

  .md\:p-13px {
    padding: 13px;
  }

  .md\:p-14px {
    padding: 14px;
  }

  .md\:p-15px {
    padding: 15px;
  }

  .md\:p-16px {
    padding: 16px;
  }

  .md\:p-17px {
    padding: 17px;
  }

  .md\:p-18px {
    padding: 18px;
  }

  .md\:p-19px {
    padding: 19px;
  }

  .md\:p-20px {
    padding: 20px;
  }

  .md\:p-21px {
    padding: 21px;
  }

  .md\:p-22px {
    padding: 22px;
  }

  .md\:p-23px {
    padding: 23px;
  }

  .md\:p-24px {
    padding: 24px;
  }

  .md\:p-25px {
    padding: 25px;
  }

  .md\:p-26px {
    padding: 26px;
  }

  .md\:p-27px {
    padding: 27px;
  }

  .md\:p-28px {
    padding: 28px;
  }

  .md\:p-29px {
    padding: 29px;
  }

  .md\:p-30px {
    padding: 30px;
  }

  .md\:p-31px {
    padding: 31px;
  }

  .md\:p-32px {
    padding: 32px;
  }

  .md\:p-33px {
    padding: 33px;
  }

  .md\:p-34px {
    padding: 34px;
  }

  .md\:p-35px {
    padding: 35px;
  }

  .md\:p-36px {
    padding: 36px;
  }

  .md\:p-37px {
    padding: 37px;
  }

  .md\:p-38px {
    padding: 38px;
  }

  .md\:p-39px {
    padding: 39px;
  }

  .md\:p-40px {
    padding: 40px;
  }

  .md\:p-41px {
    padding: 41px;
  }

  .md\:p-42px {
    padding: 42px;
  }

  .md\:p-43px {
    padding: 43px;
  }

  .md\:p-44px {
    padding: 44px;
  }

  .md\:p-45px {
    padding: 45px;
  }

  .md\:p-46px {
    padding: 46px;
  }

  .md\:p-47px {
    padding: 47px;
  }

  .md\:p-48px {
    padding: 48px;
  }

  .md\:p-49px {
    padding: 49px;
  }

  .md\:p-50px {
    padding: 50px;
  }

  .md\:p-51px {
    padding: 51px;
  }

  .md\:p-52px {
    padding: 52px;
  }

  .md\:p-53px {
    padding: 53px;
  }

  .md\:p-54px {
    padding: 54px;
  }

  .md\:p-55px {
    padding: 55px;
  }

  .md\:p-56px {
    padding: 56px;
  }

  .md\:p-57px {
    padding: 57px;
  }

  .md\:p-58px {
    padding: 58px;
  }

  .md\:p-59px {
    padding: 59px;
  }

  .md\:p-60px {
    padding: 60px;
  }

  .md\:p-61px {
    padding: 61px;
  }

  .md\:p-62px {
    padding: 62px;
  }

  .md\:p-63px {
    padding: 63px;
  }

  .md\:p-64px {
    padding: 64px;
  }

  .md\:p-65px {
    padding: 65px;
  }

  .md\:p-66px {
    padding: 66px;
  }

  .md\:p-67px {
    padding: 67px;
  }

  .md\:p-68px {
    padding: 68px;
  }

  .md\:p-69px {
    padding: 69px;
  }

  .md\:p-70px {
    padding: 70px;
  }

  .md\:p-71px {
    padding: 71px;
  }

  .md\:p-72px {
    padding: 72px;
  }

  .md\:p-73px {
    padding: 73px;
  }

  .md\:p-74px {
    padding: 74px;
  }

  .md\:p-75px {
    padding: 75px;
  }

  .md\:p-76px {
    padding: 76px;
  }

  .md\:p-77px {
    padding: 77px;
  }

  .md\:p-78px {
    padding: 78px;
  }

  .md\:p-79px {
    padding: 79px;
  }

  .md\:p-80px {
    padding: 80px;
  }

  .md\:p-81px {
    padding: 81px;
  }

  .md\:p-82px {
    padding: 82px;
  }

  .md\:p-83px {
    padding: 83px;
  }

  .md\:p-84px {
    padding: 84px;
  }

  .md\:p-85px {
    padding: 85px;
  }

  .md\:p-86px {
    padding: 86px;
  }

  .md\:p-87px {
    padding: 87px;
  }

  .md\:p-88px {
    padding: 88px;
  }

  .md\:p-89px {
    padding: 89px;
  }

  .md\:p-90px {
    padding: 90px;
  }

  .md\:p-91px {
    padding: 91px;
  }

  .md\:p-92px {
    padding: 92px;
  }

  .md\:p-93px {
    padding: 93px;
  }

  .md\:p-94px {
    padding: 94px;
  }

  .md\:p-95px {
    padding: 95px;
  }

  .md\:p-96px {
    padding: 96px;
  }

  .md\:p-97px {
    padding: 97px;
  }

  .md\:p-98px {
    padding: 98px;
  }

  .md\:p-99px {
    padding: 99px;
  }

  .md\:p-100px {
    padding: 100px;
  }

  .md\:p-101px {
    padding: 101px;
  }

  .md\:p-102px {
    padding: 102px;
  }

  .md\:p-103px {
    padding: 103px;
  }

  .md\:p-104px {
    padding: 104px;
  }

  .md\:p-105px {
    padding: 105px;
  }

  .md\:p-106px {
    padding: 106px;
  }

  .md\:p-107px {
    padding: 107px;
  }

  .md\:p-108px {
    padding: 108px;
  }

  .md\:p-109px {
    padding: 109px;
  }

  .md\:p-110px {
    padding: 110px;
  }

  .md\:p-111px {
    padding: 111px;
  }

  .md\:p-112px {
    padding: 112px;
  }

  .md\:p-113px {
    padding: 113px;
  }

  .md\:p-114px {
    padding: 114px;
  }

  .md\:p-115px {
    padding: 115px;
  }

  .md\:p-116px {
    padding: 116px;
  }

  .md\:p-117px {
    padding: 117px;
  }

  .md\:p-118px {
    padding: 118px;
  }

  .md\:p-119px {
    padding: 119px;
  }

  .md\:p-120px {
    padding: 120px;
  }

  .md\:p-121px {
    padding: 121px;
  }

  .md\:p-122px {
    padding: 122px;
  }

  .md\:p-123px {
    padding: 123px;
  }

  .md\:p-124px {
    padding: 124px;
  }

  .md\:p-125px {
    padding: 125px;
  }

  .md\:p-126px {
    padding: 126px;
  }

  .md\:p-127px {
    padding: 127px;
  }

  .md\:p-128px {
    padding: 128px;
  }

  .md\:p-129px {
    padding: 129px;
  }

  .md\:p-130px {
    padding: 130px;
  }

  .md\:p-133px {
    padding: 133px;
  }

  .md\:p-140px {
    padding: 140px;
  }

  .md\:p-195px {
    padding: 195px;
  }

  .md\:p-200px {
    padding: 200px;
  }

  .md\:p-210px {
    padding: 210px;
  }

  .md\:p-222px {
    padding: 222px;
  }

  .md\:p-258px {
    padding: 258px;
  }

  .md\:p-280px {
    padding: 280px;
  }

  .md\:p-334px {
    padding: 334px;
  }

  .md\:p-388px {
    padding: 388px;
  }

  .md\:p-480px {
    padding: 480px;
  }

  .md\:p-490px {
    padding: 490px;
  }

  .md\:p-505px {
    padding: 505px;
  }

  .md\:p-507px {
    padding: 507px;
  }

  .md\:p-760px {
    padding: 760px;
  }

  .md\:p-780px {
    padding: 780px;
  }

  .md\:p-980px {
    padding: 980px;
  }

  .md\:p-1366px {
    padding: 1366px;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:py-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-1px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }

  .md\:py-3px {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .md\:px-3px {
    padding-left: 3px;
    padding-right: 3px;
  }

  .md\:py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md\:px-4px {
    padding-left: 4px;
    padding-right: 4px;
  }

  .md\:py-5px {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:px-5px {
    padding-left: 5px;
    padding-right: 5px;
  }

  .md\:py-6px {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:px-6px {
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:py-7px {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .md\:px-7px {
    padding-left: 7px;
    padding-right: 7px;
  }

  .md\:py-8px {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:px-8px {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:py-9px {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .md\:px-9px {
    padding-left: 9px;
    padding-right: 9px;
  }

  .md\:py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:px-10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:py-11px {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .md\:px-11px {
    padding-left: 11px;
    padding-right: 11px;
  }

  .md\:py-12px {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:px-12px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:py-13px {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .md\:px-13px {
    padding-left: 13px;
    padding-right: 13px;
  }

  .md\:py-14px {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:px-14px {
    padding-left: 14px;
    padding-right: 14px;
  }

  .md\:py-15px {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:px-15px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:py-16px {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:px-16px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:py-17px {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .md\:px-17px {
    padding-left: 17px;
    padding-right: 17px;
  }

  .md\:py-18px {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md\:px-18px {
    padding-left: 18px;
    padding-right: 18px;
  }

  .md\:py-19px {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .md\:px-19px {
    padding-left: 19px;
    padding-right: 19px;
  }

  .md\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:py-21px {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .md\:px-21px {
    padding-left: 21px;
    padding-right: 21px;
  }

  .md\:py-22px {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .md\:px-22px {
    padding-left: 22px;
    padding-right: 22px;
  }

  .md\:py-23px {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .md\:px-23px {
    padding-left: 23px;
    padding-right: 23px;
  }

  .md\:py-24px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:px-24px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:py-25px {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md\:px-25px {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:py-26px {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .md\:px-26px {
    padding-left: 26px;
    padding-right: 26px;
  }

  .md\:py-27px {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .md\:px-27px {
    padding-left: 27px;
    padding-right: 27px;
  }

  .md\:py-28px {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .md\:px-28px {
    padding-left: 28px;
    padding-right: 28px;
  }

  .md\:py-29px {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .md\:px-29px {
    padding-left: 29px;
    padding-right: 29px;
  }

  .md\:py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-31px {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .md\:px-31px {
    padding-left: 31px;
    padding-right: 31px;
  }

  .md\:py-32px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:px-32px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:py-33px {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .md\:px-33px {
    padding-left: 33px;
    padding-right: 33px;
  }

  .md\:py-34px {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .md\:px-34px {
    padding-left: 34px;
    padding-right: 34px;
  }

  .md\:py-35px {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md\:px-35px {
    padding-left: 35px;
    padding-right: 35px;
  }

  .md\:py-36px {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md\:px-36px {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:py-37px {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .md\:px-37px {
    padding-left: 37px;
    padding-right: 37px;
  }

  .md\:py-38px {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .md\:px-38px {
    padding-left: 38px;
    padding-right: 38px;
  }

  .md\:py-39px {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .md\:px-39px {
    padding-left: 39px;
    padding-right: 39px;
  }

  .md\:py-40px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:px-40px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:py-41px {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .md\:px-41px {
    padding-left: 41px;
    padding-right: 41px;
  }

  .md\:py-42px {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .md\:px-42px {
    padding-left: 42px;
    padding-right: 42px;
  }

  .md\:py-43px {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .md\:px-43px {
    padding-left: 43px;
    padding-right: 43px;
  }

  .md\:py-44px {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .md\:px-44px {
    padding-left: 44px;
    padding-right: 44px;
  }

  .md\:py-45px {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md\:px-45px {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:py-46px {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .md\:px-46px {
    padding-left: 46px;
    padding-right: 46px;
  }

  .md\:py-47px {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .md\:px-47px {
    padding-left: 47px;
    padding-right: 47px;
  }

  .md\:py-48px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:px-48px {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:py-49px {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .md\:px-49px {
    padding-left: 49px;
    padding-right: 49px;
  }

  .md\:py-50px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:px-50px {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:py-51px {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .md\:px-51px {
    padding-left: 51px;
    padding-right: 51px;
  }

  .md\:py-52px {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .md\:px-52px {
    padding-left: 52px;
    padding-right: 52px;
  }

  .md\:py-53px {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .md\:px-53px {
    padding-left: 53px;
    padding-right: 53px;
  }

  .md\:py-54px {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .md\:px-54px {
    padding-left: 54px;
    padding-right: 54px;
  }

  .md\:py-55px {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md\:px-55px {
    padding-left: 55px;
    padding-right: 55px;
  }

  .md\:py-56px {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md\:px-56px {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md\:py-57px {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .md\:px-57px {
    padding-left: 57px;
    padding-right: 57px;
  }

  .md\:py-58px {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .md\:px-58px {
    padding-left: 58px;
    padding-right: 58px;
  }

  .md\:py-59px {
    padding-top: 59px;
    padding-bottom: 59px;
  }

  .md\:px-59px {
    padding-left: 59px;
    padding-right: 59px;
  }

  .md\:py-60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:px-60px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-61px {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .md\:px-61px {
    padding-left: 61px;
    padding-right: 61px;
  }

  .md\:py-62px {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .md\:px-62px {
    padding-left: 62px;
    padding-right: 62px;
  }

  .md\:py-63px {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .md\:px-63px {
    padding-left: 63px;
    padding-right: 63px;
  }

  .md\:py-64px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md\:px-64px {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md\:py-65px {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .md\:px-65px {
    padding-left: 65px;
    padding-right: 65px;
  }

  .md\:py-66px {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .md\:px-66px {
    padding-left: 66px;
    padding-right: 66px;
  }

  .md\:py-67px {
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .md\:px-67px {
    padding-left: 67px;
    padding-right: 67px;
  }

  .md\:py-68px {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .md\:px-68px {
    padding-left: 68px;
    padding-right: 68px;
  }

  .md\:py-69px {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .md\:px-69px {
    padding-left: 69px;
    padding-right: 69px;
  }

  .md\:py-70px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:px-70px {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:py-71px {
    padding-top: 71px;
    padding-bottom: 71px;
  }

  .md\:px-71px {
    padding-left: 71px;
    padding-right: 71px;
  }

  .md\:py-72px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .md\:px-72px {
    padding-left: 72px;
    padding-right: 72px;
  }

  .md\:py-73px {
    padding-top: 73px;
    padding-bottom: 73px;
  }

  .md\:px-73px {
    padding-left: 73px;
    padding-right: 73px;
  }

  .md\:py-74px {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .md\:px-74px {
    padding-left: 74px;
    padding-right: 74px;
  }

  .md\:py-75px {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .md\:px-75px {
    padding-left: 75px;
    padding-right: 75px;
  }

  .md\:py-76px {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .md\:px-76px {
    padding-left: 76px;
    padding-right: 76px;
  }

  .md\:py-77px {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .md\:px-77px {
    padding-left: 77px;
    padding-right: 77px;
  }

  .md\:py-78px {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .md\:px-78px {
    padding-left: 78px;
    padding-right: 78px;
  }

  .md\:py-79px {
    padding-top: 79px;
    padding-bottom: 79px;
  }

  .md\:px-79px {
    padding-left: 79px;
    padding-right: 79px;
  }

  .md\:py-80px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:px-80px {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:py-81px {
    padding-top: 81px;
    padding-bottom: 81px;
  }

  .md\:px-81px {
    padding-left: 81px;
    padding-right: 81px;
  }

  .md\:py-82px {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .md\:px-82px {
    padding-left: 82px;
    padding-right: 82px;
  }

  .md\:py-83px {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .md\:px-83px {
    padding-left: 83px;
    padding-right: 83px;
  }

  .md\:py-84px {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .md\:px-84px {
    padding-left: 84px;
    padding-right: 84px;
  }

  .md\:py-85px {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .md\:px-85px {
    padding-left: 85px;
    padding-right: 85px;
  }

  .md\:py-86px {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .md\:px-86px {
    padding-left: 86px;
    padding-right: 86px;
  }

  .md\:py-87px {
    padding-top: 87px;
    padding-bottom: 87px;
  }

  .md\:px-87px {
    padding-left: 87px;
    padding-right: 87px;
  }

  .md\:py-88px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .md\:px-88px {
    padding-left: 88px;
    padding-right: 88px;
  }

  .md\:py-89px {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .md\:px-89px {
    padding-left: 89px;
    padding-right: 89px;
  }

  .md\:py-90px {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:px-90px {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:py-91px {
    padding-top: 91px;
    padding-bottom: 91px;
  }

  .md\:px-91px {
    padding-left: 91px;
    padding-right: 91px;
  }

  .md\:py-92px {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .md\:px-92px {
    padding-left: 92px;
    padding-right: 92px;
  }

  .md\:py-93px {
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .md\:px-93px {
    padding-left: 93px;
    padding-right: 93px;
  }

  .md\:py-94px {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .md\:px-94px {
    padding-left: 94px;
    padding-right: 94px;
  }

  .md\:py-95px {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .md\:px-95px {
    padding-left: 95px;
    padding-right: 95px;
  }

  .md\:py-96px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .md\:px-96px {
    padding-left: 96px;
    padding-right: 96px;
  }

  .md\:py-97px {
    padding-top: 97px;
    padding-bottom: 97px;
  }

  .md\:px-97px {
    padding-left: 97px;
    padding-right: 97px;
  }

  .md\:py-98px {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .md\:px-98px {
    padding-left: 98px;
    padding-right: 98px;
  }

  .md\:py-99px {
    padding-top: 99px;
    padding-bottom: 99px;
  }

  .md\:px-99px {
    padding-left: 99px;
    padding-right: 99px;
  }

  .md\:py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:px-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:py-101px {
    padding-top: 101px;
    padding-bottom: 101px;
  }

  .md\:px-101px {
    padding-left: 101px;
    padding-right: 101px;
  }

  .md\:py-102px {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .md\:px-102px {
    padding-left: 102px;
    padding-right: 102px;
  }

  .md\:py-103px {
    padding-top: 103px;
    padding-bottom: 103px;
  }

  .md\:px-103px {
    padding-left: 103px;
    padding-right: 103px;
  }

  .md\:py-104px {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .md\:px-104px {
    padding-left: 104px;
    padding-right: 104px;
  }

  .md\:py-105px {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .md\:px-105px {
    padding-left: 105px;
    padding-right: 105px;
  }

  .md\:py-106px {
    padding-top: 106px;
    padding-bottom: 106px;
  }

  .md\:px-106px {
    padding-left: 106px;
    padding-right: 106px;
  }

  .md\:py-107px {
    padding-top: 107px;
    padding-bottom: 107px;
  }

  .md\:px-107px {
    padding-left: 107px;
    padding-right: 107px;
  }

  .md\:py-108px {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .md\:px-108px {
    padding-left: 108px;
    padding-right: 108px;
  }

  .md\:py-109px {
    padding-top: 109px;
    padding-bottom: 109px;
  }

  .md\:px-109px {
    padding-left: 109px;
    padding-right: 109px;
  }

  .md\:py-110px {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .md\:px-110px {
    padding-left: 110px;
    padding-right: 110px;
  }

  .md\:py-111px {
    padding-top: 111px;
    padding-bottom: 111px;
  }

  .md\:px-111px {
    padding-left: 111px;
    padding-right: 111px;
  }

  .md\:py-112px {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .md\:px-112px {
    padding-left: 112px;
    padding-right: 112px;
  }

  .md\:py-113px {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .md\:px-113px {
    padding-left: 113px;
    padding-right: 113px;
  }

  .md\:py-114px {
    padding-top: 114px;
    padding-bottom: 114px;
  }

  .md\:px-114px {
    padding-left: 114px;
    padding-right: 114px;
  }

  .md\:py-115px {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .md\:px-115px {
    padding-left: 115px;
    padding-right: 115px;
  }

  .md\:py-116px {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .md\:px-116px {
    padding-left: 116px;
    padding-right: 116px;
  }

  .md\:py-117px {
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .md\:px-117px {
    padding-left: 117px;
    padding-right: 117px;
  }

  .md\:py-118px {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .md\:px-118px {
    padding-left: 118px;
    padding-right: 118px;
  }

  .md\:py-119px {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .md\:px-119px {
    padding-left: 119px;
    padding-right: 119px;
  }

  .md\:py-120px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:px-120px {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:py-121px {
    padding-top: 121px;
    padding-bottom: 121px;
  }

  .md\:px-121px {
    padding-left: 121px;
    padding-right: 121px;
  }

  .md\:py-122px {
    padding-top: 122px;
    padding-bottom: 122px;
  }

  .md\:px-122px {
    padding-left: 122px;
    padding-right: 122px;
  }

  .md\:py-123px {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .md\:px-123px {
    padding-left: 123px;
    padding-right: 123px;
  }

  .md\:py-124px {
    padding-top: 124px;
    padding-bottom: 124px;
  }

  .md\:px-124px {
    padding-left: 124px;
    padding-right: 124px;
  }

  .md\:py-125px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .md\:px-125px {
    padding-left: 125px;
    padding-right: 125px;
  }

  .md\:py-126px {
    padding-top: 126px;
    padding-bottom: 126px;
  }

  .md\:px-126px {
    padding-left: 126px;
    padding-right: 126px;
  }

  .md\:py-127px {
    padding-top: 127px;
    padding-bottom: 127px;
  }

  .md\:px-127px {
    padding-left: 127px;
    padding-right: 127px;
  }

  .md\:py-128px {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .md\:px-128px {
    padding-left: 128px;
    padding-right: 128px;
  }

  .md\:py-129px {
    padding-top: 129px;
    padding-bottom: 129px;
  }

  .md\:px-129px {
    padding-left: 129px;
    padding-right: 129px;
  }

  .md\:py-130px {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .md\:px-130px {
    padding-left: 130px;
    padding-right: 130px;
  }

  .md\:py-133px {
    padding-top: 133px;
    padding-bottom: 133px;
  }

  .md\:px-133px {
    padding-left: 133px;
    padding-right: 133px;
  }

  .md\:py-140px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .md\:px-140px {
    padding-left: 140px;
    padding-right: 140px;
  }

  .md\:py-195px {
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .md\:px-195px {
    padding-left: 195px;
    padding-right: 195px;
  }

  .md\:py-200px {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md\:px-200px {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md\:py-210px {
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .md\:px-210px {
    padding-left: 210px;
    padding-right: 210px;
  }

  .md\:py-222px {
    padding-top: 222px;
    padding-bottom: 222px;
  }

  .md\:px-222px {
    padding-left: 222px;
    padding-right: 222px;
  }

  .md\:py-258px {
    padding-top: 258px;
    padding-bottom: 258px;
  }

  .md\:px-258px {
    padding-left: 258px;
    padding-right: 258px;
  }

  .md\:py-280px {
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .md\:px-280px {
    padding-left: 280px;
    padding-right: 280px;
  }

  .md\:py-334px {
    padding-top: 334px;
    padding-bottom: 334px;
  }

  .md\:px-334px {
    padding-left: 334px;
    padding-right: 334px;
  }

  .md\:py-388px {
    padding-top: 388px;
    padding-bottom: 388px;
  }

  .md\:px-388px {
    padding-left: 388px;
    padding-right: 388px;
  }

  .md\:py-480px {
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .md\:px-480px {
    padding-left: 480px;
    padding-right: 480px;
  }

  .md\:py-490px {
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .md\:px-490px {
    padding-left: 490px;
    padding-right: 490px;
  }

  .md\:py-505px {
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .md\:px-505px {
    padding-left: 505px;
    padding-right: 505px;
  }

  .md\:py-507px {
    padding-top: 507px;
    padding-bottom: 507px;
  }

  .md\:px-507px {
    padding-left: 507px;
    padding-right: 507px;
  }

  .md\:py-760px {
    padding-top: 760px;
    padding-bottom: 760px;
  }

  .md\:px-760px {
    padding-left: 760px;
    padding-right: 760px;
  }

  .md\:py-780px {
    padding-top: 780px;
    padding-bottom: 780px;
  }

  .md\:px-780px {
    padding-left: 780px;
    padding-right: 780px;
  }

  .md\:py-980px {
    padding-top: 980px;
    padding-bottom: 980px;
  }

  .md\:px-980px {
    padding-left: 980px;
    padding-right: 980px;
  }

  .md\:py-1366px {
    padding-top: 1366px;
    padding-bottom: 1366px;
  }

  .md\:px-1366px {
    padding-left: 1366px;
    padding-right: 1366px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pr-11 {
    padding-right: 2.75rem;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pl-11 {
    padding-left: 2.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pr-36 {
    padding-right: 9rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pl-36 {
    padding-left: 9rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:pr-44 {
    padding-right: 11rem;
  }

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pl-44 {
    padding-left: 11rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pt-52 {
    padding-top: 13rem;
  }

  .md\:pr-52 {
    padding-right: 13rem;
  }

  .md\:pb-52 {
    padding-bottom: 13rem;
  }

  .md\:pl-52 {
    padding-left: 13rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pt-60 {
    padding-top: 15rem;
  }

  .md\:pr-60 {
    padding-right: 15rem;
  }

  .md\:pb-60 {
    padding-bottom: 15rem;
  }

  .md\:pl-60 {
    padding-left: 15rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pt-72 {
    padding-top: 18rem;
  }

  .md\:pr-72 {
    padding-right: 18rem;
  }

  .md\:pb-72 {
    padding-bottom: 18rem;
  }

  .md\:pl-72 {
    padding-left: 18rem;
  }

  .md\:pt-80 {
    padding-top: 20rem;
  }

  .md\:pr-80 {
    padding-right: 20rem;
  }

  .md\:pb-80 {
    padding-bottom: 20rem;
  }

  .md\:pl-80 {
    padding-left: 20rem;
  }

  .md\:pt-96 {
    padding-top: 24rem;
  }

  .md\:pr-96 {
    padding-right: 24rem;
  }

  .md\:pb-96 {
    padding-bottom: 24rem;
  }

  .md\:pl-96 {
    padding-left: 24rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .md\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .md\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .md\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .md\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .md\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .md\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .md\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .md\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .md\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .md\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .md\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .md\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .md\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .md\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .md\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .md\:pt-1px {
    padding-top: 1px;
  }

  .md\:pr-1px {
    padding-right: 1px;
  }

  .md\:pb-1px {
    padding-bottom: 1px;
  }

  .md\:pl-1px {
    padding-left: 1px;
  }

  .md\:pt-2px {
    padding-top: 2px;
  }

  .md\:pr-2px {
    padding-right: 2px;
  }

  .md\:pb-2px {
    padding-bottom: 2px;
  }

  .md\:pl-2px {
    padding-left: 2px;
  }

  .md\:pt-3px {
    padding-top: 3px;
  }

  .md\:pr-3px {
    padding-right: 3px;
  }

  .md\:pb-3px {
    padding-bottom: 3px;
  }

  .md\:pl-3px {
    padding-left: 3px;
  }

  .md\:pt-4px {
    padding-top: 4px;
  }

  .md\:pr-4px {
    padding-right: 4px;
  }

  .md\:pb-4px {
    padding-bottom: 4px;
  }

  .md\:pl-4px {
    padding-left: 4px;
  }

  .md\:pt-5px {
    padding-top: 5px;
  }

  .md\:pr-5px {
    padding-right: 5px;
  }

  .md\:pb-5px {
    padding-bottom: 5px;
  }

  .md\:pl-5px {
    padding-left: 5px;
  }

  .md\:pt-6px {
    padding-top: 6px;
  }

  .md\:pr-6px {
    padding-right: 6px;
  }

  .md\:pb-6px {
    padding-bottom: 6px;
  }

  .md\:pl-6px {
    padding-left: 6px;
  }

  .md\:pt-7px {
    padding-top: 7px;
  }

  .md\:pr-7px {
    padding-right: 7px;
  }

  .md\:pb-7px {
    padding-bottom: 7px;
  }

  .md\:pl-7px {
    padding-left: 7px;
  }

  .md\:pt-8px {
    padding-top: 8px;
  }

  .md\:pr-8px {
    padding-right: 8px;
  }

  .md\:pb-8px {
    padding-bottom: 8px;
  }

  .md\:pl-8px {
    padding-left: 8px;
  }

  .md\:pt-9px {
    padding-top: 9px;
  }

  .md\:pr-9px {
    padding-right: 9px;
  }

  .md\:pb-9px {
    padding-bottom: 9px;
  }

  .md\:pl-9px {
    padding-left: 9px;
  }

  .md\:pt-10px {
    padding-top: 10px;
  }

  .md\:pr-10px {
    padding-right: 10px;
  }

  .md\:pb-10px {
    padding-bottom: 10px;
  }

  .md\:pl-10px {
    padding-left: 10px;
  }

  .md\:pt-11px {
    padding-top: 11px;
  }

  .md\:pr-11px {
    padding-right: 11px;
  }

  .md\:pb-11px {
    padding-bottom: 11px;
  }

  .md\:pl-11px {
    padding-left: 11px;
  }

  .md\:pt-12px {
    padding-top: 12px;
  }

  .md\:pr-12px {
    padding-right: 12px;
  }

  .md\:pb-12px {
    padding-bottom: 12px;
  }

  .md\:pl-12px {
    padding-left: 12px;
  }

  .md\:pt-13px {
    padding-top: 13px;
  }

  .md\:pr-13px {
    padding-right: 13px;
  }

  .md\:pb-13px {
    padding-bottom: 13px;
  }

  .md\:pl-13px {
    padding-left: 13px;
  }

  .md\:pt-14px {
    padding-top: 14px;
  }

  .md\:pr-14px {
    padding-right: 14px;
  }

  .md\:pb-14px {
    padding-bottom: 14px;
  }

  .md\:pl-14px {
    padding-left: 14px;
  }

  .md\:pt-15px {
    padding-top: 15px;
  }

  .md\:pr-15px {
    padding-right: 15px;
  }

  .md\:pb-15px {
    padding-bottom: 15px;
  }

  .md\:pl-15px {
    padding-left: 15px;
  }

  .md\:pt-16px {
    padding-top: 16px;
  }

  .md\:pr-16px {
    padding-right: 16px;
  }

  .md\:pb-16px {
    padding-bottom: 16px;
  }

  .md\:pl-16px {
    padding-left: 16px;
  }

  .md\:pt-17px {
    padding-top: 17px;
  }

  .md\:pr-17px {
    padding-right: 17px;
  }

  .md\:pb-17px {
    padding-bottom: 17px;
  }

  .md\:pl-17px {
    padding-left: 17px;
  }

  .md\:pt-18px {
    padding-top: 18px;
  }

  .md\:pr-18px {
    padding-right: 18px;
  }

  .md\:pb-18px {
    padding-bottom: 18px;
  }

  .md\:pl-18px {
    padding-left: 18px;
  }

  .md\:pt-19px {
    padding-top: 19px;
  }

  .md\:pr-19px {
    padding-right: 19px;
  }

  .md\:pb-19px {
    padding-bottom: 19px;
  }

  .md\:pl-19px {
    padding-left: 19px;
  }

  .md\:pt-20px {
    padding-top: 20px;
  }

  .md\:pr-20px {
    padding-right: 20px;
  }

  .md\:pb-20px {
    padding-bottom: 20px;
  }

  .md\:pl-20px {
    padding-left: 20px;
  }

  .md\:pt-21px {
    padding-top: 21px;
  }

  .md\:pr-21px {
    padding-right: 21px;
  }

  .md\:pb-21px {
    padding-bottom: 21px;
  }

  .md\:pl-21px {
    padding-left: 21px;
  }

  .md\:pt-22px {
    padding-top: 22px;
  }

  .md\:pr-22px {
    padding-right: 22px;
  }

  .md\:pb-22px {
    padding-bottom: 22px;
  }

  .md\:pl-22px {
    padding-left: 22px;
  }

  .md\:pt-23px {
    padding-top: 23px;
  }

  .md\:pr-23px {
    padding-right: 23px;
  }

  .md\:pb-23px {
    padding-bottom: 23px;
  }

  .md\:pl-23px {
    padding-left: 23px;
  }

  .md\:pt-24px {
    padding-top: 24px;
  }

  .md\:pr-24px {
    padding-right: 24px;
  }

  .md\:pb-24px {
    padding-bottom: 24px;
  }

  .md\:pl-24px {
    padding-left: 24px;
  }

  .md\:pt-25px {
    padding-top: 25px;
  }

  .md\:pr-25px {
    padding-right: 25px;
  }

  .md\:pb-25px {
    padding-bottom: 25px;
  }

  .md\:pl-25px {
    padding-left: 25px;
  }

  .md\:pt-26px {
    padding-top: 26px;
  }

  .md\:pr-26px {
    padding-right: 26px;
  }

  .md\:pb-26px {
    padding-bottom: 26px;
  }

  .md\:pl-26px {
    padding-left: 26px;
  }

  .md\:pt-27px {
    padding-top: 27px;
  }

  .md\:pr-27px {
    padding-right: 27px;
  }

  .md\:pb-27px {
    padding-bottom: 27px;
  }

  .md\:pl-27px {
    padding-left: 27px;
  }

  .md\:pt-28px {
    padding-top: 28px;
  }

  .md\:pr-28px {
    padding-right: 28px;
  }

  .md\:pb-28px {
    padding-bottom: 28px;
  }

  .md\:pl-28px {
    padding-left: 28px;
  }

  .md\:pt-29px {
    padding-top: 29px;
  }

  .md\:pr-29px {
    padding-right: 29px;
  }

  .md\:pb-29px {
    padding-bottom: 29px;
  }

  .md\:pl-29px {
    padding-left: 29px;
  }

  .md\:pt-30px {
    padding-top: 30px;
  }

  .md\:pr-30px {
    padding-right: 30px;
  }

  .md\:pb-30px {
    padding-bottom: 30px;
  }

  .md\:pl-30px {
    padding-left: 30px;
  }

  .md\:pt-31px {
    padding-top: 31px;
  }

  .md\:pr-31px {
    padding-right: 31px;
  }

  .md\:pb-31px {
    padding-bottom: 31px;
  }

  .md\:pl-31px {
    padding-left: 31px;
  }

  .md\:pt-32px {
    padding-top: 32px;
  }

  .md\:pr-32px {
    padding-right: 32px;
  }

  .md\:pb-32px {
    padding-bottom: 32px;
  }

  .md\:pl-32px {
    padding-left: 32px;
  }

  .md\:pt-33px {
    padding-top: 33px;
  }

  .md\:pr-33px {
    padding-right: 33px;
  }

  .md\:pb-33px {
    padding-bottom: 33px;
  }

  .md\:pl-33px {
    padding-left: 33px;
  }

  .md\:pt-34px {
    padding-top: 34px;
  }

  .md\:pr-34px {
    padding-right: 34px;
  }

  .md\:pb-34px {
    padding-bottom: 34px;
  }

  .md\:pl-34px {
    padding-left: 34px;
  }

  .md\:pt-35px {
    padding-top: 35px;
  }

  .md\:pr-35px {
    padding-right: 35px;
  }

  .md\:pb-35px {
    padding-bottom: 35px;
  }

  .md\:pl-35px {
    padding-left: 35px;
  }

  .md\:pt-36px {
    padding-top: 36px;
  }

  .md\:pr-36px {
    padding-right: 36px;
  }

  .md\:pb-36px {
    padding-bottom: 36px;
  }

  .md\:pl-36px {
    padding-left: 36px;
  }

  .md\:pt-37px {
    padding-top: 37px;
  }

  .md\:pr-37px {
    padding-right: 37px;
  }

  .md\:pb-37px {
    padding-bottom: 37px;
  }

  .md\:pl-37px {
    padding-left: 37px;
  }

  .md\:pt-38px {
    padding-top: 38px;
  }

  .md\:pr-38px {
    padding-right: 38px;
  }

  .md\:pb-38px {
    padding-bottom: 38px;
  }

  .md\:pl-38px {
    padding-left: 38px;
  }

  .md\:pt-39px {
    padding-top: 39px;
  }

  .md\:pr-39px {
    padding-right: 39px;
  }

  .md\:pb-39px {
    padding-bottom: 39px;
  }

  .md\:pl-39px {
    padding-left: 39px;
  }

  .md\:pt-40px {
    padding-top: 40px;
  }

  .md\:pr-40px {
    padding-right: 40px;
  }

  .md\:pb-40px {
    padding-bottom: 40px;
  }

  .md\:pl-40px {
    padding-left: 40px;
  }

  .md\:pt-41px {
    padding-top: 41px;
  }

  .md\:pr-41px {
    padding-right: 41px;
  }

  .md\:pb-41px {
    padding-bottom: 41px;
  }

  .md\:pl-41px {
    padding-left: 41px;
  }

  .md\:pt-42px {
    padding-top: 42px;
  }

  .md\:pr-42px {
    padding-right: 42px;
  }

  .md\:pb-42px {
    padding-bottom: 42px;
  }

  .md\:pl-42px {
    padding-left: 42px;
  }

  .md\:pt-43px {
    padding-top: 43px;
  }

  .md\:pr-43px {
    padding-right: 43px;
  }

  .md\:pb-43px {
    padding-bottom: 43px;
  }

  .md\:pl-43px {
    padding-left: 43px;
  }

  .md\:pt-44px {
    padding-top: 44px;
  }

  .md\:pr-44px {
    padding-right: 44px;
  }

  .md\:pb-44px {
    padding-bottom: 44px;
  }

  .md\:pl-44px {
    padding-left: 44px;
  }

  .md\:pt-45px {
    padding-top: 45px;
  }

  .md\:pr-45px {
    padding-right: 45px;
  }

  .md\:pb-45px {
    padding-bottom: 45px;
  }

  .md\:pl-45px {
    padding-left: 45px;
  }

  .md\:pt-46px {
    padding-top: 46px;
  }

  .md\:pr-46px {
    padding-right: 46px;
  }

  .md\:pb-46px {
    padding-bottom: 46px;
  }

  .md\:pl-46px {
    padding-left: 46px;
  }

  .md\:pt-47px {
    padding-top: 47px;
  }

  .md\:pr-47px {
    padding-right: 47px;
  }

  .md\:pb-47px {
    padding-bottom: 47px;
  }

  .md\:pl-47px {
    padding-left: 47px;
  }

  .md\:pt-48px {
    padding-top: 48px;
  }

  .md\:pr-48px {
    padding-right: 48px;
  }

  .md\:pb-48px {
    padding-bottom: 48px;
  }

  .md\:pl-48px {
    padding-left: 48px;
  }

  .md\:pt-49px {
    padding-top: 49px;
  }

  .md\:pr-49px {
    padding-right: 49px;
  }

  .md\:pb-49px {
    padding-bottom: 49px;
  }

  .md\:pl-49px {
    padding-left: 49px;
  }

  .md\:pt-50px {
    padding-top: 50px;
  }

  .md\:pr-50px {
    padding-right: 50px;
  }

  .md\:pb-50px {
    padding-bottom: 50px;
  }

  .md\:pl-50px {
    padding-left: 50px;
  }

  .md\:pt-51px {
    padding-top: 51px;
  }

  .md\:pr-51px {
    padding-right: 51px;
  }

  .md\:pb-51px {
    padding-bottom: 51px;
  }

  .md\:pl-51px {
    padding-left: 51px;
  }

  .md\:pt-52px {
    padding-top: 52px;
  }

  .md\:pr-52px {
    padding-right: 52px;
  }

  .md\:pb-52px {
    padding-bottom: 52px;
  }

  .md\:pl-52px {
    padding-left: 52px;
  }

  .md\:pt-53px {
    padding-top: 53px;
  }

  .md\:pr-53px {
    padding-right: 53px;
  }

  .md\:pb-53px {
    padding-bottom: 53px;
  }

  .md\:pl-53px {
    padding-left: 53px;
  }

  .md\:pt-54px {
    padding-top: 54px;
  }

  .md\:pr-54px {
    padding-right: 54px;
  }

  .md\:pb-54px {
    padding-bottom: 54px;
  }

  .md\:pl-54px {
    padding-left: 54px;
  }

  .md\:pt-55px {
    padding-top: 55px;
  }

  .md\:pr-55px {
    padding-right: 55px;
  }

  .md\:pb-55px {
    padding-bottom: 55px;
  }

  .md\:pl-55px {
    padding-left: 55px;
  }

  .md\:pt-56px {
    padding-top: 56px;
  }

  .md\:pr-56px {
    padding-right: 56px;
  }

  .md\:pb-56px {
    padding-bottom: 56px;
  }

  .md\:pl-56px {
    padding-left: 56px;
  }

  .md\:pt-57px {
    padding-top: 57px;
  }

  .md\:pr-57px {
    padding-right: 57px;
  }

  .md\:pb-57px {
    padding-bottom: 57px;
  }

  .md\:pl-57px {
    padding-left: 57px;
  }

  .md\:pt-58px {
    padding-top: 58px;
  }

  .md\:pr-58px {
    padding-right: 58px;
  }

  .md\:pb-58px {
    padding-bottom: 58px;
  }

  .md\:pl-58px {
    padding-left: 58px;
  }

  .md\:pt-59px {
    padding-top: 59px;
  }

  .md\:pr-59px {
    padding-right: 59px;
  }

  .md\:pb-59px {
    padding-bottom: 59px;
  }

  .md\:pl-59px {
    padding-left: 59px;
  }

  .md\:pt-60px {
    padding-top: 60px;
  }

  .md\:pr-60px {
    padding-right: 60px;
  }

  .md\:pb-60px {
    padding-bottom: 60px;
  }

  .md\:pl-60px {
    padding-left: 60px;
  }

  .md\:pt-61px {
    padding-top: 61px;
  }

  .md\:pr-61px {
    padding-right: 61px;
  }

  .md\:pb-61px {
    padding-bottom: 61px;
  }

  .md\:pl-61px {
    padding-left: 61px;
  }

  .md\:pt-62px {
    padding-top: 62px;
  }

  .md\:pr-62px {
    padding-right: 62px;
  }

  .md\:pb-62px {
    padding-bottom: 62px;
  }

  .md\:pl-62px {
    padding-left: 62px;
  }

  .md\:pt-63px {
    padding-top: 63px;
  }

  .md\:pr-63px {
    padding-right: 63px;
  }

  .md\:pb-63px {
    padding-bottom: 63px;
  }

  .md\:pl-63px {
    padding-left: 63px;
  }

  .md\:pt-64px {
    padding-top: 64px;
  }

  .md\:pr-64px {
    padding-right: 64px;
  }

  .md\:pb-64px {
    padding-bottom: 64px;
  }

  .md\:pl-64px {
    padding-left: 64px;
  }

  .md\:pt-65px {
    padding-top: 65px;
  }

  .md\:pr-65px {
    padding-right: 65px;
  }

  .md\:pb-65px {
    padding-bottom: 65px;
  }

  .md\:pl-65px {
    padding-left: 65px;
  }

  .md\:pt-66px {
    padding-top: 66px;
  }

  .md\:pr-66px {
    padding-right: 66px;
  }

  .md\:pb-66px {
    padding-bottom: 66px;
  }

  .md\:pl-66px {
    padding-left: 66px;
  }

  .md\:pt-67px {
    padding-top: 67px;
  }

  .md\:pr-67px {
    padding-right: 67px;
  }

  .md\:pb-67px {
    padding-bottom: 67px;
  }

  .md\:pl-67px {
    padding-left: 67px;
  }

  .md\:pt-68px {
    padding-top: 68px;
  }

  .md\:pr-68px {
    padding-right: 68px;
  }

  .md\:pb-68px {
    padding-bottom: 68px;
  }

  .md\:pl-68px {
    padding-left: 68px;
  }

  .md\:pt-69px {
    padding-top: 69px;
  }

  .md\:pr-69px {
    padding-right: 69px;
  }

  .md\:pb-69px {
    padding-bottom: 69px;
  }

  .md\:pl-69px {
    padding-left: 69px;
  }

  .md\:pt-70px {
    padding-top: 70px;
  }

  .md\:pr-70px {
    padding-right: 70px;
  }

  .md\:pb-70px {
    padding-bottom: 70px;
  }

  .md\:pl-70px {
    padding-left: 70px;
  }

  .md\:pt-71px {
    padding-top: 71px;
  }

  .md\:pr-71px {
    padding-right: 71px;
  }

  .md\:pb-71px {
    padding-bottom: 71px;
  }

  .md\:pl-71px {
    padding-left: 71px;
  }

  .md\:pt-72px {
    padding-top: 72px;
  }

  .md\:pr-72px {
    padding-right: 72px;
  }

  .md\:pb-72px {
    padding-bottom: 72px;
  }

  .md\:pl-72px {
    padding-left: 72px;
  }

  .md\:pt-73px {
    padding-top: 73px;
  }

  .md\:pr-73px {
    padding-right: 73px;
  }

  .md\:pb-73px {
    padding-bottom: 73px;
  }

  .md\:pl-73px {
    padding-left: 73px;
  }

  .md\:pt-74px {
    padding-top: 74px;
  }

  .md\:pr-74px {
    padding-right: 74px;
  }

  .md\:pb-74px {
    padding-bottom: 74px;
  }

  .md\:pl-74px {
    padding-left: 74px;
  }

  .md\:pt-75px {
    padding-top: 75px;
  }

  .md\:pr-75px {
    padding-right: 75px;
  }

  .md\:pb-75px {
    padding-bottom: 75px;
  }

  .md\:pl-75px {
    padding-left: 75px;
  }

  .md\:pt-76px {
    padding-top: 76px;
  }

  .md\:pr-76px {
    padding-right: 76px;
  }

  .md\:pb-76px {
    padding-bottom: 76px;
  }

  .md\:pl-76px {
    padding-left: 76px;
  }

  .md\:pt-77px {
    padding-top: 77px;
  }

  .md\:pr-77px {
    padding-right: 77px;
  }

  .md\:pb-77px {
    padding-bottom: 77px;
  }

  .md\:pl-77px {
    padding-left: 77px;
  }

  .md\:pt-78px {
    padding-top: 78px;
  }

  .md\:pr-78px {
    padding-right: 78px;
  }

  .md\:pb-78px {
    padding-bottom: 78px;
  }

  .md\:pl-78px {
    padding-left: 78px;
  }

  .md\:pt-79px {
    padding-top: 79px;
  }

  .md\:pr-79px {
    padding-right: 79px;
  }

  .md\:pb-79px {
    padding-bottom: 79px;
  }

  .md\:pl-79px {
    padding-left: 79px;
  }

  .md\:pt-80px {
    padding-top: 80px;
  }

  .md\:pr-80px {
    padding-right: 80px;
  }

  .md\:pb-80px {
    padding-bottom: 80px;
  }

  .md\:pl-80px {
    padding-left: 80px;
  }

  .md\:pt-81px {
    padding-top: 81px;
  }

  .md\:pr-81px {
    padding-right: 81px;
  }

  .md\:pb-81px {
    padding-bottom: 81px;
  }

  .md\:pl-81px {
    padding-left: 81px;
  }

  .md\:pt-82px {
    padding-top: 82px;
  }

  .md\:pr-82px {
    padding-right: 82px;
  }

  .md\:pb-82px {
    padding-bottom: 82px;
  }

  .md\:pl-82px {
    padding-left: 82px;
  }

  .md\:pt-83px {
    padding-top: 83px;
  }

  .md\:pr-83px {
    padding-right: 83px;
  }

  .md\:pb-83px {
    padding-bottom: 83px;
  }

  .md\:pl-83px {
    padding-left: 83px;
  }

  .md\:pt-84px {
    padding-top: 84px;
  }

  .md\:pr-84px {
    padding-right: 84px;
  }

  .md\:pb-84px {
    padding-bottom: 84px;
  }

  .md\:pl-84px {
    padding-left: 84px;
  }

  .md\:pt-85px {
    padding-top: 85px;
  }

  .md\:pr-85px {
    padding-right: 85px;
  }

  .md\:pb-85px {
    padding-bottom: 85px;
  }

  .md\:pl-85px {
    padding-left: 85px;
  }

  .md\:pt-86px {
    padding-top: 86px;
  }

  .md\:pr-86px {
    padding-right: 86px;
  }

  .md\:pb-86px {
    padding-bottom: 86px;
  }

  .md\:pl-86px {
    padding-left: 86px;
  }

  .md\:pt-87px {
    padding-top: 87px;
  }

  .md\:pr-87px {
    padding-right: 87px;
  }

  .md\:pb-87px {
    padding-bottom: 87px;
  }

  .md\:pl-87px {
    padding-left: 87px;
  }

  .md\:pt-88px {
    padding-top: 88px;
  }

  .md\:pr-88px {
    padding-right: 88px;
  }

  .md\:pb-88px {
    padding-bottom: 88px;
  }

  .md\:pl-88px {
    padding-left: 88px;
  }

  .md\:pt-89px {
    padding-top: 89px;
  }

  .md\:pr-89px {
    padding-right: 89px;
  }

  .md\:pb-89px {
    padding-bottom: 89px;
  }

  .md\:pl-89px {
    padding-left: 89px;
  }

  .md\:pt-90px {
    padding-top: 90px;
  }

  .md\:pr-90px {
    padding-right: 90px;
  }

  .md\:pb-90px {
    padding-bottom: 90px;
  }

  .md\:pl-90px {
    padding-left: 90px;
  }

  .md\:pt-91px {
    padding-top: 91px;
  }

  .md\:pr-91px {
    padding-right: 91px;
  }

  .md\:pb-91px {
    padding-bottom: 91px;
  }

  .md\:pl-91px {
    padding-left: 91px;
  }

  .md\:pt-92px {
    padding-top: 92px;
  }

  .md\:pr-92px {
    padding-right: 92px;
  }

  .md\:pb-92px {
    padding-bottom: 92px;
  }

  .md\:pl-92px {
    padding-left: 92px;
  }

  .md\:pt-93px {
    padding-top: 93px;
  }

  .md\:pr-93px {
    padding-right: 93px;
  }

  .md\:pb-93px {
    padding-bottom: 93px;
  }

  .md\:pl-93px {
    padding-left: 93px;
  }

  .md\:pt-94px {
    padding-top: 94px;
  }

  .md\:pr-94px {
    padding-right: 94px;
  }

  .md\:pb-94px {
    padding-bottom: 94px;
  }

  .md\:pl-94px {
    padding-left: 94px;
  }

  .md\:pt-95px {
    padding-top: 95px;
  }

  .md\:pr-95px {
    padding-right: 95px;
  }

  .md\:pb-95px {
    padding-bottom: 95px;
  }

  .md\:pl-95px {
    padding-left: 95px;
  }

  .md\:pt-96px {
    padding-top: 96px;
  }

  .md\:pr-96px {
    padding-right: 96px;
  }

  .md\:pb-96px {
    padding-bottom: 96px;
  }

  .md\:pl-96px {
    padding-left: 96px;
  }

  .md\:pt-97px {
    padding-top: 97px;
  }

  .md\:pr-97px {
    padding-right: 97px;
  }

  .md\:pb-97px {
    padding-bottom: 97px;
  }

  .md\:pl-97px {
    padding-left: 97px;
  }

  .md\:pt-98px {
    padding-top: 98px;
  }

  .md\:pr-98px {
    padding-right: 98px;
  }

  .md\:pb-98px {
    padding-bottom: 98px;
  }

  .md\:pl-98px {
    padding-left: 98px;
  }

  .md\:pt-99px {
    padding-top: 99px;
  }

  .md\:pr-99px {
    padding-right: 99px;
  }

  .md\:pb-99px {
    padding-bottom: 99px;
  }

  .md\:pl-99px {
    padding-left: 99px;
  }

  .md\:pt-100px {
    padding-top: 100px;
  }

  .md\:pr-100px {
    padding-right: 100px;
  }

  .md\:pb-100px {
    padding-bottom: 100px;
  }

  .md\:pl-100px {
    padding-left: 100px;
  }

  .md\:pt-101px {
    padding-top: 101px;
  }

  .md\:pr-101px {
    padding-right: 101px;
  }

  .md\:pb-101px {
    padding-bottom: 101px;
  }

  .md\:pl-101px {
    padding-left: 101px;
  }

  .md\:pt-102px {
    padding-top: 102px;
  }

  .md\:pr-102px {
    padding-right: 102px;
  }

  .md\:pb-102px {
    padding-bottom: 102px;
  }

  .md\:pl-102px {
    padding-left: 102px;
  }

  .md\:pt-103px {
    padding-top: 103px;
  }

  .md\:pr-103px {
    padding-right: 103px;
  }

  .md\:pb-103px {
    padding-bottom: 103px;
  }

  .md\:pl-103px {
    padding-left: 103px;
  }

  .md\:pt-104px {
    padding-top: 104px;
  }

  .md\:pr-104px {
    padding-right: 104px;
  }

  .md\:pb-104px {
    padding-bottom: 104px;
  }

  .md\:pl-104px {
    padding-left: 104px;
  }

  .md\:pt-105px {
    padding-top: 105px;
  }

  .md\:pr-105px {
    padding-right: 105px;
  }

  .md\:pb-105px {
    padding-bottom: 105px;
  }

  .md\:pl-105px {
    padding-left: 105px;
  }

  .md\:pt-106px {
    padding-top: 106px;
  }

  .md\:pr-106px {
    padding-right: 106px;
  }

  .md\:pb-106px {
    padding-bottom: 106px;
  }

  .md\:pl-106px {
    padding-left: 106px;
  }

  .md\:pt-107px {
    padding-top: 107px;
  }

  .md\:pr-107px {
    padding-right: 107px;
  }

  .md\:pb-107px {
    padding-bottom: 107px;
  }

  .md\:pl-107px {
    padding-left: 107px;
  }

  .md\:pt-108px {
    padding-top: 108px;
  }

  .md\:pr-108px {
    padding-right: 108px;
  }

  .md\:pb-108px {
    padding-bottom: 108px;
  }

  .md\:pl-108px {
    padding-left: 108px;
  }

  .md\:pt-109px {
    padding-top: 109px;
  }

  .md\:pr-109px {
    padding-right: 109px;
  }

  .md\:pb-109px {
    padding-bottom: 109px;
  }

  .md\:pl-109px {
    padding-left: 109px;
  }

  .md\:pt-110px {
    padding-top: 110px;
  }

  .md\:pr-110px {
    padding-right: 110px;
  }

  .md\:pb-110px {
    padding-bottom: 110px;
  }

  .md\:pl-110px {
    padding-left: 110px;
  }

  .md\:pt-111px {
    padding-top: 111px;
  }

  .md\:pr-111px {
    padding-right: 111px;
  }

  .md\:pb-111px {
    padding-bottom: 111px;
  }

  .md\:pl-111px {
    padding-left: 111px;
  }

  .md\:pt-112px {
    padding-top: 112px;
  }

  .md\:pr-112px {
    padding-right: 112px;
  }

  .md\:pb-112px {
    padding-bottom: 112px;
  }

  .md\:pl-112px {
    padding-left: 112px;
  }

  .md\:pt-113px {
    padding-top: 113px;
  }

  .md\:pr-113px {
    padding-right: 113px;
  }

  .md\:pb-113px {
    padding-bottom: 113px;
  }

  .md\:pl-113px {
    padding-left: 113px;
  }

  .md\:pt-114px {
    padding-top: 114px;
  }

  .md\:pr-114px {
    padding-right: 114px;
  }

  .md\:pb-114px {
    padding-bottom: 114px;
  }

  .md\:pl-114px {
    padding-left: 114px;
  }

  .md\:pt-115px {
    padding-top: 115px;
  }

  .md\:pr-115px {
    padding-right: 115px;
  }

  .md\:pb-115px {
    padding-bottom: 115px;
  }

  .md\:pl-115px {
    padding-left: 115px;
  }

  .md\:pt-116px {
    padding-top: 116px;
  }

  .md\:pr-116px {
    padding-right: 116px;
  }

  .md\:pb-116px {
    padding-bottom: 116px;
  }

  .md\:pl-116px {
    padding-left: 116px;
  }

  .md\:pt-117px {
    padding-top: 117px;
  }

  .md\:pr-117px {
    padding-right: 117px;
  }

  .md\:pb-117px {
    padding-bottom: 117px;
  }

  .md\:pl-117px {
    padding-left: 117px;
  }

  .md\:pt-118px {
    padding-top: 118px;
  }

  .md\:pr-118px {
    padding-right: 118px;
  }

  .md\:pb-118px {
    padding-bottom: 118px;
  }

  .md\:pl-118px {
    padding-left: 118px;
  }

  .md\:pt-119px {
    padding-top: 119px;
  }

  .md\:pr-119px {
    padding-right: 119px;
  }

  .md\:pb-119px {
    padding-bottom: 119px;
  }

  .md\:pl-119px {
    padding-left: 119px;
  }

  .md\:pt-120px {
    padding-top: 120px;
  }

  .md\:pr-120px {
    padding-right: 120px;
  }

  .md\:pb-120px {
    padding-bottom: 120px;
  }

  .md\:pl-120px {
    padding-left: 120px;
  }

  .md\:pt-121px {
    padding-top: 121px;
  }

  .md\:pr-121px {
    padding-right: 121px;
  }

  .md\:pb-121px {
    padding-bottom: 121px;
  }

  .md\:pl-121px {
    padding-left: 121px;
  }

  .md\:pt-122px {
    padding-top: 122px;
  }

  .md\:pr-122px {
    padding-right: 122px;
  }

  .md\:pb-122px {
    padding-bottom: 122px;
  }

  .md\:pl-122px {
    padding-left: 122px;
  }

  .md\:pt-123px {
    padding-top: 123px;
  }

  .md\:pr-123px {
    padding-right: 123px;
  }

  .md\:pb-123px {
    padding-bottom: 123px;
  }

  .md\:pl-123px {
    padding-left: 123px;
  }

  .md\:pt-124px {
    padding-top: 124px;
  }

  .md\:pr-124px {
    padding-right: 124px;
  }

  .md\:pb-124px {
    padding-bottom: 124px;
  }

  .md\:pl-124px {
    padding-left: 124px;
  }

  .md\:pt-125px {
    padding-top: 125px;
  }

  .md\:pr-125px {
    padding-right: 125px;
  }

  .md\:pb-125px {
    padding-bottom: 125px;
  }

  .md\:pl-125px {
    padding-left: 125px;
  }

  .md\:pt-126px {
    padding-top: 126px;
  }

  .md\:pr-126px {
    padding-right: 126px;
  }

  .md\:pb-126px {
    padding-bottom: 126px;
  }

  .md\:pl-126px {
    padding-left: 126px;
  }

  .md\:pt-127px {
    padding-top: 127px;
  }

  .md\:pr-127px {
    padding-right: 127px;
  }

  .md\:pb-127px {
    padding-bottom: 127px;
  }

  .md\:pl-127px {
    padding-left: 127px;
  }

  .md\:pt-128px {
    padding-top: 128px;
  }

  .md\:pr-128px {
    padding-right: 128px;
  }

  .md\:pb-128px {
    padding-bottom: 128px;
  }

  .md\:pl-128px {
    padding-left: 128px;
  }

  .md\:pt-129px {
    padding-top: 129px;
  }

  .md\:pr-129px {
    padding-right: 129px;
  }

  .md\:pb-129px {
    padding-bottom: 129px;
  }

  .md\:pl-129px {
    padding-left: 129px;
  }

  .md\:pt-130px {
    padding-top: 130px;
  }

  .md\:pr-130px {
    padding-right: 130px;
  }

  .md\:pb-130px {
    padding-bottom: 130px;
  }

  .md\:pl-130px {
    padding-left: 130px;
  }

  .md\:pt-133px {
    padding-top: 133px;
  }

  .md\:pr-133px {
    padding-right: 133px;
  }

  .md\:pb-133px {
    padding-bottom: 133px;
  }

  .md\:pl-133px {
    padding-left: 133px;
  }

  .md\:pt-140px {
    padding-top: 140px;
  }

  .md\:pr-140px {
    padding-right: 140px;
  }

  .md\:pb-140px {
    padding-bottom: 140px;
  }

  .md\:pl-140px {
    padding-left: 140px;
  }

  .md\:pt-195px {
    padding-top: 195px;
  }

  .md\:pr-195px {
    padding-right: 195px;
  }

  .md\:pb-195px {
    padding-bottom: 195px;
  }

  .md\:pl-195px {
    padding-left: 195px;
  }

  .md\:pt-200px {
    padding-top: 200px;
  }

  .md\:pr-200px {
    padding-right: 200px;
  }

  .md\:pb-200px {
    padding-bottom: 200px;
  }

  .md\:pl-200px {
    padding-left: 200px;
  }

  .md\:pt-210px {
    padding-top: 210px;
  }

  .md\:pr-210px {
    padding-right: 210px;
  }

  .md\:pb-210px {
    padding-bottom: 210px;
  }

  .md\:pl-210px {
    padding-left: 210px;
  }

  .md\:pt-222px {
    padding-top: 222px;
  }

  .md\:pr-222px {
    padding-right: 222px;
  }

  .md\:pb-222px {
    padding-bottom: 222px;
  }

  .md\:pl-222px {
    padding-left: 222px;
  }

  .md\:pt-258px {
    padding-top: 258px;
  }

  .md\:pr-258px {
    padding-right: 258px;
  }

  .md\:pb-258px {
    padding-bottom: 258px;
  }

  .md\:pl-258px {
    padding-left: 258px;
  }

  .md\:pt-280px {
    padding-top: 280px;
  }

  .md\:pr-280px {
    padding-right: 280px;
  }

  .md\:pb-280px {
    padding-bottom: 280px;
  }

  .md\:pl-280px {
    padding-left: 280px;
  }

  .md\:pt-334px {
    padding-top: 334px;
  }

  .md\:pr-334px {
    padding-right: 334px;
  }

  .md\:pb-334px {
    padding-bottom: 334px;
  }

  .md\:pl-334px {
    padding-left: 334px;
  }

  .md\:pt-388px {
    padding-top: 388px;
  }

  .md\:pr-388px {
    padding-right: 388px;
  }

  .md\:pb-388px {
    padding-bottom: 388px;
  }

  .md\:pl-388px {
    padding-left: 388px;
  }

  .md\:pt-480px {
    padding-top: 480px;
  }

  .md\:pr-480px {
    padding-right: 480px;
  }

  .md\:pb-480px {
    padding-bottom: 480px;
  }

  .md\:pl-480px {
    padding-left: 480px;
  }

  .md\:pt-490px {
    padding-top: 490px;
  }

  .md\:pr-490px {
    padding-right: 490px;
  }

  .md\:pb-490px {
    padding-bottom: 490px;
  }

  .md\:pl-490px {
    padding-left: 490px;
  }

  .md\:pt-505px {
    padding-top: 505px;
  }

  .md\:pr-505px {
    padding-right: 505px;
  }

  .md\:pb-505px {
    padding-bottom: 505px;
  }

  .md\:pl-505px {
    padding-left: 505px;
  }

  .md\:pt-507px {
    padding-top: 507px;
  }

  .md\:pr-507px {
    padding-right: 507px;
  }

  .md\:pb-507px {
    padding-bottom: 507px;
  }

  .md\:pl-507px {
    padding-left: 507px;
  }

  .md\:pt-760px {
    padding-top: 760px;
  }

  .md\:pr-760px {
    padding-right: 760px;
  }

  .md\:pb-760px {
    padding-bottom: 760px;
  }

  .md\:pl-760px {
    padding-left: 760px;
  }

  .md\:pt-780px {
    padding-top: 780px;
  }

  .md\:pr-780px {
    padding-right: 780px;
  }

  .md\:pb-780px {
    padding-bottom: 780px;
  }

  .md\:pl-780px {
    padding-left: 780px;
  }

  .md\:pt-980px {
    padding-top: 980px;
  }

  .md\:pr-980px {
    padding-right: 980px;
  }

  .md\:pb-980px {
    padding-bottom: 980px;
  }

  .md\:pl-980px {
    padding-left: 980px;
  }

  .md\:pt-1366px {
    padding-top: 1366px;
  }

  .md\:pr-1366px {
    padding-right: 1366px;
  }

  .md\:pb-1366px {
    padding-bottom: 1366px;
  }

  .md\:pl-1366px {
    padding-left: 1366px;
  }

  .md\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .md\:placeholder-current::placeholder {
    color: currentColor;
  }

  .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:-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-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-main-bg:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-main-bg::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-main-bg-2:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-main-bg-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-main-bg-3:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-main-bg-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-web-logo-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-web-logo-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-public-logo-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-public-logo-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-button-primary-pink:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-button-primary-pink::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-button-secondary-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-button-secondary-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-link-text-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-link-text-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sub-text-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sub-text-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-body-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-body-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-copyright-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-copyright-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-breadcrumb-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-breadcrumb-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-dark-text-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-dark-text-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-background-black-a:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-background-black-a::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-background-black-b:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-background-black-b::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-background-black-c:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-background-black-c::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-background-black-d:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-background-black-d::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-product-detail-body-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-product-detail-body-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-primary-pink:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-primary-pink::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-footer-divide-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-footer-divide-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-detail-text-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-detail-text-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-detail-desc-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-detail-desc-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-border-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-border-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .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: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-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-main-bg:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-main-bg:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-main-bg-2:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-main-bg-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-main-bg-3:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-main-bg-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-web-logo-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-web-logo-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-public-logo-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-public-logo-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-button-primary-pink:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-button-primary-pink:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-button-secondary-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-button-secondary-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-link-text-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-link-text-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sub-text-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sub-text-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-body-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-body-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-copyright-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-copyright-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-breadcrumb-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-breadcrumb-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-dark-text-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-dark-text-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-background-black-a:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-background-black-a:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-background-black-b:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-background-black-b:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-background-black-c:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-background-black-c:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-background-black-d:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-background-black-d:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-product-detail-body-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-product-detail-body-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-primary-pink:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-primary-pink:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-footer-divide-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-footer-divide-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-detail-text-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-detail-text-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-detail-desc-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-detail-desc-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-border-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-border-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:inset-1px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:inset-2px {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .md\:inset-3px {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .md\:inset-4px {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .md\:inset-5px {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .md\:inset-6px {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .md\:inset-7px {
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .md\:inset-8px {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .md\:inset-9px {
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px;
  }

  .md\:inset-10px {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .md\:inset-11px {
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .md\:inset-12px {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .md\:inset-13px {
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .md\:inset-14px {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .md\:inset-15px {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .md\:inset-16px {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .md\:inset-17px {
    top: 17px;
    right: 17px;
    bottom: 17px;
    left: 17px;
  }

  .md\:inset-18px {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .md\:inset-19px {
    top: 19px;
    right: 19px;
    bottom: 19px;
    left: 19px;
  }

  .md\:inset-20px {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .md\:inset-21px {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .md\:inset-22px {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .md\:inset-23px {
    top: 23px;
    right: 23px;
    bottom: 23px;
    left: 23px;
  }

  .md\:inset-24px {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .md\:inset-25px {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .md\:inset-26px {
    top: 26px;
    right: 26px;
    bottom: 26px;
    left: 26px;
  }

  .md\:inset-27px {
    top: 27px;
    right: 27px;
    bottom: 27px;
    left: 27px;
  }

  .md\:inset-28px {
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .md\:inset-29px {
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .md\:inset-30px {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .md\:inset-31px {
    top: 31px;
    right: 31px;
    bottom: 31px;
    left: 31px;
  }

  .md\:inset-32px {
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .md\:inset-33px {
    top: 33px;
    right: 33px;
    bottom: 33px;
    left: 33px;
  }

  .md\:inset-34px {
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .md\:inset-35px {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .md\:inset-36px {
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .md\:inset-37px {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .md\:inset-38px {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .md\:inset-39px {
    top: 39px;
    right: 39px;
    bottom: 39px;
    left: 39px;
  }

  .md\:inset-40px {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .md\:inset-41px {
    top: 41px;
    right: 41px;
    bottom: 41px;
    left: 41px;
  }

  .md\:inset-42px {
    top: 42px;
    right: 42px;
    bottom: 42px;
    left: 42px;
  }

  .md\:inset-43px {
    top: 43px;
    right: 43px;
    bottom: 43px;
    left: 43px;
  }

  .md\:inset-44px {
    top: 44px;
    right: 44px;
    bottom: 44px;
    left: 44px;
  }

  .md\:inset-45px {
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .md\:inset-46px {
    top: 46px;
    right: 46px;
    bottom: 46px;
    left: 46px;
  }

  .md\:inset-47px {
    top: 47px;
    right: 47px;
    bottom: 47px;
    left: 47px;
  }

  .md\:inset-48px {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .md\:inset-49px {
    top: 49px;
    right: 49px;
    bottom: 49px;
    left: 49px;
  }

  .md\:inset-50px {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .md\:inset-51px {
    top: 51px;
    right: 51px;
    bottom: 51px;
    left: 51px;
  }

  .md\:inset-52px {
    top: 52px;
    right: 52px;
    bottom: 52px;
    left: 52px;
  }

  .md\:inset-53px {
    top: 53px;
    right: 53px;
    bottom: 53px;
    left: 53px;
  }

  .md\:inset-54px {
    top: 54px;
    right: 54px;
    bottom: 54px;
    left: 54px;
  }

  .md\:inset-55px {
    top: 55px;
    right: 55px;
    bottom: 55px;
    left: 55px;
  }

  .md\:inset-56px {
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .md\:inset-57px {
    top: 57px;
    right: 57px;
    bottom: 57px;
    left: 57px;
  }

  .md\:inset-58px {
    top: 58px;
    right: 58px;
    bottom: 58px;
    left: 58px;
  }

  .md\:inset-59px {
    top: 59px;
    right: 59px;
    bottom: 59px;
    left: 59px;
  }

  .md\:inset-60px {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .md\:inset-61px {
    top: 61px;
    right: 61px;
    bottom: 61px;
    left: 61px;
  }

  .md\:inset-62px {
    top: 62px;
    right: 62px;
    bottom: 62px;
    left: 62px;
  }

  .md\:inset-63px {
    top: 63px;
    right: 63px;
    bottom: 63px;
    left: 63px;
  }

  .md\:inset-64px {
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .md\:inset-65px {
    top: 65px;
    right: 65px;
    bottom: 65px;
    left: 65px;
  }

  .md\:inset-66px {
    top: 66px;
    right: 66px;
    bottom: 66px;
    left: 66px;
  }

  .md\:inset-67px {
    top: 67px;
    right: 67px;
    bottom: 67px;
    left: 67px;
  }

  .md\:inset-68px {
    top: 68px;
    right: 68px;
    bottom: 68px;
    left: 68px;
  }

  .md\:inset-69px {
    top: 69px;
    right: 69px;
    bottom: 69px;
    left: 69px;
  }

  .md\:inset-70px {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .md\:inset-71px {
    top: 71px;
    right: 71px;
    bottom: 71px;
    left: 71px;
  }

  .md\:inset-72px {
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .md\:inset-73px {
    top: 73px;
    right: 73px;
    bottom: 73px;
    left: 73px;
  }

  .md\:inset-74px {
    top: 74px;
    right: 74px;
    bottom: 74px;
    left: 74px;
  }

  .md\:inset-75px {
    top: 75px;
    right: 75px;
    bottom: 75px;
    left: 75px;
  }

  .md\:inset-76px {
    top: 76px;
    right: 76px;
    bottom: 76px;
    left: 76px;
  }

  .md\:inset-77px {
    top: 77px;
    right: 77px;
    bottom: 77px;
    left: 77px;
  }

  .md\:inset-78px {
    top: 78px;
    right: 78px;
    bottom: 78px;
    left: 78px;
  }

  .md\:inset-79px {
    top: 79px;
    right: 79px;
    bottom: 79px;
    left: 79px;
  }

  .md\:inset-80px {
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .md\:inset-81px {
    top: 81px;
    right: 81px;
    bottom: 81px;
    left: 81px;
  }

  .md\:inset-82px {
    top: 82px;
    right: 82px;
    bottom: 82px;
    left: 82px;
  }

  .md\:inset-83px {
    top: 83px;
    right: 83px;
    bottom: 83px;
    left: 83px;
  }

  .md\:inset-84px {
    top: 84px;
    right: 84px;
    bottom: 84px;
    left: 84px;
  }

  .md\:inset-85px {
    top: 85px;
    right: 85px;
    bottom: 85px;
    left: 85px;
  }

  .md\:inset-86px {
    top: 86px;
    right: 86px;
    bottom: 86px;
    left: 86px;
  }

  .md\:inset-87px {
    top: 87px;
    right: 87px;
    bottom: 87px;
    left: 87px;
  }

  .md\:inset-88px {
    top: 88px;
    right: 88px;
    bottom: 88px;
    left: 88px;
  }

  .md\:inset-89px {
    top: 89px;
    right: 89px;
    bottom: 89px;
    left: 89px;
  }

  .md\:inset-90px {
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .md\:inset-91px {
    top: 91px;
    right: 91px;
    bottom: 91px;
    left: 91px;
  }

  .md\:inset-92px {
    top: 92px;
    right: 92px;
    bottom: 92px;
    left: 92px;
  }

  .md\:inset-93px {
    top: 93px;
    right: 93px;
    bottom: 93px;
    left: 93px;
  }

  .md\:inset-94px {
    top: 94px;
    right: 94px;
    bottom: 94px;
    left: 94px;
  }

  .md\:inset-95px {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .md\:inset-96px {
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px;
  }

  .md\:inset-97px {
    top: 97px;
    right: 97px;
    bottom: 97px;
    left: 97px;
  }

  .md\:inset-98px {
    top: 98px;
    right: 98px;
    bottom: 98px;
    left: 98px;
  }

  .md\:inset-99px {
    top: 99px;
    right: 99px;
    bottom: 99px;
    left: 99px;
  }

  .md\:inset-100px {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .md\:inset-101px {
    top: 101px;
    right: 101px;
    bottom: 101px;
    left: 101px;
  }

  .md\:inset-102px {
    top: 102px;
    right: 102px;
    bottom: 102px;
    left: 102px;
  }

  .md\:inset-103px {
    top: 103px;
    right: 103px;
    bottom: 103px;
    left: 103px;
  }

  .md\:inset-104px {
    top: 104px;
    right: 104px;
    bottom: 104px;
    left: 104px;
  }

  .md\:inset-105px {
    top: 105px;
    right: 105px;
    bottom: 105px;
    left: 105px;
  }

  .md\:inset-106px {
    top: 106px;
    right: 106px;
    bottom: 106px;
    left: 106px;
  }

  .md\:inset-107px {
    top: 107px;
    right: 107px;
    bottom: 107px;
    left: 107px;
  }

  .md\:inset-108px {
    top: 108px;
    right: 108px;
    bottom: 108px;
    left: 108px;
  }

  .md\:inset-109px {
    top: 109px;
    right: 109px;
    bottom: 109px;
    left: 109px;
  }

  .md\:inset-110px {
    top: 110px;
    right: 110px;
    bottom: 110px;
    left: 110px;
  }

  .md\:inset-111px {
    top: 111px;
    right: 111px;
    bottom: 111px;
    left: 111px;
  }

  .md\:inset-112px {
    top: 112px;
    right: 112px;
    bottom: 112px;
    left: 112px;
  }

  .md\:inset-113px {
    top: 113px;
    right: 113px;
    bottom: 113px;
    left: 113px;
  }

  .md\:inset-114px {
    top: 114px;
    right: 114px;
    bottom: 114px;
    left: 114px;
  }

  .md\:inset-115px {
    top: 115px;
    right: 115px;
    bottom: 115px;
    left: 115px;
  }

  .md\:inset-116px {
    top: 116px;
    right: 116px;
    bottom: 116px;
    left: 116px;
  }

  .md\:inset-117px {
    top: 117px;
    right: 117px;
    bottom: 117px;
    left: 117px;
  }

  .md\:inset-118px {
    top: 118px;
    right: 118px;
    bottom: 118px;
    left: 118px;
  }

  .md\:inset-119px {
    top: 119px;
    right: 119px;
    bottom: 119px;
    left: 119px;
  }

  .md\:inset-120px {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .md\:inset-121px {
    top: 121px;
    right: 121px;
    bottom: 121px;
    left: 121px;
  }

  .md\:inset-122px {
    top: 122px;
    right: 122px;
    bottom: 122px;
    left: 122px;
  }

  .md\:inset-123px {
    top: 123px;
    right: 123px;
    bottom: 123px;
    left: 123px;
  }

  .md\:inset-124px {
    top: 124px;
    right: 124px;
    bottom: 124px;
    left: 124px;
  }

  .md\:inset-125px {
    top: 125px;
    right: 125px;
    bottom: 125px;
    left: 125px;
  }

  .md\:inset-126px {
    top: 126px;
    right: 126px;
    bottom: 126px;
    left: 126px;
  }

  .md\:inset-127px {
    top: 127px;
    right: 127px;
    bottom: 127px;
    left: 127px;
  }

  .md\:inset-128px {
    top: 128px;
    right: 128px;
    bottom: 128px;
    left: 128px;
  }

  .md\:inset-129px {
    top: 129px;
    right: 129px;
    bottom: 129px;
    left: 129px;
  }

  .md\:inset-130px {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .md\:inset-133px {
    top: 133px;
    right: 133px;
    bottom: 133px;
    left: 133px;
  }

  .md\:inset-140px {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .md\:inset-195px {
    top: 195px;
    right: 195px;
    bottom: 195px;
    left: 195px;
  }

  .md\:inset-200px {
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .md\:inset-210px {
    top: 210px;
    right: 210px;
    bottom: 210px;
    left: 210px;
  }

  .md\:inset-222px {
    top: 222px;
    right: 222px;
    bottom: 222px;
    left: 222px;
  }

  .md\:inset-258px {
    top: 258px;
    right: 258px;
    bottom: 258px;
    left: 258px;
  }

  .md\:inset-280px {
    top: 280px;
    right: 280px;
    bottom: 280px;
    left: 280px;
  }

  .md\:inset-334px {
    top: 334px;
    right: 334px;
    bottom: 334px;
    left: 334px;
  }

  .md\:inset-388px {
    top: 388px;
    right: 388px;
    bottom: 388px;
    left: 388px;
  }

  .md\:inset-480px {
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .md\:inset-490px {
    top: 490px;
    right: 490px;
    bottom: 490px;
    left: 490px;
  }

  .md\:inset-505px {
    top: 505px;
    right: 505px;
    bottom: 505px;
    left: 505px;
  }

  .md\:inset-507px {
    top: 507px;
    right: 507px;
    bottom: 507px;
    left: 507px;
  }

  .md\:inset-760px {
    top: 760px;
    right: 760px;
    bottom: 760px;
    left: 760px;
  }

  .md\:inset-780px {
    top: 780px;
    right: 780px;
    bottom: 780px;
    left: 780px;
  }

  .md\:inset-980px {
    top: 980px;
    right: 980px;
    bottom: 980px;
    left: 980px;
  }

  .md\:inset-1366px {
    top: 1366px;
    right: 1366px;
    bottom: 1366px;
    left: 1366px;
  }

  .md\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:-inset-1px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:-inset-2px {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .md\:-inset-3px {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .md\:-inset-4px {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .md\:-inset-5px {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .md\:-inset-6px {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }

  .md\:-inset-7px {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .md\:-inset-8px {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .md\:-inset-9px {
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px;
  }

  .md\:-inset-10px {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .md\:-inset-11px {
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .md\:-inset-12px {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .md\:-inset-13px {
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .md\:-inset-14px {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .md\:-inset-15px {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .md\:-inset-16px {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .md\:-inset-17px {
    top: -17px;
    right: -17px;
    bottom: -17px;
    left: -17px;
  }

  .md\:-inset-18px {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .md\:-inset-19px {
    top: -19px;
    right: -19px;
    bottom: -19px;
    left: -19px;
  }

  .md\:-inset-20px {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .md\:-inset-21px {
    top: -21px;
    right: -21px;
    bottom: -21px;
    left: -21px;
  }

  .md\:-inset-22px {
    top: -22px;
    right: -22px;
    bottom: -22px;
    left: -22px;
  }

  .md\:-inset-23px {
    top: -23px;
    right: -23px;
    bottom: -23px;
    left: -23px;
  }

  .md\:-inset-24px {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .md\:-inset-25px {
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
  }

  .md\:-inset-26px {
    top: -26px;
    right: -26px;
    bottom: -26px;
    left: -26px;
  }

  .md\:-inset-27px {
    top: -27px;
    right: -27px;
    bottom: -27px;
    left: -27px;
  }

  .md\:-inset-28px {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .md\:-inset-29px {
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .md\:-inset-30px {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .md\:-inset-31px {
    top: -31px;
    right: -31px;
    bottom: -31px;
    left: -31px;
  }

  .md\:-inset-32px {
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .md\:-inset-33px {
    top: -33px;
    right: -33px;
    bottom: -33px;
    left: -33px;
  }

  .md\:-inset-34px {
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .md\:-inset-35px {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .md\:-inset-36px {
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .md\:-inset-37px {
    top: -37px;
    right: -37px;
    bottom: -37px;
    left: -37px;
  }

  .md\:-inset-38px {
    top: -38px;
    right: -38px;
    bottom: -38px;
    left: -38px;
  }

  .md\:-inset-39px {
    top: -39px;
    right: -39px;
    bottom: -39px;
    left: -39px;
  }

  .md\:-inset-40px {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .md\:-inset-41px {
    top: -41px;
    right: -41px;
    bottom: -41px;
    left: -41px;
  }

  .md\:-inset-42px {
    top: -42px;
    right: -42px;
    bottom: -42px;
    left: -42px;
  }

  .md\:-inset-43px {
    top: -43px;
    right: -43px;
    bottom: -43px;
    left: -43px;
  }

  .md\:-inset-44px {
    top: -44px;
    right: -44px;
    bottom: -44px;
    left: -44px;
  }

  .md\:-inset-45px {
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .md\:-inset-46px {
    top: -46px;
    right: -46px;
    bottom: -46px;
    left: -46px;
  }

  .md\:-inset-47px {
    top: -47px;
    right: -47px;
    bottom: -47px;
    left: -47px;
  }

  .md\:-inset-48px {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .md\:-inset-49px {
    top: -49px;
    right: -49px;
    bottom: -49px;
    left: -49px;
  }

  .md\:-inset-50px {
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .md\:-inset-51px {
    top: -51px;
    right: -51px;
    bottom: -51px;
    left: -51px;
  }

  .md\:-inset-52px {
    top: -52px;
    right: -52px;
    bottom: -52px;
    left: -52px;
  }

  .md\:-inset-53px {
    top: -53px;
    right: -53px;
    bottom: -53px;
    left: -53px;
  }

  .md\:-inset-54px {
    top: -54px;
    right: -54px;
    bottom: -54px;
    left: -54px;
  }

  .md\:-inset-55px {
    top: -55px;
    right: -55px;
    bottom: -55px;
    left: -55px;
  }

  .md\:-inset-56px {
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .md\:-inset-57px {
    top: -57px;
    right: -57px;
    bottom: -57px;
    left: -57px;
  }

  .md\:-inset-58px {
    top: -58px;
    right: -58px;
    bottom: -58px;
    left: -58px;
  }

  .md\:-inset-59px {
    top: -59px;
    right: -59px;
    bottom: -59px;
    left: -59px;
  }

  .md\:-inset-60px {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .md\:-inset-61px {
    top: -61px;
    right: -61px;
    bottom: -61px;
    left: -61px;
  }

  .md\:-inset-62px {
    top: -62px;
    right: -62px;
    bottom: -62px;
    left: -62px;
  }

  .md\:-inset-63px {
    top: -63px;
    right: -63px;
    bottom: -63px;
    left: -63px;
  }

  .md\:-inset-64px {
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .md\:-inset-65px {
    top: -65px;
    right: -65px;
    bottom: -65px;
    left: -65px;
  }

  .md\:-inset-66px {
    top: -66px;
    right: -66px;
    bottom: -66px;
    left: -66px;
  }

  .md\:-inset-67px {
    top: -67px;
    right: -67px;
    bottom: -67px;
    left: -67px;
  }

  .md\:-inset-68px {
    top: -68px;
    right: -68px;
    bottom: -68px;
    left: -68px;
  }

  .md\:-inset-69px {
    top: -69px;
    right: -69px;
    bottom: -69px;
    left: -69px;
  }

  .md\:-inset-70px {
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .md\:-inset-71px {
    top: -71px;
    right: -71px;
    bottom: -71px;
    left: -71px;
  }

  .md\:-inset-72px {
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .md\:-inset-73px {
    top: -73px;
    right: -73px;
    bottom: -73px;
    left: -73px;
  }

  .md\:-inset-74px {
    top: -74px;
    right: -74px;
    bottom: -74px;
    left: -74px;
  }

  .md\:-inset-75px {
    top: -75px;
    right: -75px;
    bottom: -75px;
    left: -75px;
  }

  .md\:-inset-76px {
    top: -76px;
    right: -76px;
    bottom: -76px;
    left: -76px;
  }

  .md\:-inset-77px {
    top: -77px;
    right: -77px;
    bottom: -77px;
    left: -77px;
  }

  .md\:-inset-78px {
    top: -78px;
    right: -78px;
    bottom: -78px;
    left: -78px;
  }

  .md\:-inset-79px {
    top: -79px;
    right: -79px;
    bottom: -79px;
    left: -79px;
  }

  .md\:-inset-80px {
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .md\:-inset-81px {
    top: -81px;
    right: -81px;
    bottom: -81px;
    left: -81px;
  }

  .md\:-inset-82px {
    top: -82px;
    right: -82px;
    bottom: -82px;
    left: -82px;
  }

  .md\:-inset-83px {
    top: -83px;
    right: -83px;
    bottom: -83px;
    left: -83px;
  }

  .md\:-inset-84px {
    top: -84px;
    right: -84px;
    bottom: -84px;
    left: -84px;
  }

  .md\:-inset-85px {
    top: -85px;
    right: -85px;
    bottom: -85px;
    left: -85px;
  }

  .md\:-inset-86px {
    top: -86px;
    right: -86px;
    bottom: -86px;
    left: -86px;
  }

  .md\:-inset-87px {
    top: -87px;
    right: -87px;
    bottom: -87px;
    left: -87px;
  }

  .md\:-inset-88px {
    top: -88px;
    right: -88px;
    bottom: -88px;
    left: -88px;
  }

  .md\:-inset-89px {
    top: -89px;
    right: -89px;
    bottom: -89px;
    left: -89px;
  }

  .md\:-inset-90px {
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .md\:-inset-91px {
    top: -91px;
    right: -91px;
    bottom: -91px;
    left: -91px;
  }

  .md\:-inset-92px {
    top: -92px;
    right: -92px;
    bottom: -92px;
    left: -92px;
  }

  .md\:-inset-93px {
    top: -93px;
    right: -93px;
    bottom: -93px;
    left: -93px;
  }

  .md\:-inset-94px {
    top: -94px;
    right: -94px;
    bottom: -94px;
    left: -94px;
  }

  .md\:-inset-95px {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .md\:-inset-96px {
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px;
  }

  .md\:-inset-97px {
    top: -97px;
    right: -97px;
    bottom: -97px;
    left: -97px;
  }

  .md\:-inset-98px {
    top: -98px;
    right: -98px;
    bottom: -98px;
    left: -98px;
  }

  .md\:-inset-99px {
    top: -99px;
    right: -99px;
    bottom: -99px;
    left: -99px;
  }

  .md\:-inset-100px {
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .md\:-inset-101px {
    top: -101px;
    right: -101px;
    bottom: -101px;
    left: -101px;
  }

  .md\:-inset-102px {
    top: -102px;
    right: -102px;
    bottom: -102px;
    left: -102px;
  }

  .md\:-inset-103px {
    top: -103px;
    right: -103px;
    bottom: -103px;
    left: -103px;
  }

  .md\:-inset-104px {
    top: -104px;
    right: -104px;
    bottom: -104px;
    left: -104px;
  }

  .md\:-inset-105px {
    top: -105px;
    right: -105px;
    bottom: -105px;
    left: -105px;
  }

  .md\:-inset-106px {
    top: -106px;
    right: -106px;
    bottom: -106px;
    left: -106px;
  }

  .md\:-inset-107px {
    top: -107px;
    right: -107px;
    bottom: -107px;
    left: -107px;
  }

  .md\:-inset-108px {
    top: -108px;
    right: -108px;
    bottom: -108px;
    left: -108px;
  }

  .md\:-inset-109px {
    top: -109px;
    right: -109px;
    bottom: -109px;
    left: -109px;
  }

  .md\:-inset-110px {
    top: -110px;
    right: -110px;
    bottom: -110px;
    left: -110px;
  }

  .md\:-inset-111px {
    top: -111px;
    right: -111px;
    bottom: -111px;
    left: -111px;
  }

  .md\:-inset-112px {
    top: -112px;
    right: -112px;
    bottom: -112px;
    left: -112px;
  }

  .md\:-inset-113px {
    top: -113px;
    right: -113px;
    bottom: -113px;
    left: -113px;
  }

  .md\:-inset-114px {
    top: -114px;
    right: -114px;
    bottom: -114px;
    left: -114px;
  }

  .md\:-inset-115px {
    top: -115px;
    right: -115px;
    bottom: -115px;
    left: -115px;
  }

  .md\:-inset-116px {
    top: -116px;
    right: -116px;
    bottom: -116px;
    left: -116px;
  }

  .md\:-inset-117px {
    top: -117px;
    right: -117px;
    bottom: -117px;
    left: -117px;
  }

  .md\:-inset-118px {
    top: -118px;
    right: -118px;
    bottom: -118px;
    left: -118px;
  }

  .md\:-inset-119px {
    top: -119px;
    right: -119px;
    bottom: -119px;
    left: -119px;
  }

  .md\:-inset-120px {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .md\:-inset-121px {
    top: -121px;
    right: -121px;
    bottom: -121px;
    left: -121px;
  }

  .md\:-inset-122px {
    top: -122px;
    right: -122px;
    bottom: -122px;
    left: -122px;
  }

  .md\:-inset-123px {
    top: -123px;
    right: -123px;
    bottom: -123px;
    left: -123px;
  }

  .md\:-inset-124px {
    top: -124px;
    right: -124px;
    bottom: -124px;
    left: -124px;
  }

  .md\:-inset-125px {
    top: -125px;
    right: -125px;
    bottom: -125px;
    left: -125px;
  }

  .md\:-inset-126px {
    top: -126px;
    right: -126px;
    bottom: -126px;
    left: -126px;
  }

  .md\:-inset-127px {
    top: -127px;
    right: -127px;
    bottom: -127px;
    left: -127px;
  }

  .md\:-inset-128px {
    top: -128px;
    right: -128px;
    bottom: -128px;
    left: -128px;
  }

  .md\:-inset-129px {
    top: -129px;
    right: -129px;
    bottom: -129px;
    left: -129px;
  }

  .md\:-inset-130px {
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
  }

  .md\:-inset-133px {
    top: -133px;
    right: -133px;
    bottom: -133px;
    left: -133px;
  }

  .md\:-inset-140px {
    top: -140px;
    right: -140px;
    bottom: -140px;
    left: -140px;
  }

  .md\:-inset-195px {
    top: -195px;
    right: -195px;
    bottom: -195px;
    left: -195px;
  }

  .md\:-inset-200px {
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .md\:-inset-210px {
    top: -210px;
    right: -210px;
    bottom: -210px;
    left: -210px;
  }

  .md\:-inset-222px {
    top: -222px;
    right: -222px;
    bottom: -222px;
    left: -222px;
  }

  .md\:-inset-258px {
    top: -258px;
    right: -258px;
    bottom: -258px;
    left: -258px;
  }

  .md\:-inset-280px {
    top: -280px;
    right: -280px;
    bottom: -280px;
    left: -280px;
  }

  .md\:-inset-334px {
    top: -334px;
    right: -334px;
    bottom: -334px;
    left: -334px;
  }

  .md\:-inset-388px {
    top: -388px;
    right: -388px;
    bottom: -388px;
    left: -388px;
  }

  .md\:-inset-480px {
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .md\:-inset-490px {
    top: -490px;
    right: -490px;
    bottom: -490px;
    left: -490px;
  }

  .md\:-inset-505px {
    top: -505px;
    right: -505px;
    bottom: -505px;
    left: -505px;
  }

  .md\:-inset-507px {
    top: -507px;
    right: -507px;
    bottom: -507px;
    left: -507px;
  }

  .md\:-inset-760px {
    top: -760px;
    right: -760px;
    bottom: -760px;
    left: -760px;
  }

  .md\:-inset-780px {
    top: -780px;
    right: -780px;
    bottom: -780px;
    left: -780px;
  }

  .md\:-inset-980px {
    top: -980px;
    right: -980px;
    bottom: -980px;
    left: -980px;
  }

  .md\:-inset-1366px {
    top: -1366px;
    right: -1366px;
    bottom: -1366px;
    left: -1366px;
  }

  .md\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .md\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .md\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .md\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .md\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .md\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .md\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .md\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .md\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .md\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .md\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .md\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .md\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .md\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .md\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .md\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .md\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .md\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .md\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .md\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .md\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .md\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .md\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .md\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .md\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .md\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .md\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .md\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .md\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .md\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .md\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .md\:inset-y-1px {
    top: 1px;
    bottom: 1px;
  }

  .md\:inset-x-1px {
    right: 1px;
    left: 1px;
  }

  .md\:inset-y-2px {
    top: 2px;
    bottom: 2px;
  }

  .md\:inset-x-2px {
    right: 2px;
    left: 2px;
  }

  .md\:inset-y-3px {
    top: 3px;
    bottom: 3px;
  }

  .md\:inset-x-3px {
    right: 3px;
    left: 3px;
  }

  .md\:inset-y-4px {
    top: 4px;
    bottom: 4px;
  }

  .md\:inset-x-4px {
    right: 4px;
    left: 4px;
  }

  .md\:inset-y-5px {
    top: 5px;
    bottom: 5px;
  }

  .md\:inset-x-5px {
    right: 5px;
    left: 5px;
  }

  .md\:inset-y-6px {
    top: 6px;
    bottom: 6px;
  }

  .md\:inset-x-6px {
    right: 6px;
    left: 6px;
  }

  .md\:inset-y-7px {
    top: 7px;
    bottom: 7px;
  }

  .md\:inset-x-7px {
    right: 7px;
    left: 7px;
  }

  .md\:inset-y-8px {
    top: 8px;
    bottom: 8px;
  }

  .md\:inset-x-8px {
    right: 8px;
    left: 8px;
  }

  .md\:inset-y-9px {
    top: 9px;
    bottom: 9px;
  }

  .md\:inset-x-9px {
    right: 9px;
    left: 9px;
  }

  .md\:inset-y-10px {
    top: 10px;
    bottom: 10px;
  }

  .md\:inset-x-10px {
    right: 10px;
    left: 10px;
  }

  .md\:inset-y-11px {
    top: 11px;
    bottom: 11px;
  }

  .md\:inset-x-11px {
    right: 11px;
    left: 11px;
  }

  .md\:inset-y-12px {
    top: 12px;
    bottom: 12px;
  }

  .md\:inset-x-12px {
    right: 12px;
    left: 12px;
  }

  .md\:inset-y-13px {
    top: 13px;
    bottom: 13px;
  }

  .md\:inset-x-13px {
    right: 13px;
    left: 13px;
  }

  .md\:inset-y-14px {
    top: 14px;
    bottom: 14px;
  }

  .md\:inset-x-14px {
    right: 14px;
    left: 14px;
  }

  .md\:inset-y-15px {
    top: 15px;
    bottom: 15px;
  }

  .md\:inset-x-15px {
    right: 15px;
    left: 15px;
  }

  .md\:inset-y-16px {
    top: 16px;
    bottom: 16px;
  }

  .md\:inset-x-16px {
    right: 16px;
    left: 16px;
  }

  .md\:inset-y-17px {
    top: 17px;
    bottom: 17px;
  }

  .md\:inset-x-17px {
    right: 17px;
    left: 17px;
  }

  .md\:inset-y-18px {
    top: 18px;
    bottom: 18px;
  }

  .md\:inset-x-18px {
    right: 18px;
    left: 18px;
  }

  .md\:inset-y-19px {
    top: 19px;
    bottom: 19px;
  }

  .md\:inset-x-19px {
    right: 19px;
    left: 19px;
  }

  .md\:inset-y-20px {
    top: 20px;
    bottom: 20px;
  }

  .md\:inset-x-20px {
    right: 20px;
    left: 20px;
  }

  .md\:inset-y-21px {
    top: 21px;
    bottom: 21px;
  }

  .md\:inset-x-21px {
    right: 21px;
    left: 21px;
  }

  .md\:inset-y-22px {
    top: 22px;
    bottom: 22px;
  }

  .md\:inset-x-22px {
    right: 22px;
    left: 22px;
  }

  .md\:inset-y-23px {
    top: 23px;
    bottom: 23px;
  }

  .md\:inset-x-23px {
    right: 23px;
    left: 23px;
  }

  .md\:inset-y-24px {
    top: 24px;
    bottom: 24px;
  }

  .md\:inset-x-24px {
    right: 24px;
    left: 24px;
  }

  .md\:inset-y-25px {
    top: 25px;
    bottom: 25px;
  }

  .md\:inset-x-25px {
    right: 25px;
    left: 25px;
  }

  .md\:inset-y-26px {
    top: 26px;
    bottom: 26px;
  }

  .md\:inset-x-26px {
    right: 26px;
    left: 26px;
  }

  .md\:inset-y-27px {
    top: 27px;
    bottom: 27px;
  }

  .md\:inset-x-27px {
    right: 27px;
    left: 27px;
  }

  .md\:inset-y-28px {
    top: 28px;
    bottom: 28px;
  }

  .md\:inset-x-28px {
    right: 28px;
    left: 28px;
  }

  .md\:inset-y-29px {
    top: 29px;
    bottom: 29px;
  }

  .md\:inset-x-29px {
    right: 29px;
    left: 29px;
  }

  .md\:inset-y-30px {
    top: 30px;
    bottom: 30px;
  }

  .md\:inset-x-30px {
    right: 30px;
    left: 30px;
  }

  .md\:inset-y-31px {
    top: 31px;
    bottom: 31px;
  }

  .md\:inset-x-31px {
    right: 31px;
    left: 31px;
  }

  .md\:inset-y-32px {
    top: 32px;
    bottom: 32px;
  }

  .md\:inset-x-32px {
    right: 32px;
    left: 32px;
  }

  .md\:inset-y-33px {
    top: 33px;
    bottom: 33px;
  }

  .md\:inset-x-33px {
    right: 33px;
    left: 33px;
  }

  .md\:inset-y-34px {
    top: 34px;
    bottom: 34px;
  }

  .md\:inset-x-34px {
    right: 34px;
    left: 34px;
  }

  .md\:inset-y-35px {
    top: 35px;
    bottom: 35px;
  }

  .md\:inset-x-35px {
    right: 35px;
    left: 35px;
  }

  .md\:inset-y-36px {
    top: 36px;
    bottom: 36px;
  }

  .md\:inset-x-36px {
    right: 36px;
    left: 36px;
  }

  .md\:inset-y-37px {
    top: 37px;
    bottom: 37px;
  }

  .md\:inset-x-37px {
    right: 37px;
    left: 37px;
  }

  .md\:inset-y-38px {
    top: 38px;
    bottom: 38px;
  }

  .md\:inset-x-38px {
    right: 38px;
    left: 38px;
  }

  .md\:inset-y-39px {
    top: 39px;
    bottom: 39px;
  }

  .md\:inset-x-39px {
    right: 39px;
    left: 39px;
  }

  .md\:inset-y-40px {
    top: 40px;
    bottom: 40px;
  }

  .md\:inset-x-40px {
    right: 40px;
    left: 40px;
  }

  .md\:inset-y-41px {
    top: 41px;
    bottom: 41px;
  }

  .md\:inset-x-41px {
    right: 41px;
    left: 41px;
  }

  .md\:inset-y-42px {
    top: 42px;
    bottom: 42px;
  }

  .md\:inset-x-42px {
    right: 42px;
    left: 42px;
  }

  .md\:inset-y-43px {
    top: 43px;
    bottom: 43px;
  }

  .md\:inset-x-43px {
    right: 43px;
    left: 43px;
  }

  .md\:inset-y-44px {
    top: 44px;
    bottom: 44px;
  }

  .md\:inset-x-44px {
    right: 44px;
    left: 44px;
  }

  .md\:inset-y-45px {
    top: 45px;
    bottom: 45px;
  }

  .md\:inset-x-45px {
    right: 45px;
    left: 45px;
  }

  .md\:inset-y-46px {
    top: 46px;
    bottom: 46px;
  }

  .md\:inset-x-46px {
    right: 46px;
    left: 46px;
  }

  .md\:inset-y-47px {
    top: 47px;
    bottom: 47px;
  }

  .md\:inset-x-47px {
    right: 47px;
    left: 47px;
  }

  .md\:inset-y-48px {
    top: 48px;
    bottom: 48px;
  }

  .md\:inset-x-48px {
    right: 48px;
    left: 48px;
  }

  .md\:inset-y-49px {
    top: 49px;
    bottom: 49px;
  }

  .md\:inset-x-49px {
    right: 49px;
    left: 49px;
  }

  .md\:inset-y-50px {
    top: 50px;
    bottom: 50px;
  }

  .md\:inset-x-50px {
    right: 50px;
    left: 50px;
  }

  .md\:inset-y-51px {
    top: 51px;
    bottom: 51px;
  }

  .md\:inset-x-51px {
    right: 51px;
    left: 51px;
  }

  .md\:inset-y-52px {
    top: 52px;
    bottom: 52px;
  }

  .md\:inset-x-52px {
    right: 52px;
    left: 52px;
  }

  .md\:inset-y-53px {
    top: 53px;
    bottom: 53px;
  }

  .md\:inset-x-53px {
    right: 53px;
    left: 53px;
  }

  .md\:inset-y-54px {
    top: 54px;
    bottom: 54px;
  }

  .md\:inset-x-54px {
    right: 54px;
    left: 54px;
  }

  .md\:inset-y-55px {
    top: 55px;
    bottom: 55px;
  }

  .md\:inset-x-55px {
    right: 55px;
    left: 55px;
  }

  .md\:inset-y-56px {
    top: 56px;
    bottom: 56px;
  }

  .md\:inset-x-56px {
    right: 56px;
    left: 56px;
  }

  .md\:inset-y-57px {
    top: 57px;
    bottom: 57px;
  }

  .md\:inset-x-57px {
    right: 57px;
    left: 57px;
  }

  .md\:inset-y-58px {
    top: 58px;
    bottom: 58px;
  }

  .md\:inset-x-58px {
    right: 58px;
    left: 58px;
  }

  .md\:inset-y-59px {
    top: 59px;
    bottom: 59px;
  }

  .md\:inset-x-59px {
    right: 59px;
    left: 59px;
  }

  .md\:inset-y-60px {
    top: 60px;
    bottom: 60px;
  }

  .md\:inset-x-60px {
    right: 60px;
    left: 60px;
  }

  .md\:inset-y-61px {
    top: 61px;
    bottom: 61px;
  }

  .md\:inset-x-61px {
    right: 61px;
    left: 61px;
  }

  .md\:inset-y-62px {
    top: 62px;
    bottom: 62px;
  }

  .md\:inset-x-62px {
    right: 62px;
    left: 62px;
  }

  .md\:inset-y-63px {
    top: 63px;
    bottom: 63px;
  }

  .md\:inset-x-63px {
    right: 63px;
    left: 63px;
  }

  .md\:inset-y-64px {
    top: 64px;
    bottom: 64px;
  }

  .md\:inset-x-64px {
    right: 64px;
    left: 64px;
  }

  .md\:inset-y-65px {
    top: 65px;
    bottom: 65px;
  }

  .md\:inset-x-65px {
    right: 65px;
    left: 65px;
  }

  .md\:inset-y-66px {
    top: 66px;
    bottom: 66px;
  }

  .md\:inset-x-66px {
    right: 66px;
    left: 66px;
  }

  .md\:inset-y-67px {
    top: 67px;
    bottom: 67px;
  }

  .md\:inset-x-67px {
    right: 67px;
    left: 67px;
  }

  .md\:inset-y-68px {
    top: 68px;
    bottom: 68px;
  }

  .md\:inset-x-68px {
    right: 68px;
    left: 68px;
  }

  .md\:inset-y-69px {
    top: 69px;
    bottom: 69px;
  }

  .md\:inset-x-69px {
    right: 69px;
    left: 69px;
  }

  .md\:inset-y-70px {
    top: 70px;
    bottom: 70px;
  }

  .md\:inset-x-70px {
    right: 70px;
    left: 70px;
  }

  .md\:inset-y-71px {
    top: 71px;
    bottom: 71px;
  }

  .md\:inset-x-71px {
    right: 71px;
    left: 71px;
  }

  .md\:inset-y-72px {
    top: 72px;
    bottom: 72px;
  }

  .md\:inset-x-72px {
    right: 72px;
    left: 72px;
  }

  .md\:inset-y-73px {
    top: 73px;
    bottom: 73px;
  }

  .md\:inset-x-73px {
    right: 73px;
    left: 73px;
  }

  .md\:inset-y-74px {
    top: 74px;
    bottom: 74px;
  }

  .md\:inset-x-74px {
    right: 74px;
    left: 74px;
  }

  .md\:inset-y-75px {
    top: 75px;
    bottom: 75px;
  }

  .md\:inset-x-75px {
    right: 75px;
    left: 75px;
  }

  .md\:inset-y-76px {
    top: 76px;
    bottom: 76px;
  }

  .md\:inset-x-76px {
    right: 76px;
    left: 76px;
  }

  .md\:inset-y-77px {
    top: 77px;
    bottom: 77px;
  }

  .md\:inset-x-77px {
    right: 77px;
    left: 77px;
  }

  .md\:inset-y-78px {
    top: 78px;
    bottom: 78px;
  }

  .md\:inset-x-78px {
    right: 78px;
    left: 78px;
  }

  .md\:inset-y-79px {
    top: 79px;
    bottom: 79px;
  }

  .md\:inset-x-79px {
    right: 79px;
    left: 79px;
  }

  .md\:inset-y-80px {
    top: 80px;
    bottom: 80px;
  }

  .md\:inset-x-80px {
    right: 80px;
    left: 80px;
  }

  .md\:inset-y-81px {
    top: 81px;
    bottom: 81px;
  }

  .md\:inset-x-81px {
    right: 81px;
    left: 81px;
  }

  .md\:inset-y-82px {
    top: 82px;
    bottom: 82px;
  }

  .md\:inset-x-82px {
    right: 82px;
    left: 82px;
  }

  .md\:inset-y-83px {
    top: 83px;
    bottom: 83px;
  }

  .md\:inset-x-83px {
    right: 83px;
    left: 83px;
  }

  .md\:inset-y-84px {
    top: 84px;
    bottom: 84px;
  }

  .md\:inset-x-84px {
    right: 84px;
    left: 84px;
  }

  .md\:inset-y-85px {
    top: 85px;
    bottom: 85px;
  }

  .md\:inset-x-85px {
    right: 85px;
    left: 85px;
  }

  .md\:inset-y-86px {
    top: 86px;
    bottom: 86px;
  }

  .md\:inset-x-86px {
    right: 86px;
    left: 86px;
  }

  .md\:inset-y-87px {
    top: 87px;
    bottom: 87px;
  }

  .md\:inset-x-87px {
    right: 87px;
    left: 87px;
  }

  .md\:inset-y-88px {
    top: 88px;
    bottom: 88px;
  }

  .md\:inset-x-88px {
    right: 88px;
    left: 88px;
  }

  .md\:inset-y-89px {
    top: 89px;
    bottom: 89px;
  }

  .md\:inset-x-89px {
    right: 89px;
    left: 89px;
  }

  .md\:inset-y-90px {
    top: 90px;
    bottom: 90px;
  }

  .md\:inset-x-90px {
    right: 90px;
    left: 90px;
  }

  .md\:inset-y-91px {
    top: 91px;
    bottom: 91px;
  }

  .md\:inset-x-91px {
    right: 91px;
    left: 91px;
  }

  .md\:inset-y-92px {
    top: 92px;
    bottom: 92px;
  }

  .md\:inset-x-92px {
    right: 92px;
    left: 92px;
  }

  .md\:inset-y-93px {
    top: 93px;
    bottom: 93px;
  }

  .md\:inset-x-93px {
    right: 93px;
    left: 93px;
  }

  .md\:inset-y-94px {
    top: 94px;
    bottom: 94px;
  }

  .md\:inset-x-94px {
    right: 94px;
    left: 94px;
  }

  .md\:inset-y-95px {
    top: 95px;
    bottom: 95px;
  }

  .md\:inset-x-95px {
    right: 95px;
    left: 95px;
  }

  .md\:inset-y-96px {
    top: 96px;
    bottom: 96px;
  }

  .md\:inset-x-96px {
    right: 96px;
    left: 96px;
  }

  .md\:inset-y-97px {
    top: 97px;
    bottom: 97px;
  }

  .md\:inset-x-97px {
    right: 97px;
    left: 97px;
  }

  .md\:inset-y-98px {
    top: 98px;
    bottom: 98px;
  }

  .md\:inset-x-98px {
    right: 98px;
    left: 98px;
  }

  .md\:inset-y-99px {
    top: 99px;
    bottom: 99px;
  }

  .md\:inset-x-99px {
    right: 99px;
    left: 99px;
  }

  .md\:inset-y-100px {
    top: 100px;
    bottom: 100px;
  }

  .md\:inset-x-100px {
    right: 100px;
    left: 100px;
  }

  .md\:inset-y-101px {
    top: 101px;
    bottom: 101px;
  }

  .md\:inset-x-101px {
    right: 101px;
    left: 101px;
  }

  .md\:inset-y-102px {
    top: 102px;
    bottom: 102px;
  }

  .md\:inset-x-102px {
    right: 102px;
    left: 102px;
  }

  .md\:inset-y-103px {
    top: 103px;
    bottom: 103px;
  }

  .md\:inset-x-103px {
    right: 103px;
    left: 103px;
  }

  .md\:inset-y-104px {
    top: 104px;
    bottom: 104px;
  }

  .md\:inset-x-104px {
    right: 104px;
    left: 104px;
  }

  .md\:inset-y-105px {
    top: 105px;
    bottom: 105px;
  }

  .md\:inset-x-105px {
    right: 105px;
    left: 105px;
  }

  .md\:inset-y-106px {
    top: 106px;
    bottom: 106px;
  }

  .md\:inset-x-106px {
    right: 106px;
    left: 106px;
  }

  .md\:inset-y-107px {
    top: 107px;
    bottom: 107px;
  }

  .md\:inset-x-107px {
    right: 107px;
    left: 107px;
  }

  .md\:inset-y-108px {
    top: 108px;
    bottom: 108px;
  }

  .md\:inset-x-108px {
    right: 108px;
    left: 108px;
  }

  .md\:inset-y-109px {
    top: 109px;
    bottom: 109px;
  }

  .md\:inset-x-109px {
    right: 109px;
    left: 109px;
  }

  .md\:inset-y-110px {
    top: 110px;
    bottom: 110px;
  }

  .md\:inset-x-110px {
    right: 110px;
    left: 110px;
  }

  .md\:inset-y-111px {
    top: 111px;
    bottom: 111px;
  }

  .md\:inset-x-111px {
    right: 111px;
    left: 111px;
  }

  .md\:inset-y-112px {
    top: 112px;
    bottom: 112px;
  }

  .md\:inset-x-112px {
    right: 112px;
    left: 112px;
  }

  .md\:inset-y-113px {
    top: 113px;
    bottom: 113px;
  }

  .md\:inset-x-113px {
    right: 113px;
    left: 113px;
  }

  .md\:inset-y-114px {
    top: 114px;
    bottom: 114px;
  }

  .md\:inset-x-114px {
    right: 114px;
    left: 114px;
  }

  .md\:inset-y-115px {
    top: 115px;
    bottom: 115px;
  }

  .md\:inset-x-115px {
    right: 115px;
    left: 115px;
  }

  .md\:inset-y-116px {
    top: 116px;
    bottom: 116px;
  }

  .md\:inset-x-116px {
    right: 116px;
    left: 116px;
  }

  .md\:inset-y-117px {
    top: 117px;
    bottom: 117px;
  }

  .md\:inset-x-117px {
    right: 117px;
    left: 117px;
  }

  .md\:inset-y-118px {
    top: 118px;
    bottom: 118px;
  }

  .md\:inset-x-118px {
    right: 118px;
    left: 118px;
  }

  .md\:inset-y-119px {
    top: 119px;
    bottom: 119px;
  }

  .md\:inset-x-119px {
    right: 119px;
    left: 119px;
  }

  .md\:inset-y-120px {
    top: 120px;
    bottom: 120px;
  }

  .md\:inset-x-120px {
    right: 120px;
    left: 120px;
  }

  .md\:inset-y-121px {
    top: 121px;
    bottom: 121px;
  }

  .md\:inset-x-121px {
    right: 121px;
    left: 121px;
  }

  .md\:inset-y-122px {
    top: 122px;
    bottom: 122px;
  }

  .md\:inset-x-122px {
    right: 122px;
    left: 122px;
  }

  .md\:inset-y-123px {
    top: 123px;
    bottom: 123px;
  }

  .md\:inset-x-123px {
    right: 123px;
    left: 123px;
  }

  .md\:inset-y-124px {
    top: 124px;
    bottom: 124px;
  }

  .md\:inset-x-124px {
    right: 124px;
    left: 124px;
  }

  .md\:inset-y-125px {
    top: 125px;
    bottom: 125px;
  }

  .md\:inset-x-125px {
    right: 125px;
    left: 125px;
  }

  .md\:inset-y-126px {
    top: 126px;
    bottom: 126px;
  }

  .md\:inset-x-126px {
    right: 126px;
    left: 126px;
  }

  .md\:inset-y-127px {
    top: 127px;
    bottom: 127px;
  }

  .md\:inset-x-127px {
    right: 127px;
    left: 127px;
  }

  .md\:inset-y-128px {
    top: 128px;
    bottom: 128px;
  }

  .md\:inset-x-128px {
    right: 128px;
    left: 128px;
  }

  .md\:inset-y-129px {
    top: 129px;
    bottom: 129px;
  }

  .md\:inset-x-129px {
    right: 129px;
    left: 129px;
  }

  .md\:inset-y-130px {
    top: 130px;
    bottom: 130px;
  }

  .md\:inset-x-130px {
    right: 130px;
    left: 130px;
  }

  .md\:inset-y-133px {
    top: 133px;
    bottom: 133px;
  }

  .md\:inset-x-133px {
    right: 133px;
    left: 133px;
  }

  .md\:inset-y-140px {
    top: 140px;
    bottom: 140px;
  }

  .md\:inset-x-140px {
    right: 140px;
    left: 140px;
  }

  .md\:inset-y-195px {
    top: 195px;
    bottom: 195px;
  }

  .md\:inset-x-195px {
    right: 195px;
    left: 195px;
  }

  .md\:inset-y-200px {
    top: 200px;
    bottom: 200px;
  }

  .md\:inset-x-200px {
    right: 200px;
    left: 200px;
  }

  .md\:inset-y-210px {
    top: 210px;
    bottom: 210px;
  }

  .md\:inset-x-210px {
    right: 210px;
    left: 210px;
  }

  .md\:inset-y-222px {
    top: 222px;
    bottom: 222px;
  }

  .md\:inset-x-222px {
    right: 222px;
    left: 222px;
  }

  .md\:inset-y-258px {
    top: 258px;
    bottom: 258px;
  }

  .md\:inset-x-258px {
    right: 258px;
    left: 258px;
  }

  .md\:inset-y-280px {
    top: 280px;
    bottom: 280px;
  }

  .md\:inset-x-280px {
    right: 280px;
    left: 280px;
  }

  .md\:inset-y-334px {
    top: 334px;
    bottom: 334px;
  }

  .md\:inset-x-334px {
    right: 334px;
    left: 334px;
  }

  .md\:inset-y-388px {
    top: 388px;
    bottom: 388px;
  }

  .md\:inset-x-388px {
    right: 388px;
    left: 388px;
  }

  .md\:inset-y-480px {
    top: 480px;
    bottom: 480px;
  }

  .md\:inset-x-480px {
    right: 480px;
    left: 480px;
  }

  .md\:inset-y-490px {
    top: 490px;
    bottom: 490px;
  }

  .md\:inset-x-490px {
    right: 490px;
    left: 490px;
  }

  .md\:inset-y-505px {
    top: 505px;
    bottom: 505px;
  }

  .md\:inset-x-505px {
    right: 505px;
    left: 505px;
  }

  .md\:inset-y-507px {
    top: 507px;
    bottom: 507px;
  }

  .md\:inset-x-507px {
    right: 507px;
    left: 507px;
  }

  .md\:inset-y-760px {
    top: 760px;
    bottom: 760px;
  }

  .md\:inset-x-760px {
    right: 760px;
    left: 760px;
  }

  .md\:inset-y-780px {
    top: 780px;
    bottom: 780px;
  }

  .md\:inset-x-780px {
    right: 780px;
    left: 780px;
  }

  .md\:inset-y-980px {
    top: 980px;
    bottom: 980px;
  }

  .md\:inset-x-980px {
    right: 980px;
    left: 980px;
  }

  .md\:inset-y-1366px {
    top: 1366px;
    bottom: 1366px;
  }

  .md\:inset-x-1366px {
    right: 1366px;
    left: 1366px;
  }

  .md\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .md\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .md\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .md\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .md\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .md\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .md\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .md\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .md\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .md\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .md\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .md\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .md\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .md\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .md\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .md\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .md\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .md\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .md\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .md\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .md\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .md\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .md\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .md\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .md\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .md\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .md\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .md\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .md\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .md\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .md\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .md\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .md\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .md\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .md\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .md\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .md\:-inset-y-1px {
    top: -1px;
    bottom: -1px;
  }

  .md\:-inset-x-1px {
    right: -1px;
    left: -1px;
  }

  .md\:-inset-y-2px {
    top: -2px;
    bottom: -2px;
  }

  .md\:-inset-x-2px {
    right: -2px;
    left: -2px;
  }

  .md\:-inset-y-3px {
    top: -3px;
    bottom: -3px;
  }

  .md\:-inset-x-3px {
    right: -3px;
    left: -3px;
  }

  .md\:-inset-y-4px {
    top: -4px;
    bottom: -4px;
  }

  .md\:-inset-x-4px {
    right: -4px;
    left: -4px;
  }

  .md\:-inset-y-5px {
    top: -5px;
    bottom: -5px;
  }

  .md\:-inset-x-5px {
    right: -5px;
    left: -5px;
  }

  .md\:-inset-y-6px {
    top: -6px;
    bottom: -6px;
  }

  .md\:-inset-x-6px {
    right: -6px;
    left: -6px;
  }

  .md\:-inset-y-7px {
    top: -7px;
    bottom: -7px;
  }

  .md\:-inset-x-7px {
    right: -7px;
    left: -7px;
  }

  .md\:-inset-y-8px {
    top: -8px;
    bottom: -8px;
  }

  .md\:-inset-x-8px {
    right: -8px;
    left: -8px;
  }

  .md\:-inset-y-9px {
    top: -9px;
    bottom: -9px;
  }

  .md\:-inset-x-9px {
    right: -9px;
    left: -9px;
  }

  .md\:-inset-y-10px {
    top: -10px;
    bottom: -10px;
  }

  .md\:-inset-x-10px {
    right: -10px;
    left: -10px;
  }

  .md\:-inset-y-11px {
    top: -11px;
    bottom: -11px;
  }

  .md\:-inset-x-11px {
    right: -11px;
    left: -11px;
  }

  .md\:-inset-y-12px {
    top: -12px;
    bottom: -12px;
  }

  .md\:-inset-x-12px {
    right: -12px;
    left: -12px;
  }

  .md\:-inset-y-13px {
    top: -13px;
    bottom: -13px;
  }

  .md\:-inset-x-13px {
    right: -13px;
    left: -13px;
  }

  .md\:-inset-y-14px {
    top: -14px;
    bottom: -14px;
  }

  .md\:-inset-x-14px {
    right: -14px;
    left: -14px;
  }

  .md\:-inset-y-15px {
    top: -15px;
    bottom: -15px;
  }

  .md\:-inset-x-15px {
    right: -15px;
    left: -15px;
  }

  .md\:-inset-y-16px {
    top: -16px;
    bottom: -16px;
  }

  .md\:-inset-x-16px {
    right: -16px;
    left: -16px;
  }

  .md\:-inset-y-17px {
    top: -17px;
    bottom: -17px;
  }

  .md\:-inset-x-17px {
    right: -17px;
    left: -17px;
  }

  .md\:-inset-y-18px {
    top: -18px;
    bottom: -18px;
  }

  .md\:-inset-x-18px {
    right: -18px;
    left: -18px;
  }

  .md\:-inset-y-19px {
    top: -19px;
    bottom: -19px;
  }

  .md\:-inset-x-19px {
    right: -19px;
    left: -19px;
  }

  .md\:-inset-y-20px {
    top: -20px;
    bottom: -20px;
  }

  .md\:-inset-x-20px {
    right: -20px;
    left: -20px;
  }

  .md\:-inset-y-21px {
    top: -21px;
    bottom: -21px;
  }

  .md\:-inset-x-21px {
    right: -21px;
    left: -21px;
  }

  .md\:-inset-y-22px {
    top: -22px;
    bottom: -22px;
  }

  .md\:-inset-x-22px {
    right: -22px;
    left: -22px;
  }

  .md\:-inset-y-23px {
    top: -23px;
    bottom: -23px;
  }

  .md\:-inset-x-23px {
    right: -23px;
    left: -23px;
  }

  .md\:-inset-y-24px {
    top: -24px;
    bottom: -24px;
  }

  .md\:-inset-x-24px {
    right: -24px;
    left: -24px;
  }

  .md\:-inset-y-25px {
    top: -25px;
    bottom: -25px;
  }

  .md\:-inset-x-25px {
    right: -25px;
    left: -25px;
  }

  .md\:-inset-y-26px {
    top: -26px;
    bottom: -26px;
  }

  .md\:-inset-x-26px {
    right: -26px;
    left: -26px;
  }

  .md\:-inset-y-27px {
    top: -27px;
    bottom: -27px;
  }

  .md\:-inset-x-27px {
    right: -27px;
    left: -27px;
  }

  .md\:-inset-y-28px {
    top: -28px;
    bottom: -28px;
  }

  .md\:-inset-x-28px {
    right: -28px;
    left: -28px;
  }

  .md\:-inset-y-29px {
    top: -29px;
    bottom: -29px;
  }

  .md\:-inset-x-29px {
    right: -29px;
    left: -29px;
  }

  .md\:-inset-y-30px {
    top: -30px;
    bottom: -30px;
  }

  .md\:-inset-x-30px {
    right: -30px;
    left: -30px;
  }

  .md\:-inset-y-31px {
    top: -31px;
    bottom: -31px;
  }

  .md\:-inset-x-31px {
    right: -31px;
    left: -31px;
  }

  .md\:-inset-y-32px {
    top: -32px;
    bottom: -32px;
  }

  .md\:-inset-x-32px {
    right: -32px;
    left: -32px;
  }

  .md\:-inset-y-33px {
    top: -33px;
    bottom: -33px;
  }

  .md\:-inset-x-33px {
    right: -33px;
    left: -33px;
  }

  .md\:-inset-y-34px {
    top: -34px;
    bottom: -34px;
  }

  .md\:-inset-x-34px {
    right: -34px;
    left: -34px;
  }

  .md\:-inset-y-35px {
    top: -35px;
    bottom: -35px;
  }

  .md\:-inset-x-35px {
    right: -35px;
    left: -35px;
  }

  .md\:-inset-y-36px {
    top: -36px;
    bottom: -36px;
  }

  .md\:-inset-x-36px {
    right: -36px;
    left: -36px;
  }

  .md\:-inset-y-37px {
    top: -37px;
    bottom: -37px;
  }

  .md\:-inset-x-37px {
    right: -37px;
    left: -37px;
  }

  .md\:-inset-y-38px {
    top: -38px;
    bottom: -38px;
  }

  .md\:-inset-x-38px {
    right: -38px;
    left: -38px;
  }

  .md\:-inset-y-39px {
    top: -39px;
    bottom: -39px;
  }

  .md\:-inset-x-39px {
    right: -39px;
    left: -39px;
  }

  .md\:-inset-y-40px {
    top: -40px;
    bottom: -40px;
  }

  .md\:-inset-x-40px {
    right: -40px;
    left: -40px;
  }

  .md\:-inset-y-41px {
    top: -41px;
    bottom: -41px;
  }

  .md\:-inset-x-41px {
    right: -41px;
    left: -41px;
  }

  .md\:-inset-y-42px {
    top: -42px;
    bottom: -42px;
  }

  .md\:-inset-x-42px {
    right: -42px;
    left: -42px;
  }

  .md\:-inset-y-43px {
    top: -43px;
    bottom: -43px;
  }

  .md\:-inset-x-43px {
    right: -43px;
    left: -43px;
  }

  .md\:-inset-y-44px {
    top: -44px;
    bottom: -44px;
  }

  .md\:-inset-x-44px {
    right: -44px;
    left: -44px;
  }

  .md\:-inset-y-45px {
    top: -45px;
    bottom: -45px;
  }

  .md\:-inset-x-45px {
    right: -45px;
    left: -45px;
  }

  .md\:-inset-y-46px {
    top: -46px;
    bottom: -46px;
  }

  .md\:-inset-x-46px {
    right: -46px;
    left: -46px;
  }

  .md\:-inset-y-47px {
    top: -47px;
    bottom: -47px;
  }

  .md\:-inset-x-47px {
    right: -47px;
    left: -47px;
  }

  .md\:-inset-y-48px {
    top: -48px;
    bottom: -48px;
  }

  .md\:-inset-x-48px {
    right: -48px;
    left: -48px;
  }

  .md\:-inset-y-49px {
    top: -49px;
    bottom: -49px;
  }

  .md\:-inset-x-49px {
    right: -49px;
    left: -49px;
  }

  .md\:-inset-y-50px {
    top: -50px;
    bottom: -50px;
  }

  .md\:-inset-x-50px {
    right: -50px;
    left: -50px;
  }

  .md\:-inset-y-51px {
    top: -51px;
    bottom: -51px;
  }

  .md\:-inset-x-51px {
    right: -51px;
    left: -51px;
  }

  .md\:-inset-y-52px {
    top: -52px;
    bottom: -52px;
  }

  .md\:-inset-x-52px {
    right: -52px;
    left: -52px;
  }

  .md\:-inset-y-53px {
    top: -53px;
    bottom: -53px;
  }

  .md\:-inset-x-53px {
    right: -53px;
    left: -53px;
  }

  .md\:-inset-y-54px {
    top: -54px;
    bottom: -54px;
  }

  .md\:-inset-x-54px {
    right: -54px;
    left: -54px;
  }

  .md\:-inset-y-55px {
    top: -55px;
    bottom: -55px;
  }

  .md\:-inset-x-55px {
    right: -55px;
    left: -55px;
  }

  .md\:-inset-y-56px {
    top: -56px;
    bottom: -56px;
  }

  .md\:-inset-x-56px {
    right: -56px;
    left: -56px;
  }

  .md\:-inset-y-57px {
    top: -57px;
    bottom: -57px;
  }

  .md\:-inset-x-57px {
    right: -57px;
    left: -57px;
  }

  .md\:-inset-y-58px {
    top: -58px;
    bottom: -58px;
  }

  .md\:-inset-x-58px {
    right: -58px;
    left: -58px;
  }

  .md\:-inset-y-59px {
    top: -59px;
    bottom: -59px;
  }

  .md\:-inset-x-59px {
    right: -59px;
    left: -59px;
  }

  .md\:-inset-y-60px {
    top: -60px;
    bottom: -60px;
  }

  .md\:-inset-x-60px {
    right: -60px;
    left: -60px;
  }

  .md\:-inset-y-61px {
    top: -61px;
    bottom: -61px;
  }

  .md\:-inset-x-61px {
    right: -61px;
    left: -61px;
  }

  .md\:-inset-y-62px {
    top: -62px;
    bottom: -62px;
  }

  .md\:-inset-x-62px {
    right: -62px;
    left: -62px;
  }

  .md\:-inset-y-63px {
    top: -63px;
    bottom: -63px;
  }

  .md\:-inset-x-63px {
    right: -63px;
    left: -63px;
  }

  .md\:-inset-y-64px {
    top: -64px;
    bottom: -64px;
  }

  .md\:-inset-x-64px {
    right: -64px;
    left: -64px;
  }

  .md\:-inset-y-65px {
    top: -65px;
    bottom: -65px;
  }

  .md\:-inset-x-65px {
    right: -65px;
    left: -65px;
  }

  .md\:-inset-y-66px {
    top: -66px;
    bottom: -66px;
  }

  .md\:-inset-x-66px {
    right: -66px;
    left: -66px;
  }

  .md\:-inset-y-67px {
    top: -67px;
    bottom: -67px;
  }

  .md\:-inset-x-67px {
    right: -67px;
    left: -67px;
  }

  .md\:-inset-y-68px {
    top: -68px;
    bottom: -68px;
  }

  .md\:-inset-x-68px {
    right: -68px;
    left: -68px;
  }

  .md\:-inset-y-69px {
    top: -69px;
    bottom: -69px;
  }

  .md\:-inset-x-69px {
    right: -69px;
    left: -69px;
  }

  .md\:-inset-y-70px {
    top: -70px;
    bottom: -70px;
  }

  .md\:-inset-x-70px {
    right: -70px;
    left: -70px;
  }

  .md\:-inset-y-71px {
    top: -71px;
    bottom: -71px;
  }

  .md\:-inset-x-71px {
    right: -71px;
    left: -71px;
  }

  .md\:-inset-y-72px {
    top: -72px;
    bottom: -72px;
  }

  .md\:-inset-x-72px {
    right: -72px;
    left: -72px;
  }

  .md\:-inset-y-73px {
    top: -73px;
    bottom: -73px;
  }

  .md\:-inset-x-73px {
    right: -73px;
    left: -73px;
  }

  .md\:-inset-y-74px {
    top: -74px;
    bottom: -74px;
  }

  .md\:-inset-x-74px {
    right: -74px;
    left: -74px;
  }

  .md\:-inset-y-75px {
    top: -75px;
    bottom: -75px;
  }

  .md\:-inset-x-75px {
    right: -75px;
    left: -75px;
  }

  .md\:-inset-y-76px {
    top: -76px;
    bottom: -76px;
  }

  .md\:-inset-x-76px {
    right: -76px;
    left: -76px;
  }

  .md\:-inset-y-77px {
    top: -77px;
    bottom: -77px;
  }

  .md\:-inset-x-77px {
    right: -77px;
    left: -77px;
  }

  .md\:-inset-y-78px {
    top: -78px;
    bottom: -78px;
  }

  .md\:-inset-x-78px {
    right: -78px;
    left: -78px;
  }

  .md\:-inset-y-79px {
    top: -79px;
    bottom: -79px;
  }

  .md\:-inset-x-79px {
    right: -79px;
    left: -79px;
  }

  .md\:-inset-y-80px {
    top: -80px;
    bottom: -80px;
  }

  .md\:-inset-x-80px {
    right: -80px;
    left: -80px;
  }

  .md\:-inset-y-81px {
    top: -81px;
    bottom: -81px;
  }

  .md\:-inset-x-81px {
    right: -81px;
    left: -81px;
  }

  .md\:-inset-y-82px {
    top: -82px;
    bottom: -82px;
  }

  .md\:-inset-x-82px {
    right: -82px;
    left: -82px;
  }

  .md\:-inset-y-83px {
    top: -83px;
    bottom: -83px;
  }

  .md\:-inset-x-83px {
    right: -83px;
    left: -83px;
  }

  .md\:-inset-y-84px {
    top: -84px;
    bottom: -84px;
  }

  .md\:-inset-x-84px {
    right: -84px;
    left: -84px;
  }

  .md\:-inset-y-85px {
    top: -85px;
    bottom: -85px;
  }

  .md\:-inset-x-85px {
    right: -85px;
    left: -85px;
  }

  .md\:-inset-y-86px {
    top: -86px;
    bottom: -86px;
  }

  .md\:-inset-x-86px {
    right: -86px;
    left: -86px;
  }

  .md\:-inset-y-87px {
    top: -87px;
    bottom: -87px;
  }

  .md\:-inset-x-87px {
    right: -87px;
    left: -87px;
  }

  .md\:-inset-y-88px {
    top: -88px;
    bottom: -88px;
  }

  .md\:-inset-x-88px {
    right: -88px;
    left: -88px;
  }

  .md\:-inset-y-89px {
    top: -89px;
    bottom: -89px;
  }

  .md\:-inset-x-89px {
    right: -89px;
    left: -89px;
  }

  .md\:-inset-y-90px {
    top: -90px;
    bottom: -90px;
  }

  .md\:-inset-x-90px {
    right: -90px;
    left: -90px;
  }

  .md\:-inset-y-91px {
    top: -91px;
    bottom: -91px;
  }

  .md\:-inset-x-91px {
    right: -91px;
    left: -91px;
  }

  .md\:-inset-y-92px {
    top: -92px;
    bottom: -92px;
  }

  .md\:-inset-x-92px {
    right: -92px;
    left: -92px;
  }

  .md\:-inset-y-93px {
    top: -93px;
    bottom: -93px;
  }

  .md\:-inset-x-93px {
    right: -93px;
    left: -93px;
  }

  .md\:-inset-y-94px {
    top: -94px;
    bottom: -94px;
  }

  .md\:-inset-x-94px {
    right: -94px;
    left: -94px;
  }

  .md\:-inset-y-95px {
    top: -95px;
    bottom: -95px;
  }

  .md\:-inset-x-95px {
    right: -95px;
    left: -95px;
  }

  .md\:-inset-y-96px {
    top: -96px;
    bottom: -96px;
  }

  .md\:-inset-x-96px {
    right: -96px;
    left: -96px;
  }

  .md\:-inset-y-97px {
    top: -97px;
    bottom: -97px;
  }

  .md\:-inset-x-97px {
    right: -97px;
    left: -97px;
  }

  .md\:-inset-y-98px {
    top: -98px;
    bottom: -98px;
  }

  .md\:-inset-x-98px {
    right: -98px;
    left: -98px;
  }

  .md\:-inset-y-99px {
    top: -99px;
    bottom: -99px;
  }

  .md\:-inset-x-99px {
    right: -99px;
    left: -99px;
  }

  .md\:-inset-y-100px {
    top: -100px;
    bottom: -100px;
  }

  .md\:-inset-x-100px {
    right: -100px;
    left: -100px;
  }

  .md\:-inset-y-101px {
    top: -101px;
    bottom: -101px;
  }

  .md\:-inset-x-101px {
    right: -101px;
    left: -101px;
  }

  .md\:-inset-y-102px {
    top: -102px;
    bottom: -102px;
  }

  .md\:-inset-x-102px {
    right: -102px;
    left: -102px;
  }

  .md\:-inset-y-103px {
    top: -103px;
    bottom: -103px;
  }

  .md\:-inset-x-103px {
    right: -103px;
    left: -103px;
  }

  .md\:-inset-y-104px {
    top: -104px;
    bottom: -104px;
  }

  .md\:-inset-x-104px {
    right: -104px;
    left: -104px;
  }

  .md\:-inset-y-105px {
    top: -105px;
    bottom: -105px;
  }

  .md\:-inset-x-105px {
    right: -105px;
    left: -105px;
  }

  .md\:-inset-y-106px {
    top: -106px;
    bottom: -106px;
  }

  .md\:-inset-x-106px {
    right: -106px;
    left: -106px;
  }

  .md\:-inset-y-107px {
    top: -107px;
    bottom: -107px;
  }

  .md\:-inset-x-107px {
    right: -107px;
    left: -107px;
  }

  .md\:-inset-y-108px {
    top: -108px;
    bottom: -108px;
  }

  .md\:-inset-x-108px {
    right: -108px;
    left: -108px;
  }

  .md\:-inset-y-109px {
    top: -109px;
    bottom: -109px;
  }

  .md\:-inset-x-109px {
    right: -109px;
    left: -109px;
  }

  .md\:-inset-y-110px {
    top: -110px;
    bottom: -110px;
  }

  .md\:-inset-x-110px {
    right: -110px;
    left: -110px;
  }

  .md\:-inset-y-111px {
    top: -111px;
    bottom: -111px;
  }

  .md\:-inset-x-111px {
    right: -111px;
    left: -111px;
  }

  .md\:-inset-y-112px {
    top: -112px;
    bottom: -112px;
  }

  .md\:-inset-x-112px {
    right: -112px;
    left: -112px;
  }

  .md\:-inset-y-113px {
    top: -113px;
    bottom: -113px;
  }

  .md\:-inset-x-113px {
    right: -113px;
    left: -113px;
  }

  .md\:-inset-y-114px {
    top: -114px;
    bottom: -114px;
  }

  .md\:-inset-x-114px {
    right: -114px;
    left: -114px;
  }

  .md\:-inset-y-115px {
    top: -115px;
    bottom: -115px;
  }

  .md\:-inset-x-115px {
    right: -115px;
    left: -115px;
  }

  .md\:-inset-y-116px {
    top: -116px;
    bottom: -116px;
  }

  .md\:-inset-x-116px {
    right: -116px;
    left: -116px;
  }

  .md\:-inset-y-117px {
    top: -117px;
    bottom: -117px;
  }

  .md\:-inset-x-117px {
    right: -117px;
    left: -117px;
  }

  .md\:-inset-y-118px {
    top: -118px;
    bottom: -118px;
  }

  .md\:-inset-x-118px {
    right: -118px;
    left: -118px;
  }

  .md\:-inset-y-119px {
    top: -119px;
    bottom: -119px;
  }

  .md\:-inset-x-119px {
    right: -119px;
    left: -119px;
  }

  .md\:-inset-y-120px {
    top: -120px;
    bottom: -120px;
  }

  .md\:-inset-x-120px {
    right: -120px;
    left: -120px;
  }

  .md\:-inset-y-121px {
    top: -121px;
    bottom: -121px;
  }

  .md\:-inset-x-121px {
    right: -121px;
    left: -121px;
  }

  .md\:-inset-y-122px {
    top: -122px;
    bottom: -122px;
  }

  .md\:-inset-x-122px {
    right: -122px;
    left: -122px;
  }

  .md\:-inset-y-123px {
    top: -123px;
    bottom: -123px;
  }

  .md\:-inset-x-123px {
    right: -123px;
    left: -123px;
  }

  .md\:-inset-y-124px {
    top: -124px;
    bottom: -124px;
  }

  .md\:-inset-x-124px {
    right: -124px;
    left: -124px;
  }

  .md\:-inset-y-125px {
    top: -125px;
    bottom: -125px;
  }

  .md\:-inset-x-125px {
    right: -125px;
    left: -125px;
  }

  .md\:-inset-y-126px {
    top: -126px;
    bottom: -126px;
  }

  .md\:-inset-x-126px {
    right: -126px;
    left: -126px;
  }

  .md\:-inset-y-127px {
    top: -127px;
    bottom: -127px;
  }

  .md\:-inset-x-127px {
    right: -127px;
    left: -127px;
  }

  .md\:-inset-y-128px {
    top: -128px;
    bottom: -128px;
  }

  .md\:-inset-x-128px {
    right: -128px;
    left: -128px;
  }

  .md\:-inset-y-129px {
    top: -129px;
    bottom: -129px;
  }

  .md\:-inset-x-129px {
    right: -129px;
    left: -129px;
  }

  .md\:-inset-y-130px {
    top: -130px;
    bottom: -130px;
  }

  .md\:-inset-x-130px {
    right: -130px;
    left: -130px;
  }

  .md\:-inset-y-133px {
    top: -133px;
    bottom: -133px;
  }

  .md\:-inset-x-133px {
    right: -133px;
    left: -133px;
  }

  .md\:-inset-y-140px {
    top: -140px;
    bottom: -140px;
  }

  .md\:-inset-x-140px {
    right: -140px;
    left: -140px;
  }

  .md\:-inset-y-195px {
    top: -195px;
    bottom: -195px;
  }

  .md\:-inset-x-195px {
    right: -195px;
    left: -195px;
  }

  .md\:-inset-y-200px {
    top: -200px;
    bottom: -200px;
  }

  .md\:-inset-x-200px {
    right: -200px;
    left: -200px;
  }

  .md\:-inset-y-210px {
    top: -210px;
    bottom: -210px;
  }

  .md\:-inset-x-210px {
    right: -210px;
    left: -210px;
  }

  .md\:-inset-y-222px {
    top: -222px;
    bottom: -222px;
  }

  .md\:-inset-x-222px {
    right: -222px;
    left: -222px;
  }

  .md\:-inset-y-258px {
    top: -258px;
    bottom: -258px;
  }

  .md\:-inset-x-258px {
    right: -258px;
    left: -258px;
  }

  .md\:-inset-y-280px {
    top: -280px;
    bottom: -280px;
  }

  .md\:-inset-x-280px {
    right: -280px;
    left: -280px;
  }

  .md\:-inset-y-334px {
    top: -334px;
    bottom: -334px;
  }

  .md\:-inset-x-334px {
    right: -334px;
    left: -334px;
  }

  .md\:-inset-y-388px {
    top: -388px;
    bottom: -388px;
  }

  .md\:-inset-x-388px {
    right: -388px;
    left: -388px;
  }

  .md\:-inset-y-480px {
    top: -480px;
    bottom: -480px;
  }

  .md\:-inset-x-480px {
    right: -480px;
    left: -480px;
  }

  .md\:-inset-y-490px {
    top: -490px;
    bottom: -490px;
  }

  .md\:-inset-x-490px {
    right: -490px;
    left: -490px;
  }

  .md\:-inset-y-505px {
    top: -505px;
    bottom: -505px;
  }

  .md\:-inset-x-505px {
    right: -505px;
    left: -505px;
  }

  .md\:-inset-y-507px {
    top: -507px;
    bottom: -507px;
  }

  .md\:-inset-x-507px {
    right: -507px;
    left: -507px;
  }

  .md\:-inset-y-760px {
    top: -760px;
    bottom: -760px;
  }

  .md\:-inset-x-760px {
    right: -760px;
    left: -760px;
  }

  .md\:-inset-y-780px {
    top: -780px;
    bottom: -780px;
  }

  .md\:-inset-x-780px {
    right: -780px;
    left: -780px;
  }

  .md\:-inset-y-980px {
    top: -980px;
    bottom: -980px;
  }

  .md\:-inset-x-980px {
    right: -980px;
    left: -980px;
  }

  .md\:-inset-y-1366px {
    top: -1366px;
    bottom: -1366px;
  }

  .md\:-inset-x-1366px {
    right: -1366px;
    left: -1366px;
  }

  .md\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .md\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .md\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .md\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .md\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .md\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .md\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .md\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .md\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .md\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .md\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .md\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .md\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .md\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .md\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .md\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .md\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .md\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .md\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:top-1 {
    top: 0.25rem;
  }

  .md\:right-1 {
    right: 0.25rem;
  }

  .md\:bottom-1 {
    bottom: 0.25rem;
  }

  .md\:left-1 {
    left: 0.25rem;
  }

  .md\:top-2 {
    top: 0.5rem;
  }

  .md\:right-2 {
    right: 0.5rem;
  }

  .md\:bottom-2 {
    bottom: 0.5rem;
  }

  .md\:left-2 {
    left: 0.5rem;
  }

  .md\:top-3 {
    top: 0.75rem;
  }

  .md\:right-3 {
    right: 0.75rem;
  }

  .md\:bottom-3 {
    bottom: 0.75rem;
  }

  .md\:left-3 {
    left: 0.75rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:left-4 {
    left: 1rem;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

  .md\:left-5 {
    left: 1.25rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:top-7 {
    top: 1.75rem;
  }

  .md\:right-7 {
    right: 1.75rem;
  }

  .md\:bottom-7 {
    bottom: 1.75rem;
  }

  .md\:left-7 {
    left: 1.75rem;
  }

  .md\:top-8 {
    top: 2rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:left-8 {
    left: 2rem;
  }

  .md\:top-9 {
    top: 2.25rem;
  }

  .md\:right-9 {
    right: 2.25rem;
  }

  .md\:bottom-9 {
    bottom: 2.25rem;
  }

  .md\:left-9 {
    left: 2.25rem;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:top-11 {
    top: 2.75rem;
  }

  .md\:right-11 {
    right: 2.75rem;
  }

  .md\:bottom-11 {
    bottom: 2.75rem;
  }

  .md\:left-11 {
    left: 2.75rem;
  }

  .md\:top-12 {
    top: 3rem;
  }

  .md\:right-12 {
    right: 3rem;
  }

  .md\:bottom-12 {
    bottom: 3rem;
  }

  .md\:left-12 {
    left: 3rem;
  }

  .md\:top-14 {
    top: 3.5rem;
  }

  .md\:right-14 {
    right: 3.5rem;
  }

  .md\:bottom-14 {
    bottom: 3.5rem;
  }

  .md\:left-14 {
    left: 3.5rem;
  }

  .md\:top-16 {
    top: 4rem;
  }

  .md\:right-16 {
    right: 4rem;
  }

  .md\:bottom-16 {
    bottom: 4rem;
  }

  .md\:left-16 {
    left: 4rem;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:right-20 {
    right: 5rem;
  }

  .md\:bottom-20 {
    bottom: 5rem;
  }

  .md\:left-20 {
    left: 5rem;
  }

  .md\:top-24 {
    top: 6rem;
  }

  .md\:right-24 {
    right: 6rem;
  }

  .md\:bottom-24 {
    bottom: 6rem;
  }

  .md\:left-24 {
    left: 6rem;
  }

  .md\:top-28 {
    top: 7rem;
  }

  .md\:right-28 {
    right: 7rem;
  }

  .md\:bottom-28 {
    bottom: 7rem;
  }

  .md\:left-28 {
    left: 7rem;
  }

  .md\:top-32 {
    top: 8rem;
  }

  .md\:right-32 {
    right: 8rem;
  }

  .md\:bottom-32 {
    bottom: 8rem;
  }

  .md\:left-32 {
    left: 8rem;
  }

  .md\:top-36 {
    top: 9rem;
  }

  .md\:right-36 {
    right: 9rem;
  }

  .md\:bottom-36 {
    bottom: 9rem;
  }

  .md\:left-36 {
    left: 9rem;
  }

  .md\:top-40 {
    top: 10rem;
  }

  .md\:right-40 {
    right: 10rem;
  }

  .md\:bottom-40 {
    bottom: 10rem;
  }

  .md\:left-40 {
    left: 10rem;
  }

  .md\:top-44 {
    top: 11rem;
  }

  .md\:right-44 {
    right: 11rem;
  }

  .md\:bottom-44 {
    bottom: 11rem;
  }

  .md\:left-44 {
    left: 11rem;
  }

  .md\:top-48 {
    top: 12rem;
  }

  .md\:right-48 {
    right: 12rem;
  }

  .md\:bottom-48 {
    bottom: 12rem;
  }

  .md\:left-48 {
    left: 12rem;
  }

  .md\:top-52 {
    top: 13rem;
  }

  .md\:right-52 {
    right: 13rem;
  }

  .md\:bottom-52 {
    bottom: 13rem;
  }

  .md\:left-52 {
    left: 13rem;
  }

  .md\:top-56 {
    top: 14rem;
  }

  .md\:right-56 {
    right: 14rem;
  }

  .md\:bottom-56 {
    bottom: 14rem;
  }

  .md\:left-56 {
    left: 14rem;
  }

  .md\:top-60 {
    top: 15rem;
  }

  .md\:right-60 {
    right: 15rem;
  }

  .md\:bottom-60 {
    bottom: 15rem;
  }

  .md\:left-60 {
    left: 15rem;
  }

  .md\:top-64 {
    top: 16rem;
  }

  .md\:right-64 {
    right: 16rem;
  }

  .md\:bottom-64 {
    bottom: 16rem;
  }

  .md\:left-64 {
    left: 16rem;
  }

  .md\:top-72 {
    top: 18rem;
  }

  .md\:right-72 {
    right: 18rem;
  }

  .md\:bottom-72 {
    bottom: 18rem;
  }

  .md\:left-72 {
    left: 18rem;
  }

  .md\:top-80 {
    top: 20rem;
  }

  .md\:right-80 {
    right: 20rem;
  }

  .md\:bottom-80 {
    bottom: 20rem;
  }

  .md\:left-80 {
    left: 20rem;
  }

  .md\:top-96 {
    top: 24rem;
  }

  .md\:right-96 {
    right: 24rem;
  }

  .md\:bottom-96 {
    bottom: 24rem;
  }

  .md\:left-96 {
    left: 24rem;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:top-px {
    top: 1px;
  }

  .md\:right-px {
    right: 1px;
  }

  .md\:bottom-px {
    bottom: 1px;
  }

  .md\:left-px {
    left: 1px;
  }

  .md\:top-0\.5 {
    top: 0.125rem;
  }

  .md\:right-0\.5 {
    right: 0.125rem;
  }

  .md\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .md\:left-0\.5 {
    left: 0.125rem;
  }

  .md\:top-1\.5 {
    top: 0.375rem;
  }

  .md\:right-1\.5 {
    right: 0.375rem;
  }

  .md\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .md\:left-1\.5 {
    left: 0.375rem;
  }

  .md\:top-2\.5 {
    top: 0.625rem;
  }

  .md\:right-2\.5 {
    right: 0.625rem;
  }

  .md\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .md\:left-2\.5 {
    left: 0.625rem;
  }

  .md\:top-3\.5 {
    top: 0.875rem;
  }

  .md\:right-3\.5 {
    right: 0.875rem;
  }

  .md\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .md\:left-3\.5 {
    left: 0.875rem;
  }

  .md\:top-1px {
    top: 1px;
  }

  .md\:right-1px {
    right: 1px;
  }

  .md\:bottom-1px {
    bottom: 1px;
  }

  .md\:left-1px {
    left: 1px;
  }

  .md\:top-2px {
    top: 2px;
  }

  .md\:right-2px {
    right: 2px;
  }

  .md\:bottom-2px {
    bottom: 2px;
  }

  .md\:left-2px {
    left: 2px;
  }

  .md\:top-3px {
    top: 3px;
  }

  .md\:right-3px {
    right: 3px;
  }

  .md\:bottom-3px {
    bottom: 3px;
  }

  .md\:left-3px {
    left: 3px;
  }

  .md\:top-4px {
    top: 4px;
  }

  .md\:right-4px {
    right: 4px;
  }

  .md\:bottom-4px {
    bottom: 4px;
  }

  .md\:left-4px {
    left: 4px;
  }

  .md\:top-5px {
    top: 5px;
  }

  .md\:right-5px {
    right: 5px;
  }

  .md\:bottom-5px {
    bottom: 5px;
  }

  .md\:left-5px {
    left: 5px;
  }

  .md\:top-6px {
    top: 6px;
  }

  .md\:right-6px {
    right: 6px;
  }

  .md\:bottom-6px {
    bottom: 6px;
  }

  .md\:left-6px {
    left: 6px;
  }

  .md\:top-7px {
    top: 7px;
  }

  .md\:right-7px {
    right: 7px;
  }

  .md\:bottom-7px {
    bottom: 7px;
  }

  .md\:left-7px {
    left: 7px;
  }

  .md\:top-8px {
    top: 8px;
  }

  .md\:right-8px {
    right: 8px;
  }

  .md\:bottom-8px {
    bottom: 8px;
  }

  .md\:left-8px {
    left: 8px;
  }

  .md\:top-9px {
    top: 9px;
  }

  .md\:right-9px {
    right: 9px;
  }

  .md\:bottom-9px {
    bottom: 9px;
  }

  .md\:left-9px {
    left: 9px;
  }

  .md\:top-10px {
    top: 10px;
  }

  .md\:right-10px {
    right: 10px;
  }

  .md\:bottom-10px {
    bottom: 10px;
  }

  .md\:left-10px {
    left: 10px;
  }

  .md\:top-11px {
    top: 11px;
  }

  .md\:right-11px {
    right: 11px;
  }

  .md\:bottom-11px {
    bottom: 11px;
  }

  .md\:left-11px {
    left: 11px;
  }

  .md\:top-12px {
    top: 12px;
  }

  .md\:right-12px {
    right: 12px;
  }

  .md\:bottom-12px {
    bottom: 12px;
  }

  .md\:left-12px {
    left: 12px;
  }

  .md\:top-13px {
    top: 13px;
  }

  .md\:right-13px {
    right: 13px;
  }

  .md\:bottom-13px {
    bottom: 13px;
  }

  .md\:left-13px {
    left: 13px;
  }

  .md\:top-14px {
    top: 14px;
  }

  .md\:right-14px {
    right: 14px;
  }

  .md\:bottom-14px {
    bottom: 14px;
  }

  .md\:left-14px {
    left: 14px;
  }

  .md\:top-15px {
    top: 15px;
  }

  .md\:right-15px {
    right: 15px;
  }

  .md\:bottom-15px {
    bottom: 15px;
  }

  .md\:left-15px {
    left: 15px;
  }

  .md\:top-16px {
    top: 16px;
  }

  .md\:right-16px {
    right: 16px;
  }

  .md\:bottom-16px {
    bottom: 16px;
  }

  .md\:left-16px {
    left: 16px;
  }

  .md\:top-17px {
    top: 17px;
  }

  .md\:right-17px {
    right: 17px;
  }

  .md\:bottom-17px {
    bottom: 17px;
  }

  .md\:left-17px {
    left: 17px;
  }

  .md\:top-18px {
    top: 18px;
  }

  .md\:right-18px {
    right: 18px;
  }

  .md\:bottom-18px {
    bottom: 18px;
  }

  .md\:left-18px {
    left: 18px;
  }

  .md\:top-19px {
    top: 19px;
  }

  .md\:right-19px {
    right: 19px;
  }

  .md\:bottom-19px {
    bottom: 19px;
  }

  .md\:left-19px {
    left: 19px;
  }

  .md\:top-20px {
    top: 20px;
  }

  .md\:right-20px {
    right: 20px;
  }

  .md\:bottom-20px {
    bottom: 20px;
  }

  .md\:left-20px {
    left: 20px;
  }

  .md\:top-21px {
    top: 21px;
  }

  .md\:right-21px {
    right: 21px;
  }

  .md\:bottom-21px {
    bottom: 21px;
  }

  .md\:left-21px {
    left: 21px;
  }

  .md\:top-22px {
    top: 22px;
  }

  .md\:right-22px {
    right: 22px;
  }

  .md\:bottom-22px {
    bottom: 22px;
  }

  .md\:left-22px {
    left: 22px;
  }

  .md\:top-23px {
    top: 23px;
  }

  .md\:right-23px {
    right: 23px;
  }

  .md\:bottom-23px {
    bottom: 23px;
  }

  .md\:left-23px {
    left: 23px;
  }

  .md\:top-24px {
    top: 24px;
  }

  .md\:right-24px {
    right: 24px;
  }

  .md\:bottom-24px {
    bottom: 24px;
  }

  .md\:left-24px {
    left: 24px;
  }

  .md\:top-25px {
    top: 25px;
  }

  .md\:right-25px {
    right: 25px;
  }

  .md\:bottom-25px {
    bottom: 25px;
  }

  .md\:left-25px {
    left: 25px;
  }

  .md\:top-26px {
    top: 26px;
  }

  .md\:right-26px {
    right: 26px;
  }

  .md\:bottom-26px {
    bottom: 26px;
  }

  .md\:left-26px {
    left: 26px;
  }

  .md\:top-27px {
    top: 27px;
  }

  .md\:right-27px {
    right: 27px;
  }

  .md\:bottom-27px {
    bottom: 27px;
  }

  .md\:left-27px {
    left: 27px;
  }

  .md\:top-28px {
    top: 28px;
  }

  .md\:right-28px {
    right: 28px;
  }

  .md\:bottom-28px {
    bottom: 28px;
  }

  .md\:left-28px {
    left: 28px;
  }

  .md\:top-29px {
    top: 29px;
  }

  .md\:right-29px {
    right: 29px;
  }

  .md\:bottom-29px {
    bottom: 29px;
  }

  .md\:left-29px {
    left: 29px;
  }

  .md\:top-30px {
    top: 30px;
  }

  .md\:right-30px {
    right: 30px;
  }

  .md\:bottom-30px {
    bottom: 30px;
  }

  .md\:left-30px {
    left: 30px;
  }

  .md\:top-31px {
    top: 31px;
  }

  .md\:right-31px {
    right: 31px;
  }

  .md\:bottom-31px {
    bottom: 31px;
  }

  .md\:left-31px {
    left: 31px;
  }

  .md\:top-32px {
    top: 32px;
  }

  .md\:right-32px {
    right: 32px;
  }

  .md\:bottom-32px {
    bottom: 32px;
  }

  .md\:left-32px {
    left: 32px;
  }

  .md\:top-33px {
    top: 33px;
  }

  .md\:right-33px {
    right: 33px;
  }

  .md\:bottom-33px {
    bottom: 33px;
  }

  .md\:left-33px {
    left: 33px;
  }

  .md\:top-34px {
    top: 34px;
  }

  .md\:right-34px {
    right: 34px;
  }

  .md\:bottom-34px {
    bottom: 34px;
  }

  .md\:left-34px {
    left: 34px;
  }

  .md\:top-35px {
    top: 35px;
  }

  .md\:right-35px {
    right: 35px;
  }

  .md\:bottom-35px {
    bottom: 35px;
  }

  .md\:left-35px {
    left: 35px;
  }

  .md\:top-36px {
    top: 36px;
  }

  .md\:right-36px {
    right: 36px;
  }

  .md\:bottom-36px {
    bottom: 36px;
  }

  .md\:left-36px {
    left: 36px;
  }

  .md\:top-37px {
    top: 37px;
  }

  .md\:right-37px {
    right: 37px;
  }

  .md\:bottom-37px {
    bottom: 37px;
  }

  .md\:left-37px {
    left: 37px;
  }

  .md\:top-38px {
    top: 38px;
  }

  .md\:right-38px {
    right: 38px;
  }

  .md\:bottom-38px {
    bottom: 38px;
  }

  .md\:left-38px {
    left: 38px;
  }

  .md\:top-39px {
    top: 39px;
  }

  .md\:right-39px {
    right: 39px;
  }

  .md\:bottom-39px {
    bottom: 39px;
  }

  .md\:left-39px {
    left: 39px;
  }

  .md\:top-40px {
    top: 40px;
  }

  .md\:right-40px {
    right: 40px;
  }

  .md\:bottom-40px {
    bottom: 40px;
  }

  .md\:left-40px {
    left: 40px;
  }

  .md\:top-41px {
    top: 41px;
  }

  .md\:right-41px {
    right: 41px;
  }

  .md\:bottom-41px {
    bottom: 41px;
  }

  .md\:left-41px {
    left: 41px;
  }

  .md\:top-42px {
    top: 42px;
  }

  .md\:right-42px {
    right: 42px;
  }

  .md\:bottom-42px {
    bottom: 42px;
  }

  .md\:left-42px {
    left: 42px;
  }

  .md\:top-43px {
    top: 43px;
  }

  .md\:right-43px {
    right: 43px;
  }

  .md\:bottom-43px {
    bottom: 43px;
  }

  .md\:left-43px {
    left: 43px;
  }

  .md\:top-44px {
    top: 44px;
  }

  .md\:right-44px {
    right: 44px;
  }

  .md\:bottom-44px {
    bottom: 44px;
  }

  .md\:left-44px {
    left: 44px;
  }

  .md\:top-45px {
    top: 45px;
  }

  .md\:right-45px {
    right: 45px;
  }

  .md\:bottom-45px {
    bottom: 45px;
  }

  .md\:left-45px {
    left: 45px;
  }

  .md\:top-46px {
    top: 46px;
  }

  .md\:right-46px {
    right: 46px;
  }

  .md\:bottom-46px {
    bottom: 46px;
  }

  .md\:left-46px {
    left: 46px;
  }

  .md\:top-47px {
    top: 47px;
  }

  .md\:right-47px {
    right: 47px;
  }

  .md\:bottom-47px {
    bottom: 47px;
  }

  .md\:left-47px {
    left: 47px;
  }

  .md\:top-48px {
    top: 48px;
  }

  .md\:right-48px {
    right: 48px;
  }

  .md\:bottom-48px {
    bottom: 48px;
  }

  .md\:left-48px {
    left: 48px;
  }

  .md\:top-49px {
    top: 49px;
  }

  .md\:right-49px {
    right: 49px;
  }

  .md\:bottom-49px {
    bottom: 49px;
  }

  .md\:left-49px {
    left: 49px;
  }

  .md\:top-50px {
    top: 50px;
  }

  .md\:right-50px {
    right: 50px;
  }

  .md\:bottom-50px {
    bottom: 50px;
  }

  .md\:left-50px {
    left: 50px;
  }

  .md\:top-51px {
    top: 51px;
  }

  .md\:right-51px {
    right: 51px;
  }

  .md\:bottom-51px {
    bottom: 51px;
  }

  .md\:left-51px {
    left: 51px;
  }

  .md\:top-52px {
    top: 52px;
  }

  .md\:right-52px {
    right: 52px;
  }

  .md\:bottom-52px {
    bottom: 52px;
  }

  .md\:left-52px {
    left: 52px;
  }

  .md\:top-53px {
    top: 53px;
  }

  .md\:right-53px {
    right: 53px;
  }

  .md\:bottom-53px {
    bottom: 53px;
  }

  .md\:left-53px {
    left: 53px;
  }

  .md\:top-54px {
    top: 54px;
  }

  .md\:right-54px {
    right: 54px;
  }

  .md\:bottom-54px {
    bottom: 54px;
  }

  .md\:left-54px {
    left: 54px;
  }

  .md\:top-55px {
    top: 55px;
  }

  .md\:right-55px {
    right: 55px;
  }

  .md\:bottom-55px {
    bottom: 55px;
  }

  .md\:left-55px {
    left: 55px;
  }

  .md\:top-56px {
    top: 56px;
  }

  .md\:right-56px {
    right: 56px;
  }

  .md\:bottom-56px {
    bottom: 56px;
  }

  .md\:left-56px {
    left: 56px;
  }

  .md\:top-57px {
    top: 57px;
  }

  .md\:right-57px {
    right: 57px;
  }

  .md\:bottom-57px {
    bottom: 57px;
  }

  .md\:left-57px {
    left: 57px;
  }

  .md\:top-58px {
    top: 58px;
  }

  .md\:right-58px {
    right: 58px;
  }

  .md\:bottom-58px {
    bottom: 58px;
  }

  .md\:left-58px {
    left: 58px;
  }

  .md\:top-59px {
    top: 59px;
  }

  .md\:right-59px {
    right: 59px;
  }

  .md\:bottom-59px {
    bottom: 59px;
  }

  .md\:left-59px {
    left: 59px;
  }

  .md\:top-60px {
    top: 60px;
  }

  .md\:right-60px {
    right: 60px;
  }

  .md\:bottom-60px {
    bottom: 60px;
  }

  .md\:left-60px {
    left: 60px;
  }

  .md\:top-61px {
    top: 61px;
  }

  .md\:right-61px {
    right: 61px;
  }

  .md\:bottom-61px {
    bottom: 61px;
  }

  .md\:left-61px {
    left: 61px;
  }

  .md\:top-62px {
    top: 62px;
  }

  .md\:right-62px {
    right: 62px;
  }

  .md\:bottom-62px {
    bottom: 62px;
  }

  .md\:left-62px {
    left: 62px;
  }

  .md\:top-63px {
    top: 63px;
  }

  .md\:right-63px {
    right: 63px;
  }

  .md\:bottom-63px {
    bottom: 63px;
  }

  .md\:left-63px {
    left: 63px;
  }

  .md\:top-64px {
    top: 64px;
  }

  .md\:right-64px {
    right: 64px;
  }

  .md\:bottom-64px {
    bottom: 64px;
  }

  .md\:left-64px {
    left: 64px;
  }

  .md\:top-65px {
    top: 65px;
  }

  .md\:right-65px {
    right: 65px;
  }

  .md\:bottom-65px {
    bottom: 65px;
  }

  .md\:left-65px {
    left: 65px;
  }

  .md\:top-66px {
    top: 66px;
  }

  .md\:right-66px {
    right: 66px;
  }

  .md\:bottom-66px {
    bottom: 66px;
  }

  .md\:left-66px {
    left: 66px;
  }

  .md\:top-67px {
    top: 67px;
  }

  .md\:right-67px {
    right: 67px;
  }

  .md\:bottom-67px {
    bottom: 67px;
  }

  .md\:left-67px {
    left: 67px;
  }

  .md\:top-68px {
    top: 68px;
  }

  .md\:right-68px {
    right: 68px;
  }

  .md\:bottom-68px {
    bottom: 68px;
  }

  .md\:left-68px {
    left: 68px;
  }

  .md\:top-69px {
    top: 69px;
  }

  .md\:right-69px {
    right: 69px;
  }

  .md\:bottom-69px {
    bottom: 69px;
  }

  .md\:left-69px {
    left: 69px;
  }

  .md\:top-70px {
    top: 70px;
  }

  .md\:right-70px {
    right: 70px;
  }

  .md\:bottom-70px {
    bottom: 70px;
  }

  .md\:left-70px {
    left: 70px;
  }

  .md\:top-71px {
    top: 71px;
  }

  .md\:right-71px {
    right: 71px;
  }

  .md\:bottom-71px {
    bottom: 71px;
  }

  .md\:left-71px {
    left: 71px;
  }

  .md\:top-72px {
    top: 72px;
  }

  .md\:right-72px {
    right: 72px;
  }

  .md\:bottom-72px {
    bottom: 72px;
  }

  .md\:left-72px {
    left: 72px;
  }

  .md\:top-73px {
    top: 73px;
  }

  .md\:right-73px {
    right: 73px;
  }

  .md\:bottom-73px {
    bottom: 73px;
  }

  .md\:left-73px {
    left: 73px;
  }

  .md\:top-74px {
    top: 74px;
  }

  .md\:right-74px {
    right: 74px;
  }

  .md\:bottom-74px {
    bottom: 74px;
  }

  .md\:left-74px {
    left: 74px;
  }

  .md\:top-75px {
    top: 75px;
  }

  .md\:right-75px {
    right: 75px;
  }

  .md\:bottom-75px {
    bottom: 75px;
  }

  .md\:left-75px {
    left: 75px;
  }

  .md\:top-76px {
    top: 76px;
  }

  .md\:right-76px {
    right: 76px;
  }

  .md\:bottom-76px {
    bottom: 76px;
  }

  .md\:left-76px {
    left: 76px;
  }

  .md\:top-77px {
    top: 77px;
  }

  .md\:right-77px {
    right: 77px;
  }

  .md\:bottom-77px {
    bottom: 77px;
  }

  .md\:left-77px {
    left: 77px;
  }

  .md\:top-78px {
    top: 78px;
  }

  .md\:right-78px {
    right: 78px;
  }

  .md\:bottom-78px {
    bottom: 78px;
  }

  .md\:left-78px {
    left: 78px;
  }

  .md\:top-79px {
    top: 79px;
  }

  .md\:right-79px {
    right: 79px;
  }

  .md\:bottom-79px {
    bottom: 79px;
  }

  .md\:left-79px {
    left: 79px;
  }

  .md\:top-80px {
    top: 80px;
  }

  .md\:right-80px {
    right: 80px;
  }

  .md\:bottom-80px {
    bottom: 80px;
  }

  .md\:left-80px {
    left: 80px;
  }

  .md\:top-81px {
    top: 81px;
  }

  .md\:right-81px {
    right: 81px;
  }

  .md\:bottom-81px {
    bottom: 81px;
  }

  .md\:left-81px {
    left: 81px;
  }

  .md\:top-82px {
    top: 82px;
  }

  .md\:right-82px {
    right: 82px;
  }

  .md\:bottom-82px {
    bottom: 82px;
  }

  .md\:left-82px {
    left: 82px;
  }

  .md\:top-83px {
    top: 83px;
  }

  .md\:right-83px {
    right: 83px;
  }

  .md\:bottom-83px {
    bottom: 83px;
  }

  .md\:left-83px {
    left: 83px;
  }

  .md\:top-84px {
    top: 84px;
  }

  .md\:right-84px {
    right: 84px;
  }

  .md\:bottom-84px {
    bottom: 84px;
  }

  .md\:left-84px {
    left: 84px;
  }

  .md\:top-85px {
    top: 85px;
  }

  .md\:right-85px {
    right: 85px;
  }

  .md\:bottom-85px {
    bottom: 85px;
  }

  .md\:left-85px {
    left: 85px;
  }

  .md\:top-86px {
    top: 86px;
  }

  .md\:right-86px {
    right: 86px;
  }

  .md\:bottom-86px {
    bottom: 86px;
  }

  .md\:left-86px {
    left: 86px;
  }

  .md\:top-87px {
    top: 87px;
  }

  .md\:right-87px {
    right: 87px;
  }

  .md\:bottom-87px {
    bottom: 87px;
  }

  .md\:left-87px {
    left: 87px;
  }

  .md\:top-88px {
    top: 88px;
  }

  .md\:right-88px {
    right: 88px;
  }

  .md\:bottom-88px {
    bottom: 88px;
  }

  .md\:left-88px {
    left: 88px;
  }

  .md\:top-89px {
    top: 89px;
  }

  .md\:right-89px {
    right: 89px;
  }

  .md\:bottom-89px {
    bottom: 89px;
  }

  .md\:left-89px {
    left: 89px;
  }

  .md\:top-90px {
    top: 90px;
  }

  .md\:right-90px {
    right: 90px;
  }

  .md\:bottom-90px {
    bottom: 90px;
  }

  .md\:left-90px {
    left: 90px;
  }

  .md\:top-91px {
    top: 91px;
  }

  .md\:right-91px {
    right: 91px;
  }

  .md\:bottom-91px {
    bottom: 91px;
  }

  .md\:left-91px {
    left: 91px;
  }

  .md\:top-92px {
    top: 92px;
  }

  .md\:right-92px {
    right: 92px;
  }

  .md\:bottom-92px {
    bottom: 92px;
  }

  .md\:left-92px {
    left: 92px;
  }

  .md\:top-93px {
    top: 93px;
  }

  .md\:right-93px {
    right: 93px;
  }

  .md\:bottom-93px {
    bottom: 93px;
  }

  .md\:left-93px {
    left: 93px;
  }

  .md\:top-94px {
    top: 94px;
  }

  .md\:right-94px {
    right: 94px;
  }

  .md\:bottom-94px {
    bottom: 94px;
  }

  .md\:left-94px {
    left: 94px;
  }

  .md\:top-95px {
    top: 95px;
  }

  .md\:right-95px {
    right: 95px;
  }

  .md\:bottom-95px {
    bottom: 95px;
  }

  .md\:left-95px {
    left: 95px;
  }

  .md\:top-96px {
    top: 96px;
  }

  .md\:right-96px {
    right: 96px;
  }

  .md\:bottom-96px {
    bottom: 96px;
  }

  .md\:left-96px {
    left: 96px;
  }

  .md\:top-97px {
    top: 97px;
  }

  .md\:right-97px {
    right: 97px;
  }

  .md\:bottom-97px {
    bottom: 97px;
  }

  .md\:left-97px {
    left: 97px;
  }

  .md\:top-98px {
    top: 98px;
  }

  .md\:right-98px {
    right: 98px;
  }

  .md\:bottom-98px {
    bottom: 98px;
  }

  .md\:left-98px {
    left: 98px;
  }

  .md\:top-99px {
    top: 99px;
  }

  .md\:right-99px {
    right: 99px;
  }

  .md\:bottom-99px {
    bottom: 99px;
  }

  .md\:left-99px {
    left: 99px;
  }

  .md\:top-100px {
    top: 100px;
  }

  .md\:right-100px {
    right: 100px;
  }

  .md\:bottom-100px {
    bottom: 100px;
  }

  .md\:left-100px {
    left: 100px;
  }

  .md\:top-101px {
    top: 101px;
  }

  .md\:right-101px {
    right: 101px;
  }

  .md\:bottom-101px {
    bottom: 101px;
  }

  .md\:left-101px {
    left: 101px;
  }

  .md\:top-102px {
    top: 102px;
  }

  .md\:right-102px {
    right: 102px;
  }

  .md\:bottom-102px {
    bottom: 102px;
  }

  .md\:left-102px {
    left: 102px;
  }

  .md\:top-103px {
    top: 103px;
  }

  .md\:right-103px {
    right: 103px;
  }

  .md\:bottom-103px {
    bottom: 103px;
  }

  .md\:left-103px {
    left: 103px;
  }

  .md\:top-104px {
    top: 104px;
  }

  .md\:right-104px {
    right: 104px;
  }

  .md\:bottom-104px {
    bottom: 104px;
  }

  .md\:left-104px {
    left: 104px;
  }

  .md\:top-105px {
    top: 105px;
  }

  .md\:right-105px {
    right: 105px;
  }

  .md\:bottom-105px {
    bottom: 105px;
  }

  .md\:left-105px {
    left: 105px;
  }

  .md\:top-106px {
    top: 106px;
  }

  .md\:right-106px {
    right: 106px;
  }

  .md\:bottom-106px {
    bottom: 106px;
  }

  .md\:left-106px {
    left: 106px;
  }

  .md\:top-107px {
    top: 107px;
  }

  .md\:right-107px {
    right: 107px;
  }

  .md\:bottom-107px {
    bottom: 107px;
  }

  .md\:left-107px {
    left: 107px;
  }

  .md\:top-108px {
    top: 108px;
  }

  .md\:right-108px {
    right: 108px;
  }

  .md\:bottom-108px {
    bottom: 108px;
  }

  .md\:left-108px {
    left: 108px;
  }

  .md\:top-109px {
    top: 109px;
  }

  .md\:right-109px {
    right: 109px;
  }

  .md\:bottom-109px {
    bottom: 109px;
  }

  .md\:left-109px {
    left: 109px;
  }

  .md\:top-110px {
    top: 110px;
  }

  .md\:right-110px {
    right: 110px;
  }

  .md\:bottom-110px {
    bottom: 110px;
  }

  .md\:left-110px {
    left: 110px;
  }

  .md\:top-111px {
    top: 111px;
  }

  .md\:right-111px {
    right: 111px;
  }

  .md\:bottom-111px {
    bottom: 111px;
  }

  .md\:left-111px {
    left: 111px;
  }

  .md\:top-112px {
    top: 112px;
  }

  .md\:right-112px {
    right: 112px;
  }

  .md\:bottom-112px {
    bottom: 112px;
  }

  .md\:left-112px {
    left: 112px;
  }

  .md\:top-113px {
    top: 113px;
  }

  .md\:right-113px {
    right: 113px;
  }

  .md\:bottom-113px {
    bottom: 113px;
  }

  .md\:left-113px {
    left: 113px;
  }

  .md\:top-114px {
    top: 114px;
  }

  .md\:right-114px {
    right: 114px;
  }

  .md\:bottom-114px {
    bottom: 114px;
  }

  .md\:left-114px {
    left: 114px;
  }

  .md\:top-115px {
    top: 115px;
  }

  .md\:right-115px {
    right: 115px;
  }

  .md\:bottom-115px {
    bottom: 115px;
  }

  .md\:left-115px {
    left: 115px;
  }

  .md\:top-116px {
    top: 116px;
  }

  .md\:right-116px {
    right: 116px;
  }

  .md\:bottom-116px {
    bottom: 116px;
  }

  .md\:left-116px {
    left: 116px;
  }

  .md\:top-117px {
    top: 117px;
  }

  .md\:right-117px {
    right: 117px;
  }

  .md\:bottom-117px {
    bottom: 117px;
  }

  .md\:left-117px {
    left: 117px;
  }

  .md\:top-118px {
    top: 118px;
  }

  .md\:right-118px {
    right: 118px;
  }

  .md\:bottom-118px {
    bottom: 118px;
  }

  .md\:left-118px {
    left: 118px;
  }

  .md\:top-119px {
    top: 119px;
  }

  .md\:right-119px {
    right: 119px;
  }

  .md\:bottom-119px {
    bottom: 119px;
  }

  .md\:left-119px {
    left: 119px;
  }

  .md\:top-120px {
    top: 120px;
  }

  .md\:right-120px {
    right: 120px;
  }

  .md\:bottom-120px {
    bottom: 120px;
  }

  .md\:left-120px {
    left: 120px;
  }

  .md\:top-121px {
    top: 121px;
  }

  .md\:right-121px {
    right: 121px;
  }

  .md\:bottom-121px {
    bottom: 121px;
  }

  .md\:left-121px {
    left: 121px;
  }

  .md\:top-122px {
    top: 122px;
  }

  .md\:right-122px {
    right: 122px;
  }

  .md\:bottom-122px {
    bottom: 122px;
  }

  .md\:left-122px {
    left: 122px;
  }

  .md\:top-123px {
    top: 123px;
  }

  .md\:right-123px {
    right: 123px;
  }

  .md\:bottom-123px {
    bottom: 123px;
  }

  .md\:left-123px {
    left: 123px;
  }

  .md\:top-124px {
    top: 124px;
  }

  .md\:right-124px {
    right: 124px;
  }

  .md\:bottom-124px {
    bottom: 124px;
  }

  .md\:left-124px {
    left: 124px;
  }

  .md\:top-125px {
    top: 125px;
  }

  .md\:right-125px {
    right: 125px;
  }

  .md\:bottom-125px {
    bottom: 125px;
  }

  .md\:left-125px {
    left: 125px;
  }

  .md\:top-126px {
    top: 126px;
  }

  .md\:right-126px {
    right: 126px;
  }

  .md\:bottom-126px {
    bottom: 126px;
  }

  .md\:left-126px {
    left: 126px;
  }

  .md\:top-127px {
    top: 127px;
  }

  .md\:right-127px {
    right: 127px;
  }

  .md\:bottom-127px {
    bottom: 127px;
  }

  .md\:left-127px {
    left: 127px;
  }

  .md\:top-128px {
    top: 128px;
  }

  .md\:right-128px {
    right: 128px;
  }

  .md\:bottom-128px {
    bottom: 128px;
  }

  .md\:left-128px {
    left: 128px;
  }

  .md\:top-129px {
    top: 129px;
  }

  .md\:right-129px {
    right: 129px;
  }

  .md\:bottom-129px {
    bottom: 129px;
  }

  .md\:left-129px {
    left: 129px;
  }

  .md\:top-130px {
    top: 130px;
  }

  .md\:right-130px {
    right: 130px;
  }

  .md\:bottom-130px {
    bottom: 130px;
  }

  .md\:left-130px {
    left: 130px;
  }

  .md\:top-133px {
    top: 133px;
  }

  .md\:right-133px {
    right: 133px;
  }

  .md\:bottom-133px {
    bottom: 133px;
  }

  .md\:left-133px {
    left: 133px;
  }

  .md\:top-140px {
    top: 140px;
  }

  .md\:right-140px {
    right: 140px;
  }

  .md\:bottom-140px {
    bottom: 140px;
  }

  .md\:left-140px {
    left: 140px;
  }

  .md\:top-195px {
    top: 195px;
  }

  .md\:right-195px {
    right: 195px;
  }

  .md\:bottom-195px {
    bottom: 195px;
  }

  .md\:left-195px {
    left: 195px;
  }

  .md\:top-200px {
    top: 200px;
  }

  .md\:right-200px {
    right: 200px;
  }

  .md\:bottom-200px {
    bottom: 200px;
  }

  .md\:left-200px {
    left: 200px;
  }

  .md\:top-210px {
    top: 210px;
  }

  .md\:right-210px {
    right: 210px;
  }

  .md\:bottom-210px {
    bottom: 210px;
  }

  .md\:left-210px {
    left: 210px;
  }

  .md\:top-222px {
    top: 222px;
  }

  .md\:right-222px {
    right: 222px;
  }

  .md\:bottom-222px {
    bottom: 222px;
  }

  .md\:left-222px {
    left: 222px;
  }

  .md\:top-258px {
    top: 258px;
  }

  .md\:right-258px {
    right: 258px;
  }

  .md\:bottom-258px {
    bottom: 258px;
  }

  .md\:left-258px {
    left: 258px;
  }

  .md\:top-280px {
    top: 280px;
  }

  .md\:right-280px {
    right: 280px;
  }

  .md\:bottom-280px {
    bottom: 280px;
  }

  .md\:left-280px {
    left: 280px;
  }

  .md\:top-334px {
    top: 334px;
  }

  .md\:right-334px {
    right: 334px;
  }

  .md\:bottom-334px {
    bottom: 334px;
  }

  .md\:left-334px {
    left: 334px;
  }

  .md\:top-388px {
    top: 388px;
  }

  .md\:right-388px {
    right: 388px;
  }

  .md\:bottom-388px {
    bottom: 388px;
  }

  .md\:left-388px {
    left: 388px;
  }

  .md\:top-480px {
    top: 480px;
  }

  .md\:right-480px {
    right: 480px;
  }

  .md\:bottom-480px {
    bottom: 480px;
  }

  .md\:left-480px {
    left: 480px;
  }

  .md\:top-490px {
    top: 490px;
  }

  .md\:right-490px {
    right: 490px;
  }

  .md\:bottom-490px {
    bottom: 490px;
  }

  .md\:left-490px {
    left: 490px;
  }

  .md\:top-505px {
    top: 505px;
  }

  .md\:right-505px {
    right: 505px;
  }

  .md\:bottom-505px {
    bottom: 505px;
  }

  .md\:left-505px {
    left: 505px;
  }

  .md\:top-507px {
    top: 507px;
  }

  .md\:right-507px {
    right: 507px;
  }

  .md\:bottom-507px {
    bottom: 507px;
  }

  .md\:left-507px {
    left: 507px;
  }

  .md\:top-760px {
    top: 760px;
  }

  .md\:right-760px {
    right: 760px;
  }

  .md\:bottom-760px {
    bottom: 760px;
  }

  .md\:left-760px {
    left: 760px;
  }

  .md\:top-780px {
    top: 780px;
  }

  .md\:right-780px {
    right: 780px;
  }

  .md\:bottom-780px {
    bottom: 780px;
  }

  .md\:left-780px {
    left: 780px;
  }

  .md\:top-980px {
    top: 980px;
  }

  .md\:right-980px {
    right: 980px;
  }

  .md\:bottom-980px {
    bottom: 980px;
  }

  .md\:left-980px {
    left: 980px;
  }

  .md\:top-1366px {
    top: 1366px;
  }

  .md\:right-1366px {
    right: 1366px;
  }

  .md\:bottom-1366px {
    bottom: 1366px;
  }

  .md\:left-1366px {
    left: 1366px;
  }

  .md\:-top-0 {
    top: 0px;
  }

  .md\:-right-0 {
    right: 0px;
  }

  .md\:-bottom-0 {
    bottom: 0px;
  }

  .md\:-left-0 {
    left: 0px;
  }

  .md\:-top-1 {
    top: -0.25rem;
  }

  .md\:-right-1 {
    right: -0.25rem;
  }

  .md\:-bottom-1 {
    bottom: -0.25rem;
  }

  .md\:-left-1 {
    left: -0.25rem;
  }

  .md\:-top-2 {
    top: -0.5rem;
  }

  .md\:-right-2 {
    right: -0.5rem;
  }

  .md\:-bottom-2 {
    bottom: -0.5rem;
  }

  .md\:-left-2 {
    left: -0.5rem;
  }

  .md\:-top-3 {
    top: -0.75rem;
  }

  .md\:-right-3 {
    right: -0.75rem;
  }

  .md\:-bottom-3 {
    bottom: -0.75rem;
  }

  .md\:-left-3 {
    left: -0.75rem;
  }

  .md\:-top-4 {
    top: -1rem;
  }

  .md\:-right-4 {
    right: -1rem;
  }

  .md\:-bottom-4 {
    bottom: -1rem;
  }

  .md\:-left-4 {
    left: -1rem;
  }

  .md\:-top-5 {
    top: -1.25rem;
  }

  .md\:-right-5 {
    right: -1.25rem;
  }

  .md\:-bottom-5 {
    bottom: -1.25rem;
  }

  .md\:-left-5 {
    left: -1.25rem;
  }

  .md\:-top-6 {
    top: -1.5rem;
  }

  .md\:-right-6 {
    right: -1.5rem;
  }

  .md\:-bottom-6 {
    bottom: -1.5rem;
  }

  .md\:-left-6 {
    left: -1.5rem;
  }

  .md\:-top-7 {
    top: -1.75rem;
  }

  .md\:-right-7 {
    right: -1.75rem;
  }

  .md\:-bottom-7 {
    bottom: -1.75rem;
  }

  .md\:-left-7 {
    left: -1.75rem;
  }

  .md\:-top-8 {
    top: -2rem;
  }

  .md\:-right-8 {
    right: -2rem;
  }

  .md\:-bottom-8 {
    bottom: -2rem;
  }

  .md\:-left-8 {
    left: -2rem;
  }

  .md\:-top-9 {
    top: -2.25rem;
  }

  .md\:-right-9 {
    right: -2.25rem;
  }

  .md\:-bottom-9 {
    bottom: -2.25rem;
  }

  .md\:-left-9 {
    left: -2.25rem;
  }

  .md\:-top-10 {
    top: -2.5rem;
  }

  .md\:-right-10 {
    right: -2.5rem;
  }

  .md\:-bottom-10 {
    bottom: -2.5rem;
  }

  .md\:-left-10 {
    left: -2.5rem;
  }

  .md\:-top-11 {
    top: -2.75rem;
  }

  .md\:-right-11 {
    right: -2.75rem;
  }

  .md\:-bottom-11 {
    bottom: -2.75rem;
  }

  .md\:-left-11 {
    left: -2.75rem;
  }

  .md\:-top-12 {
    top: -3rem;
  }

  .md\:-right-12 {
    right: -3rem;
  }

  .md\:-bottom-12 {
    bottom: -3rem;
  }

  .md\:-left-12 {
    left: -3rem;
  }

  .md\:-top-14 {
    top: -3.5rem;
  }

  .md\:-right-14 {
    right: -3.5rem;
  }

  .md\:-bottom-14 {
    bottom: -3.5rem;
  }

  .md\:-left-14 {
    left: -3.5rem;
  }

  .md\:-top-16 {
    top: -4rem;
  }

  .md\:-right-16 {
    right: -4rem;
  }

  .md\:-bottom-16 {
    bottom: -4rem;
  }

  .md\:-left-16 {
    left: -4rem;
  }

  .md\:-top-20 {
    top: -5rem;
  }

  .md\:-right-20 {
    right: -5rem;
  }

  .md\:-bottom-20 {
    bottom: -5rem;
  }

  .md\:-left-20 {
    left: -5rem;
  }

  .md\:-top-24 {
    top: -6rem;
  }

  .md\:-right-24 {
    right: -6rem;
  }

  .md\:-bottom-24 {
    bottom: -6rem;
  }

  .md\:-left-24 {
    left: -6rem;
  }

  .md\:-top-28 {
    top: -7rem;
  }

  .md\:-right-28 {
    right: -7rem;
  }

  .md\:-bottom-28 {
    bottom: -7rem;
  }

  .md\:-left-28 {
    left: -7rem;
  }

  .md\:-top-32 {
    top: -8rem;
  }

  .md\:-right-32 {
    right: -8rem;
  }

  .md\:-bottom-32 {
    bottom: -8rem;
  }

  .md\:-left-32 {
    left: -8rem;
  }

  .md\:-top-36 {
    top: -9rem;
  }

  .md\:-right-36 {
    right: -9rem;
  }

  .md\:-bottom-36 {
    bottom: -9rem;
  }

  .md\:-left-36 {
    left: -9rem;
  }

  .md\:-top-40 {
    top: -10rem;
  }

  .md\:-right-40 {
    right: -10rem;
  }

  .md\:-bottom-40 {
    bottom: -10rem;
  }

  .md\:-left-40 {
    left: -10rem;
  }

  .md\:-top-44 {
    top: -11rem;
  }

  .md\:-right-44 {
    right: -11rem;
  }

  .md\:-bottom-44 {
    bottom: -11rem;
  }

  .md\:-left-44 {
    left: -11rem;
  }

  .md\:-top-48 {
    top: -12rem;
  }

  .md\:-right-48 {
    right: -12rem;
  }

  .md\:-bottom-48 {
    bottom: -12rem;
  }

  .md\:-left-48 {
    left: -12rem;
  }

  .md\:-top-52 {
    top: -13rem;
  }

  .md\:-right-52 {
    right: -13rem;
  }

  .md\:-bottom-52 {
    bottom: -13rem;
  }

  .md\:-left-52 {
    left: -13rem;
  }

  .md\:-top-56 {
    top: -14rem;
  }

  .md\:-right-56 {
    right: -14rem;
  }

  .md\:-bottom-56 {
    bottom: -14rem;
  }

  .md\:-left-56 {
    left: -14rem;
  }

  .md\:-top-60 {
    top: -15rem;
  }

  .md\:-right-60 {
    right: -15rem;
  }

  .md\:-bottom-60 {
    bottom: -15rem;
  }

  .md\:-left-60 {
    left: -15rem;
  }

  .md\:-top-64 {
    top: -16rem;
  }

  .md\:-right-64 {
    right: -16rem;
  }

  .md\:-bottom-64 {
    bottom: -16rem;
  }

  .md\:-left-64 {
    left: -16rem;
  }

  .md\:-top-72 {
    top: -18rem;
  }

  .md\:-right-72 {
    right: -18rem;
  }

  .md\:-bottom-72 {
    bottom: -18rem;
  }

  .md\:-left-72 {
    left: -18rem;
  }

  .md\:-top-80 {
    top: -20rem;
  }

  .md\:-right-80 {
    right: -20rem;
  }

  .md\:-bottom-80 {
    bottom: -20rem;
  }

  .md\:-left-80 {
    left: -20rem;
  }

  .md\:-top-96 {
    top: -24rem;
  }

  .md\:-right-96 {
    right: -24rem;
  }

  .md\:-bottom-96 {
    bottom: -24rem;
  }

  .md\:-left-96 {
    left: -24rem;
  }

  .md\:-top-px {
    top: -1px;
  }

  .md\:-right-px {
    right: -1px;
  }

  .md\:-bottom-px {
    bottom: -1px;
  }

  .md\:-left-px {
    left: -1px;
  }

  .md\:-top-0\.5 {
    top: -0.125rem;
  }

  .md\:-right-0\.5 {
    right: -0.125rem;
  }

  .md\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .md\:-left-0\.5 {
    left: -0.125rem;
  }

  .md\:-top-1\.5 {
    top: -0.375rem;
  }

  .md\:-right-1\.5 {
    right: -0.375rem;
  }

  .md\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .md\:-left-1\.5 {
    left: -0.375rem;
  }

  .md\:-top-2\.5 {
    top: -0.625rem;
  }

  .md\:-right-2\.5 {
    right: -0.625rem;
  }

  .md\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .md\:-left-2\.5 {
    left: -0.625rem;
  }

  .md\:-top-3\.5 {
    top: -0.875rem;
  }

  .md\:-right-3\.5 {
    right: -0.875rem;
  }

  .md\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .md\:-left-3\.5 {
    left: -0.875rem;
  }

  .md\:-top-1px {
    top: -1px;
  }

  .md\:-right-1px {
    right: -1px;
  }

  .md\:-bottom-1px {
    bottom: -1px;
  }

  .md\:-left-1px {
    left: -1px;
  }

  .md\:-top-2px {
    top: -2px;
  }

  .md\:-right-2px {
    right: -2px;
  }

  .md\:-bottom-2px {
    bottom: -2px;
  }

  .md\:-left-2px {
    left: -2px;
  }

  .md\:-top-3px {
    top: -3px;
  }

  .md\:-right-3px {
    right: -3px;
  }

  .md\:-bottom-3px {
    bottom: -3px;
  }

  .md\:-left-3px {
    left: -3px;
  }

  .md\:-top-4px {
    top: -4px;
  }

  .md\:-right-4px {
    right: -4px;
  }

  .md\:-bottom-4px {
    bottom: -4px;
  }

  .md\:-left-4px {
    left: -4px;
  }

  .md\:-top-5px {
    top: -5px;
  }

  .md\:-right-5px {
    right: -5px;
  }

  .md\:-bottom-5px {
    bottom: -5px;
  }

  .md\:-left-5px {
    left: -5px;
  }

  .md\:-top-6px {
    top: -6px;
  }

  .md\:-right-6px {
    right: -6px;
  }

  .md\:-bottom-6px {
    bottom: -6px;
  }

  .md\:-left-6px {
    left: -6px;
  }

  .md\:-top-7px {
    top: -7px;
  }

  .md\:-right-7px {
    right: -7px;
  }

  .md\:-bottom-7px {
    bottom: -7px;
  }

  .md\:-left-7px {
    left: -7px;
  }

  .md\:-top-8px {
    top: -8px;
  }

  .md\:-right-8px {
    right: -8px;
  }

  .md\:-bottom-8px {
    bottom: -8px;
  }

  .md\:-left-8px {
    left: -8px;
  }

  .md\:-top-9px {
    top: -9px;
  }

  .md\:-right-9px {
    right: -9px;
  }

  .md\:-bottom-9px {
    bottom: -9px;
  }

  .md\:-left-9px {
    left: -9px;
  }

  .md\:-top-10px {
    top: -10px;
  }

  .md\:-right-10px {
    right: -10px;
  }

  .md\:-bottom-10px {
    bottom: -10px;
  }

  .md\:-left-10px {
    left: -10px;
  }

  .md\:-top-11px {
    top: -11px;
  }

  .md\:-right-11px {
    right: -11px;
  }

  .md\:-bottom-11px {
    bottom: -11px;
  }

  .md\:-left-11px {
    left: -11px;
  }

  .md\:-top-12px {
    top: -12px;
  }

  .md\:-right-12px {
    right: -12px;
  }

  .md\:-bottom-12px {
    bottom: -12px;
  }

  .md\:-left-12px {
    left: -12px;
  }

  .md\:-top-13px {
    top: -13px;
  }

  .md\:-right-13px {
    right: -13px;
  }

  .md\:-bottom-13px {
    bottom: -13px;
  }

  .md\:-left-13px {
    left: -13px;
  }

  .md\:-top-14px {
    top: -14px;
  }

  .md\:-right-14px {
    right: -14px;
  }

  .md\:-bottom-14px {
    bottom: -14px;
  }

  .md\:-left-14px {
    left: -14px;
  }

  .md\:-top-15px {
    top: -15px;
  }

  .md\:-right-15px {
    right: -15px;
  }

  .md\:-bottom-15px {
    bottom: -15px;
  }

  .md\:-left-15px {
    left: -15px;
  }

  .md\:-top-16px {
    top: -16px;
  }

  .md\:-right-16px {
    right: -16px;
  }

  .md\:-bottom-16px {
    bottom: -16px;
  }

  .md\:-left-16px {
    left: -16px;
  }

  .md\:-top-17px {
    top: -17px;
  }

  .md\:-right-17px {
    right: -17px;
  }

  .md\:-bottom-17px {
    bottom: -17px;
  }

  .md\:-left-17px {
    left: -17px;
  }

  .md\:-top-18px {
    top: -18px;
  }

  .md\:-right-18px {
    right: -18px;
  }

  .md\:-bottom-18px {
    bottom: -18px;
  }

  .md\:-left-18px {
    left: -18px;
  }

  .md\:-top-19px {
    top: -19px;
  }

  .md\:-right-19px {
    right: -19px;
  }

  .md\:-bottom-19px {
    bottom: -19px;
  }

  .md\:-left-19px {
    left: -19px;
  }

  .md\:-top-20px {
    top: -20px;
  }

  .md\:-right-20px {
    right: -20px;
  }

  .md\:-bottom-20px {
    bottom: -20px;
  }

  .md\:-left-20px {
    left: -20px;
  }

  .md\:-top-21px {
    top: -21px;
  }

  .md\:-right-21px {
    right: -21px;
  }

  .md\:-bottom-21px {
    bottom: -21px;
  }

  .md\:-left-21px {
    left: -21px;
  }

  .md\:-top-22px {
    top: -22px;
  }

  .md\:-right-22px {
    right: -22px;
  }

  .md\:-bottom-22px {
    bottom: -22px;
  }

  .md\:-left-22px {
    left: -22px;
  }

  .md\:-top-23px {
    top: -23px;
  }

  .md\:-right-23px {
    right: -23px;
  }

  .md\:-bottom-23px {
    bottom: -23px;
  }

  .md\:-left-23px {
    left: -23px;
  }

  .md\:-top-24px {
    top: -24px;
  }

  .md\:-right-24px {
    right: -24px;
  }

  .md\:-bottom-24px {
    bottom: -24px;
  }

  .md\:-left-24px {
    left: -24px;
  }

  .md\:-top-25px {
    top: -25px;
  }

  .md\:-right-25px {
    right: -25px;
  }

  .md\:-bottom-25px {
    bottom: -25px;
  }

  .md\:-left-25px {
    left: -25px;
  }

  .md\:-top-26px {
    top: -26px;
  }

  .md\:-right-26px {
    right: -26px;
  }

  .md\:-bottom-26px {
    bottom: -26px;
  }

  .md\:-left-26px {
    left: -26px;
  }

  .md\:-top-27px {
    top: -27px;
  }

  .md\:-right-27px {
    right: -27px;
  }

  .md\:-bottom-27px {
    bottom: -27px;
  }

  .md\:-left-27px {
    left: -27px;
  }

  .md\:-top-28px {
    top: -28px;
  }

  .md\:-right-28px {
    right: -28px;
  }

  .md\:-bottom-28px {
    bottom: -28px;
  }

  .md\:-left-28px {
    left: -28px;
  }

  .md\:-top-29px {
    top: -29px;
  }

  .md\:-right-29px {
    right: -29px;
  }

  .md\:-bottom-29px {
    bottom: -29px;
  }

  .md\:-left-29px {
    left: -29px;
  }

  .md\:-top-30px {
    top: -30px;
  }

  .md\:-right-30px {
    right: -30px;
  }

  .md\:-bottom-30px {
    bottom: -30px;
  }

  .md\:-left-30px {
    left: -30px;
  }

  .md\:-top-31px {
    top: -31px;
  }

  .md\:-right-31px {
    right: -31px;
  }

  .md\:-bottom-31px {
    bottom: -31px;
  }

  .md\:-left-31px {
    left: -31px;
  }

  .md\:-top-32px {
    top: -32px;
  }

  .md\:-right-32px {
    right: -32px;
  }

  .md\:-bottom-32px {
    bottom: -32px;
  }

  .md\:-left-32px {
    left: -32px;
  }

  .md\:-top-33px {
    top: -33px;
  }

  .md\:-right-33px {
    right: -33px;
  }

  .md\:-bottom-33px {
    bottom: -33px;
  }

  .md\:-left-33px {
    left: -33px;
  }

  .md\:-top-34px {
    top: -34px;
  }

  .md\:-right-34px {
    right: -34px;
  }

  .md\:-bottom-34px {
    bottom: -34px;
  }

  .md\:-left-34px {
    left: -34px;
  }

  .md\:-top-35px {
    top: -35px;
  }

  .md\:-right-35px {
    right: -35px;
  }

  .md\:-bottom-35px {
    bottom: -35px;
  }

  .md\:-left-35px {
    left: -35px;
  }

  .md\:-top-36px {
    top: -36px;
  }

  .md\:-right-36px {
    right: -36px;
  }

  .md\:-bottom-36px {
    bottom: -36px;
  }

  .md\:-left-36px {
    left: -36px;
  }

  .md\:-top-37px {
    top: -37px;
  }

  .md\:-right-37px {
    right: -37px;
  }

  .md\:-bottom-37px {
    bottom: -37px;
  }

  .md\:-left-37px {
    left: -37px;
  }

  .md\:-top-38px {
    top: -38px;
  }

  .md\:-right-38px {
    right: -38px;
  }

  .md\:-bottom-38px {
    bottom: -38px;
  }

  .md\:-left-38px {
    left: -38px;
  }

  .md\:-top-39px {
    top: -39px;
  }

  .md\:-right-39px {
    right: -39px;
  }

  .md\:-bottom-39px {
    bottom: -39px;
  }

  .md\:-left-39px {
    left: -39px;
  }

  .md\:-top-40px {
    top: -40px;
  }

  .md\:-right-40px {
    right: -40px;
  }

  .md\:-bottom-40px {
    bottom: -40px;
  }

  .md\:-left-40px {
    left: -40px;
  }

  .md\:-top-41px {
    top: -41px;
  }

  .md\:-right-41px {
    right: -41px;
  }

  .md\:-bottom-41px {
    bottom: -41px;
  }

  .md\:-left-41px {
    left: -41px;
  }

  .md\:-top-42px {
    top: -42px;
  }

  .md\:-right-42px {
    right: -42px;
  }

  .md\:-bottom-42px {
    bottom: -42px;
  }

  .md\:-left-42px {
    left: -42px;
  }

  .md\:-top-43px {
    top: -43px;
  }

  .md\:-right-43px {
    right: -43px;
  }

  .md\:-bottom-43px {
    bottom: -43px;
  }

  .md\:-left-43px {
    left: -43px;
  }

  .md\:-top-44px {
    top: -44px;
  }

  .md\:-right-44px {
    right: -44px;
  }

  .md\:-bottom-44px {
    bottom: -44px;
  }

  .md\:-left-44px {
    left: -44px;
  }

  .md\:-top-45px {
    top: -45px;
  }

  .md\:-right-45px {
    right: -45px;
  }

  .md\:-bottom-45px {
    bottom: -45px;
  }

  .md\:-left-45px {
    left: -45px;
  }

  .md\:-top-46px {
    top: -46px;
  }

  .md\:-right-46px {
    right: -46px;
  }

  .md\:-bottom-46px {
    bottom: -46px;
  }

  .md\:-left-46px {
    left: -46px;
  }

  .md\:-top-47px {
    top: -47px;
  }

  .md\:-right-47px {
    right: -47px;
  }

  .md\:-bottom-47px {
    bottom: -47px;
  }

  .md\:-left-47px {
    left: -47px;
  }

  .md\:-top-48px {
    top: -48px;
  }

  .md\:-right-48px {
    right: -48px;
  }

  .md\:-bottom-48px {
    bottom: -48px;
  }

  .md\:-left-48px {
    left: -48px;
  }

  .md\:-top-49px {
    top: -49px;
  }

  .md\:-right-49px {
    right: -49px;
  }

  .md\:-bottom-49px {
    bottom: -49px;
  }

  .md\:-left-49px {
    left: -49px;
  }

  .md\:-top-50px {
    top: -50px;
  }

  .md\:-right-50px {
    right: -50px;
  }

  .md\:-bottom-50px {
    bottom: -50px;
  }

  .md\:-left-50px {
    left: -50px;
  }

  .md\:-top-51px {
    top: -51px;
  }

  .md\:-right-51px {
    right: -51px;
  }

  .md\:-bottom-51px {
    bottom: -51px;
  }

  .md\:-left-51px {
    left: -51px;
  }

  .md\:-top-52px {
    top: -52px;
  }

  .md\:-right-52px {
    right: -52px;
  }

  .md\:-bottom-52px {
    bottom: -52px;
  }

  .md\:-left-52px {
    left: -52px;
  }

  .md\:-top-53px {
    top: -53px;
  }

  .md\:-right-53px {
    right: -53px;
  }

  .md\:-bottom-53px {
    bottom: -53px;
  }

  .md\:-left-53px {
    left: -53px;
  }

  .md\:-top-54px {
    top: -54px;
  }

  .md\:-right-54px {
    right: -54px;
  }

  .md\:-bottom-54px {
    bottom: -54px;
  }

  .md\:-left-54px {
    left: -54px;
  }

  .md\:-top-55px {
    top: -55px;
  }

  .md\:-right-55px {
    right: -55px;
  }

  .md\:-bottom-55px {
    bottom: -55px;
  }

  .md\:-left-55px {
    left: -55px;
  }

  .md\:-top-56px {
    top: -56px;
  }

  .md\:-right-56px {
    right: -56px;
  }

  .md\:-bottom-56px {
    bottom: -56px;
  }

  .md\:-left-56px {
    left: -56px;
  }

  .md\:-top-57px {
    top: -57px;
  }

  .md\:-right-57px {
    right: -57px;
  }

  .md\:-bottom-57px {
    bottom: -57px;
  }

  .md\:-left-57px {
    left: -57px;
  }

  .md\:-top-58px {
    top: -58px;
  }

  .md\:-right-58px {
    right: -58px;
  }

  .md\:-bottom-58px {
    bottom: -58px;
  }

  .md\:-left-58px {
    left: -58px;
  }

  .md\:-top-59px {
    top: -59px;
  }

  .md\:-right-59px {
    right: -59px;
  }

  .md\:-bottom-59px {
    bottom: -59px;
  }

  .md\:-left-59px {
    left: -59px;
  }

  .md\:-top-60px {
    top: -60px;
  }

  .md\:-right-60px {
    right: -60px;
  }

  .md\:-bottom-60px {
    bottom: -60px;
  }

  .md\:-left-60px {
    left: -60px;
  }

  .md\:-top-61px {
    top: -61px;
  }

  .md\:-right-61px {
    right: -61px;
  }

  .md\:-bottom-61px {
    bottom: -61px;
  }

  .md\:-left-61px {
    left: -61px;
  }

  .md\:-top-62px {
    top: -62px;
  }

  .md\:-right-62px {
    right: -62px;
  }

  .md\:-bottom-62px {
    bottom: -62px;
  }

  .md\:-left-62px {
    left: -62px;
  }

  .md\:-top-63px {
    top: -63px;
  }

  .md\:-right-63px {
    right: -63px;
  }

  .md\:-bottom-63px {
    bottom: -63px;
  }

  .md\:-left-63px {
    left: -63px;
  }

  .md\:-top-64px {
    top: -64px;
  }

  .md\:-right-64px {
    right: -64px;
  }

  .md\:-bottom-64px {
    bottom: -64px;
  }

  .md\:-left-64px {
    left: -64px;
  }

  .md\:-top-65px {
    top: -65px;
  }

  .md\:-right-65px {
    right: -65px;
  }

  .md\:-bottom-65px {
    bottom: -65px;
  }

  .md\:-left-65px {
    left: -65px;
  }

  .md\:-top-66px {
    top: -66px;
  }

  .md\:-right-66px {
    right: -66px;
  }

  .md\:-bottom-66px {
    bottom: -66px;
  }

  .md\:-left-66px {
    left: -66px;
  }

  .md\:-top-67px {
    top: -67px;
  }

  .md\:-right-67px {
    right: -67px;
  }

  .md\:-bottom-67px {
    bottom: -67px;
  }

  .md\:-left-67px {
    left: -67px;
  }

  .md\:-top-68px {
    top: -68px;
  }

  .md\:-right-68px {
    right: -68px;
  }

  .md\:-bottom-68px {
    bottom: -68px;
  }

  .md\:-left-68px {
    left: -68px;
  }

  .md\:-top-69px {
    top: -69px;
  }

  .md\:-right-69px {
    right: -69px;
  }

  .md\:-bottom-69px {
    bottom: -69px;
  }

  .md\:-left-69px {
    left: -69px;
  }

  .md\:-top-70px {
    top: -70px;
  }

  .md\:-right-70px {
    right: -70px;
  }

  .md\:-bottom-70px {
    bottom: -70px;
  }

  .md\:-left-70px {
    left: -70px;
  }

  .md\:-top-71px {
    top: -71px;
  }

  .md\:-right-71px {
    right: -71px;
  }

  .md\:-bottom-71px {
    bottom: -71px;
  }

  .md\:-left-71px {
    left: -71px;
  }

  .md\:-top-72px {
    top: -72px;
  }

  .md\:-right-72px {
    right: -72px;
  }

  .md\:-bottom-72px {
    bottom: -72px;
  }

  .md\:-left-72px {
    left: -72px;
  }

  .md\:-top-73px {
    top: -73px;
  }

  .md\:-right-73px {
    right: -73px;
  }

  .md\:-bottom-73px {
    bottom: -73px;
  }

  .md\:-left-73px {
    left: -73px;
  }

  .md\:-top-74px {
    top: -74px;
  }

  .md\:-right-74px {
    right: -74px;
  }

  .md\:-bottom-74px {
    bottom: -74px;
  }

  .md\:-left-74px {
    left: -74px;
  }

  .md\:-top-75px {
    top: -75px;
  }

  .md\:-right-75px {
    right: -75px;
  }

  .md\:-bottom-75px {
    bottom: -75px;
  }

  .md\:-left-75px {
    left: -75px;
  }

  .md\:-top-76px {
    top: -76px;
  }

  .md\:-right-76px {
    right: -76px;
  }

  .md\:-bottom-76px {
    bottom: -76px;
  }

  .md\:-left-76px {
    left: -76px;
  }

  .md\:-top-77px {
    top: -77px;
  }

  .md\:-right-77px {
    right: -77px;
  }

  .md\:-bottom-77px {
    bottom: -77px;
  }

  .md\:-left-77px {
    left: -77px;
  }

  .md\:-top-78px {
    top: -78px;
  }

  .md\:-right-78px {
    right: -78px;
  }

  .md\:-bottom-78px {
    bottom: -78px;
  }

  .md\:-left-78px {
    left: -78px;
  }

  .md\:-top-79px {
    top: -79px;
  }

  .md\:-right-79px {
    right: -79px;
  }

  .md\:-bottom-79px {
    bottom: -79px;
  }

  .md\:-left-79px {
    left: -79px;
  }

  .md\:-top-80px {
    top: -80px;
  }

  .md\:-right-80px {
    right: -80px;
  }

  .md\:-bottom-80px {
    bottom: -80px;
  }

  .md\:-left-80px {
    left: -80px;
  }

  .md\:-top-81px {
    top: -81px;
  }

  .md\:-right-81px {
    right: -81px;
  }

  .md\:-bottom-81px {
    bottom: -81px;
  }

  .md\:-left-81px {
    left: -81px;
  }

  .md\:-top-82px {
    top: -82px;
  }

  .md\:-right-82px {
    right: -82px;
  }

  .md\:-bottom-82px {
    bottom: -82px;
  }

  .md\:-left-82px {
    left: -82px;
  }

  .md\:-top-83px {
    top: -83px;
  }

  .md\:-right-83px {
    right: -83px;
  }

  .md\:-bottom-83px {
    bottom: -83px;
  }

  .md\:-left-83px {
    left: -83px;
  }

  .md\:-top-84px {
    top: -84px;
  }

  .md\:-right-84px {
    right: -84px;
  }

  .md\:-bottom-84px {
    bottom: -84px;
  }

  .md\:-left-84px {
    left: -84px;
  }

  .md\:-top-85px {
    top: -85px;
  }

  .md\:-right-85px {
    right: -85px;
  }

  .md\:-bottom-85px {
    bottom: -85px;
  }

  .md\:-left-85px {
    left: -85px;
  }

  .md\:-top-86px {
    top: -86px;
  }

  .md\:-right-86px {
    right: -86px;
  }

  .md\:-bottom-86px {
    bottom: -86px;
  }

  .md\:-left-86px {
    left: -86px;
  }

  .md\:-top-87px {
    top: -87px;
  }

  .md\:-right-87px {
    right: -87px;
  }

  .md\:-bottom-87px {
    bottom: -87px;
  }

  .md\:-left-87px {
    left: -87px;
  }

  .md\:-top-88px {
    top: -88px;
  }

  .md\:-right-88px {
    right: -88px;
  }

  .md\:-bottom-88px {
    bottom: -88px;
  }

  .md\:-left-88px {
    left: -88px;
  }

  .md\:-top-89px {
    top: -89px;
  }

  .md\:-right-89px {
    right: -89px;
  }

  .md\:-bottom-89px {
    bottom: -89px;
  }

  .md\:-left-89px {
    left: -89px;
  }

  .md\:-top-90px {
    top: -90px;
  }

  .md\:-right-90px {
    right: -90px;
  }

  .md\:-bottom-90px {
    bottom: -90px;
  }

  .md\:-left-90px {
    left: -90px;
  }

  .md\:-top-91px {
    top: -91px;
  }

  .md\:-right-91px {
    right: -91px;
  }

  .md\:-bottom-91px {
    bottom: -91px;
  }

  .md\:-left-91px {
    left: -91px;
  }

  .md\:-top-92px {
    top: -92px;
  }

  .md\:-right-92px {
    right: -92px;
  }

  .md\:-bottom-92px {
    bottom: -92px;
  }

  .md\:-left-92px {
    left: -92px;
  }

  .md\:-top-93px {
    top: -93px;
  }

  .md\:-right-93px {
    right: -93px;
  }

  .md\:-bottom-93px {
    bottom: -93px;
  }

  .md\:-left-93px {
    left: -93px;
  }

  .md\:-top-94px {
    top: -94px;
  }

  .md\:-right-94px {
    right: -94px;
  }

  .md\:-bottom-94px {
    bottom: -94px;
  }

  .md\:-left-94px {
    left: -94px;
  }

  .md\:-top-95px {
    top: -95px;
  }

  .md\:-right-95px {
    right: -95px;
  }

  .md\:-bottom-95px {
    bottom: -95px;
  }

  .md\:-left-95px {
    left: -95px;
  }

  .md\:-top-96px {
    top: -96px;
  }

  .md\:-right-96px {
    right: -96px;
  }

  .md\:-bottom-96px {
    bottom: -96px;
  }

  .md\:-left-96px {
    left: -96px;
  }

  .md\:-top-97px {
    top: -97px;
  }

  .md\:-right-97px {
    right: -97px;
  }

  .md\:-bottom-97px {
    bottom: -97px;
  }

  .md\:-left-97px {
    left: -97px;
  }

  .md\:-top-98px {
    top: -98px;
  }

  .md\:-right-98px {
    right: -98px;
  }

  .md\:-bottom-98px {
    bottom: -98px;
  }

  .md\:-left-98px {
    left: -98px;
  }

  .md\:-top-99px {
    top: -99px;
  }

  .md\:-right-99px {
    right: -99px;
  }

  .md\:-bottom-99px {
    bottom: -99px;
  }

  .md\:-left-99px {
    left: -99px;
  }

  .md\:-top-100px {
    top: -100px;
  }

  .md\:-right-100px {
    right: -100px;
  }

  .md\:-bottom-100px {
    bottom: -100px;
  }

  .md\:-left-100px {
    left: -100px;
  }

  .md\:-top-101px {
    top: -101px;
  }

  .md\:-right-101px {
    right: -101px;
  }

  .md\:-bottom-101px {
    bottom: -101px;
  }

  .md\:-left-101px {
    left: -101px;
  }

  .md\:-top-102px {
    top: -102px;
  }

  .md\:-right-102px {
    right: -102px;
  }

  .md\:-bottom-102px {
    bottom: -102px;
  }

  .md\:-left-102px {
    left: -102px;
  }

  .md\:-top-103px {
    top: -103px;
  }

  .md\:-right-103px {
    right: -103px;
  }

  .md\:-bottom-103px {
    bottom: -103px;
  }

  .md\:-left-103px {
    left: -103px;
  }

  .md\:-top-104px {
    top: -104px;
  }

  .md\:-right-104px {
    right: -104px;
  }

  .md\:-bottom-104px {
    bottom: -104px;
  }

  .md\:-left-104px {
    left: -104px;
  }

  .md\:-top-105px {
    top: -105px;
  }

  .md\:-right-105px {
    right: -105px;
  }

  .md\:-bottom-105px {
    bottom: -105px;
  }

  .md\:-left-105px {
    left: -105px;
  }

  .md\:-top-106px {
    top: -106px;
  }

  .md\:-right-106px {
    right: -106px;
  }

  .md\:-bottom-106px {
    bottom: -106px;
  }

  .md\:-left-106px {
    left: -106px;
  }

  .md\:-top-107px {
    top: -107px;
  }

  .md\:-right-107px {
    right: -107px;
  }

  .md\:-bottom-107px {
    bottom: -107px;
  }

  .md\:-left-107px {
    left: -107px;
  }

  .md\:-top-108px {
    top: -108px;
  }

  .md\:-right-108px {
    right: -108px;
  }

  .md\:-bottom-108px {
    bottom: -108px;
  }

  .md\:-left-108px {
    left: -108px;
  }

  .md\:-top-109px {
    top: -109px;
  }

  .md\:-right-109px {
    right: -109px;
  }

  .md\:-bottom-109px {
    bottom: -109px;
  }

  .md\:-left-109px {
    left: -109px;
  }

  .md\:-top-110px {
    top: -110px;
  }

  .md\:-right-110px {
    right: -110px;
  }

  .md\:-bottom-110px {
    bottom: -110px;
  }

  .md\:-left-110px {
    left: -110px;
  }

  .md\:-top-111px {
    top: -111px;
  }

  .md\:-right-111px {
    right: -111px;
  }

  .md\:-bottom-111px {
    bottom: -111px;
  }

  .md\:-left-111px {
    left: -111px;
  }

  .md\:-top-112px {
    top: -112px;
  }

  .md\:-right-112px {
    right: -112px;
  }

  .md\:-bottom-112px {
    bottom: -112px;
  }

  .md\:-left-112px {
    left: -112px;
  }

  .md\:-top-113px {
    top: -113px;
  }

  .md\:-right-113px {
    right: -113px;
  }

  .md\:-bottom-113px {
    bottom: -113px;
  }

  .md\:-left-113px {
    left: -113px;
  }

  .md\:-top-114px {
    top: -114px;
  }

  .md\:-right-114px {
    right: -114px;
  }

  .md\:-bottom-114px {
    bottom: -114px;
  }

  .md\:-left-114px {
    left: -114px;
  }

  .md\:-top-115px {
    top: -115px;
  }

  .md\:-right-115px {
    right: -115px;
  }

  .md\:-bottom-115px {
    bottom: -115px;
  }

  .md\:-left-115px {
    left: -115px;
  }

  .md\:-top-116px {
    top: -116px;
  }

  .md\:-right-116px {
    right: -116px;
  }

  .md\:-bottom-116px {
    bottom: -116px;
  }

  .md\:-left-116px {
    left: -116px;
  }

  .md\:-top-117px {
    top: -117px;
  }

  .md\:-right-117px {
    right: -117px;
  }

  .md\:-bottom-117px {
    bottom: -117px;
  }

  .md\:-left-117px {
    left: -117px;
  }

  .md\:-top-118px {
    top: -118px;
  }

  .md\:-right-118px {
    right: -118px;
  }

  .md\:-bottom-118px {
    bottom: -118px;
  }

  .md\:-left-118px {
    left: -118px;
  }

  .md\:-top-119px {
    top: -119px;
  }

  .md\:-right-119px {
    right: -119px;
  }

  .md\:-bottom-119px {
    bottom: -119px;
  }

  .md\:-left-119px {
    left: -119px;
  }

  .md\:-top-120px {
    top: -120px;
  }

  .md\:-right-120px {
    right: -120px;
  }

  .md\:-bottom-120px {
    bottom: -120px;
  }

  .md\:-left-120px {
    left: -120px;
  }

  .md\:-top-121px {
    top: -121px;
  }

  .md\:-right-121px {
    right: -121px;
  }

  .md\:-bottom-121px {
    bottom: -121px;
  }

  .md\:-left-121px {
    left: -121px;
  }

  .md\:-top-122px {
    top: -122px;
  }

  .md\:-right-122px {
    right: -122px;
  }

  .md\:-bottom-122px {
    bottom: -122px;
  }

  .md\:-left-122px {
    left: -122px;
  }

  .md\:-top-123px {
    top: -123px;
  }

  .md\:-right-123px {
    right: -123px;
  }

  .md\:-bottom-123px {
    bottom: -123px;
  }

  .md\:-left-123px {
    left: -123px;
  }

  .md\:-top-124px {
    top: -124px;
  }

  .md\:-right-124px {
    right: -124px;
  }

  .md\:-bottom-124px {
    bottom: -124px;
  }

  .md\:-left-124px {
    left: -124px;
  }

  .md\:-top-125px {
    top: -125px;
  }

  .md\:-right-125px {
    right: -125px;
  }

  .md\:-bottom-125px {
    bottom: -125px;
  }

  .md\:-left-125px {
    left: -125px;
  }

  .md\:-top-126px {
    top: -126px;
  }

  .md\:-right-126px {
    right: -126px;
  }

  .md\:-bottom-126px {
    bottom: -126px;
  }

  .md\:-left-126px {
    left: -126px;
  }

  .md\:-top-127px {
    top: -127px;
  }

  .md\:-right-127px {
    right: -127px;
  }

  .md\:-bottom-127px {
    bottom: -127px;
  }

  .md\:-left-127px {
    left: -127px;
  }

  .md\:-top-128px {
    top: -128px;
  }

  .md\:-right-128px {
    right: -128px;
  }

  .md\:-bottom-128px {
    bottom: -128px;
  }

  .md\:-left-128px {
    left: -128px;
  }

  .md\:-top-129px {
    top: -129px;
  }

  .md\:-right-129px {
    right: -129px;
  }

  .md\:-bottom-129px {
    bottom: -129px;
  }

  .md\:-left-129px {
    left: -129px;
  }

  .md\:-top-130px {
    top: -130px;
  }

  .md\:-right-130px {
    right: -130px;
  }

  .md\:-bottom-130px {
    bottom: -130px;
  }

  .md\:-left-130px {
    left: -130px;
  }

  .md\:-top-133px {
    top: -133px;
  }

  .md\:-right-133px {
    right: -133px;
  }

  .md\:-bottom-133px {
    bottom: -133px;
  }

  .md\:-left-133px {
    left: -133px;
  }

  .md\:-top-140px {
    top: -140px;
  }

  .md\:-right-140px {
    right: -140px;
  }

  .md\:-bottom-140px {
    bottom: -140px;
  }

  .md\:-left-140px {
    left: -140px;
  }

  .md\:-top-195px {
    top: -195px;
  }

  .md\:-right-195px {
    right: -195px;
  }

  .md\:-bottom-195px {
    bottom: -195px;
  }

  .md\:-left-195px {
    left: -195px;
  }

  .md\:-top-200px {
    top: -200px;
  }

  .md\:-right-200px {
    right: -200px;
  }

  .md\:-bottom-200px {
    bottom: -200px;
  }

  .md\:-left-200px {
    left: -200px;
  }

  .md\:-top-210px {
    top: -210px;
  }

  .md\:-right-210px {
    right: -210px;
  }

  .md\:-bottom-210px {
    bottom: -210px;
  }

  .md\:-left-210px {
    left: -210px;
  }

  .md\:-top-222px {
    top: -222px;
  }

  .md\:-right-222px {
    right: -222px;
  }

  .md\:-bottom-222px {
    bottom: -222px;
  }

  .md\:-left-222px {
    left: -222px;
  }

  .md\:-top-258px {
    top: -258px;
  }

  .md\:-right-258px {
    right: -258px;
  }

  .md\:-bottom-258px {
    bottom: -258px;
  }

  .md\:-left-258px {
    left: -258px;
  }

  .md\:-top-280px {
    top: -280px;
  }

  .md\:-right-280px {
    right: -280px;
  }

  .md\:-bottom-280px {
    bottom: -280px;
  }

  .md\:-left-280px {
    left: -280px;
  }

  .md\:-top-334px {
    top: -334px;
  }

  .md\:-right-334px {
    right: -334px;
  }

  .md\:-bottom-334px {
    bottom: -334px;
  }

  .md\:-left-334px {
    left: -334px;
  }

  .md\:-top-388px {
    top: -388px;
  }

  .md\:-right-388px {
    right: -388px;
  }

  .md\:-bottom-388px {
    bottom: -388px;
  }

  .md\:-left-388px {
    left: -388px;
  }

  .md\:-top-480px {
    top: -480px;
  }

  .md\:-right-480px {
    right: -480px;
  }

  .md\:-bottom-480px {
    bottom: -480px;
  }

  .md\:-left-480px {
    left: -480px;
  }

  .md\:-top-490px {
    top: -490px;
  }

  .md\:-right-490px {
    right: -490px;
  }

  .md\:-bottom-490px {
    bottom: -490px;
  }

  .md\:-left-490px {
    left: -490px;
  }

  .md\:-top-505px {
    top: -505px;
  }

  .md\:-right-505px {
    right: -505px;
  }

  .md\:-bottom-505px {
    bottom: -505px;
  }

  .md\:-left-505px {
    left: -505px;
  }

  .md\:-top-507px {
    top: -507px;
  }

  .md\:-right-507px {
    right: -507px;
  }

  .md\:-bottom-507px {
    bottom: -507px;
  }

  .md\:-left-507px {
    left: -507px;
  }

  .md\:-top-760px {
    top: -760px;
  }

  .md\:-right-760px {
    right: -760px;
  }

  .md\:-bottom-760px {
    bottom: -760px;
  }

  .md\:-left-760px {
    left: -760px;
  }

  .md\:-top-780px {
    top: -780px;
  }

  .md\:-right-780px {
    right: -780px;
  }

  .md\:-bottom-780px {
    bottom: -780px;
  }

  .md\:-left-780px {
    left: -780px;
  }

  .md\:-top-980px {
    top: -980px;
  }

  .md\:-right-980px {
    right: -980px;
  }

  .md\:-bottom-980px {
    bottom: -980px;
  }

  .md\:-left-980px {
    left: -980px;
  }

  .md\:-top-1366px {
    top: -1366px;
  }

  .md\:-right-1366px {
    right: -1366px;
  }

  .md\:-bottom-1366px {
    bottom: -1366px;
  }

  .md\:-left-1366px {
    left: -1366px;
  }

  .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);
  }

  .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);
  }

  .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\: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\: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\: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 {
    --tw-ring-offset-color: #000;
  }

  .md\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .md\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .md\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .md\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .md\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .md\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .md\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .md\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .md\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .md\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .md\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .md\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .md\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .md\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .md\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .md\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .md\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .md\:ring-offset-main-bg {
    --tw-ring-offset-color: #20264B;
  }

  .md\:ring-offset-main-bg-2 {
    --tw-ring-offset-color: #101435;
  }

  .md\:ring-offset-main-bg-3 {
    --tw-ring-offset-color: #101531;
  }

  .md\:ring-offset-web-logo-brown {
    --tw-ring-offset-color: #B27D1A;
  }

  .md\:ring-offset-public-logo-brown {
    --tw-ring-offset-color: #9A6D0A;
  }

  .md\:ring-offset-button-primary-pink {
    --tw-ring-offset-color: #CF125B;
  }

  .md\:ring-offset-button-secondary-black {
    --tw-ring-offset-color: #000000;
  }

  .md\:ring-offset-link-text-white {
    --tw-ring-offset-color: #ffffff;
  }

  .md\:ring-offset-sub-text-brown {
    --tw-ring-offset-color: #A29063;
  }

  .md\:ring-offset-body-brown {
    --tw-ring-offset-color: #8D8779;
  }

  .md\:ring-offset-copyright-gray {
    --tw-ring-offset-color: #D5D5D5;
  }

  .md\:ring-offset-breadcrumb-gray {
    --tw-ring-offset-color: #858593;
  }

  .md\:ring-offset-dark-text-white {
    --tw-ring-offset-color: #ffffff;
  }

  .md\:ring-offset-background-black-a {
    --tw-ring-offset-color: #191919;
  }

  .md\:ring-offset-background-black-b {
    --tw-ring-offset-color: #343445;
  }

  .md\:ring-offset-background-black-c {
    --tw-ring-offset-color: #101531;
  }

  .md\:ring-offset-background-black-d {
    --tw-ring-offset-color: #040822;
  }

  .md\:ring-offset-product-detail-body-white {
    --tw-ring-offset-color: #F7F3EF;
  }

  .md\:ring-offset-primary-pink {
    --tw-ring-offset-color: #D52525;
  }

  .md\:ring-offset-footer-divide-gray {
    --tw-ring-offset-color: #545467;
  }

  .md\:ring-offset-detail-text-brown {
    --tw-ring-offset-color: #6A510E;
  }

  .md\:ring-offset-detail-desc-brown {
    --tw-ring-offset-color: #676051;
  }

  .md\:ring-offset-border-brown {
    --tw-ring-offset-color: #E8DFD6;
  }

  .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:focus-within {
    --tw-ring-offset-color: #000;
  }

  .md\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .md\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .md\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .md\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .md\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .md\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .md\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .md\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .md\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .md\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .md\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .md\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .md\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .md\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .md\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .md\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .md\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .md\:focus-within\:ring-offset-main-bg:focus-within {
    --tw-ring-offset-color: #20264B;
  }

  .md\:focus-within\:ring-offset-main-bg-2:focus-within {
    --tw-ring-offset-color: #101435;
  }

  .md\:focus-within\:ring-offset-main-bg-3:focus-within {
    --tw-ring-offset-color: #101531;
  }

  .md\:focus-within\:ring-offset-web-logo-brown:focus-within {
    --tw-ring-offset-color: #B27D1A;
  }

  .md\:focus-within\:ring-offset-public-logo-brown:focus-within {
    --tw-ring-offset-color: #9A6D0A;
  }

  .md\:focus-within\:ring-offset-button-primary-pink:focus-within {
    --tw-ring-offset-color: #CF125B;
  }

  .md\:focus-within\:ring-offset-button-secondary-black:focus-within {
    --tw-ring-offset-color: #000000;
  }

  .md\:focus-within\:ring-offset-link-text-white:focus-within {
    --tw-ring-offset-color: #ffffff;
  }

  .md\:focus-within\:ring-offset-sub-text-brown:focus-within {
    --tw-ring-offset-color: #A29063;
  }

  .md\:focus-within\:ring-offset-body-brown:focus-within {
    --tw-ring-offset-color: #8D8779;
  }

  .md\:focus-within\:ring-offset-copyright-gray:focus-within {
    --tw-ring-offset-color: #D5D5D5;
  }

  .md\:focus-within\:ring-offset-breadcrumb-gray:focus-within {
    --tw-ring-offset-color: #858593;
  }

  .md\:focus-within\:ring-offset-dark-text-white:focus-within {
    --tw-ring-offset-color: #ffffff;
  }

  .md\:focus-within\:ring-offset-background-black-a:focus-within {
    --tw-ring-offset-color: #191919;
  }

  .md\:focus-within\:ring-offset-background-black-b:focus-within {
    --tw-ring-offset-color: #343445;
  }

  .md\:focus-within\:ring-offset-background-black-c:focus-within {
    --tw-ring-offset-color: #101531;
  }

  .md\:focus-within\:ring-offset-background-black-d:focus-within {
    --tw-ring-offset-color: #040822;
  }

  .md\:focus-within\:ring-offset-product-detail-body-white:focus-within {
    --tw-ring-offset-color: #F7F3EF;
  }

  .md\:focus-within\:ring-offset-primary-pink:focus-within {
    --tw-ring-offset-color: #D52525;
  }

  .md\:focus-within\:ring-offset-footer-divide-gray:focus-within {
    --tw-ring-offset-color: #545467;
  }

  .md\:focus-within\:ring-offset-detail-text-brown:focus-within {
    --tw-ring-offset-color: #6A510E;
  }

  .md\:focus-within\:ring-offset-detail-desc-brown:focus-within {
    --tw-ring-offset-color: #676051;
  }

  .md\:focus-within\:ring-offset-border-brown:focus-within {
    --tw-ring-offset-color: #E8DFD6;
  }

  .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:focus {
    --tw-ring-offset-color: #000;
  }

  .md\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .md\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .md\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .md\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .md\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .md\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .md\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .md\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .md\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .md\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .md\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .md\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .md\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .md\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .md\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .md\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .md\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .md\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .md\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .md\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .md\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .md\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .md\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .md\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .md\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .md\:focus\:ring-offset-main-bg:focus {
    --tw-ring-offset-color: #20264B;
  }

  .md\:focus\:ring-offset-main-bg-2:focus {
    --tw-ring-offset-color: #101435;
  }

  .md\:focus\:ring-offset-main-bg-3:focus {
    --tw-ring-offset-color: #101531;
  }

  .md\:focus\:ring-offset-web-logo-brown:focus {
    --tw-ring-offset-color: #B27D1A;
  }

  .md\:focus\:ring-offset-public-logo-brown:focus {
    --tw-ring-offset-color: #9A6D0A;
  }

  .md\:focus\:ring-offset-button-primary-pink:focus {
    --tw-ring-offset-color: #CF125B;
  }

  .md\:focus\:ring-offset-button-secondary-black:focus {
    --tw-ring-offset-color: #000000;
  }

  .md\:focus\:ring-offset-link-text-white:focus {
    --tw-ring-offset-color: #ffffff;
  }

  .md\:focus\:ring-offset-sub-text-brown:focus {
    --tw-ring-offset-color: #A29063;
  }

  .md\:focus\:ring-offset-body-brown:focus {
    --tw-ring-offset-color: #8D8779;
  }

  .md\:focus\:ring-offset-copyright-gray:focus {
    --tw-ring-offset-color: #D5D5D5;
  }

  .md\:focus\:ring-offset-breadcrumb-gray:focus {
    --tw-ring-offset-color: #858593;
  }

  .md\:focus\:ring-offset-dark-text-white:focus {
    --tw-ring-offset-color: #ffffff;
  }

  .md\:focus\:ring-offset-background-black-a:focus {
    --tw-ring-offset-color: #191919;
  }

  .md\:focus\:ring-offset-background-black-b:focus {
    --tw-ring-offset-color: #343445;
  }

  .md\:focus\:ring-offset-background-black-c:focus {
    --tw-ring-offset-color: #101531;
  }

  .md\:focus\:ring-offset-background-black-d:focus {
    --tw-ring-offset-color: #040822;
  }

  .md\:focus\:ring-offset-product-detail-body-white:focus {
    --tw-ring-offset-color: #F7F3EF;
  }

  .md\:focus\:ring-offset-primary-pink:focus {
    --tw-ring-offset-color: #D52525;
  }

  .md\:focus\:ring-offset-footer-divide-gray:focus {
    --tw-ring-offset-color: #545467;
  }

  .md\:focus\:ring-offset-detail-text-brown:focus {
    --tw-ring-offset-color: #6A510E;
  }

  .md\:focus\:ring-offset-detail-desc-brown:focus {
    --tw-ring-offset-color: #676051;
  }

  .md\:focus\:ring-offset-border-brown:focus {
    --tw-ring-offset-color: #E8DFD6;
  }

  .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 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:ring-main-bg {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
  }

  .md\:ring-main-bg-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
  }

  .md\:ring-main-bg-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .md\:ring-web-logo-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
  }

  .md\:ring-public-logo-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
  }

  .md\:ring-button-primary-pink {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
  }

  .md\:ring-button-secondary-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-link-text-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-sub-text-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
  }

  .md\:ring-body-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
  }

  .md\:ring-copyright-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
  }

  .md\:ring-breadcrumb-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
  }

  .md\:ring-dark-text-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-background-black-a {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
  }

  .md\:ring-background-black-b {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
  }

  .md\:ring-background-black-c {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .md\:ring-background-black-d {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
  }

  .md\:ring-product-detail-body-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
  }

  .md\:ring-primary-pink {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
  }

  .md\:ring-footer-divide-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
  }

  .md\:ring-detail-text-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
  }

  .md\:ring-detail-desc-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
  }

  .md\:ring-border-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 223, 214, 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:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, 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-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-main-bg:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-main-bg-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-main-bg-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-web-logo-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-public-logo-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-button-primary-pink:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-button-secondary-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-link-text-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sub-text-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-body-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-copyright-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-breadcrumb-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-dark-text-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-background-black-a:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-background-black-b:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-background-black-c:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-background-black-d:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-product-detail-body-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-primary-pink:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-footer-divide-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-detail-text-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-detail-desc-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-border-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 223, 214, 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:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, 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-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-main-bg:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-main-bg-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-main-bg-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-web-logo-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-public-logo-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-button-primary-pink:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-button-secondary-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-link-text-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sub-text-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-body-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-copyright-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-breadcrumb-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-dark-text-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-background-black-a:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-background-black-b:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-background-black-c:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-background-black-d:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-product-detail-body-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-primary-pink:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-footer-divide-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-detail-text-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-detail-desc-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-border-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 223, 214, 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 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:text-main-bg {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .md\:text-main-bg-2 {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .md\:text-main-bg-3 {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .md\:text-web-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .md\:text-public-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .md\:text-button-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .md\:text-button-secondary-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-link-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-sub-text-brown {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .md\:text-body-brown {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .md\:text-copyright-gray {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .md\:text-breadcrumb-gray {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .md\:text-dark-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-background-black-a {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .md\:text-background-black-b {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .md\:text-background-black-c {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .md\:text-background-black-d {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .md\:text-product-detail-body-white {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .md\:text-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .md\:text-footer-divide-gray {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .md\:text-detail-text-brown {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .md\:text-detail-desc-brown {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .md\:text-border-brown {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, 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 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-main-bg {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-main-bg-2 {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-main-bg-3 {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-web-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-public-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-button-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-button-secondary-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-link-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sub-text-brown {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-body-brown {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-copyright-gray {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-breadcrumb-gray {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-dark-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-background-black-a {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-background-black-b {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-background-black-c {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-background-black-d {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-product-detail-body-white {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-footer-divide-gray {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-detail-text-brown {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-detail-desc-brown {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-border-brown {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, 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:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-main-bg:focus-within {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-main-bg-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-main-bg-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-web-logo-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-public-logo-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-button-primary-pink:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-button-secondary-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-link-text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sub-text-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-body-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-copyright-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-breadcrumb-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-dark-text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-background-black-a:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-background-black-b:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-background-black-c:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-background-black-d:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-product-detail-body-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-primary-pink:focus-within {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-footer-divide-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-detail-text-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-detail-desc-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-border-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-text-opacity));
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-current:hover {
    color: currentColor;
  }

  .md\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:hover\:text-main-bg:hover {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .md\:hover\:text-main-bg-2:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .md\:hover\:text-main-bg-3:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .md\:hover\:text-web-logo-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .md\:hover\:text-public-logo-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .md\:hover\:text-button-primary-pink:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .md\:hover\:text-button-secondary-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-link-text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-sub-text-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .md\:hover\:text-body-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .md\:hover\:text-copyright-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .md\:hover\:text-breadcrumb-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .md\:hover\:text-dark-text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-background-black-a:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .md\:hover\:text-background-black-b:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .md\:hover\:text-background-black-c:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .md\:hover\:text-background-black-d:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .md\:hover\:text-product-detail-body-white:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .md\:hover\:text-primary-pink:hover {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .md\:hover\:text-footer-divide-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .md\:hover\:text-detail-text-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .md\:hover\:text-detail-desc-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .md\:hover\:text-border-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-text-opacity));
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-current:focus {
    color: currentColor;
  }

  .md\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:focus\:text-main-bg:focus {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .md\:focus\:text-main-bg-2:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .md\:focus\:text-main-bg-3:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .md\:focus\:text-web-logo-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .md\:focus\:text-public-logo-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .md\:focus\:text-button-primary-pink:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .md\:focus\:text-button-secondary-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-link-text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-sub-text-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .md\:focus\:text-body-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .md\:focus\:text-copyright-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .md\:focus\:text-breadcrumb-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .md\:focus\:text-dark-text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-background-black-a:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .md\:focus\:text-background-black-b:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .md\:focus\:text-background-black-c:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .md\:focus\:text-background-black-d:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .md\:focus\:text-product-detail-body-white:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .md\:focus\:text-primary-pink:focus {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .md\:focus\:text-footer-divide-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .md\:focus\:text-detail-text-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .md\:focus\:text-detail-desc-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .md\:focus\:text-border-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, 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\:tracking-footer-wide {
    letter-spacing: .4rem;
  }

  .md\:tracking-copyright-wide {
    letter-spacing: .35rem;
  }

  .md\:tracking-contact-btn-wide {
    letter-spacing: .28rem;
  }

  .md\:tracking-60av {
    letter-spacing: 0.06em;
  }

  .md\:tracking-90av {
    letter-spacing: 0.09em;
  }

  .md\:tracking-100av {
    letter-spacing: 0.1em;
  }

  .md\:tracking-120av {
    letter-spacing: 0.12em;
  }

  .md\:tracking-140av {
    letter-spacing: 0.14em;
  }

  .md\:tracking-180av {
    letter-spacing: 0.18em;
  }

  .md\:tracking-200av {
    letter-spacing: 0.2em;
  }

  .md\:tracking-240av {
    letter-spacing: 0.24em;
  }

  .md\:tracking-300av {
    letter-spacing: 0.3em;
  }

  .md\:select-none {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all {
    -webkit-user-select: all;
            user-select: all;
  }

  .md\:select-auto {
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:w-0 {
    width: 0px;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-11 {
    width: 2.75rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-0\.5 {
    width: 0.125rem;
  }

  .md\:w-1\.5 {
    width: 0.375rem;
  }

  .md\:w-2\.5 {
    width: 0.625rem;
  }

  .md\:w-3\.5 {
    width: 0.875rem;
  }

  .md\:w-1px {
    width: 1px;
  }

  .md\:w-2px {
    width: 2px;
  }

  .md\:w-3px {
    width: 3px;
  }

  .md\:w-4px {
    width: 4px;
  }

  .md\:w-5px {
    width: 5px;
  }

  .md\:w-6px {
    width: 6px;
  }

  .md\:w-7px {
    width: 7px;
  }

  .md\:w-8px {
    width: 8px;
  }

  .md\:w-9px {
    width: 9px;
  }

  .md\:w-10px {
    width: 10px;
  }

  .md\:w-11px {
    width: 11px;
  }

  .md\:w-12px {
    width: 12px;
  }

  .md\:w-13px {
    width: 13px;
  }

  .md\:w-14px {
    width: 14px;
  }

  .md\:w-15px {
    width: 15px;
  }

  .md\:w-16px {
    width: 16px;
  }

  .md\:w-17px {
    width: 17px;
  }

  .md\:w-18px {
    width: 18px;
  }

  .md\:w-19px {
    width: 19px;
  }

  .md\:w-20px {
    width: 20px;
  }

  .md\:w-21px {
    width: 21px;
  }

  .md\:w-22px {
    width: 22px;
  }

  .md\:w-23px {
    width: 23px;
  }

  .md\:w-24px {
    width: 24px;
  }

  .md\:w-25px {
    width: 25px;
  }

  .md\:w-26px {
    width: 26px;
  }

  .md\:w-27px {
    width: 27px;
  }

  .md\:w-28px {
    width: 28px;
  }

  .md\:w-29px {
    width: 29px;
  }

  .md\:w-30px {
    width: 30px;
  }

  .md\:w-31px {
    width: 31px;
  }

  .md\:w-32px {
    width: 32px;
  }

  .md\:w-33px {
    width: 33px;
  }

  .md\:w-34px {
    width: 34px;
  }

  .md\:w-35px {
    width: 35px;
  }

  .md\:w-36px {
    width: 36px;
  }

  .md\:w-37px {
    width: 37px;
  }

  .md\:w-38px {
    width: 38px;
  }

  .md\:w-39px {
    width: 39px;
  }

  .md\:w-40px {
    width: 40px;
  }

  .md\:w-41px {
    width: 41px;
  }

  .md\:w-42px {
    width: 42px;
  }

  .md\:w-43px {
    width: 43px;
  }

  .md\:w-44px {
    width: 44px;
  }

  .md\:w-45px {
    width: 45px;
  }

  .md\:w-46px {
    width: 46px;
  }

  .md\:w-47px {
    width: 47px;
  }

  .md\:w-48px {
    width: 48px;
  }

  .md\:w-49px {
    width: 49px;
  }

  .md\:w-50px {
    width: 50px;
  }

  .md\:w-51px {
    width: 51px;
  }

  .md\:w-52px {
    width: 52px;
  }

  .md\:w-53px {
    width: 53px;
  }

  .md\:w-54px {
    width: 54px;
  }

  .md\:w-55px {
    width: 55px;
  }

  .md\:w-56px {
    width: 56px;
  }

  .md\:w-57px {
    width: 57px;
  }

  .md\:w-58px {
    width: 58px;
  }

  .md\:w-59px {
    width: 59px;
  }

  .md\:w-60px {
    width: 60px;
  }

  .md\:w-61px {
    width: 61px;
  }

  .md\:w-62px {
    width: 62px;
  }

  .md\:w-63px {
    width: 63px;
  }

  .md\:w-64px {
    width: 64px;
  }

  .md\:w-65px {
    width: 65px;
  }

  .md\:w-66px {
    width: 66px;
  }

  .md\:w-67px {
    width: 67px;
  }

  .md\:w-68px {
    width: 68px;
  }

  .md\:w-69px {
    width: 69px;
  }

  .md\:w-70px {
    width: 70px;
  }

  .md\:w-71px {
    width: 71px;
  }

  .md\:w-72px {
    width: 72px;
  }

  .md\:w-73px {
    width: 73px;
  }

  .md\:w-74px {
    width: 74px;
  }

  .md\:w-75px {
    width: 75px;
  }

  .md\:w-76px {
    width: 76px;
  }

  .md\:w-77px {
    width: 77px;
  }

  .md\:w-78px {
    width: 78px;
  }

  .md\:w-79px {
    width: 79px;
  }

  .md\:w-80px {
    width: 80px;
  }

  .md\:w-81px {
    width: 81px;
  }

  .md\:w-82px {
    width: 82px;
  }

  .md\:w-83px {
    width: 83px;
  }

  .md\:w-84px {
    width: 84px;
  }

  .md\:w-85px {
    width: 85px;
  }

  .md\:w-86px {
    width: 86px;
  }

  .md\:w-87px {
    width: 87px;
  }

  .md\:w-88px {
    width: 88px;
  }

  .md\:w-89px {
    width: 89px;
  }

  .md\:w-90px {
    width: 90px;
  }

  .md\:w-91px {
    width: 91px;
  }

  .md\:w-92px {
    width: 92px;
  }

  .md\:w-93px {
    width: 93px;
  }

  .md\:w-94px {
    width: 94px;
  }

  .md\:w-95px {
    width: 95px;
  }

  .md\:w-96px {
    width: 96px;
  }

  .md\:w-97px {
    width: 97px;
  }

  .md\:w-98px {
    width: 98px;
  }

  .md\:w-99px {
    width: 99px;
  }

  .md\:w-100px {
    width: 100px;
  }

  .md\:w-101px {
    width: 101px;
  }

  .md\:w-102px {
    width: 102px;
  }

  .md\:w-103px {
    width: 103px;
  }

  .md\:w-104px {
    width: 104px;
  }

  .md\:w-105px {
    width: 105px;
  }

  .md\:w-106px {
    width: 106px;
  }

  .md\:w-107px {
    width: 107px;
  }

  .md\:w-108px {
    width: 108px;
  }

  .md\:w-109px {
    width: 109px;
  }

  .md\:w-110px {
    width: 110px;
  }

  .md\:w-111px {
    width: 111px;
  }

  .md\:w-112px {
    width: 112px;
  }

  .md\:w-113px {
    width: 113px;
  }

  .md\:w-114px {
    width: 114px;
  }

  .md\:w-115px {
    width: 115px;
  }

  .md\:w-116px {
    width: 116px;
  }

  .md\:w-117px {
    width: 117px;
  }

  .md\:w-118px {
    width: 118px;
  }

  .md\:w-119px {
    width: 119px;
  }

  .md\:w-120px {
    width: 120px;
  }

  .md\:w-121px {
    width: 121px;
  }

  .md\:w-122px {
    width: 122px;
  }

  .md\:w-123px {
    width: 123px;
  }

  .md\:w-124px {
    width: 124px;
  }

  .md\:w-125px {
    width: 125px;
  }

  .md\:w-126px {
    width: 126px;
  }

  .md\:w-127px {
    width: 127px;
  }

  .md\:w-128px {
    width: 128px;
  }

  .md\:w-129px {
    width: 129px;
  }

  .md\:w-130px {
    width: 130px;
  }

  .md\:w-133px {
    width: 133px;
  }

  .md\:w-140px {
    width: 140px;
  }

  .md\:w-195px {
    width: 195px;
  }

  .md\:w-200px {
    width: 200px;
  }

  .md\:w-210px {
    width: 210px;
  }

  .md\:w-222px {
    width: 222px;
  }

  .md\:w-258px {
    width: 258px;
  }

  .md\:w-280px {
    width: 280px;
  }

  .md\:w-334px {
    width: 334px;
  }

  .md\:w-388px {
    width: 388px;
  }

  .md\:w-480px {
    width: 480px;
  }

  .md\:w-490px {
    width: 490px;
  }

  .md\:w-505px {
    width: 505px;
  }

  .md\:w-507px {
    width: 507px;
  }

  .md\:w-760px {
    width: 760px;
  }

  .md\:w-780px {
    width: 780px;
  }

  .md\:w-980px {
    width: 980px;
  }

  .md\:w-1366px {
    width: 1366px;
  }

  .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: min-content;
  }

  .md\:w-max {
    width: -webkit-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\: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\: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\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-11 {
    gap: 2.75rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-28 {
    gap: 7rem;
  }

  .md\:gap-32 {
    gap: 8rem;
  }

  .md\:gap-36 {
    gap: 9rem;
  }

  .md\:gap-40 {
    gap: 10rem;
  }

  .md\:gap-44 {
    gap: 11rem;
  }

  .md\:gap-48 {
    gap: 12rem;
  }

  .md\:gap-52 {
    gap: 13rem;
  }

  .md\:gap-56 {
    gap: 14rem;
  }

  .md\:gap-60 {
    gap: 15rem;
  }

  .md\:gap-64 {
    gap: 16rem;
  }

  .md\:gap-72 {
    gap: 18rem;
  }

  .md\:gap-80 {
    gap: 20rem;
  }

  .md\:gap-96 {
    gap: 24rem;
  }

  .md\:gap-px {
    gap: 1px;
  }

  .md\:gap-0\.5 {
    gap: 0.125rem;
  }

  .md\:gap-1\.5 {
    gap: 0.375rem;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:gap-3\.5 {
    gap: 0.875rem;
  }

  .md\:gap-1px {
    gap: 1px;
  }

  .md\:gap-2px {
    gap: 2px;
  }

  .md\:gap-3px {
    gap: 3px;
  }

  .md\:gap-4px {
    gap: 4px;
  }

  .md\:gap-5px {
    gap: 5px;
  }

  .md\:gap-6px {
    gap: 6px;
  }

  .md\:gap-7px {
    gap: 7px;
  }

  .md\:gap-8px {
    gap: 8px;
  }

  .md\:gap-9px {
    gap: 9px;
  }

  .md\:gap-10px {
    gap: 10px;
  }

  .md\:gap-11px {
    gap: 11px;
  }

  .md\:gap-12px {
    gap: 12px;
  }

  .md\:gap-13px {
    gap: 13px;
  }

  .md\:gap-14px {
    gap: 14px;
  }

  .md\:gap-15px {
    gap: 15px;
  }

  .md\:gap-16px {
    gap: 16px;
  }

  .md\:gap-17px {
    gap: 17px;
  }

  .md\:gap-18px {
    gap: 18px;
  }

  .md\:gap-19px {
    gap: 19px;
  }

  .md\:gap-20px {
    gap: 20px;
  }

  .md\:gap-21px {
    gap: 21px;
  }

  .md\:gap-22px {
    gap: 22px;
  }

  .md\:gap-23px {
    gap: 23px;
  }

  .md\:gap-24px {
    gap: 24px;
  }

  .md\:gap-25px {
    gap: 25px;
  }

  .md\:gap-26px {
    gap: 26px;
  }

  .md\:gap-27px {
    gap: 27px;
  }

  .md\:gap-28px {
    gap: 28px;
  }

  .md\:gap-29px {
    gap: 29px;
  }

  .md\:gap-30px {
    gap: 30px;
  }

  .md\:gap-31px {
    gap: 31px;
  }

  .md\:gap-32px {
    gap: 32px;
  }

  .md\:gap-33px {
    gap: 33px;
  }

  .md\:gap-34px {
    gap: 34px;
  }

  .md\:gap-35px {
    gap: 35px;
  }

  .md\:gap-36px {
    gap: 36px;
  }

  .md\:gap-37px {
    gap: 37px;
  }

  .md\:gap-38px {
    gap: 38px;
  }

  .md\:gap-39px {
    gap: 39px;
  }

  .md\:gap-40px {
    gap: 40px;
  }

  .md\:gap-41px {
    gap: 41px;
  }

  .md\:gap-42px {
    gap: 42px;
  }

  .md\:gap-43px {
    gap: 43px;
  }

  .md\:gap-44px {
    gap: 44px;
  }

  .md\:gap-45px {
    gap: 45px;
  }

  .md\:gap-46px {
    gap: 46px;
  }

  .md\:gap-47px {
    gap: 47px;
  }

  .md\:gap-48px {
    gap: 48px;
  }

  .md\:gap-49px {
    gap: 49px;
  }

  .md\:gap-50px {
    gap: 50px;
  }

  .md\:gap-51px {
    gap: 51px;
  }

  .md\:gap-52px {
    gap: 52px;
  }

  .md\:gap-53px {
    gap: 53px;
  }

  .md\:gap-54px {
    gap: 54px;
  }

  .md\:gap-55px {
    gap: 55px;
  }

  .md\:gap-56px {
    gap: 56px;
  }

  .md\:gap-57px {
    gap: 57px;
  }

  .md\:gap-58px {
    gap: 58px;
  }

  .md\:gap-59px {
    gap: 59px;
  }

  .md\:gap-60px {
    gap: 60px;
  }

  .md\:gap-61px {
    gap: 61px;
  }

  .md\:gap-62px {
    gap: 62px;
  }

  .md\:gap-63px {
    gap: 63px;
  }

  .md\:gap-64px {
    gap: 64px;
  }

  .md\:gap-65px {
    gap: 65px;
  }

  .md\:gap-66px {
    gap: 66px;
  }

  .md\:gap-67px {
    gap: 67px;
  }

  .md\:gap-68px {
    gap: 68px;
  }

  .md\:gap-69px {
    gap: 69px;
  }

  .md\:gap-70px {
    gap: 70px;
  }

  .md\:gap-71px {
    gap: 71px;
  }

  .md\:gap-72px {
    gap: 72px;
  }

  .md\:gap-73px {
    gap: 73px;
  }

  .md\:gap-74px {
    gap: 74px;
  }

  .md\:gap-75px {
    gap: 75px;
  }

  .md\:gap-76px {
    gap: 76px;
  }

  .md\:gap-77px {
    gap: 77px;
  }

  .md\:gap-78px {
    gap: 78px;
  }

  .md\:gap-79px {
    gap: 79px;
  }

  .md\:gap-80px {
    gap: 80px;
  }

  .md\:gap-81px {
    gap: 81px;
  }

  .md\:gap-82px {
    gap: 82px;
  }

  .md\:gap-83px {
    gap: 83px;
  }

  .md\:gap-84px {
    gap: 84px;
  }

  .md\:gap-85px {
    gap: 85px;
  }

  .md\:gap-86px {
    gap: 86px;
  }

  .md\:gap-87px {
    gap: 87px;
  }

  .md\:gap-88px {
    gap: 88px;
  }

  .md\:gap-89px {
    gap: 89px;
  }

  .md\:gap-90px {
    gap: 90px;
  }

  .md\:gap-91px {
    gap: 91px;
  }

  .md\:gap-92px {
    gap: 92px;
  }

  .md\:gap-93px {
    gap: 93px;
  }

  .md\:gap-94px {
    gap: 94px;
  }

  .md\:gap-95px {
    gap: 95px;
  }

  .md\:gap-96px {
    gap: 96px;
  }

  .md\:gap-97px {
    gap: 97px;
  }

  .md\:gap-98px {
    gap: 98px;
  }

  .md\:gap-99px {
    gap: 99px;
  }

  .md\:gap-100px {
    gap: 100px;
  }

  .md\:gap-101px {
    gap: 101px;
  }

  .md\:gap-102px {
    gap: 102px;
  }

  .md\:gap-103px {
    gap: 103px;
  }

  .md\:gap-104px {
    gap: 104px;
  }

  .md\:gap-105px {
    gap: 105px;
  }

  .md\:gap-106px {
    gap: 106px;
  }

  .md\:gap-107px {
    gap: 107px;
  }

  .md\:gap-108px {
    gap: 108px;
  }

  .md\:gap-109px {
    gap: 109px;
  }

  .md\:gap-110px {
    gap: 110px;
  }

  .md\:gap-111px {
    gap: 111px;
  }

  .md\:gap-112px {
    gap: 112px;
  }

  .md\:gap-113px {
    gap: 113px;
  }

  .md\:gap-114px {
    gap: 114px;
  }

  .md\:gap-115px {
    gap: 115px;
  }

  .md\:gap-116px {
    gap: 116px;
  }

  .md\:gap-117px {
    gap: 117px;
  }

  .md\:gap-118px {
    gap: 118px;
  }

  .md\:gap-119px {
    gap: 119px;
  }

  .md\:gap-120px {
    gap: 120px;
  }

  .md\:gap-121px {
    gap: 121px;
  }

  .md\:gap-122px {
    gap: 122px;
  }

  .md\:gap-123px {
    gap: 123px;
  }

  .md\:gap-124px {
    gap: 124px;
  }

  .md\:gap-125px {
    gap: 125px;
  }

  .md\:gap-126px {
    gap: 126px;
  }

  .md\:gap-127px {
    gap: 127px;
  }

  .md\:gap-128px {
    gap: 128px;
  }

  .md\:gap-129px {
    gap: 129px;
  }

  .md\:gap-130px {
    gap: 130px;
  }

  .md\:gap-133px {
    gap: 133px;
  }

  .md\:gap-140px {
    gap: 140px;
  }

  .md\:gap-195px {
    gap: 195px;
  }

  .md\:gap-200px {
    gap: 200px;
  }

  .md\:gap-210px {
    gap: 210px;
  }

  .md\:gap-222px {
    gap: 222px;
  }

  .md\:gap-258px {
    gap: 258px;
  }

  .md\:gap-280px {
    gap: 280px;
  }

  .md\:gap-334px {
    gap: 334px;
  }

  .md\:gap-388px {
    gap: 388px;
  }

  .md\:gap-480px {
    gap: 480px;
  }

  .md\:gap-490px {
    gap: 490px;
  }

  .md\:gap-505px {
    gap: 505px;
  }

  .md\:gap-507px {
    gap: 507px;
  }

  .md\:gap-760px {
    gap: 760px;
  }

  .md\:gap-780px {
    gap: 780px;
  }

  .md\:gap-980px {
    gap: 980px;
  }

  .md\:gap-1366px {
    gap: 1366px;
  }

  .md\:gap-x-0 {
    column-gap: 0px;
  }

  .md\:gap-x-1 {
    column-gap: 0.25rem;
  }

  .md\:gap-x-2 {
    column-gap: 0.5rem;
  }

  .md\:gap-x-3 {
    column-gap: 0.75rem;
  }

  .md\:gap-x-4 {
    column-gap: 1rem;
  }

  .md\:gap-x-5 {
    column-gap: 1.25rem;
  }

  .md\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .md\:gap-x-7 {
    column-gap: 1.75rem;
  }

  .md\:gap-x-8 {
    column-gap: 2rem;
  }

  .md\:gap-x-9 {
    column-gap: 2.25rem;
  }

  .md\:gap-x-10 {
    column-gap: 2.5rem;
  }

  .md\:gap-x-11 {
    column-gap: 2.75rem;
  }

  .md\:gap-x-12 {
    column-gap: 3rem;
  }

  .md\:gap-x-14 {
    column-gap: 3.5rem;
  }

  .md\:gap-x-16 {
    column-gap: 4rem;
  }

  .md\:gap-x-20 {
    column-gap: 5rem;
  }

  .md\:gap-x-24 {
    column-gap: 6rem;
  }

  .md\:gap-x-28 {
    column-gap: 7rem;
  }

  .md\:gap-x-32 {
    column-gap: 8rem;
  }

  .md\:gap-x-36 {
    column-gap: 9rem;
  }

  .md\:gap-x-40 {
    column-gap: 10rem;
  }

  .md\:gap-x-44 {
    column-gap: 11rem;
  }

  .md\:gap-x-48 {
    column-gap: 12rem;
  }

  .md\:gap-x-52 {
    column-gap: 13rem;
  }

  .md\:gap-x-56 {
    column-gap: 14rem;
  }

  .md\:gap-x-60 {
    column-gap: 15rem;
  }

  .md\:gap-x-64 {
    column-gap: 16rem;
  }

  .md\:gap-x-72 {
    column-gap: 18rem;
  }

  .md\:gap-x-80 {
    column-gap: 20rem;
  }

  .md\:gap-x-96 {
    column-gap: 24rem;
  }

  .md\:gap-x-px {
    column-gap: 1px;
  }

  .md\:gap-x-0\.5 {
    column-gap: 0.125rem;
  }

  .md\:gap-x-1\.5 {
    column-gap: 0.375rem;
  }

  .md\:gap-x-2\.5 {
    column-gap: 0.625rem;
  }

  .md\:gap-x-3\.5 {
    column-gap: 0.875rem;
  }

  .md\:gap-x-1px {
    column-gap: 1px;
  }

  .md\:gap-x-2px {
    column-gap: 2px;
  }

  .md\:gap-x-3px {
    column-gap: 3px;
  }

  .md\:gap-x-4px {
    column-gap: 4px;
  }

  .md\:gap-x-5px {
    column-gap: 5px;
  }

  .md\:gap-x-6px {
    column-gap: 6px;
  }

  .md\:gap-x-7px {
    column-gap: 7px;
  }

  .md\:gap-x-8px {
    column-gap: 8px;
  }

  .md\:gap-x-9px {
    column-gap: 9px;
  }

  .md\:gap-x-10px {
    column-gap: 10px;
  }

  .md\:gap-x-11px {
    column-gap: 11px;
  }

  .md\:gap-x-12px {
    column-gap: 12px;
  }

  .md\:gap-x-13px {
    column-gap: 13px;
  }

  .md\:gap-x-14px {
    column-gap: 14px;
  }

  .md\:gap-x-15px {
    column-gap: 15px;
  }

  .md\:gap-x-16px {
    column-gap: 16px;
  }

  .md\:gap-x-17px {
    column-gap: 17px;
  }

  .md\:gap-x-18px {
    column-gap: 18px;
  }

  .md\:gap-x-19px {
    column-gap: 19px;
  }

  .md\:gap-x-20px {
    column-gap: 20px;
  }

  .md\:gap-x-21px {
    column-gap: 21px;
  }

  .md\:gap-x-22px {
    column-gap: 22px;
  }

  .md\:gap-x-23px {
    column-gap: 23px;
  }

  .md\:gap-x-24px {
    column-gap: 24px;
  }

  .md\:gap-x-25px {
    column-gap: 25px;
  }

  .md\:gap-x-26px {
    column-gap: 26px;
  }

  .md\:gap-x-27px {
    column-gap: 27px;
  }

  .md\:gap-x-28px {
    column-gap: 28px;
  }

  .md\:gap-x-29px {
    column-gap: 29px;
  }

  .md\:gap-x-30px {
    column-gap: 30px;
  }

  .md\:gap-x-31px {
    column-gap: 31px;
  }

  .md\:gap-x-32px {
    column-gap: 32px;
  }

  .md\:gap-x-33px {
    column-gap: 33px;
  }

  .md\:gap-x-34px {
    column-gap: 34px;
  }

  .md\:gap-x-35px {
    column-gap: 35px;
  }

  .md\:gap-x-36px {
    column-gap: 36px;
  }

  .md\:gap-x-37px {
    column-gap: 37px;
  }

  .md\:gap-x-38px {
    column-gap: 38px;
  }

  .md\:gap-x-39px {
    column-gap: 39px;
  }

  .md\:gap-x-40px {
    column-gap: 40px;
  }

  .md\:gap-x-41px {
    column-gap: 41px;
  }

  .md\:gap-x-42px {
    column-gap: 42px;
  }

  .md\:gap-x-43px {
    column-gap: 43px;
  }

  .md\:gap-x-44px {
    column-gap: 44px;
  }

  .md\:gap-x-45px {
    column-gap: 45px;
  }

  .md\:gap-x-46px {
    column-gap: 46px;
  }

  .md\:gap-x-47px {
    column-gap: 47px;
  }

  .md\:gap-x-48px {
    column-gap: 48px;
  }

  .md\:gap-x-49px {
    column-gap: 49px;
  }

  .md\:gap-x-50px {
    column-gap: 50px;
  }

  .md\:gap-x-51px {
    column-gap: 51px;
  }

  .md\:gap-x-52px {
    column-gap: 52px;
  }

  .md\:gap-x-53px {
    column-gap: 53px;
  }

  .md\:gap-x-54px {
    column-gap: 54px;
  }

  .md\:gap-x-55px {
    column-gap: 55px;
  }

  .md\:gap-x-56px {
    column-gap: 56px;
  }

  .md\:gap-x-57px {
    column-gap: 57px;
  }

  .md\:gap-x-58px {
    column-gap: 58px;
  }

  .md\:gap-x-59px {
    column-gap: 59px;
  }

  .md\:gap-x-60px {
    column-gap: 60px;
  }

  .md\:gap-x-61px {
    column-gap: 61px;
  }

  .md\:gap-x-62px {
    column-gap: 62px;
  }

  .md\:gap-x-63px {
    column-gap: 63px;
  }

  .md\:gap-x-64px {
    column-gap: 64px;
  }

  .md\:gap-x-65px {
    column-gap: 65px;
  }

  .md\:gap-x-66px {
    column-gap: 66px;
  }

  .md\:gap-x-67px {
    column-gap: 67px;
  }

  .md\:gap-x-68px {
    column-gap: 68px;
  }

  .md\:gap-x-69px {
    column-gap: 69px;
  }

  .md\:gap-x-70px {
    column-gap: 70px;
  }

  .md\:gap-x-71px {
    column-gap: 71px;
  }

  .md\:gap-x-72px {
    column-gap: 72px;
  }

  .md\:gap-x-73px {
    column-gap: 73px;
  }

  .md\:gap-x-74px {
    column-gap: 74px;
  }

  .md\:gap-x-75px {
    column-gap: 75px;
  }

  .md\:gap-x-76px {
    column-gap: 76px;
  }

  .md\:gap-x-77px {
    column-gap: 77px;
  }

  .md\:gap-x-78px {
    column-gap: 78px;
  }

  .md\:gap-x-79px {
    column-gap: 79px;
  }

  .md\:gap-x-80px {
    column-gap: 80px;
  }

  .md\:gap-x-81px {
    column-gap: 81px;
  }

  .md\:gap-x-82px {
    column-gap: 82px;
  }

  .md\:gap-x-83px {
    column-gap: 83px;
  }

  .md\:gap-x-84px {
    column-gap: 84px;
  }

  .md\:gap-x-85px {
    column-gap: 85px;
  }

  .md\:gap-x-86px {
    column-gap: 86px;
  }

  .md\:gap-x-87px {
    column-gap: 87px;
  }

  .md\:gap-x-88px {
    column-gap: 88px;
  }

  .md\:gap-x-89px {
    column-gap: 89px;
  }

  .md\:gap-x-90px {
    column-gap: 90px;
  }

  .md\:gap-x-91px {
    column-gap: 91px;
  }

  .md\:gap-x-92px {
    column-gap: 92px;
  }

  .md\:gap-x-93px {
    column-gap: 93px;
  }

  .md\:gap-x-94px {
    column-gap: 94px;
  }

  .md\:gap-x-95px {
    column-gap: 95px;
  }

  .md\:gap-x-96px {
    column-gap: 96px;
  }

  .md\:gap-x-97px {
    column-gap: 97px;
  }

  .md\:gap-x-98px {
    column-gap: 98px;
  }

  .md\:gap-x-99px {
    column-gap: 99px;
  }

  .md\:gap-x-100px {
    column-gap: 100px;
  }

  .md\:gap-x-101px {
    column-gap: 101px;
  }

  .md\:gap-x-102px {
    column-gap: 102px;
  }

  .md\:gap-x-103px {
    column-gap: 103px;
  }

  .md\:gap-x-104px {
    column-gap: 104px;
  }

  .md\:gap-x-105px {
    column-gap: 105px;
  }

  .md\:gap-x-106px {
    column-gap: 106px;
  }

  .md\:gap-x-107px {
    column-gap: 107px;
  }

  .md\:gap-x-108px {
    column-gap: 108px;
  }

  .md\:gap-x-109px {
    column-gap: 109px;
  }

  .md\:gap-x-110px {
    column-gap: 110px;
  }

  .md\:gap-x-111px {
    column-gap: 111px;
  }

  .md\:gap-x-112px {
    column-gap: 112px;
  }

  .md\:gap-x-113px {
    column-gap: 113px;
  }

  .md\:gap-x-114px {
    column-gap: 114px;
  }

  .md\:gap-x-115px {
    column-gap: 115px;
  }

  .md\:gap-x-116px {
    column-gap: 116px;
  }

  .md\:gap-x-117px {
    column-gap: 117px;
  }

  .md\:gap-x-118px {
    column-gap: 118px;
  }

  .md\:gap-x-119px {
    column-gap: 119px;
  }

  .md\:gap-x-120px {
    column-gap: 120px;
  }

  .md\:gap-x-121px {
    column-gap: 121px;
  }

  .md\:gap-x-122px {
    column-gap: 122px;
  }

  .md\:gap-x-123px {
    column-gap: 123px;
  }

  .md\:gap-x-124px {
    column-gap: 124px;
  }

  .md\:gap-x-125px {
    column-gap: 125px;
  }

  .md\:gap-x-126px {
    column-gap: 126px;
  }

  .md\:gap-x-127px {
    column-gap: 127px;
  }

  .md\:gap-x-128px {
    column-gap: 128px;
  }

  .md\:gap-x-129px {
    column-gap: 129px;
  }

  .md\:gap-x-130px {
    column-gap: 130px;
  }

  .md\:gap-x-133px {
    column-gap: 133px;
  }

  .md\:gap-x-140px {
    column-gap: 140px;
  }

  .md\:gap-x-195px {
    column-gap: 195px;
  }

  .md\:gap-x-200px {
    column-gap: 200px;
  }

  .md\:gap-x-210px {
    column-gap: 210px;
  }

  .md\:gap-x-222px {
    column-gap: 222px;
  }

  .md\:gap-x-258px {
    column-gap: 258px;
  }

  .md\:gap-x-280px {
    column-gap: 280px;
  }

  .md\:gap-x-334px {
    column-gap: 334px;
  }

  .md\:gap-x-388px {
    column-gap: 388px;
  }

  .md\:gap-x-480px {
    column-gap: 480px;
  }

  .md\:gap-x-490px {
    column-gap: 490px;
  }

  .md\:gap-x-505px {
    column-gap: 505px;
  }

  .md\:gap-x-507px {
    column-gap: 507px;
  }

  .md\:gap-x-760px {
    column-gap: 760px;
  }

  .md\:gap-x-780px {
    column-gap: 780px;
  }

  .md\:gap-x-980px {
    column-gap: 980px;
  }

  .md\:gap-x-1366px {
    column-gap: 1366px;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .md\:gap-y-16 {
    row-gap: 4rem;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

  .md\:gap-y-24 {
    row-gap: 6rem;
  }

  .md\:gap-y-28 {
    row-gap: 7rem;
  }

  .md\:gap-y-32 {
    row-gap: 8rem;
  }

  .md\:gap-y-36 {
    row-gap: 9rem;
  }

  .md\:gap-y-40 {
    row-gap: 10rem;
  }

  .md\:gap-y-44 {
    row-gap: 11rem;
  }

  .md\:gap-y-48 {
    row-gap: 12rem;
  }

  .md\:gap-y-52 {
    row-gap: 13rem;
  }

  .md\:gap-y-56 {
    row-gap: 14rem;
  }

  .md\:gap-y-60 {
    row-gap: 15rem;
  }

  .md\:gap-y-64 {
    row-gap: 16rem;
  }

  .md\:gap-y-72 {
    row-gap: 18rem;
  }

  .md\:gap-y-80 {
    row-gap: 20rem;
  }

  .md\:gap-y-96 {
    row-gap: 24rem;
  }

  .md\:gap-y-px {
    row-gap: 1px;
  }

  .md\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .md\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .md\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .md\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .md\:gap-y-1px {
    row-gap: 1px;
  }

  .md\:gap-y-2px {
    row-gap: 2px;
  }

  .md\:gap-y-3px {
    row-gap: 3px;
  }

  .md\:gap-y-4px {
    row-gap: 4px;
  }

  .md\:gap-y-5px {
    row-gap: 5px;
  }

  .md\:gap-y-6px {
    row-gap: 6px;
  }

  .md\:gap-y-7px {
    row-gap: 7px;
  }

  .md\:gap-y-8px {
    row-gap: 8px;
  }

  .md\:gap-y-9px {
    row-gap: 9px;
  }

  .md\:gap-y-10px {
    row-gap: 10px;
  }

  .md\:gap-y-11px {
    row-gap: 11px;
  }

  .md\:gap-y-12px {
    row-gap: 12px;
  }

  .md\:gap-y-13px {
    row-gap: 13px;
  }

  .md\:gap-y-14px {
    row-gap: 14px;
  }

  .md\:gap-y-15px {
    row-gap: 15px;
  }

  .md\:gap-y-16px {
    row-gap: 16px;
  }

  .md\:gap-y-17px {
    row-gap: 17px;
  }

  .md\:gap-y-18px {
    row-gap: 18px;
  }

  .md\:gap-y-19px {
    row-gap: 19px;
  }

  .md\:gap-y-20px {
    row-gap: 20px;
  }

  .md\:gap-y-21px {
    row-gap: 21px;
  }

  .md\:gap-y-22px {
    row-gap: 22px;
  }

  .md\:gap-y-23px {
    row-gap: 23px;
  }

  .md\:gap-y-24px {
    row-gap: 24px;
  }

  .md\:gap-y-25px {
    row-gap: 25px;
  }

  .md\:gap-y-26px {
    row-gap: 26px;
  }

  .md\:gap-y-27px {
    row-gap: 27px;
  }

  .md\:gap-y-28px {
    row-gap: 28px;
  }

  .md\:gap-y-29px {
    row-gap: 29px;
  }

  .md\:gap-y-30px {
    row-gap: 30px;
  }

  .md\:gap-y-31px {
    row-gap: 31px;
  }

  .md\:gap-y-32px {
    row-gap: 32px;
  }

  .md\:gap-y-33px {
    row-gap: 33px;
  }

  .md\:gap-y-34px {
    row-gap: 34px;
  }

  .md\:gap-y-35px {
    row-gap: 35px;
  }

  .md\:gap-y-36px {
    row-gap: 36px;
  }

  .md\:gap-y-37px {
    row-gap: 37px;
  }

  .md\:gap-y-38px {
    row-gap: 38px;
  }

  .md\:gap-y-39px {
    row-gap: 39px;
  }

  .md\:gap-y-40px {
    row-gap: 40px;
  }

  .md\:gap-y-41px {
    row-gap: 41px;
  }

  .md\:gap-y-42px {
    row-gap: 42px;
  }

  .md\:gap-y-43px {
    row-gap: 43px;
  }

  .md\:gap-y-44px {
    row-gap: 44px;
  }

  .md\:gap-y-45px {
    row-gap: 45px;
  }

  .md\:gap-y-46px {
    row-gap: 46px;
  }

  .md\:gap-y-47px {
    row-gap: 47px;
  }

  .md\:gap-y-48px {
    row-gap: 48px;
  }

  .md\:gap-y-49px {
    row-gap: 49px;
  }

  .md\:gap-y-50px {
    row-gap: 50px;
  }

  .md\:gap-y-51px {
    row-gap: 51px;
  }

  .md\:gap-y-52px {
    row-gap: 52px;
  }

  .md\:gap-y-53px {
    row-gap: 53px;
  }

  .md\:gap-y-54px {
    row-gap: 54px;
  }

  .md\:gap-y-55px {
    row-gap: 55px;
  }

  .md\:gap-y-56px {
    row-gap: 56px;
  }

  .md\:gap-y-57px {
    row-gap: 57px;
  }

  .md\:gap-y-58px {
    row-gap: 58px;
  }

  .md\:gap-y-59px {
    row-gap: 59px;
  }

  .md\:gap-y-60px {
    row-gap: 60px;
  }

  .md\:gap-y-61px {
    row-gap: 61px;
  }

  .md\:gap-y-62px {
    row-gap: 62px;
  }

  .md\:gap-y-63px {
    row-gap: 63px;
  }

  .md\:gap-y-64px {
    row-gap: 64px;
  }

  .md\:gap-y-65px {
    row-gap: 65px;
  }

  .md\:gap-y-66px {
    row-gap: 66px;
  }

  .md\:gap-y-67px {
    row-gap: 67px;
  }

  .md\:gap-y-68px {
    row-gap: 68px;
  }

  .md\:gap-y-69px {
    row-gap: 69px;
  }

  .md\:gap-y-70px {
    row-gap: 70px;
  }

  .md\:gap-y-71px {
    row-gap: 71px;
  }

  .md\:gap-y-72px {
    row-gap: 72px;
  }

  .md\:gap-y-73px {
    row-gap: 73px;
  }

  .md\:gap-y-74px {
    row-gap: 74px;
  }

  .md\:gap-y-75px {
    row-gap: 75px;
  }

  .md\:gap-y-76px {
    row-gap: 76px;
  }

  .md\:gap-y-77px {
    row-gap: 77px;
  }

  .md\:gap-y-78px {
    row-gap: 78px;
  }

  .md\:gap-y-79px {
    row-gap: 79px;
  }

  .md\:gap-y-80px {
    row-gap: 80px;
  }

  .md\:gap-y-81px {
    row-gap: 81px;
  }

  .md\:gap-y-82px {
    row-gap: 82px;
  }

  .md\:gap-y-83px {
    row-gap: 83px;
  }

  .md\:gap-y-84px {
    row-gap: 84px;
  }

  .md\:gap-y-85px {
    row-gap: 85px;
  }

  .md\:gap-y-86px {
    row-gap: 86px;
  }

  .md\:gap-y-87px {
    row-gap: 87px;
  }

  .md\:gap-y-88px {
    row-gap: 88px;
  }

  .md\:gap-y-89px {
    row-gap: 89px;
  }

  .md\:gap-y-90px {
    row-gap: 90px;
  }

  .md\:gap-y-91px {
    row-gap: 91px;
  }

  .md\:gap-y-92px {
    row-gap: 92px;
  }

  .md\:gap-y-93px {
    row-gap: 93px;
  }

  .md\:gap-y-94px {
    row-gap: 94px;
  }

  .md\:gap-y-95px {
    row-gap: 95px;
  }

  .md\:gap-y-96px {
    row-gap: 96px;
  }

  .md\:gap-y-97px {
    row-gap: 97px;
  }

  .md\:gap-y-98px {
    row-gap: 98px;
  }

  .md\:gap-y-99px {
    row-gap: 99px;
  }

  .md\:gap-y-100px {
    row-gap: 100px;
  }

  .md\:gap-y-101px {
    row-gap: 101px;
  }

  .md\:gap-y-102px {
    row-gap: 102px;
  }

  .md\:gap-y-103px {
    row-gap: 103px;
  }

  .md\:gap-y-104px {
    row-gap: 104px;
  }

  .md\:gap-y-105px {
    row-gap: 105px;
  }

  .md\:gap-y-106px {
    row-gap: 106px;
  }

  .md\:gap-y-107px {
    row-gap: 107px;
  }

  .md\:gap-y-108px {
    row-gap: 108px;
  }

  .md\:gap-y-109px {
    row-gap: 109px;
  }

  .md\:gap-y-110px {
    row-gap: 110px;
  }

  .md\:gap-y-111px {
    row-gap: 111px;
  }

  .md\:gap-y-112px {
    row-gap: 112px;
  }

  .md\:gap-y-113px {
    row-gap: 113px;
  }

  .md\:gap-y-114px {
    row-gap: 114px;
  }

  .md\:gap-y-115px {
    row-gap: 115px;
  }

  .md\:gap-y-116px {
    row-gap: 116px;
  }

  .md\:gap-y-117px {
    row-gap: 117px;
  }

  .md\:gap-y-118px {
    row-gap: 118px;
  }

  .md\:gap-y-119px {
    row-gap: 119px;
  }

  .md\:gap-y-120px {
    row-gap: 120px;
  }

  .md\:gap-y-121px {
    row-gap: 121px;
  }

  .md\:gap-y-122px {
    row-gap: 122px;
  }

  .md\:gap-y-123px {
    row-gap: 123px;
  }

  .md\:gap-y-124px {
    row-gap: 124px;
  }

  .md\:gap-y-125px {
    row-gap: 125px;
  }

  .md\:gap-y-126px {
    row-gap: 126px;
  }

  .md\:gap-y-127px {
    row-gap: 127px;
  }

  .md\:gap-y-128px {
    row-gap: 128px;
  }

  .md\:gap-y-129px {
    row-gap: 129px;
  }

  .md\:gap-y-130px {
    row-gap: 130px;
  }

  .md\:gap-y-133px {
    row-gap: 133px;
  }

  .md\:gap-y-140px {
    row-gap: 140px;
  }

  .md\:gap-y-195px {
    row-gap: 195px;
  }

  .md\:gap-y-200px {
    row-gap: 200px;
  }

  .md\:gap-y-210px {
    row-gap: 210px;
  }

  .md\:gap-y-222px {
    row-gap: 222px;
  }

  .md\:gap-y-258px {
    row-gap: 258px;
  }

  .md\:gap-y-280px {
    row-gap: 280px;
  }

  .md\:gap-y-334px {
    row-gap: 334px;
  }

  .md\:gap-y-388px {
    row-gap: 388px;
  }

  .md\:gap-y-480px {
    row-gap: 480px;
  }

  .md\:gap-y-490px {
    row-gap: 490px;
  }

  .md\:gap-y-505px {
    row-gap: 505px;
  }

  .md\:gap-y-507px {
    row-gap: 507px;
  }

  .md\:gap-y-760px {
    row-gap: 760px;
  }

  .md\:gap-y-780px {
    row-gap: 780px;
  }

  .md\:gap-y-980px {
    row-gap: 980px;
  }

  .md\:gap-y-1366px {
    row-gap: 1366px;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:col-auto {
    grid-column: auto;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-full {
    grid-column: 1 / -1;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:col-end-1 {
    grid-column-end: 1;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-end-auto {
    grid-column-end: auto;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:row-auto {
    grid-row: auto;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .md\:row-span-full {
    grid-row: 1 / -1;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:row-start-5 {
    grid-row-start: 5;
  }

  .md\:row-start-6 {
    grid-row-start: 6;
  }

  .md\:row-start-7 {
    grid-row-start: 7;
  }

  .md\:row-start-auto {
    grid-row-start: auto;
  }

  .md\:row-end-1 {
    grid-row-end: 1;
  }

  .md\:row-end-2 {
    grid-row-end: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:row-end-4 {
    grid-row-end: 4;
  }

  .md\:row-end-5 {
    grid-row-end: 5;
  }

  .md\:row-end-6 {
    grid-row-end: 6;
  }

  .md\:row-end-7 {
    grid-row-end: 7;
  }

  .md\:row-end-auto {
    grid-row-end: auto;
  }

  .md\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-none {
    transform: none;
  }

  .md\:origin-center {
    transform-origin: center;
  }

  .md\:origin-top {
    transform-origin: top;
  }

  .md\:origin-top-right {
    transform-origin: top right;
  }

  .md\:origin-right {
    transform-origin: right;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .md\:origin-bottom {
    transform-origin: bottom;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .md\:origin-left {
    transform-origin: left;
  }

  .md\:origin-top-left {
    transform-origin: top left;
  }

  .md\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .md\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .md\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .md\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .md\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .md\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .md\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .md\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .md\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .md\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .md\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .md\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .md\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .md\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .md\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .md\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .md\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .md\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .md\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .md\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .md\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .md\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .md\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .md\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .md\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .md\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .md\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .md\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .md\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .md\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .md\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .md\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .md\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .md\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .md\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .md\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .md\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .md\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .md\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .md\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .md\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .md\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .md\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .md\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .md\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .md\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .md\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .md\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .md\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .md\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .md\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .md\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .md\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .md\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .md\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .md\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .md\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .md\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .md\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .md\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .md\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .md\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .md\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .md\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .md\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .md\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .md\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .md\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .md\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .md\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .md\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .md\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .md\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .md\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .md\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .md\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .md\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .md\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .md\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .md\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .md\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .md\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .md\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .md\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .md\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .md\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .md\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .md\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .md\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .md\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .md\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .md\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .md\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .md\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .md\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .md\:translate-x-1px {
    --tw-translate-x: 1px;
  }

  .md\:translate-x-2px {
    --tw-translate-x: 2px;
  }

  .md\:translate-x-3px {
    --tw-translate-x: 3px;
  }

  .md\:translate-x-4px {
    --tw-translate-x: 4px;
  }

  .md\:translate-x-5px {
    --tw-translate-x: 5px;
  }

  .md\:translate-x-6px {
    --tw-translate-x: 6px;
  }

  .md\:translate-x-7px {
    --tw-translate-x: 7px;
  }

  .md\:translate-x-8px {
    --tw-translate-x: 8px;
  }

  .md\:translate-x-9px {
    --tw-translate-x: 9px;
  }

  .md\:translate-x-10px {
    --tw-translate-x: 10px;
  }

  .md\:translate-x-11px {
    --tw-translate-x: 11px;
  }

  .md\:translate-x-12px {
    --tw-translate-x: 12px;
  }

  .md\:translate-x-13px {
    --tw-translate-x: 13px;
  }

  .md\:translate-x-14px {
    --tw-translate-x: 14px;
  }

  .md\:translate-x-15px {
    --tw-translate-x: 15px;
  }

  .md\:translate-x-16px {
    --tw-translate-x: 16px;
  }

  .md\:translate-x-17px {
    --tw-translate-x: 17px;
  }

  .md\:translate-x-18px {
    --tw-translate-x: 18px;
  }

  .md\:translate-x-19px {
    --tw-translate-x: 19px;
  }

  .md\:translate-x-20px {
    --tw-translate-x: 20px;
  }

  .md\:translate-x-21px {
    --tw-translate-x: 21px;
  }

  .md\:translate-x-22px {
    --tw-translate-x: 22px;
  }

  .md\:translate-x-23px {
    --tw-translate-x: 23px;
  }

  .md\:translate-x-24px {
    --tw-translate-x: 24px;
  }

  .md\:translate-x-25px {
    --tw-translate-x: 25px;
  }

  .md\:translate-x-26px {
    --tw-translate-x: 26px;
  }

  .md\:translate-x-27px {
    --tw-translate-x: 27px;
  }

  .md\:translate-x-28px {
    --tw-translate-x: 28px;
  }

  .md\:translate-x-29px {
    --tw-translate-x: 29px;
  }

  .md\:translate-x-30px {
    --tw-translate-x: 30px;
  }

  .md\:translate-x-31px {
    --tw-translate-x: 31px;
  }

  .md\:translate-x-32px {
    --tw-translate-x: 32px;
  }

  .md\:translate-x-33px {
    --tw-translate-x: 33px;
  }

  .md\:translate-x-34px {
    --tw-translate-x: 34px;
  }

  .md\:translate-x-35px {
    --tw-translate-x: 35px;
  }

  .md\:translate-x-36px {
    --tw-translate-x: 36px;
  }

  .md\:translate-x-37px {
    --tw-translate-x: 37px;
  }

  .md\:translate-x-38px {
    --tw-translate-x: 38px;
  }

  .md\:translate-x-39px {
    --tw-translate-x: 39px;
  }

  .md\:translate-x-40px {
    --tw-translate-x: 40px;
  }

  .md\:translate-x-41px {
    --tw-translate-x: 41px;
  }

  .md\:translate-x-42px {
    --tw-translate-x: 42px;
  }

  .md\:translate-x-43px {
    --tw-translate-x: 43px;
  }

  .md\:translate-x-44px {
    --tw-translate-x: 44px;
  }

  .md\:translate-x-45px {
    --tw-translate-x: 45px;
  }

  .md\:translate-x-46px {
    --tw-translate-x: 46px;
  }

  .md\:translate-x-47px {
    --tw-translate-x: 47px;
  }

  .md\:translate-x-48px {
    --tw-translate-x: 48px;
  }

  .md\:translate-x-49px {
    --tw-translate-x: 49px;
  }

  .md\:translate-x-50px {
    --tw-translate-x: 50px;
  }

  .md\:translate-x-51px {
    --tw-translate-x: 51px;
  }

  .md\:translate-x-52px {
    --tw-translate-x: 52px;
  }

  .md\:translate-x-53px {
    --tw-translate-x: 53px;
  }

  .md\:translate-x-54px {
    --tw-translate-x: 54px;
  }

  .md\:translate-x-55px {
    --tw-translate-x: 55px;
  }

  .md\:translate-x-56px {
    --tw-translate-x: 56px;
  }

  .md\:translate-x-57px {
    --tw-translate-x: 57px;
  }

  .md\:translate-x-58px {
    --tw-translate-x: 58px;
  }

  .md\:translate-x-59px {
    --tw-translate-x: 59px;
  }

  .md\:translate-x-60px {
    --tw-translate-x: 60px;
  }

  .md\:translate-x-61px {
    --tw-translate-x: 61px;
  }

  .md\:translate-x-62px {
    --tw-translate-x: 62px;
  }

  .md\:translate-x-63px {
    --tw-translate-x: 63px;
  }

  .md\:translate-x-64px {
    --tw-translate-x: 64px;
  }

  .md\:translate-x-65px {
    --tw-translate-x: 65px;
  }

  .md\:translate-x-66px {
    --tw-translate-x: 66px;
  }

  .md\:translate-x-67px {
    --tw-translate-x: 67px;
  }

  .md\:translate-x-68px {
    --tw-translate-x: 68px;
  }

  .md\:translate-x-69px {
    --tw-translate-x: 69px;
  }

  .md\:translate-x-70px {
    --tw-translate-x: 70px;
  }

  .md\:translate-x-71px {
    --tw-translate-x: 71px;
  }

  .md\:translate-x-72px {
    --tw-translate-x: 72px;
  }

  .md\:translate-x-73px {
    --tw-translate-x: 73px;
  }

  .md\:translate-x-74px {
    --tw-translate-x: 74px;
  }

  .md\:translate-x-75px {
    --tw-translate-x: 75px;
  }

  .md\:translate-x-76px {
    --tw-translate-x: 76px;
  }

  .md\:translate-x-77px {
    --tw-translate-x: 77px;
  }

  .md\:translate-x-78px {
    --tw-translate-x: 78px;
  }

  .md\:translate-x-79px {
    --tw-translate-x: 79px;
  }

  .md\:translate-x-80px {
    --tw-translate-x: 80px;
  }

  .md\:translate-x-81px {
    --tw-translate-x: 81px;
  }

  .md\:translate-x-82px {
    --tw-translate-x: 82px;
  }

  .md\:translate-x-83px {
    --tw-translate-x: 83px;
  }

  .md\:translate-x-84px {
    --tw-translate-x: 84px;
  }

  .md\:translate-x-85px {
    --tw-translate-x: 85px;
  }

  .md\:translate-x-86px {
    --tw-translate-x: 86px;
  }

  .md\:translate-x-87px {
    --tw-translate-x: 87px;
  }

  .md\:translate-x-88px {
    --tw-translate-x: 88px;
  }

  .md\:translate-x-89px {
    --tw-translate-x: 89px;
  }

  .md\:translate-x-90px {
    --tw-translate-x: 90px;
  }

  .md\:translate-x-91px {
    --tw-translate-x: 91px;
  }

  .md\:translate-x-92px {
    --tw-translate-x: 92px;
  }

  .md\:translate-x-93px {
    --tw-translate-x: 93px;
  }

  .md\:translate-x-94px {
    --tw-translate-x: 94px;
  }

  .md\:translate-x-95px {
    --tw-translate-x: 95px;
  }

  .md\:translate-x-96px {
    --tw-translate-x: 96px;
  }

  .md\:translate-x-97px {
    --tw-translate-x: 97px;
  }

  .md\:translate-x-98px {
    --tw-translate-x: 98px;
  }

  .md\:translate-x-99px {
    --tw-translate-x: 99px;
  }

  .md\:translate-x-100px {
    --tw-translate-x: 100px;
  }

  .md\:translate-x-101px {
    --tw-translate-x: 101px;
  }

  .md\:translate-x-102px {
    --tw-translate-x: 102px;
  }

  .md\:translate-x-103px {
    --tw-translate-x: 103px;
  }

  .md\:translate-x-104px {
    --tw-translate-x: 104px;
  }

  .md\:translate-x-105px {
    --tw-translate-x: 105px;
  }

  .md\:translate-x-106px {
    --tw-translate-x: 106px;
  }

  .md\:translate-x-107px {
    --tw-translate-x: 107px;
  }

  .md\:translate-x-108px {
    --tw-translate-x: 108px;
  }

  .md\:translate-x-109px {
    --tw-translate-x: 109px;
  }

  .md\:translate-x-110px {
    --tw-translate-x: 110px;
  }

  .md\:translate-x-111px {
    --tw-translate-x: 111px;
  }

  .md\:translate-x-112px {
    --tw-translate-x: 112px;
  }

  .md\:translate-x-113px {
    --tw-translate-x: 113px;
  }

  .md\:translate-x-114px {
    --tw-translate-x: 114px;
  }

  .md\:translate-x-115px {
    --tw-translate-x: 115px;
  }

  .md\:translate-x-116px {
    --tw-translate-x: 116px;
  }

  .md\:translate-x-117px {
    --tw-translate-x: 117px;
  }

  .md\:translate-x-118px {
    --tw-translate-x: 118px;
  }

  .md\:translate-x-119px {
    --tw-translate-x: 119px;
  }

  .md\:translate-x-120px {
    --tw-translate-x: 120px;
  }

  .md\:translate-x-121px {
    --tw-translate-x: 121px;
  }

  .md\:translate-x-122px {
    --tw-translate-x: 122px;
  }

  .md\:translate-x-123px {
    --tw-translate-x: 123px;
  }

  .md\:translate-x-124px {
    --tw-translate-x: 124px;
  }

  .md\:translate-x-125px {
    --tw-translate-x: 125px;
  }

  .md\:translate-x-126px {
    --tw-translate-x: 126px;
  }

  .md\:translate-x-127px {
    --tw-translate-x: 127px;
  }

  .md\:translate-x-128px {
    --tw-translate-x: 128px;
  }

  .md\:translate-x-129px {
    --tw-translate-x: 129px;
  }

  .md\:translate-x-130px {
    --tw-translate-x: 130px;
  }

  .md\:translate-x-133px {
    --tw-translate-x: 133px;
  }

  .md\:translate-x-140px {
    --tw-translate-x: 140px;
  }

  .md\:translate-x-195px {
    --tw-translate-x: 195px;
  }

  .md\:translate-x-200px {
    --tw-translate-x: 200px;
  }

  .md\:translate-x-210px {
    --tw-translate-x: 210px;
  }

  .md\:translate-x-222px {
    --tw-translate-x: 222px;
  }

  .md\:translate-x-258px {
    --tw-translate-x: 258px;
  }

  .md\:translate-x-280px {
    --tw-translate-x: 280px;
  }

  .md\:translate-x-334px {
    --tw-translate-x: 334px;
  }

  .md\:translate-x-388px {
    --tw-translate-x: 388px;
  }

  .md\:translate-x-480px {
    --tw-translate-x: 480px;
  }

  .md\:translate-x-490px {
    --tw-translate-x: 490px;
  }

  .md\:translate-x-505px {
    --tw-translate-x: 505px;
  }

  .md\:translate-x-507px {
    --tw-translate-x: 507px;
  }

  .md\:translate-x-760px {
    --tw-translate-x: 760px;
  }

  .md\:translate-x-780px {
    --tw-translate-x: 780px;
  }

  .md\:translate-x-980px {
    --tw-translate-x: 980px;
  }

  .md\:translate-x-1366px {
    --tw-translate-x: 1366px;
  }

  .md\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .md\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .md\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .md\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .md\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .md\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .md\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .md\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .md\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .md\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .md\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .md\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .md\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .md\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .md\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .md\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .md\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .md\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .md\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .md\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .md\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .md\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .md\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .md\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .md\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .md\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .md\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .md\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .md\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .md\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .md\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .md\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .md\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .md\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .md\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .md\:-translate-x-1px {
    --tw-translate-x: -1px;
  }

  .md\:-translate-x-2px {
    --tw-translate-x: -2px;
  }

  .md\:-translate-x-3px {
    --tw-translate-x: -3px;
  }

  .md\:-translate-x-4px {
    --tw-translate-x: -4px;
  }

  .md\:-translate-x-5px {
    --tw-translate-x: -5px;
  }

  .md\:-translate-x-6px {
    --tw-translate-x: -6px;
  }

  .md\:-translate-x-7px {
    --tw-translate-x: -7px;
  }

  .md\:-translate-x-8px {
    --tw-translate-x: -8px;
  }

  .md\:-translate-x-9px {
    --tw-translate-x: -9px;
  }

  .md\:-translate-x-10px {
    --tw-translate-x: -10px;
  }

  .md\:-translate-x-11px {
    --tw-translate-x: -11px;
  }

  .md\:-translate-x-12px {
    --tw-translate-x: -12px;
  }

  .md\:-translate-x-13px {
    --tw-translate-x: -13px;
  }

  .md\:-translate-x-14px {
    --tw-translate-x: -14px;
  }

  .md\:-translate-x-15px {
    --tw-translate-x: -15px;
  }

  .md\:-translate-x-16px {
    --tw-translate-x: -16px;
  }

  .md\:-translate-x-17px {
    --tw-translate-x: -17px;
  }

  .md\:-translate-x-18px {
    --tw-translate-x: -18px;
  }

  .md\:-translate-x-19px {
    --tw-translate-x: -19px;
  }

  .md\:-translate-x-20px {
    --tw-translate-x: -20px;
  }

  .md\:-translate-x-21px {
    --tw-translate-x: -21px;
  }

  .md\:-translate-x-22px {
    --tw-translate-x: -22px;
  }

  .md\:-translate-x-23px {
    --tw-translate-x: -23px;
  }

  .md\:-translate-x-24px {
    --tw-translate-x: -24px;
  }

  .md\:-translate-x-25px {
    --tw-translate-x: -25px;
  }

  .md\:-translate-x-26px {
    --tw-translate-x: -26px;
  }

  .md\:-translate-x-27px {
    --tw-translate-x: -27px;
  }

  .md\:-translate-x-28px {
    --tw-translate-x: -28px;
  }

  .md\:-translate-x-29px {
    --tw-translate-x: -29px;
  }

  .md\:-translate-x-30px {
    --tw-translate-x: -30px;
  }

  .md\:-translate-x-31px {
    --tw-translate-x: -31px;
  }

  .md\:-translate-x-32px {
    --tw-translate-x: -32px;
  }

  .md\:-translate-x-33px {
    --tw-translate-x: -33px;
  }

  .md\:-translate-x-34px {
    --tw-translate-x: -34px;
  }

  .md\:-translate-x-35px {
    --tw-translate-x: -35px;
  }

  .md\:-translate-x-36px {
    --tw-translate-x: -36px;
  }

  .md\:-translate-x-37px {
    --tw-translate-x: -37px;
  }

  .md\:-translate-x-38px {
    --tw-translate-x: -38px;
  }

  .md\:-translate-x-39px {
    --tw-translate-x: -39px;
  }

  .md\:-translate-x-40px {
    --tw-translate-x: -40px;
  }

  .md\:-translate-x-41px {
    --tw-translate-x: -41px;
  }

  .md\:-translate-x-42px {
    --tw-translate-x: -42px;
  }

  .md\:-translate-x-43px {
    --tw-translate-x: -43px;
  }

  .md\:-translate-x-44px {
    --tw-translate-x: -44px;
  }

  .md\:-translate-x-45px {
    --tw-translate-x: -45px;
  }

  .md\:-translate-x-46px {
    --tw-translate-x: -46px;
  }

  .md\:-translate-x-47px {
    --tw-translate-x: -47px;
  }

  .md\:-translate-x-48px {
    --tw-translate-x: -48px;
  }

  .md\:-translate-x-49px {
    --tw-translate-x: -49px;
  }

  .md\:-translate-x-50px {
    --tw-translate-x: -50px;
  }

  .md\:-translate-x-51px {
    --tw-translate-x: -51px;
  }

  .md\:-translate-x-52px {
    --tw-translate-x: -52px;
  }

  .md\:-translate-x-53px {
    --tw-translate-x: -53px;
  }

  .md\:-translate-x-54px {
    --tw-translate-x: -54px;
  }

  .md\:-translate-x-55px {
    --tw-translate-x: -55px;
  }

  .md\:-translate-x-56px {
    --tw-translate-x: -56px;
  }

  .md\:-translate-x-57px {
    --tw-translate-x: -57px;
  }

  .md\:-translate-x-58px {
    --tw-translate-x: -58px;
  }

  .md\:-translate-x-59px {
    --tw-translate-x: -59px;
  }

  .md\:-translate-x-60px {
    --tw-translate-x: -60px;
  }

  .md\:-translate-x-61px {
    --tw-translate-x: -61px;
  }

  .md\:-translate-x-62px {
    --tw-translate-x: -62px;
  }

  .md\:-translate-x-63px {
    --tw-translate-x: -63px;
  }

  .md\:-translate-x-64px {
    --tw-translate-x: -64px;
  }

  .md\:-translate-x-65px {
    --tw-translate-x: -65px;
  }

  .md\:-translate-x-66px {
    --tw-translate-x: -66px;
  }

  .md\:-translate-x-67px {
    --tw-translate-x: -67px;
  }

  .md\:-translate-x-68px {
    --tw-translate-x: -68px;
  }

  .md\:-translate-x-69px {
    --tw-translate-x: -69px;
  }

  .md\:-translate-x-70px {
    --tw-translate-x: -70px;
  }

  .md\:-translate-x-71px {
    --tw-translate-x: -71px;
  }

  .md\:-translate-x-72px {
    --tw-translate-x: -72px;
  }

  .md\:-translate-x-73px {
    --tw-translate-x: -73px;
  }

  .md\:-translate-x-74px {
    --tw-translate-x: -74px;
  }

  .md\:-translate-x-75px {
    --tw-translate-x: -75px;
  }

  .md\:-translate-x-76px {
    --tw-translate-x: -76px;
  }

  .md\:-translate-x-77px {
    --tw-translate-x: -77px;
  }

  .md\:-translate-x-78px {
    --tw-translate-x: -78px;
  }

  .md\:-translate-x-79px {
    --tw-translate-x: -79px;
  }

  .md\:-translate-x-80px {
    --tw-translate-x: -80px;
  }

  .md\:-translate-x-81px {
    --tw-translate-x: -81px;
  }

  .md\:-translate-x-82px {
    --tw-translate-x: -82px;
  }

  .md\:-translate-x-83px {
    --tw-translate-x: -83px;
  }

  .md\:-translate-x-84px {
    --tw-translate-x: -84px;
  }

  .md\:-translate-x-85px {
    --tw-translate-x: -85px;
  }

  .md\:-translate-x-86px {
    --tw-translate-x: -86px;
  }

  .md\:-translate-x-87px {
    --tw-translate-x: -87px;
  }

  .md\:-translate-x-88px {
    --tw-translate-x: -88px;
  }

  .md\:-translate-x-89px {
    --tw-translate-x: -89px;
  }

  .md\:-translate-x-90px {
    --tw-translate-x: -90px;
  }

  .md\:-translate-x-91px {
    --tw-translate-x: -91px;
  }

  .md\:-translate-x-92px {
    --tw-translate-x: -92px;
  }

  .md\:-translate-x-93px {
    --tw-translate-x: -93px;
  }

  .md\:-translate-x-94px {
    --tw-translate-x: -94px;
  }

  .md\:-translate-x-95px {
    --tw-translate-x: -95px;
  }

  .md\:-translate-x-96px {
    --tw-translate-x: -96px;
  }

  .md\:-translate-x-97px {
    --tw-translate-x: -97px;
  }

  .md\:-translate-x-98px {
    --tw-translate-x: -98px;
  }

  .md\:-translate-x-99px {
    --tw-translate-x: -99px;
  }

  .md\:-translate-x-100px {
    --tw-translate-x: -100px;
  }

  .md\:-translate-x-101px {
    --tw-translate-x: -101px;
  }

  .md\:-translate-x-102px {
    --tw-translate-x: -102px;
  }

  .md\:-translate-x-103px {
    --tw-translate-x: -103px;
  }

  .md\:-translate-x-104px {
    --tw-translate-x: -104px;
  }

  .md\:-translate-x-105px {
    --tw-translate-x: -105px;
  }

  .md\:-translate-x-106px {
    --tw-translate-x: -106px;
  }

  .md\:-translate-x-107px {
    --tw-translate-x: -107px;
  }

  .md\:-translate-x-108px {
    --tw-translate-x: -108px;
  }

  .md\:-translate-x-109px {
    --tw-translate-x: -109px;
  }

  .md\:-translate-x-110px {
    --tw-translate-x: -110px;
  }

  .md\:-translate-x-111px {
    --tw-translate-x: -111px;
  }

  .md\:-translate-x-112px {
    --tw-translate-x: -112px;
  }

  .md\:-translate-x-113px {
    --tw-translate-x: -113px;
  }

  .md\:-translate-x-114px {
    --tw-translate-x: -114px;
  }

  .md\:-translate-x-115px {
    --tw-translate-x: -115px;
  }

  .md\:-translate-x-116px {
    --tw-translate-x: -116px;
  }

  .md\:-translate-x-117px {
    --tw-translate-x: -117px;
  }

  .md\:-translate-x-118px {
    --tw-translate-x: -118px;
  }

  .md\:-translate-x-119px {
    --tw-translate-x: -119px;
  }

  .md\:-translate-x-120px {
    --tw-translate-x: -120px;
  }

  .md\:-translate-x-121px {
    --tw-translate-x: -121px;
  }

  .md\:-translate-x-122px {
    --tw-translate-x: -122px;
  }

  .md\:-translate-x-123px {
    --tw-translate-x: -123px;
  }

  .md\:-translate-x-124px {
    --tw-translate-x: -124px;
  }

  .md\:-translate-x-125px {
    --tw-translate-x: -125px;
  }

  .md\:-translate-x-126px {
    --tw-translate-x: -126px;
  }

  .md\:-translate-x-127px {
    --tw-translate-x: -127px;
  }

  .md\:-translate-x-128px {
    --tw-translate-x: -128px;
  }

  .md\:-translate-x-129px {
    --tw-translate-x: -129px;
  }

  .md\:-translate-x-130px {
    --tw-translate-x: -130px;
  }

  .md\:-translate-x-133px {
    --tw-translate-x: -133px;
  }

  .md\:-translate-x-140px {
    --tw-translate-x: -140px;
  }

  .md\:-translate-x-195px {
    --tw-translate-x: -195px;
  }

  .md\:-translate-x-200px {
    --tw-translate-x: -200px;
  }

  .md\:-translate-x-210px {
    --tw-translate-x: -210px;
  }

  .md\:-translate-x-222px {
    --tw-translate-x: -222px;
  }

  .md\:-translate-x-258px {
    --tw-translate-x: -258px;
  }

  .md\:-translate-x-280px {
    --tw-translate-x: -280px;
  }

  .md\:-translate-x-334px {
    --tw-translate-x: -334px;
  }

  .md\:-translate-x-388px {
    --tw-translate-x: -388px;
  }

  .md\:-translate-x-480px {
    --tw-translate-x: -480px;
  }

  .md\:-translate-x-490px {
    --tw-translate-x: -490px;
  }

  .md\:-translate-x-505px {
    --tw-translate-x: -505px;
  }

  .md\:-translate-x-507px {
    --tw-translate-x: -507px;
  }

  .md\:-translate-x-760px {
    --tw-translate-x: -760px;
  }

  .md\:-translate-x-780px {
    --tw-translate-x: -780px;
  }

  .md\:-translate-x-980px {
    --tw-translate-x: -980px;
  }

  .md\:-translate-x-1366px {
    --tw-translate-x: -1366px;
  }

  .md\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .md\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .md\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .md\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .md\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .md\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .md\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .md\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .md\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .md\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .md\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .md\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .md\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .md\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .md\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .md\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .md\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .md\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .md\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .md\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .md\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .md\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .md\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .md\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .md\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .md\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .md\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .md\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .md\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .md\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .md\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .md\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .md\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .md\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .md\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .md\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .md\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .md\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .md\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .md\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .md\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .md\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .md\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .md\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .md\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .md\:translate-y-1px {
    --tw-translate-y: 1px;
  }

  .md\:translate-y-2px {
    --tw-translate-y: 2px;
  }

  .md\:translate-y-3px {
    --tw-translate-y: 3px;
  }

  .md\:translate-y-4px {
    --tw-translate-y: 4px;
  }

  .md\:translate-y-5px {
    --tw-translate-y: 5px;
  }

  .md\:translate-y-6px {
    --tw-translate-y: 6px;
  }

  .md\:translate-y-7px {
    --tw-translate-y: 7px;
  }

  .md\:translate-y-8px {
    --tw-translate-y: 8px;
  }

  .md\:translate-y-9px {
    --tw-translate-y: 9px;
  }

  .md\:translate-y-10px {
    --tw-translate-y: 10px;
  }

  .md\:translate-y-11px {
    --tw-translate-y: 11px;
  }

  .md\:translate-y-12px {
    --tw-translate-y: 12px;
  }

  .md\:translate-y-13px {
    --tw-translate-y: 13px;
  }

  .md\:translate-y-14px {
    --tw-translate-y: 14px;
  }

  .md\:translate-y-15px {
    --tw-translate-y: 15px;
  }

  .md\:translate-y-16px {
    --tw-translate-y: 16px;
  }

  .md\:translate-y-17px {
    --tw-translate-y: 17px;
  }

  .md\:translate-y-18px {
    --tw-translate-y: 18px;
  }

  .md\:translate-y-19px {
    --tw-translate-y: 19px;
  }

  .md\:translate-y-20px {
    --tw-translate-y: 20px;
  }

  .md\:translate-y-21px {
    --tw-translate-y: 21px;
  }

  .md\:translate-y-22px {
    --tw-translate-y: 22px;
  }

  .md\:translate-y-23px {
    --tw-translate-y: 23px;
  }

  .md\:translate-y-24px {
    --tw-translate-y: 24px;
  }

  .md\:translate-y-25px {
    --tw-translate-y: 25px;
  }

  .md\:translate-y-26px {
    --tw-translate-y: 26px;
  }

  .md\:translate-y-27px {
    --tw-translate-y: 27px;
  }

  .md\:translate-y-28px {
    --tw-translate-y: 28px;
  }

  .md\:translate-y-29px {
    --tw-translate-y: 29px;
  }

  .md\:translate-y-30px {
    --tw-translate-y: 30px;
  }

  .md\:translate-y-31px {
    --tw-translate-y: 31px;
  }

  .md\:translate-y-32px {
    --tw-translate-y: 32px;
  }

  .md\:translate-y-33px {
    --tw-translate-y: 33px;
  }

  .md\:translate-y-34px {
    --tw-translate-y: 34px;
  }

  .md\:translate-y-35px {
    --tw-translate-y: 35px;
  }

  .md\:translate-y-36px {
    --tw-translate-y: 36px;
  }

  .md\:translate-y-37px {
    --tw-translate-y: 37px;
  }

  .md\:translate-y-38px {
    --tw-translate-y: 38px;
  }

  .md\:translate-y-39px {
    --tw-translate-y: 39px;
  }

  .md\:translate-y-40px {
    --tw-translate-y: 40px;
  }

  .md\:translate-y-41px {
    --tw-translate-y: 41px;
  }

  .md\:translate-y-42px {
    --tw-translate-y: 42px;
  }

  .md\:translate-y-43px {
    --tw-translate-y: 43px;
  }

  .md\:translate-y-44px {
    --tw-translate-y: 44px;
  }

  .md\:translate-y-45px {
    --tw-translate-y: 45px;
  }

  .md\:translate-y-46px {
    --tw-translate-y: 46px;
  }

  .md\:translate-y-47px {
    --tw-translate-y: 47px;
  }

  .md\:translate-y-48px {
    --tw-translate-y: 48px;
  }

  .md\:translate-y-49px {
    --tw-translate-y: 49px;
  }

  .md\:translate-y-50px {
    --tw-translate-y: 50px;
  }

  .md\:translate-y-51px {
    --tw-translate-y: 51px;
  }

  .md\:translate-y-52px {
    --tw-translate-y: 52px;
  }

  .md\:translate-y-53px {
    --tw-translate-y: 53px;
  }

  .md\:translate-y-54px {
    --tw-translate-y: 54px;
  }

  .md\:translate-y-55px {
    --tw-translate-y: 55px;
  }

  .md\:translate-y-56px {
    --tw-translate-y: 56px;
  }

  .md\:translate-y-57px {
    --tw-translate-y: 57px;
  }

  .md\:translate-y-58px {
    --tw-translate-y: 58px;
  }

  .md\:translate-y-59px {
    --tw-translate-y: 59px;
  }

  .md\:translate-y-60px {
    --tw-translate-y: 60px;
  }

  .md\:translate-y-61px {
    --tw-translate-y: 61px;
  }

  .md\:translate-y-62px {
    --tw-translate-y: 62px;
  }

  .md\:translate-y-63px {
    --tw-translate-y: 63px;
  }

  .md\:translate-y-64px {
    --tw-translate-y: 64px;
  }

  .md\:translate-y-65px {
    --tw-translate-y: 65px;
  }

  .md\:translate-y-66px {
    --tw-translate-y: 66px;
  }

  .md\:translate-y-67px {
    --tw-translate-y: 67px;
  }

  .md\:translate-y-68px {
    --tw-translate-y: 68px;
  }

  .md\:translate-y-69px {
    --tw-translate-y: 69px;
  }

  .md\:translate-y-70px {
    --tw-translate-y: 70px;
  }

  .md\:translate-y-71px {
    --tw-translate-y: 71px;
  }

  .md\:translate-y-72px {
    --tw-translate-y: 72px;
  }

  .md\:translate-y-73px {
    --tw-translate-y: 73px;
  }

  .md\:translate-y-74px {
    --tw-translate-y: 74px;
  }

  .md\:translate-y-75px {
    --tw-translate-y: 75px;
  }

  .md\:translate-y-76px {
    --tw-translate-y: 76px;
  }

  .md\:translate-y-77px {
    --tw-translate-y: 77px;
  }

  .md\:translate-y-78px {
    --tw-translate-y: 78px;
  }

  .md\:translate-y-79px {
    --tw-translate-y: 79px;
  }

  .md\:translate-y-80px {
    --tw-translate-y: 80px;
  }

  .md\:translate-y-81px {
    --tw-translate-y: 81px;
  }

  .md\:translate-y-82px {
    --tw-translate-y: 82px;
  }

  .md\:translate-y-83px {
    --tw-translate-y: 83px;
  }

  .md\:translate-y-84px {
    --tw-translate-y: 84px;
  }

  .md\:translate-y-85px {
    --tw-translate-y: 85px;
  }

  .md\:translate-y-86px {
    --tw-translate-y: 86px;
  }

  .md\:translate-y-87px {
    --tw-translate-y: 87px;
  }

  .md\:translate-y-88px {
    --tw-translate-y: 88px;
  }

  .md\:translate-y-89px {
    --tw-translate-y: 89px;
  }

  .md\:translate-y-90px {
    --tw-translate-y: 90px;
  }

  .md\:translate-y-91px {
    --tw-translate-y: 91px;
  }

  .md\:translate-y-92px {
    --tw-translate-y: 92px;
  }

  .md\:translate-y-93px {
    --tw-translate-y: 93px;
  }

  .md\:translate-y-94px {
    --tw-translate-y: 94px;
  }

  .md\:translate-y-95px {
    --tw-translate-y: 95px;
  }

  .md\:translate-y-96px {
    --tw-translate-y: 96px;
  }

  .md\:translate-y-97px {
    --tw-translate-y: 97px;
  }

  .md\:translate-y-98px {
    --tw-translate-y: 98px;
  }

  .md\:translate-y-99px {
    --tw-translate-y: 99px;
  }

  .md\:translate-y-100px {
    --tw-translate-y: 100px;
  }

  .md\:translate-y-101px {
    --tw-translate-y: 101px;
  }

  .md\:translate-y-102px {
    --tw-translate-y: 102px;
  }

  .md\:translate-y-103px {
    --tw-translate-y: 103px;
  }

  .md\:translate-y-104px {
    --tw-translate-y: 104px;
  }

  .md\:translate-y-105px {
    --tw-translate-y: 105px;
  }

  .md\:translate-y-106px {
    --tw-translate-y: 106px;
  }

  .md\:translate-y-107px {
    --tw-translate-y: 107px;
  }

  .md\:translate-y-108px {
    --tw-translate-y: 108px;
  }

  .md\:translate-y-109px {
    --tw-translate-y: 109px;
  }

  .md\:translate-y-110px {
    --tw-translate-y: 110px;
  }

  .md\:translate-y-111px {
    --tw-translate-y: 111px;
  }

  .md\:translate-y-112px {
    --tw-translate-y: 112px;
  }

  .md\:translate-y-113px {
    --tw-translate-y: 113px;
  }

  .md\:translate-y-114px {
    --tw-translate-y: 114px;
  }

  .md\:translate-y-115px {
    --tw-translate-y: 115px;
  }

  .md\:translate-y-116px {
    --tw-translate-y: 116px;
  }

  .md\:translate-y-117px {
    --tw-translate-y: 117px;
  }

  .md\:translate-y-118px {
    --tw-translate-y: 118px;
  }

  .md\:translate-y-119px {
    --tw-translate-y: 119px;
  }

  .md\:translate-y-120px {
    --tw-translate-y: 120px;
  }

  .md\:translate-y-121px {
    --tw-translate-y: 121px;
  }

  .md\:translate-y-122px {
    --tw-translate-y: 122px;
  }

  .md\:translate-y-123px {
    --tw-translate-y: 123px;
  }

  .md\:translate-y-124px {
    --tw-translate-y: 124px;
  }

  .md\:translate-y-125px {
    --tw-translate-y: 125px;
  }

  .md\:translate-y-126px {
    --tw-translate-y: 126px;
  }

  .md\:translate-y-127px {
    --tw-translate-y: 127px;
  }

  .md\:translate-y-128px {
    --tw-translate-y: 128px;
  }

  .md\:translate-y-129px {
    --tw-translate-y: 129px;
  }

  .md\:translate-y-130px {
    --tw-translate-y: 130px;
  }

  .md\:translate-y-133px {
    --tw-translate-y: 133px;
  }

  .md\:translate-y-140px {
    --tw-translate-y: 140px;
  }

  .md\:translate-y-195px {
    --tw-translate-y: 195px;
  }

  .md\:translate-y-200px {
    --tw-translate-y: 200px;
  }

  .md\:translate-y-210px {
    --tw-translate-y: 210px;
  }

  .md\:translate-y-222px {
    --tw-translate-y: 222px;
  }

  .md\:translate-y-258px {
    --tw-translate-y: 258px;
  }

  .md\:translate-y-280px {
    --tw-translate-y: 280px;
  }

  .md\:translate-y-334px {
    --tw-translate-y: 334px;
  }

  .md\:translate-y-388px {
    --tw-translate-y: 388px;
  }

  .md\:translate-y-480px {
    --tw-translate-y: 480px;
  }

  .md\:translate-y-490px {
    --tw-translate-y: 490px;
  }

  .md\:translate-y-505px {
    --tw-translate-y: 505px;
  }

  .md\:translate-y-507px {
    --tw-translate-y: 507px;
  }

  .md\:translate-y-760px {
    --tw-translate-y: 760px;
  }

  .md\:translate-y-780px {
    --tw-translate-y: 780px;
  }

  .md\:translate-y-980px {
    --tw-translate-y: 980px;
  }

  .md\:translate-y-1366px {
    --tw-translate-y: 1366px;
  }

  .md\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .md\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .md\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .md\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .md\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .md\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .md\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .md\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .md\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .md\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .md\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .md\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .md\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .md\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .md\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .md\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .md\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .md\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .md\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .md\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .md\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .md\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .md\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .md\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .md\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .md\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .md\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .md\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .md\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .md\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .md\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .md\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .md\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .md\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .md\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .md\:-translate-y-1px {
    --tw-translate-y: -1px;
  }

  .md\:-translate-y-2px {
    --tw-translate-y: -2px;
  }

  .md\:-translate-y-3px {
    --tw-translate-y: -3px;
  }

  .md\:-translate-y-4px {
    --tw-translate-y: -4px;
  }

  .md\:-translate-y-5px {
    --tw-translate-y: -5px;
  }

  .md\:-translate-y-6px {
    --tw-translate-y: -6px;
  }

  .md\:-translate-y-7px {
    --tw-translate-y: -7px;
  }

  .md\:-translate-y-8px {
    --tw-translate-y: -8px;
  }

  .md\:-translate-y-9px {
    --tw-translate-y: -9px;
  }

  .md\:-translate-y-10px {
    --tw-translate-y: -10px;
  }

  .md\:-translate-y-11px {
    --tw-translate-y: -11px;
  }

  .md\:-translate-y-12px {
    --tw-translate-y: -12px;
  }

  .md\:-translate-y-13px {
    --tw-translate-y: -13px;
  }

  .md\:-translate-y-14px {
    --tw-translate-y: -14px;
  }

  .md\:-translate-y-15px {
    --tw-translate-y: -15px;
  }

  .md\:-translate-y-16px {
    --tw-translate-y: -16px;
  }

  .md\:-translate-y-17px {
    --tw-translate-y: -17px;
  }

  .md\:-translate-y-18px {
    --tw-translate-y: -18px;
  }

  .md\:-translate-y-19px {
    --tw-translate-y: -19px;
  }

  .md\:-translate-y-20px {
    --tw-translate-y: -20px;
  }

  .md\:-translate-y-21px {
    --tw-translate-y: -21px;
  }

  .md\:-translate-y-22px {
    --tw-translate-y: -22px;
  }

  .md\:-translate-y-23px {
    --tw-translate-y: -23px;
  }

  .md\:-translate-y-24px {
    --tw-translate-y: -24px;
  }

  .md\:-translate-y-25px {
    --tw-translate-y: -25px;
  }

  .md\:-translate-y-26px {
    --tw-translate-y: -26px;
  }

  .md\:-translate-y-27px {
    --tw-translate-y: -27px;
  }

  .md\:-translate-y-28px {
    --tw-translate-y: -28px;
  }

  .md\:-translate-y-29px {
    --tw-translate-y: -29px;
  }

  .md\:-translate-y-30px {
    --tw-translate-y: -30px;
  }

  .md\:-translate-y-31px {
    --tw-translate-y: -31px;
  }

  .md\:-translate-y-32px {
    --tw-translate-y: -32px;
  }

  .md\:-translate-y-33px {
    --tw-translate-y: -33px;
  }

  .md\:-translate-y-34px {
    --tw-translate-y: -34px;
  }

  .md\:-translate-y-35px {
    --tw-translate-y: -35px;
  }

  .md\:-translate-y-36px {
    --tw-translate-y: -36px;
  }

  .md\:-translate-y-37px {
    --tw-translate-y: -37px;
  }

  .md\:-translate-y-38px {
    --tw-translate-y: -38px;
  }

  .md\:-translate-y-39px {
    --tw-translate-y: -39px;
  }

  .md\:-translate-y-40px {
    --tw-translate-y: -40px;
  }

  .md\:-translate-y-41px {
    --tw-translate-y: -41px;
  }

  .md\:-translate-y-42px {
    --tw-translate-y: -42px;
  }

  .md\:-translate-y-43px {
    --tw-translate-y: -43px;
  }

  .md\:-translate-y-44px {
    --tw-translate-y: -44px;
  }

  .md\:-translate-y-45px {
    --tw-translate-y: -45px;
  }

  .md\:-translate-y-46px {
    --tw-translate-y: -46px;
  }

  .md\:-translate-y-47px {
    --tw-translate-y: -47px;
  }

  .md\:-translate-y-48px {
    --tw-translate-y: -48px;
  }

  .md\:-translate-y-49px {
    --tw-translate-y: -49px;
  }

  .md\:-translate-y-50px {
    --tw-translate-y: -50px;
  }

  .md\:-translate-y-51px {
    --tw-translate-y: -51px;
  }

  .md\:-translate-y-52px {
    --tw-translate-y: -52px;
  }

  .md\:-translate-y-53px {
    --tw-translate-y: -53px;
  }

  .md\:-translate-y-54px {
    --tw-translate-y: -54px;
  }

  .md\:-translate-y-55px {
    --tw-translate-y: -55px;
  }

  .md\:-translate-y-56px {
    --tw-translate-y: -56px;
  }

  .md\:-translate-y-57px {
    --tw-translate-y: -57px;
  }

  .md\:-translate-y-58px {
    --tw-translate-y: -58px;
  }

  .md\:-translate-y-59px {
    --tw-translate-y: -59px;
  }

  .md\:-translate-y-60px {
    --tw-translate-y: -60px;
  }

  .md\:-translate-y-61px {
    --tw-translate-y: -61px;
  }

  .md\:-translate-y-62px {
    --tw-translate-y: -62px;
  }

  .md\:-translate-y-63px {
    --tw-translate-y: -63px;
  }

  .md\:-translate-y-64px {
    --tw-translate-y: -64px;
  }

  .md\:-translate-y-65px {
    --tw-translate-y: -65px;
  }

  .md\:-translate-y-66px {
    --tw-translate-y: -66px;
  }

  .md\:-translate-y-67px {
    --tw-translate-y: -67px;
  }

  .md\:-translate-y-68px {
    --tw-translate-y: -68px;
  }

  .md\:-translate-y-69px {
    --tw-translate-y: -69px;
  }

  .md\:-translate-y-70px {
    --tw-translate-y: -70px;
  }

  .md\:-translate-y-71px {
    --tw-translate-y: -71px;
  }

  .md\:-translate-y-72px {
    --tw-translate-y: -72px;
  }

  .md\:-translate-y-73px {
    --tw-translate-y: -73px;
  }

  .md\:-translate-y-74px {
    --tw-translate-y: -74px;
  }

  .md\:-translate-y-75px {
    --tw-translate-y: -75px;
  }

  .md\:-translate-y-76px {
    --tw-translate-y: -76px;
  }

  .md\:-translate-y-77px {
    --tw-translate-y: -77px;
  }

  .md\:-translate-y-78px {
    --tw-translate-y: -78px;
  }

  .md\:-translate-y-79px {
    --tw-translate-y: -79px;
  }

  .md\:-translate-y-80px {
    --tw-translate-y: -80px;
  }

  .md\:-translate-y-81px {
    --tw-translate-y: -81px;
  }

  .md\:-translate-y-82px {
    --tw-translate-y: -82px;
  }

  .md\:-translate-y-83px {
    --tw-translate-y: -83px;
  }

  .md\:-translate-y-84px {
    --tw-translate-y: -84px;
  }

  .md\:-translate-y-85px {
    --tw-translate-y: -85px;
  }

  .md\:-translate-y-86px {
    --tw-translate-y: -86px;
  }

  .md\:-translate-y-87px {
    --tw-translate-y: -87px;
  }

  .md\:-translate-y-88px {
    --tw-translate-y: -88px;
  }

  .md\:-translate-y-89px {
    --tw-translate-y: -89px;
  }

  .md\:-translate-y-90px {
    --tw-translate-y: -90px;
  }

  .md\:-translate-y-91px {
    --tw-translate-y: -91px;
  }

  .md\:-translate-y-92px {
    --tw-translate-y: -92px;
  }

  .md\:-translate-y-93px {
    --tw-translate-y: -93px;
  }

  .md\:-translate-y-94px {
    --tw-translate-y: -94px;
  }

  .md\:-translate-y-95px {
    --tw-translate-y: -95px;
  }

  .md\:-translate-y-96px {
    --tw-translate-y: -96px;
  }

  .md\:-translate-y-97px {
    --tw-translate-y: -97px;
  }

  .md\:-translate-y-98px {
    --tw-translate-y: -98px;
  }

  .md\:-translate-y-99px {
    --tw-translate-y: -99px;
  }

  .md\:-translate-y-100px {
    --tw-translate-y: -100px;
  }

  .md\:-translate-y-101px {
    --tw-translate-y: -101px;
  }

  .md\:-translate-y-102px {
    --tw-translate-y: -102px;
  }

  .md\:-translate-y-103px {
    --tw-translate-y: -103px;
  }

  .md\:-translate-y-104px {
    --tw-translate-y: -104px;
  }

  .md\:-translate-y-105px {
    --tw-translate-y: -105px;
  }

  .md\:-translate-y-106px {
    --tw-translate-y: -106px;
  }

  .md\:-translate-y-107px {
    --tw-translate-y: -107px;
  }

  .md\:-translate-y-108px {
    --tw-translate-y: -108px;
  }

  .md\:-translate-y-109px {
    --tw-translate-y: -109px;
  }

  .md\:-translate-y-110px {
    --tw-translate-y: -110px;
  }

  .md\:-translate-y-111px {
    --tw-translate-y: -111px;
  }

  .md\:-translate-y-112px {
    --tw-translate-y: -112px;
  }

  .md\:-translate-y-113px {
    --tw-translate-y: -113px;
  }

  .md\:-translate-y-114px {
    --tw-translate-y: -114px;
  }

  .md\:-translate-y-115px {
    --tw-translate-y: -115px;
  }

  .md\:-translate-y-116px {
    --tw-translate-y: -116px;
  }

  .md\:-translate-y-117px {
    --tw-translate-y: -117px;
  }

  .md\:-translate-y-118px {
    --tw-translate-y: -118px;
  }

  .md\:-translate-y-119px {
    --tw-translate-y: -119px;
  }

  .md\:-translate-y-120px {
    --tw-translate-y: -120px;
  }

  .md\:-translate-y-121px {
    --tw-translate-y: -121px;
  }

  .md\:-translate-y-122px {
    --tw-translate-y: -122px;
  }

  .md\:-translate-y-123px {
    --tw-translate-y: -123px;
  }

  .md\:-translate-y-124px {
    --tw-translate-y: -124px;
  }

  .md\:-translate-y-125px {
    --tw-translate-y: -125px;
  }

  .md\:-translate-y-126px {
    --tw-translate-y: -126px;
  }

  .md\:-translate-y-127px {
    --tw-translate-y: -127px;
  }

  .md\:-translate-y-128px {
    --tw-translate-y: -128px;
  }

  .md\:-translate-y-129px {
    --tw-translate-y: -129px;
  }

  .md\:-translate-y-130px {
    --tw-translate-y: -130px;
  }

  .md\:-translate-y-133px {
    --tw-translate-y: -133px;
  }

  .md\:-translate-y-140px {
    --tw-translate-y: -140px;
  }

  .md\:-translate-y-195px {
    --tw-translate-y: -195px;
  }

  .md\:-translate-y-200px {
    --tw-translate-y: -200px;
  }

  .md\:-translate-y-210px {
    --tw-translate-y: -210px;
  }

  .md\:-translate-y-222px {
    --tw-translate-y: -222px;
  }

  .md\:-translate-y-258px {
    --tw-translate-y: -258px;
  }

  .md\:-translate-y-280px {
    --tw-translate-y: -280px;
  }

  .md\:-translate-y-334px {
    --tw-translate-y: -334px;
  }

  .md\:-translate-y-388px {
    --tw-translate-y: -388px;
  }

  .md\:-translate-y-480px {
    --tw-translate-y: -480px;
  }

  .md\:-translate-y-490px {
    --tw-translate-y: -490px;
  }

  .md\:-translate-y-505px {
    --tw-translate-y: -505px;
  }

  .md\:-translate-y-507px {
    --tw-translate-y: -507px;
  }

  .md\:-translate-y-760px {
    --tw-translate-y: -760px;
  }

  .md\:-translate-y-780px {
    --tw-translate-y: -780px;
  }

  .md\:-translate-y-980px {
    --tw-translate-y: -980px;
  }

  .md\:-translate-y-1366px {
    --tw-translate-y: -1366px;
  }

  .md\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .md\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .md\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .md\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .md\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .md\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .md\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .md\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .md\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .md\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .md\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .md\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .md\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .md\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .md\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .md\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .md\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .md\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .md\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .md\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .md\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .md\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .md\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .md\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .md\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .md\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .md\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .md\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .md\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .md\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .md\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .md\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .md\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .md\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .md\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .md\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .md\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .md\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .md\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .md\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .md\:hover\:translate-x-1px:hover {
    --tw-translate-x: 1px;
  }

  .md\:hover\:translate-x-2px:hover {
    --tw-translate-x: 2px;
  }

  .md\:hover\:translate-x-3px:hover {
    --tw-translate-x: 3px;
  }

  .md\:hover\:translate-x-4px:hover {
    --tw-translate-x: 4px;
  }

  .md\:hover\:translate-x-5px:hover {
    --tw-translate-x: 5px;
  }

  .md\:hover\:translate-x-6px:hover {
    --tw-translate-x: 6px;
  }

  .md\:hover\:translate-x-7px:hover {
    --tw-translate-x: 7px;
  }

  .md\:hover\:translate-x-8px:hover {
    --tw-translate-x: 8px;
  }

  .md\:hover\:translate-x-9px:hover {
    --tw-translate-x: 9px;
  }

  .md\:hover\:translate-x-10px:hover {
    --tw-translate-x: 10px;
  }

  .md\:hover\:translate-x-11px:hover {
    --tw-translate-x: 11px;
  }

  .md\:hover\:translate-x-12px:hover {
    --tw-translate-x: 12px;
  }

  .md\:hover\:translate-x-13px:hover {
    --tw-translate-x: 13px;
  }

  .md\:hover\:translate-x-14px:hover {
    --tw-translate-x: 14px;
  }

  .md\:hover\:translate-x-15px:hover {
    --tw-translate-x: 15px;
  }

  .md\:hover\:translate-x-16px:hover {
    --tw-translate-x: 16px;
  }

  .md\:hover\:translate-x-17px:hover {
    --tw-translate-x: 17px;
  }

  .md\:hover\:translate-x-18px:hover {
    --tw-translate-x: 18px;
  }

  .md\:hover\:translate-x-19px:hover {
    --tw-translate-x: 19px;
  }

  .md\:hover\:translate-x-20px:hover {
    --tw-translate-x: 20px;
  }

  .md\:hover\:translate-x-21px:hover {
    --tw-translate-x: 21px;
  }

  .md\:hover\:translate-x-22px:hover {
    --tw-translate-x: 22px;
  }

  .md\:hover\:translate-x-23px:hover {
    --tw-translate-x: 23px;
  }

  .md\:hover\:translate-x-24px:hover {
    --tw-translate-x: 24px;
  }

  .md\:hover\:translate-x-25px:hover {
    --tw-translate-x: 25px;
  }

  .md\:hover\:translate-x-26px:hover {
    --tw-translate-x: 26px;
  }

  .md\:hover\:translate-x-27px:hover {
    --tw-translate-x: 27px;
  }

  .md\:hover\:translate-x-28px:hover {
    --tw-translate-x: 28px;
  }

  .md\:hover\:translate-x-29px:hover {
    --tw-translate-x: 29px;
  }

  .md\:hover\:translate-x-30px:hover {
    --tw-translate-x: 30px;
  }

  .md\:hover\:translate-x-31px:hover {
    --tw-translate-x: 31px;
  }

  .md\:hover\:translate-x-32px:hover {
    --tw-translate-x: 32px;
  }

  .md\:hover\:translate-x-33px:hover {
    --tw-translate-x: 33px;
  }

  .md\:hover\:translate-x-34px:hover {
    --tw-translate-x: 34px;
  }

  .md\:hover\:translate-x-35px:hover {
    --tw-translate-x: 35px;
  }

  .md\:hover\:translate-x-36px:hover {
    --tw-translate-x: 36px;
  }

  .md\:hover\:translate-x-37px:hover {
    --tw-translate-x: 37px;
  }

  .md\:hover\:translate-x-38px:hover {
    --tw-translate-x: 38px;
  }

  .md\:hover\:translate-x-39px:hover {
    --tw-translate-x: 39px;
  }

  .md\:hover\:translate-x-40px:hover {
    --tw-translate-x: 40px;
  }

  .md\:hover\:translate-x-41px:hover {
    --tw-translate-x: 41px;
  }

  .md\:hover\:translate-x-42px:hover {
    --tw-translate-x: 42px;
  }

  .md\:hover\:translate-x-43px:hover {
    --tw-translate-x: 43px;
  }

  .md\:hover\:translate-x-44px:hover {
    --tw-translate-x: 44px;
  }

  .md\:hover\:translate-x-45px:hover {
    --tw-translate-x: 45px;
  }

  .md\:hover\:translate-x-46px:hover {
    --tw-translate-x: 46px;
  }

  .md\:hover\:translate-x-47px:hover {
    --tw-translate-x: 47px;
  }

  .md\:hover\:translate-x-48px:hover {
    --tw-translate-x: 48px;
  }

  .md\:hover\:translate-x-49px:hover {
    --tw-translate-x: 49px;
  }

  .md\:hover\:translate-x-50px:hover {
    --tw-translate-x: 50px;
  }

  .md\:hover\:translate-x-51px:hover {
    --tw-translate-x: 51px;
  }

  .md\:hover\:translate-x-52px:hover {
    --tw-translate-x: 52px;
  }

  .md\:hover\:translate-x-53px:hover {
    --tw-translate-x: 53px;
  }

  .md\:hover\:translate-x-54px:hover {
    --tw-translate-x: 54px;
  }

  .md\:hover\:translate-x-55px:hover {
    --tw-translate-x: 55px;
  }

  .md\:hover\:translate-x-56px:hover {
    --tw-translate-x: 56px;
  }

  .md\:hover\:translate-x-57px:hover {
    --tw-translate-x: 57px;
  }

  .md\:hover\:translate-x-58px:hover {
    --tw-translate-x: 58px;
  }

  .md\:hover\:translate-x-59px:hover {
    --tw-translate-x: 59px;
  }

  .md\:hover\:translate-x-60px:hover {
    --tw-translate-x: 60px;
  }

  .md\:hover\:translate-x-61px:hover {
    --tw-translate-x: 61px;
  }

  .md\:hover\:translate-x-62px:hover {
    --tw-translate-x: 62px;
  }

  .md\:hover\:translate-x-63px:hover {
    --tw-translate-x: 63px;
  }

  .md\:hover\:translate-x-64px:hover {
    --tw-translate-x: 64px;
  }

  .md\:hover\:translate-x-65px:hover {
    --tw-translate-x: 65px;
  }

  .md\:hover\:translate-x-66px:hover {
    --tw-translate-x: 66px;
  }

  .md\:hover\:translate-x-67px:hover {
    --tw-translate-x: 67px;
  }

  .md\:hover\:translate-x-68px:hover {
    --tw-translate-x: 68px;
  }

  .md\:hover\:translate-x-69px:hover {
    --tw-translate-x: 69px;
  }

  .md\:hover\:translate-x-70px:hover {
    --tw-translate-x: 70px;
  }

  .md\:hover\:translate-x-71px:hover {
    --tw-translate-x: 71px;
  }

  .md\:hover\:translate-x-72px:hover {
    --tw-translate-x: 72px;
  }

  .md\:hover\:translate-x-73px:hover {
    --tw-translate-x: 73px;
  }

  .md\:hover\:translate-x-74px:hover {
    --tw-translate-x: 74px;
  }

  .md\:hover\:translate-x-75px:hover {
    --tw-translate-x: 75px;
  }

  .md\:hover\:translate-x-76px:hover {
    --tw-translate-x: 76px;
  }

  .md\:hover\:translate-x-77px:hover {
    --tw-translate-x: 77px;
  }

  .md\:hover\:translate-x-78px:hover {
    --tw-translate-x: 78px;
  }

  .md\:hover\:translate-x-79px:hover {
    --tw-translate-x: 79px;
  }

  .md\:hover\:translate-x-80px:hover {
    --tw-translate-x: 80px;
  }

  .md\:hover\:translate-x-81px:hover {
    --tw-translate-x: 81px;
  }

  .md\:hover\:translate-x-82px:hover {
    --tw-translate-x: 82px;
  }

  .md\:hover\:translate-x-83px:hover {
    --tw-translate-x: 83px;
  }

  .md\:hover\:translate-x-84px:hover {
    --tw-translate-x: 84px;
  }

  .md\:hover\:translate-x-85px:hover {
    --tw-translate-x: 85px;
  }

  .md\:hover\:translate-x-86px:hover {
    --tw-translate-x: 86px;
  }

  .md\:hover\:translate-x-87px:hover {
    --tw-translate-x: 87px;
  }

  .md\:hover\:translate-x-88px:hover {
    --tw-translate-x: 88px;
  }

  .md\:hover\:translate-x-89px:hover {
    --tw-translate-x: 89px;
  }

  .md\:hover\:translate-x-90px:hover {
    --tw-translate-x: 90px;
  }

  .md\:hover\:translate-x-91px:hover {
    --tw-translate-x: 91px;
  }

  .md\:hover\:translate-x-92px:hover {
    --tw-translate-x: 92px;
  }

  .md\:hover\:translate-x-93px:hover {
    --tw-translate-x: 93px;
  }

  .md\:hover\:translate-x-94px:hover {
    --tw-translate-x: 94px;
  }

  .md\:hover\:translate-x-95px:hover {
    --tw-translate-x: 95px;
  }

  .md\:hover\:translate-x-96px:hover {
    --tw-translate-x: 96px;
  }

  .md\:hover\:translate-x-97px:hover {
    --tw-translate-x: 97px;
  }

  .md\:hover\:translate-x-98px:hover {
    --tw-translate-x: 98px;
  }

  .md\:hover\:translate-x-99px:hover {
    --tw-translate-x: 99px;
  }

  .md\:hover\:translate-x-100px:hover {
    --tw-translate-x: 100px;
  }

  .md\:hover\:translate-x-101px:hover {
    --tw-translate-x: 101px;
  }

  .md\:hover\:translate-x-102px:hover {
    --tw-translate-x: 102px;
  }

  .md\:hover\:translate-x-103px:hover {
    --tw-translate-x: 103px;
  }

  .md\:hover\:translate-x-104px:hover {
    --tw-translate-x: 104px;
  }

  .md\:hover\:translate-x-105px:hover {
    --tw-translate-x: 105px;
  }

  .md\:hover\:translate-x-106px:hover {
    --tw-translate-x: 106px;
  }

  .md\:hover\:translate-x-107px:hover {
    --tw-translate-x: 107px;
  }

  .md\:hover\:translate-x-108px:hover {
    --tw-translate-x: 108px;
  }

  .md\:hover\:translate-x-109px:hover {
    --tw-translate-x: 109px;
  }

  .md\:hover\:translate-x-110px:hover {
    --tw-translate-x: 110px;
  }

  .md\:hover\:translate-x-111px:hover {
    --tw-translate-x: 111px;
  }

  .md\:hover\:translate-x-112px:hover {
    --tw-translate-x: 112px;
  }

  .md\:hover\:translate-x-113px:hover {
    --tw-translate-x: 113px;
  }

  .md\:hover\:translate-x-114px:hover {
    --tw-translate-x: 114px;
  }

  .md\:hover\:translate-x-115px:hover {
    --tw-translate-x: 115px;
  }

  .md\:hover\:translate-x-116px:hover {
    --tw-translate-x: 116px;
  }

  .md\:hover\:translate-x-117px:hover {
    --tw-translate-x: 117px;
  }

  .md\:hover\:translate-x-118px:hover {
    --tw-translate-x: 118px;
  }

  .md\:hover\:translate-x-119px:hover {
    --tw-translate-x: 119px;
  }

  .md\:hover\:translate-x-120px:hover {
    --tw-translate-x: 120px;
  }

  .md\:hover\:translate-x-121px:hover {
    --tw-translate-x: 121px;
  }

  .md\:hover\:translate-x-122px:hover {
    --tw-translate-x: 122px;
  }

  .md\:hover\:translate-x-123px:hover {
    --tw-translate-x: 123px;
  }

  .md\:hover\:translate-x-124px:hover {
    --tw-translate-x: 124px;
  }

  .md\:hover\:translate-x-125px:hover {
    --tw-translate-x: 125px;
  }

  .md\:hover\:translate-x-126px:hover {
    --tw-translate-x: 126px;
  }

  .md\:hover\:translate-x-127px:hover {
    --tw-translate-x: 127px;
  }

  .md\:hover\:translate-x-128px:hover {
    --tw-translate-x: 128px;
  }

  .md\:hover\:translate-x-129px:hover {
    --tw-translate-x: 129px;
  }

  .md\:hover\:translate-x-130px:hover {
    --tw-translate-x: 130px;
  }

  .md\:hover\:translate-x-133px:hover {
    --tw-translate-x: 133px;
  }

  .md\:hover\:translate-x-140px:hover {
    --tw-translate-x: 140px;
  }

  .md\:hover\:translate-x-195px:hover {
    --tw-translate-x: 195px;
  }

  .md\:hover\:translate-x-200px:hover {
    --tw-translate-x: 200px;
  }

  .md\:hover\:translate-x-210px:hover {
    --tw-translate-x: 210px;
  }

  .md\:hover\:translate-x-222px:hover {
    --tw-translate-x: 222px;
  }

  .md\:hover\:translate-x-258px:hover {
    --tw-translate-x: 258px;
  }

  .md\:hover\:translate-x-280px:hover {
    --tw-translate-x: 280px;
  }

  .md\:hover\:translate-x-334px:hover {
    --tw-translate-x: 334px;
  }

  .md\:hover\:translate-x-388px:hover {
    --tw-translate-x: 388px;
  }

  .md\:hover\:translate-x-480px:hover {
    --tw-translate-x: 480px;
  }

  .md\:hover\:translate-x-490px:hover {
    --tw-translate-x: 490px;
  }

  .md\:hover\:translate-x-505px:hover {
    --tw-translate-x: 505px;
  }

  .md\:hover\:translate-x-507px:hover {
    --tw-translate-x: 507px;
  }

  .md\:hover\:translate-x-760px:hover {
    --tw-translate-x: 760px;
  }

  .md\:hover\:translate-x-780px:hover {
    --tw-translate-x: 780px;
  }

  .md\:hover\:translate-x-980px:hover {
    --tw-translate-x: 980px;
  }

  .md\:hover\:translate-x-1366px:hover {
    --tw-translate-x: 1366px;
  }

  .md\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .md\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .md\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .md\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .md\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .md\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .md\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .md\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .md\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .md\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .md\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .md\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .md\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .md\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .md\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .md\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .md\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .md\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .md\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .md\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .md\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .md\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .md\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .md\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .md\:hover\:-translate-x-1px:hover {
    --tw-translate-x: -1px;
  }

  .md\:hover\:-translate-x-2px:hover {
    --tw-translate-x: -2px;
  }

  .md\:hover\:-translate-x-3px:hover {
    --tw-translate-x: -3px;
  }

  .md\:hover\:-translate-x-4px:hover {
    --tw-translate-x: -4px;
  }

  .md\:hover\:-translate-x-5px:hover {
    --tw-translate-x: -5px;
  }

  .md\:hover\:-translate-x-6px:hover {
    --tw-translate-x: -6px;
  }

  .md\:hover\:-translate-x-7px:hover {
    --tw-translate-x: -7px;
  }

  .md\:hover\:-translate-x-8px:hover {
    --tw-translate-x: -8px;
  }

  .md\:hover\:-translate-x-9px:hover {
    --tw-translate-x: -9px;
  }

  .md\:hover\:-translate-x-10px:hover {
    --tw-translate-x: -10px;
  }

  .md\:hover\:-translate-x-11px:hover {
    --tw-translate-x: -11px;
  }

  .md\:hover\:-translate-x-12px:hover {
    --tw-translate-x: -12px;
  }

  .md\:hover\:-translate-x-13px:hover {
    --tw-translate-x: -13px;
  }

  .md\:hover\:-translate-x-14px:hover {
    --tw-translate-x: -14px;
  }

  .md\:hover\:-translate-x-15px:hover {
    --tw-translate-x: -15px;
  }

  .md\:hover\:-translate-x-16px:hover {
    --tw-translate-x: -16px;
  }

  .md\:hover\:-translate-x-17px:hover {
    --tw-translate-x: -17px;
  }

  .md\:hover\:-translate-x-18px:hover {
    --tw-translate-x: -18px;
  }

  .md\:hover\:-translate-x-19px:hover {
    --tw-translate-x: -19px;
  }

  .md\:hover\:-translate-x-20px:hover {
    --tw-translate-x: -20px;
  }

  .md\:hover\:-translate-x-21px:hover {
    --tw-translate-x: -21px;
  }

  .md\:hover\:-translate-x-22px:hover {
    --tw-translate-x: -22px;
  }

  .md\:hover\:-translate-x-23px:hover {
    --tw-translate-x: -23px;
  }

  .md\:hover\:-translate-x-24px:hover {
    --tw-translate-x: -24px;
  }

  .md\:hover\:-translate-x-25px:hover {
    --tw-translate-x: -25px;
  }

  .md\:hover\:-translate-x-26px:hover {
    --tw-translate-x: -26px;
  }

  .md\:hover\:-translate-x-27px:hover {
    --tw-translate-x: -27px;
  }

  .md\:hover\:-translate-x-28px:hover {
    --tw-translate-x: -28px;
  }

  .md\:hover\:-translate-x-29px:hover {
    --tw-translate-x: -29px;
  }

  .md\:hover\:-translate-x-30px:hover {
    --tw-translate-x: -30px;
  }

  .md\:hover\:-translate-x-31px:hover {
    --tw-translate-x: -31px;
  }

  .md\:hover\:-translate-x-32px:hover {
    --tw-translate-x: -32px;
  }

  .md\:hover\:-translate-x-33px:hover {
    --tw-translate-x: -33px;
  }

  .md\:hover\:-translate-x-34px:hover {
    --tw-translate-x: -34px;
  }

  .md\:hover\:-translate-x-35px:hover {
    --tw-translate-x: -35px;
  }

  .md\:hover\:-translate-x-36px:hover {
    --tw-translate-x: -36px;
  }

  .md\:hover\:-translate-x-37px:hover {
    --tw-translate-x: -37px;
  }

  .md\:hover\:-translate-x-38px:hover {
    --tw-translate-x: -38px;
  }

  .md\:hover\:-translate-x-39px:hover {
    --tw-translate-x: -39px;
  }

  .md\:hover\:-translate-x-40px:hover {
    --tw-translate-x: -40px;
  }

  .md\:hover\:-translate-x-41px:hover {
    --tw-translate-x: -41px;
  }

  .md\:hover\:-translate-x-42px:hover {
    --tw-translate-x: -42px;
  }

  .md\:hover\:-translate-x-43px:hover {
    --tw-translate-x: -43px;
  }

  .md\:hover\:-translate-x-44px:hover {
    --tw-translate-x: -44px;
  }

  .md\:hover\:-translate-x-45px:hover {
    --tw-translate-x: -45px;
  }

  .md\:hover\:-translate-x-46px:hover {
    --tw-translate-x: -46px;
  }

  .md\:hover\:-translate-x-47px:hover {
    --tw-translate-x: -47px;
  }

  .md\:hover\:-translate-x-48px:hover {
    --tw-translate-x: -48px;
  }

  .md\:hover\:-translate-x-49px:hover {
    --tw-translate-x: -49px;
  }

  .md\:hover\:-translate-x-50px:hover {
    --tw-translate-x: -50px;
  }

  .md\:hover\:-translate-x-51px:hover {
    --tw-translate-x: -51px;
  }

  .md\:hover\:-translate-x-52px:hover {
    --tw-translate-x: -52px;
  }

  .md\:hover\:-translate-x-53px:hover {
    --tw-translate-x: -53px;
  }

  .md\:hover\:-translate-x-54px:hover {
    --tw-translate-x: -54px;
  }

  .md\:hover\:-translate-x-55px:hover {
    --tw-translate-x: -55px;
  }

  .md\:hover\:-translate-x-56px:hover {
    --tw-translate-x: -56px;
  }

  .md\:hover\:-translate-x-57px:hover {
    --tw-translate-x: -57px;
  }

  .md\:hover\:-translate-x-58px:hover {
    --tw-translate-x: -58px;
  }

  .md\:hover\:-translate-x-59px:hover {
    --tw-translate-x: -59px;
  }

  .md\:hover\:-translate-x-60px:hover {
    --tw-translate-x: -60px;
  }

  .md\:hover\:-translate-x-61px:hover {
    --tw-translate-x: -61px;
  }

  .md\:hover\:-translate-x-62px:hover {
    --tw-translate-x: -62px;
  }

  .md\:hover\:-translate-x-63px:hover {
    --tw-translate-x: -63px;
  }

  .md\:hover\:-translate-x-64px:hover {
    --tw-translate-x: -64px;
  }

  .md\:hover\:-translate-x-65px:hover {
    --tw-translate-x: -65px;
  }

  .md\:hover\:-translate-x-66px:hover {
    --tw-translate-x: -66px;
  }

  .md\:hover\:-translate-x-67px:hover {
    --tw-translate-x: -67px;
  }

  .md\:hover\:-translate-x-68px:hover {
    --tw-translate-x: -68px;
  }

  .md\:hover\:-translate-x-69px:hover {
    --tw-translate-x: -69px;
  }

  .md\:hover\:-translate-x-70px:hover {
    --tw-translate-x: -70px;
  }

  .md\:hover\:-translate-x-71px:hover {
    --tw-translate-x: -71px;
  }

  .md\:hover\:-translate-x-72px:hover {
    --tw-translate-x: -72px;
  }

  .md\:hover\:-translate-x-73px:hover {
    --tw-translate-x: -73px;
  }

  .md\:hover\:-translate-x-74px:hover {
    --tw-translate-x: -74px;
  }

  .md\:hover\:-translate-x-75px:hover {
    --tw-translate-x: -75px;
  }

  .md\:hover\:-translate-x-76px:hover {
    --tw-translate-x: -76px;
  }

  .md\:hover\:-translate-x-77px:hover {
    --tw-translate-x: -77px;
  }

  .md\:hover\:-translate-x-78px:hover {
    --tw-translate-x: -78px;
  }

  .md\:hover\:-translate-x-79px:hover {
    --tw-translate-x: -79px;
  }

  .md\:hover\:-translate-x-80px:hover {
    --tw-translate-x: -80px;
  }

  .md\:hover\:-translate-x-81px:hover {
    --tw-translate-x: -81px;
  }

  .md\:hover\:-translate-x-82px:hover {
    --tw-translate-x: -82px;
  }

  .md\:hover\:-translate-x-83px:hover {
    --tw-translate-x: -83px;
  }

  .md\:hover\:-translate-x-84px:hover {
    --tw-translate-x: -84px;
  }

  .md\:hover\:-translate-x-85px:hover {
    --tw-translate-x: -85px;
  }

  .md\:hover\:-translate-x-86px:hover {
    --tw-translate-x: -86px;
  }

  .md\:hover\:-translate-x-87px:hover {
    --tw-translate-x: -87px;
  }

  .md\:hover\:-translate-x-88px:hover {
    --tw-translate-x: -88px;
  }

  .md\:hover\:-translate-x-89px:hover {
    --tw-translate-x: -89px;
  }

  .md\:hover\:-translate-x-90px:hover {
    --tw-translate-x: -90px;
  }

  .md\:hover\:-translate-x-91px:hover {
    --tw-translate-x: -91px;
  }

  .md\:hover\:-translate-x-92px:hover {
    --tw-translate-x: -92px;
  }

  .md\:hover\:-translate-x-93px:hover {
    --tw-translate-x: -93px;
  }

  .md\:hover\:-translate-x-94px:hover {
    --tw-translate-x: -94px;
  }

  .md\:hover\:-translate-x-95px:hover {
    --tw-translate-x: -95px;
  }

  .md\:hover\:-translate-x-96px:hover {
    --tw-translate-x: -96px;
  }

  .md\:hover\:-translate-x-97px:hover {
    --tw-translate-x: -97px;
  }

  .md\:hover\:-translate-x-98px:hover {
    --tw-translate-x: -98px;
  }

  .md\:hover\:-translate-x-99px:hover {
    --tw-translate-x: -99px;
  }

  .md\:hover\:-translate-x-100px:hover {
    --tw-translate-x: -100px;
  }

  .md\:hover\:-translate-x-101px:hover {
    --tw-translate-x: -101px;
  }

  .md\:hover\:-translate-x-102px:hover {
    --tw-translate-x: -102px;
  }

  .md\:hover\:-translate-x-103px:hover {
    --tw-translate-x: -103px;
  }

  .md\:hover\:-translate-x-104px:hover {
    --tw-translate-x: -104px;
  }

  .md\:hover\:-translate-x-105px:hover {
    --tw-translate-x: -105px;
  }

  .md\:hover\:-translate-x-106px:hover {
    --tw-translate-x: -106px;
  }

  .md\:hover\:-translate-x-107px:hover {
    --tw-translate-x: -107px;
  }

  .md\:hover\:-translate-x-108px:hover {
    --tw-translate-x: -108px;
  }

  .md\:hover\:-translate-x-109px:hover {
    --tw-translate-x: -109px;
  }

  .md\:hover\:-translate-x-110px:hover {
    --tw-translate-x: -110px;
  }

  .md\:hover\:-translate-x-111px:hover {
    --tw-translate-x: -111px;
  }

  .md\:hover\:-translate-x-112px:hover {
    --tw-translate-x: -112px;
  }

  .md\:hover\:-translate-x-113px:hover {
    --tw-translate-x: -113px;
  }

  .md\:hover\:-translate-x-114px:hover {
    --tw-translate-x: -114px;
  }

  .md\:hover\:-translate-x-115px:hover {
    --tw-translate-x: -115px;
  }

  .md\:hover\:-translate-x-116px:hover {
    --tw-translate-x: -116px;
  }

  .md\:hover\:-translate-x-117px:hover {
    --tw-translate-x: -117px;
  }

  .md\:hover\:-translate-x-118px:hover {
    --tw-translate-x: -118px;
  }

  .md\:hover\:-translate-x-119px:hover {
    --tw-translate-x: -119px;
  }

  .md\:hover\:-translate-x-120px:hover {
    --tw-translate-x: -120px;
  }

  .md\:hover\:-translate-x-121px:hover {
    --tw-translate-x: -121px;
  }

  .md\:hover\:-translate-x-122px:hover {
    --tw-translate-x: -122px;
  }

  .md\:hover\:-translate-x-123px:hover {
    --tw-translate-x: -123px;
  }

  .md\:hover\:-translate-x-124px:hover {
    --tw-translate-x: -124px;
  }

  .md\:hover\:-translate-x-125px:hover {
    --tw-translate-x: -125px;
  }

  .md\:hover\:-translate-x-126px:hover {
    --tw-translate-x: -126px;
  }

  .md\:hover\:-translate-x-127px:hover {
    --tw-translate-x: -127px;
  }

  .md\:hover\:-translate-x-128px:hover {
    --tw-translate-x: -128px;
  }

  .md\:hover\:-translate-x-129px:hover {
    --tw-translate-x: -129px;
  }

  .md\:hover\:-translate-x-130px:hover {
    --tw-translate-x: -130px;
  }

  .md\:hover\:-translate-x-133px:hover {
    --tw-translate-x: -133px;
  }

  .md\:hover\:-translate-x-140px:hover {
    --tw-translate-x: -140px;
  }

  .md\:hover\:-translate-x-195px:hover {
    --tw-translate-x: -195px;
  }

  .md\:hover\:-translate-x-200px:hover {
    --tw-translate-x: -200px;
  }

  .md\:hover\:-translate-x-210px:hover {
    --tw-translate-x: -210px;
  }

  .md\:hover\:-translate-x-222px:hover {
    --tw-translate-x: -222px;
  }

  .md\:hover\:-translate-x-258px:hover {
    --tw-translate-x: -258px;
  }

  .md\:hover\:-translate-x-280px:hover {
    --tw-translate-x: -280px;
  }

  .md\:hover\:-translate-x-334px:hover {
    --tw-translate-x: -334px;
  }

  .md\:hover\:-translate-x-388px:hover {
    --tw-translate-x: -388px;
  }

  .md\:hover\:-translate-x-480px:hover {
    --tw-translate-x: -480px;
  }

  .md\:hover\:-translate-x-490px:hover {
    --tw-translate-x: -490px;
  }

  .md\:hover\:-translate-x-505px:hover {
    --tw-translate-x: -505px;
  }

  .md\:hover\:-translate-x-507px:hover {
    --tw-translate-x: -507px;
  }

  .md\:hover\:-translate-x-760px:hover {
    --tw-translate-x: -760px;
  }

  .md\:hover\:-translate-x-780px:hover {
    --tw-translate-x: -780px;
  }

  .md\:hover\:-translate-x-980px:hover {
    --tw-translate-x: -980px;
  }

  .md\:hover\:-translate-x-1366px:hover {
    --tw-translate-x: -1366px;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .md\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .md\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .md\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .md\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .md\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .md\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .md\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .md\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .md\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .md\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .md\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .md\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .md\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .md\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .md\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .md\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .md\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .md\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .md\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .md\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .md\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .md\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .md\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .md\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .md\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .md\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .md\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .md\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .md\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .md\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .md\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .md\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .md\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .md\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .md\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .md\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .md\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .md\:hover\:translate-y-1px:hover {
    --tw-translate-y: 1px;
  }

  .md\:hover\:translate-y-2px:hover {
    --tw-translate-y: 2px;
  }

  .md\:hover\:translate-y-3px:hover {
    --tw-translate-y: 3px;
  }

  .md\:hover\:translate-y-4px:hover {
    --tw-translate-y: 4px;
  }

  .md\:hover\:translate-y-5px:hover {
    --tw-translate-y: 5px;
  }

  .md\:hover\:translate-y-6px:hover {
    --tw-translate-y: 6px;
  }

  .md\:hover\:translate-y-7px:hover {
    --tw-translate-y: 7px;
  }

  .md\:hover\:translate-y-8px:hover {
    --tw-translate-y: 8px;
  }

  .md\:hover\:translate-y-9px:hover {
    --tw-translate-y: 9px;
  }

  .md\:hover\:translate-y-10px:hover {
    --tw-translate-y: 10px;
  }

  .md\:hover\:translate-y-11px:hover {
    --tw-translate-y: 11px;
  }

  .md\:hover\:translate-y-12px:hover {
    --tw-translate-y: 12px;
  }

  .md\:hover\:translate-y-13px:hover {
    --tw-translate-y: 13px;
  }

  .md\:hover\:translate-y-14px:hover {
    --tw-translate-y: 14px;
  }

  .md\:hover\:translate-y-15px:hover {
    --tw-translate-y: 15px;
  }

  .md\:hover\:translate-y-16px:hover {
    --tw-translate-y: 16px;
  }

  .md\:hover\:translate-y-17px:hover {
    --tw-translate-y: 17px;
  }

  .md\:hover\:translate-y-18px:hover {
    --tw-translate-y: 18px;
  }

  .md\:hover\:translate-y-19px:hover {
    --tw-translate-y: 19px;
  }

  .md\:hover\:translate-y-20px:hover {
    --tw-translate-y: 20px;
  }

  .md\:hover\:translate-y-21px:hover {
    --tw-translate-y: 21px;
  }

  .md\:hover\:translate-y-22px:hover {
    --tw-translate-y: 22px;
  }

  .md\:hover\:translate-y-23px:hover {
    --tw-translate-y: 23px;
  }

  .md\:hover\:translate-y-24px:hover {
    --tw-translate-y: 24px;
  }

  .md\:hover\:translate-y-25px:hover {
    --tw-translate-y: 25px;
  }

  .md\:hover\:translate-y-26px:hover {
    --tw-translate-y: 26px;
  }

  .md\:hover\:translate-y-27px:hover {
    --tw-translate-y: 27px;
  }

  .md\:hover\:translate-y-28px:hover {
    --tw-translate-y: 28px;
  }

  .md\:hover\:translate-y-29px:hover {
    --tw-translate-y: 29px;
  }

  .md\:hover\:translate-y-30px:hover {
    --tw-translate-y: 30px;
  }

  .md\:hover\:translate-y-31px:hover {
    --tw-translate-y: 31px;
  }

  .md\:hover\:translate-y-32px:hover {
    --tw-translate-y: 32px;
  }

  .md\:hover\:translate-y-33px:hover {
    --tw-translate-y: 33px;
  }

  .md\:hover\:translate-y-34px:hover {
    --tw-translate-y: 34px;
  }

  .md\:hover\:translate-y-35px:hover {
    --tw-translate-y: 35px;
  }

  .md\:hover\:translate-y-36px:hover {
    --tw-translate-y: 36px;
  }

  .md\:hover\:translate-y-37px:hover {
    --tw-translate-y: 37px;
  }

  .md\:hover\:translate-y-38px:hover {
    --tw-translate-y: 38px;
  }

  .md\:hover\:translate-y-39px:hover {
    --tw-translate-y: 39px;
  }

  .md\:hover\:translate-y-40px:hover {
    --tw-translate-y: 40px;
  }

  .md\:hover\:translate-y-41px:hover {
    --tw-translate-y: 41px;
  }

  .md\:hover\:translate-y-42px:hover {
    --tw-translate-y: 42px;
  }

  .md\:hover\:translate-y-43px:hover {
    --tw-translate-y: 43px;
  }

  .md\:hover\:translate-y-44px:hover {
    --tw-translate-y: 44px;
  }

  .md\:hover\:translate-y-45px:hover {
    --tw-translate-y: 45px;
  }

  .md\:hover\:translate-y-46px:hover {
    --tw-translate-y: 46px;
  }

  .md\:hover\:translate-y-47px:hover {
    --tw-translate-y: 47px;
  }

  .md\:hover\:translate-y-48px:hover {
    --tw-translate-y: 48px;
  }

  .md\:hover\:translate-y-49px:hover {
    --tw-translate-y: 49px;
  }

  .md\:hover\:translate-y-50px:hover {
    --tw-translate-y: 50px;
  }

  .md\:hover\:translate-y-51px:hover {
    --tw-translate-y: 51px;
  }

  .md\:hover\:translate-y-52px:hover {
    --tw-translate-y: 52px;
  }

  .md\:hover\:translate-y-53px:hover {
    --tw-translate-y: 53px;
  }

  .md\:hover\:translate-y-54px:hover {
    --tw-translate-y: 54px;
  }

  .md\:hover\:translate-y-55px:hover {
    --tw-translate-y: 55px;
  }

  .md\:hover\:translate-y-56px:hover {
    --tw-translate-y: 56px;
  }

  .md\:hover\:translate-y-57px:hover {
    --tw-translate-y: 57px;
  }

  .md\:hover\:translate-y-58px:hover {
    --tw-translate-y: 58px;
  }

  .md\:hover\:translate-y-59px:hover {
    --tw-translate-y: 59px;
  }

  .md\:hover\:translate-y-60px:hover {
    --tw-translate-y: 60px;
  }

  .md\:hover\:translate-y-61px:hover {
    --tw-translate-y: 61px;
  }

  .md\:hover\:translate-y-62px:hover {
    --tw-translate-y: 62px;
  }

  .md\:hover\:translate-y-63px:hover {
    --tw-translate-y: 63px;
  }

  .md\:hover\:translate-y-64px:hover {
    --tw-translate-y: 64px;
  }

  .md\:hover\:translate-y-65px:hover {
    --tw-translate-y: 65px;
  }

  .md\:hover\:translate-y-66px:hover {
    --tw-translate-y: 66px;
  }

  .md\:hover\:translate-y-67px:hover {
    --tw-translate-y: 67px;
  }

  .md\:hover\:translate-y-68px:hover {
    --tw-translate-y: 68px;
  }

  .md\:hover\:translate-y-69px:hover {
    --tw-translate-y: 69px;
  }

  .md\:hover\:translate-y-70px:hover {
    --tw-translate-y: 70px;
  }

  .md\:hover\:translate-y-71px:hover {
    --tw-translate-y: 71px;
  }

  .md\:hover\:translate-y-72px:hover {
    --tw-translate-y: 72px;
  }

  .md\:hover\:translate-y-73px:hover {
    --tw-translate-y: 73px;
  }

  .md\:hover\:translate-y-74px:hover {
    --tw-translate-y: 74px;
  }

  .md\:hover\:translate-y-75px:hover {
    --tw-translate-y: 75px;
  }

  .md\:hover\:translate-y-76px:hover {
    --tw-translate-y: 76px;
  }

  .md\:hover\:translate-y-77px:hover {
    --tw-translate-y: 77px;
  }

  .md\:hover\:translate-y-78px:hover {
    --tw-translate-y: 78px;
  }

  .md\:hover\:translate-y-79px:hover {
    --tw-translate-y: 79px;
  }

  .md\:hover\:translate-y-80px:hover {
    --tw-translate-y: 80px;
  }

  .md\:hover\:translate-y-81px:hover {
    --tw-translate-y: 81px;
  }

  .md\:hover\:translate-y-82px:hover {
    --tw-translate-y: 82px;
  }

  .md\:hover\:translate-y-83px:hover {
    --tw-translate-y: 83px;
  }

  .md\:hover\:translate-y-84px:hover {
    --tw-translate-y: 84px;
  }

  .md\:hover\:translate-y-85px:hover {
    --tw-translate-y: 85px;
  }

  .md\:hover\:translate-y-86px:hover {
    --tw-translate-y: 86px;
  }

  .md\:hover\:translate-y-87px:hover {
    --tw-translate-y: 87px;
  }

  .md\:hover\:translate-y-88px:hover {
    --tw-translate-y: 88px;
  }

  .md\:hover\:translate-y-89px:hover {
    --tw-translate-y: 89px;
  }

  .md\:hover\:translate-y-90px:hover {
    --tw-translate-y: 90px;
  }

  .md\:hover\:translate-y-91px:hover {
    --tw-translate-y: 91px;
  }

  .md\:hover\:translate-y-92px:hover {
    --tw-translate-y: 92px;
  }

  .md\:hover\:translate-y-93px:hover {
    --tw-translate-y: 93px;
  }

  .md\:hover\:translate-y-94px:hover {
    --tw-translate-y: 94px;
  }

  .md\:hover\:translate-y-95px:hover {
    --tw-translate-y: 95px;
  }

  .md\:hover\:translate-y-96px:hover {
    --tw-translate-y: 96px;
  }

  .md\:hover\:translate-y-97px:hover {
    --tw-translate-y: 97px;
  }

  .md\:hover\:translate-y-98px:hover {
    --tw-translate-y: 98px;
  }

  .md\:hover\:translate-y-99px:hover {
    --tw-translate-y: 99px;
  }

  .md\:hover\:translate-y-100px:hover {
    --tw-translate-y: 100px;
  }

  .md\:hover\:translate-y-101px:hover {
    --tw-translate-y: 101px;
  }

  .md\:hover\:translate-y-102px:hover {
    --tw-translate-y: 102px;
  }

  .md\:hover\:translate-y-103px:hover {
    --tw-translate-y: 103px;
  }

  .md\:hover\:translate-y-104px:hover {
    --tw-translate-y: 104px;
  }

  .md\:hover\:translate-y-105px:hover {
    --tw-translate-y: 105px;
  }

  .md\:hover\:translate-y-106px:hover {
    --tw-translate-y: 106px;
  }

  .md\:hover\:translate-y-107px:hover {
    --tw-translate-y: 107px;
  }

  .md\:hover\:translate-y-108px:hover {
    --tw-translate-y: 108px;
  }

  .md\:hover\:translate-y-109px:hover {
    --tw-translate-y: 109px;
  }

  .md\:hover\:translate-y-110px:hover {
    --tw-translate-y: 110px;
  }

  .md\:hover\:translate-y-111px:hover {
    --tw-translate-y: 111px;
  }

  .md\:hover\:translate-y-112px:hover {
    --tw-translate-y: 112px;
  }

  .md\:hover\:translate-y-113px:hover {
    --tw-translate-y: 113px;
  }

  .md\:hover\:translate-y-114px:hover {
    --tw-translate-y: 114px;
  }

  .md\:hover\:translate-y-115px:hover {
    --tw-translate-y: 115px;
  }

  .md\:hover\:translate-y-116px:hover {
    --tw-translate-y: 116px;
  }

  .md\:hover\:translate-y-117px:hover {
    --tw-translate-y: 117px;
  }

  .md\:hover\:translate-y-118px:hover {
    --tw-translate-y: 118px;
  }

  .md\:hover\:translate-y-119px:hover {
    --tw-translate-y: 119px;
  }

  .md\:hover\:translate-y-120px:hover {
    --tw-translate-y: 120px;
  }

  .md\:hover\:translate-y-121px:hover {
    --tw-translate-y: 121px;
  }

  .md\:hover\:translate-y-122px:hover {
    --tw-translate-y: 122px;
  }

  .md\:hover\:translate-y-123px:hover {
    --tw-translate-y: 123px;
  }

  .md\:hover\:translate-y-124px:hover {
    --tw-translate-y: 124px;
  }

  .md\:hover\:translate-y-125px:hover {
    --tw-translate-y: 125px;
  }

  .md\:hover\:translate-y-126px:hover {
    --tw-translate-y: 126px;
  }

  .md\:hover\:translate-y-127px:hover {
    --tw-translate-y: 127px;
  }

  .md\:hover\:translate-y-128px:hover {
    --tw-translate-y: 128px;
  }

  .md\:hover\:translate-y-129px:hover {
    --tw-translate-y: 129px;
  }

  .md\:hover\:translate-y-130px:hover {
    --tw-translate-y: 130px;
  }

  .md\:hover\:translate-y-133px:hover {
    --tw-translate-y: 133px;
  }

  .md\:hover\:translate-y-140px:hover {
    --tw-translate-y: 140px;
  }

  .md\:hover\:translate-y-195px:hover {
    --tw-translate-y: 195px;
  }

  .md\:hover\:translate-y-200px:hover {
    --tw-translate-y: 200px;
  }

  .md\:hover\:translate-y-210px:hover {
    --tw-translate-y: 210px;
  }

  .md\:hover\:translate-y-222px:hover {
    --tw-translate-y: 222px;
  }

  .md\:hover\:translate-y-258px:hover {
    --tw-translate-y: 258px;
  }

  .md\:hover\:translate-y-280px:hover {
    --tw-translate-y: 280px;
  }

  .md\:hover\:translate-y-334px:hover {
    --tw-translate-y: 334px;
  }

  .md\:hover\:translate-y-388px:hover {
    --tw-translate-y: 388px;
  }

  .md\:hover\:translate-y-480px:hover {
    --tw-translate-y: 480px;
  }

  .md\:hover\:translate-y-490px:hover {
    --tw-translate-y: 490px;
  }

  .md\:hover\:translate-y-505px:hover {
    --tw-translate-y: 505px;
  }

  .md\:hover\:translate-y-507px:hover {
    --tw-translate-y: 507px;
  }

  .md\:hover\:translate-y-760px:hover {
    --tw-translate-y: 760px;
  }

  .md\:hover\:translate-y-780px:hover {
    --tw-translate-y: 780px;
  }

  .md\:hover\:translate-y-980px:hover {
    --tw-translate-y: 980px;
  }

  .md\:hover\:translate-y-1366px:hover {
    --tw-translate-y: 1366px;
  }

  .md\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .md\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .md\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .md\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .md\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .md\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .md\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .md\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .md\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .md\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .md\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .md\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .md\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .md\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .md\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .md\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .md\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .md\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .md\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .md\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .md\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .md\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .md\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .md\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .md\:hover\:-translate-y-1px:hover {
    --tw-translate-y: -1px;
  }

  .md\:hover\:-translate-y-2px:hover {
    --tw-translate-y: -2px;
  }

  .md\:hover\:-translate-y-3px:hover {
    --tw-translate-y: -3px;
  }

  .md\:hover\:-translate-y-4px:hover {
    --tw-translate-y: -4px;
  }

  .md\:hover\:-translate-y-5px:hover {
    --tw-translate-y: -5px;
  }

  .md\:hover\:-translate-y-6px:hover {
    --tw-translate-y: -6px;
  }

  .md\:hover\:-translate-y-7px:hover {
    --tw-translate-y: -7px;
  }

  .md\:hover\:-translate-y-8px:hover {
    --tw-translate-y: -8px;
  }

  .md\:hover\:-translate-y-9px:hover {
    --tw-translate-y: -9px;
  }

  .md\:hover\:-translate-y-10px:hover {
    --tw-translate-y: -10px;
  }

  .md\:hover\:-translate-y-11px:hover {
    --tw-translate-y: -11px;
  }

  .md\:hover\:-translate-y-12px:hover {
    --tw-translate-y: -12px;
  }

  .md\:hover\:-translate-y-13px:hover {
    --tw-translate-y: -13px;
  }

  .md\:hover\:-translate-y-14px:hover {
    --tw-translate-y: -14px;
  }

  .md\:hover\:-translate-y-15px:hover {
    --tw-translate-y: -15px;
  }

  .md\:hover\:-translate-y-16px:hover {
    --tw-translate-y: -16px;
  }

  .md\:hover\:-translate-y-17px:hover {
    --tw-translate-y: -17px;
  }

  .md\:hover\:-translate-y-18px:hover {
    --tw-translate-y: -18px;
  }

  .md\:hover\:-translate-y-19px:hover {
    --tw-translate-y: -19px;
  }

  .md\:hover\:-translate-y-20px:hover {
    --tw-translate-y: -20px;
  }

  .md\:hover\:-translate-y-21px:hover {
    --tw-translate-y: -21px;
  }

  .md\:hover\:-translate-y-22px:hover {
    --tw-translate-y: -22px;
  }

  .md\:hover\:-translate-y-23px:hover {
    --tw-translate-y: -23px;
  }

  .md\:hover\:-translate-y-24px:hover {
    --tw-translate-y: -24px;
  }

  .md\:hover\:-translate-y-25px:hover {
    --tw-translate-y: -25px;
  }

  .md\:hover\:-translate-y-26px:hover {
    --tw-translate-y: -26px;
  }

  .md\:hover\:-translate-y-27px:hover {
    --tw-translate-y: -27px;
  }

  .md\:hover\:-translate-y-28px:hover {
    --tw-translate-y: -28px;
  }

  .md\:hover\:-translate-y-29px:hover {
    --tw-translate-y: -29px;
  }

  .md\:hover\:-translate-y-30px:hover {
    --tw-translate-y: -30px;
  }

  .md\:hover\:-translate-y-31px:hover {
    --tw-translate-y: -31px;
  }

  .md\:hover\:-translate-y-32px:hover {
    --tw-translate-y: -32px;
  }

  .md\:hover\:-translate-y-33px:hover {
    --tw-translate-y: -33px;
  }

  .md\:hover\:-translate-y-34px:hover {
    --tw-translate-y: -34px;
  }

  .md\:hover\:-translate-y-35px:hover {
    --tw-translate-y: -35px;
  }

  .md\:hover\:-translate-y-36px:hover {
    --tw-translate-y: -36px;
  }

  .md\:hover\:-translate-y-37px:hover {
    --tw-translate-y: -37px;
  }

  .md\:hover\:-translate-y-38px:hover {
    --tw-translate-y: -38px;
  }

  .md\:hover\:-translate-y-39px:hover {
    --tw-translate-y: -39px;
  }

  .md\:hover\:-translate-y-40px:hover {
    --tw-translate-y: -40px;
  }

  .md\:hover\:-translate-y-41px:hover {
    --tw-translate-y: -41px;
  }

  .md\:hover\:-translate-y-42px:hover {
    --tw-translate-y: -42px;
  }

  .md\:hover\:-translate-y-43px:hover {
    --tw-translate-y: -43px;
  }

  .md\:hover\:-translate-y-44px:hover {
    --tw-translate-y: -44px;
  }

  .md\:hover\:-translate-y-45px:hover {
    --tw-translate-y: -45px;
  }

  .md\:hover\:-translate-y-46px:hover {
    --tw-translate-y: -46px;
  }

  .md\:hover\:-translate-y-47px:hover {
    --tw-translate-y: -47px;
  }

  .md\:hover\:-translate-y-48px:hover {
    --tw-translate-y: -48px;
  }

  .md\:hover\:-translate-y-49px:hover {
    --tw-translate-y: -49px;
  }

  .md\:hover\:-translate-y-50px:hover {
    --tw-translate-y: -50px;
  }

  .md\:hover\:-translate-y-51px:hover {
    --tw-translate-y: -51px;
  }

  .md\:hover\:-translate-y-52px:hover {
    --tw-translate-y: -52px;
  }

  .md\:hover\:-translate-y-53px:hover {
    --tw-translate-y: -53px;
  }

  .md\:hover\:-translate-y-54px:hover {
    --tw-translate-y: -54px;
  }

  .md\:hover\:-translate-y-55px:hover {
    --tw-translate-y: -55px;
  }

  .md\:hover\:-translate-y-56px:hover {
    --tw-translate-y: -56px;
  }

  .md\:hover\:-translate-y-57px:hover {
    --tw-translate-y: -57px;
  }

  .md\:hover\:-translate-y-58px:hover {
    --tw-translate-y: -58px;
  }

  .md\:hover\:-translate-y-59px:hover {
    --tw-translate-y: -59px;
  }

  .md\:hover\:-translate-y-60px:hover {
    --tw-translate-y: -60px;
  }

  .md\:hover\:-translate-y-61px:hover {
    --tw-translate-y: -61px;
  }

  .md\:hover\:-translate-y-62px:hover {
    --tw-translate-y: -62px;
  }

  .md\:hover\:-translate-y-63px:hover {
    --tw-translate-y: -63px;
  }

  .md\:hover\:-translate-y-64px:hover {
    --tw-translate-y: -64px;
  }

  .md\:hover\:-translate-y-65px:hover {
    --tw-translate-y: -65px;
  }

  .md\:hover\:-translate-y-66px:hover {
    --tw-translate-y: -66px;
  }

  .md\:hover\:-translate-y-67px:hover {
    --tw-translate-y: -67px;
  }

  .md\:hover\:-translate-y-68px:hover {
    --tw-translate-y: -68px;
  }

  .md\:hover\:-translate-y-69px:hover {
    --tw-translate-y: -69px;
  }

  .md\:hover\:-translate-y-70px:hover {
    --tw-translate-y: -70px;
  }

  .md\:hover\:-translate-y-71px:hover {
    --tw-translate-y: -71px;
  }

  .md\:hover\:-translate-y-72px:hover {
    --tw-translate-y: -72px;
  }

  .md\:hover\:-translate-y-73px:hover {
    --tw-translate-y: -73px;
  }

  .md\:hover\:-translate-y-74px:hover {
    --tw-translate-y: -74px;
  }

  .md\:hover\:-translate-y-75px:hover {
    --tw-translate-y: -75px;
  }

  .md\:hover\:-translate-y-76px:hover {
    --tw-translate-y: -76px;
  }

  .md\:hover\:-translate-y-77px:hover {
    --tw-translate-y: -77px;
  }

  .md\:hover\:-translate-y-78px:hover {
    --tw-translate-y: -78px;
  }

  .md\:hover\:-translate-y-79px:hover {
    --tw-translate-y: -79px;
  }

  .md\:hover\:-translate-y-80px:hover {
    --tw-translate-y: -80px;
  }

  .md\:hover\:-translate-y-81px:hover {
    --tw-translate-y: -81px;
  }

  .md\:hover\:-translate-y-82px:hover {
    --tw-translate-y: -82px;
  }

  .md\:hover\:-translate-y-83px:hover {
    --tw-translate-y: -83px;
  }

  .md\:hover\:-translate-y-84px:hover {
    --tw-translate-y: -84px;
  }

  .md\:hover\:-translate-y-85px:hover {
    --tw-translate-y: -85px;
  }

  .md\:hover\:-translate-y-86px:hover {
    --tw-translate-y: -86px;
  }

  .md\:hover\:-translate-y-87px:hover {
    --tw-translate-y: -87px;
  }

  .md\:hover\:-translate-y-88px:hover {
    --tw-translate-y: -88px;
  }

  .md\:hover\:-translate-y-89px:hover {
    --tw-translate-y: -89px;
  }

  .md\:hover\:-translate-y-90px:hover {
    --tw-translate-y: -90px;
  }

  .md\:hover\:-translate-y-91px:hover {
    --tw-translate-y: -91px;
  }

  .md\:hover\:-translate-y-92px:hover {
    --tw-translate-y: -92px;
  }

  .md\:hover\:-translate-y-93px:hover {
    --tw-translate-y: -93px;
  }

  .md\:hover\:-translate-y-94px:hover {
    --tw-translate-y: -94px;
  }

  .md\:hover\:-translate-y-95px:hover {
    --tw-translate-y: -95px;
  }

  .md\:hover\:-translate-y-96px:hover {
    --tw-translate-y: -96px;
  }

  .md\:hover\:-translate-y-97px:hover {
    --tw-translate-y: -97px;
  }

  .md\:hover\:-translate-y-98px:hover {
    --tw-translate-y: -98px;
  }

  .md\:hover\:-translate-y-99px:hover {
    --tw-translate-y: -99px;
  }

  .md\:hover\:-translate-y-100px:hover {
    --tw-translate-y: -100px;
  }

  .md\:hover\:-translate-y-101px:hover {
    --tw-translate-y: -101px;
  }

  .md\:hover\:-translate-y-102px:hover {
    --tw-translate-y: -102px;
  }

  .md\:hover\:-translate-y-103px:hover {
    --tw-translate-y: -103px;
  }

  .md\:hover\:-translate-y-104px:hover {
    --tw-translate-y: -104px;
  }

  .md\:hover\:-translate-y-105px:hover {
    --tw-translate-y: -105px;
  }

  .md\:hover\:-translate-y-106px:hover {
    --tw-translate-y: -106px;
  }

  .md\:hover\:-translate-y-107px:hover {
    --tw-translate-y: -107px;
  }

  .md\:hover\:-translate-y-108px:hover {
    --tw-translate-y: -108px;
  }

  .md\:hover\:-translate-y-109px:hover {
    --tw-translate-y: -109px;
  }

  .md\:hover\:-translate-y-110px:hover {
    --tw-translate-y: -110px;
  }

  .md\:hover\:-translate-y-111px:hover {
    --tw-translate-y: -111px;
  }

  .md\:hover\:-translate-y-112px:hover {
    --tw-translate-y: -112px;
  }

  .md\:hover\:-translate-y-113px:hover {
    --tw-translate-y: -113px;
  }

  .md\:hover\:-translate-y-114px:hover {
    --tw-translate-y: -114px;
  }

  .md\:hover\:-translate-y-115px:hover {
    --tw-translate-y: -115px;
  }

  .md\:hover\:-translate-y-116px:hover {
    --tw-translate-y: -116px;
  }

  .md\:hover\:-translate-y-117px:hover {
    --tw-translate-y: -117px;
  }

  .md\:hover\:-translate-y-118px:hover {
    --tw-translate-y: -118px;
  }

  .md\:hover\:-translate-y-119px:hover {
    --tw-translate-y: -119px;
  }

  .md\:hover\:-translate-y-120px:hover {
    --tw-translate-y: -120px;
  }

  .md\:hover\:-translate-y-121px:hover {
    --tw-translate-y: -121px;
  }

  .md\:hover\:-translate-y-122px:hover {
    --tw-translate-y: -122px;
  }

  .md\:hover\:-translate-y-123px:hover {
    --tw-translate-y: -123px;
  }

  .md\:hover\:-translate-y-124px:hover {
    --tw-translate-y: -124px;
  }

  .md\:hover\:-translate-y-125px:hover {
    --tw-translate-y: -125px;
  }

  .md\:hover\:-translate-y-126px:hover {
    --tw-translate-y: -126px;
  }

  .md\:hover\:-translate-y-127px:hover {
    --tw-translate-y: -127px;
  }

  .md\:hover\:-translate-y-128px:hover {
    --tw-translate-y: -128px;
  }

  .md\:hover\:-translate-y-129px:hover {
    --tw-translate-y: -129px;
  }

  .md\:hover\:-translate-y-130px:hover {
    --tw-translate-y: -130px;
  }

  .md\:hover\:-translate-y-133px:hover {
    --tw-translate-y: -133px;
  }

  .md\:hover\:-translate-y-140px:hover {
    --tw-translate-y: -140px;
  }

  .md\:hover\:-translate-y-195px:hover {
    --tw-translate-y: -195px;
  }

  .md\:hover\:-translate-y-200px:hover {
    --tw-translate-y: -200px;
  }

  .md\:hover\:-translate-y-210px:hover {
    --tw-translate-y: -210px;
  }

  .md\:hover\:-translate-y-222px:hover {
    --tw-translate-y: -222px;
  }

  .md\:hover\:-translate-y-258px:hover {
    --tw-translate-y: -258px;
  }

  .md\:hover\:-translate-y-280px:hover {
    --tw-translate-y: -280px;
  }

  .md\:hover\:-translate-y-334px:hover {
    --tw-translate-y: -334px;
  }

  .md\:hover\:-translate-y-388px:hover {
    --tw-translate-y: -388px;
  }

  .md\:hover\:-translate-y-480px:hover {
    --tw-translate-y: -480px;
  }

  .md\:hover\:-translate-y-490px:hover {
    --tw-translate-y: -490px;
  }

  .md\:hover\:-translate-y-505px:hover {
    --tw-translate-y: -505px;
  }

  .md\:hover\:-translate-y-507px:hover {
    --tw-translate-y: -507px;
  }

  .md\:hover\:-translate-y-760px:hover {
    --tw-translate-y: -760px;
  }

  .md\:hover\:-translate-y-780px:hover {
    --tw-translate-y: -780px;
  }

  .md\:hover\:-translate-y-980px:hover {
    --tw-translate-y: -980px;
  }

  .md\:hover\:-translate-y-1366px:hover {
    --tw-translate-y: -1366px;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .md\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .md\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .md\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .md\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .md\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .md\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .md\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .md\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .md\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .md\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .md\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .md\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .md\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .md\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .md\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .md\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .md\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .md\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .md\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .md\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .md\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .md\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .md\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .md\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .md\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .md\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .md\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .md\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .md\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .md\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .md\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .md\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .md\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .md\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .md\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .md\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .md\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .md\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .md\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .md\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .md\:focus\:translate-x-1px:focus {
    --tw-translate-x: 1px;
  }

  .md\:focus\:translate-x-2px:focus {
    --tw-translate-x: 2px;
  }

  .md\:focus\:translate-x-3px:focus {
    --tw-translate-x: 3px;
  }

  .md\:focus\:translate-x-4px:focus {
    --tw-translate-x: 4px;
  }

  .md\:focus\:translate-x-5px:focus {
    --tw-translate-x: 5px;
  }

  .md\:focus\:translate-x-6px:focus {
    --tw-translate-x: 6px;
  }

  .md\:focus\:translate-x-7px:focus {
    --tw-translate-x: 7px;
  }

  .md\:focus\:translate-x-8px:focus {
    --tw-translate-x: 8px;
  }

  .md\:focus\:translate-x-9px:focus {
    --tw-translate-x: 9px;
  }

  .md\:focus\:translate-x-10px:focus {
    --tw-translate-x: 10px;
  }

  .md\:focus\:translate-x-11px:focus {
    --tw-translate-x: 11px;
  }

  .md\:focus\:translate-x-12px:focus {
    --tw-translate-x: 12px;
  }

  .md\:focus\:translate-x-13px:focus {
    --tw-translate-x: 13px;
  }

  .md\:focus\:translate-x-14px:focus {
    --tw-translate-x: 14px;
  }

  .md\:focus\:translate-x-15px:focus {
    --tw-translate-x: 15px;
  }

  .md\:focus\:translate-x-16px:focus {
    --tw-translate-x: 16px;
  }

  .md\:focus\:translate-x-17px:focus {
    --tw-translate-x: 17px;
  }

  .md\:focus\:translate-x-18px:focus {
    --tw-translate-x: 18px;
  }

  .md\:focus\:translate-x-19px:focus {
    --tw-translate-x: 19px;
  }

  .md\:focus\:translate-x-20px:focus {
    --tw-translate-x: 20px;
  }

  .md\:focus\:translate-x-21px:focus {
    --tw-translate-x: 21px;
  }

  .md\:focus\:translate-x-22px:focus {
    --tw-translate-x: 22px;
  }

  .md\:focus\:translate-x-23px:focus {
    --tw-translate-x: 23px;
  }

  .md\:focus\:translate-x-24px:focus {
    --tw-translate-x: 24px;
  }

  .md\:focus\:translate-x-25px:focus {
    --tw-translate-x: 25px;
  }

  .md\:focus\:translate-x-26px:focus {
    --tw-translate-x: 26px;
  }

  .md\:focus\:translate-x-27px:focus {
    --tw-translate-x: 27px;
  }

  .md\:focus\:translate-x-28px:focus {
    --tw-translate-x: 28px;
  }

  .md\:focus\:translate-x-29px:focus {
    --tw-translate-x: 29px;
  }

  .md\:focus\:translate-x-30px:focus {
    --tw-translate-x: 30px;
  }

  .md\:focus\:translate-x-31px:focus {
    --tw-translate-x: 31px;
  }

  .md\:focus\:translate-x-32px:focus {
    --tw-translate-x: 32px;
  }

  .md\:focus\:translate-x-33px:focus {
    --tw-translate-x: 33px;
  }

  .md\:focus\:translate-x-34px:focus {
    --tw-translate-x: 34px;
  }

  .md\:focus\:translate-x-35px:focus {
    --tw-translate-x: 35px;
  }

  .md\:focus\:translate-x-36px:focus {
    --tw-translate-x: 36px;
  }

  .md\:focus\:translate-x-37px:focus {
    --tw-translate-x: 37px;
  }

  .md\:focus\:translate-x-38px:focus {
    --tw-translate-x: 38px;
  }

  .md\:focus\:translate-x-39px:focus {
    --tw-translate-x: 39px;
  }

  .md\:focus\:translate-x-40px:focus {
    --tw-translate-x: 40px;
  }

  .md\:focus\:translate-x-41px:focus {
    --tw-translate-x: 41px;
  }

  .md\:focus\:translate-x-42px:focus {
    --tw-translate-x: 42px;
  }

  .md\:focus\:translate-x-43px:focus {
    --tw-translate-x: 43px;
  }

  .md\:focus\:translate-x-44px:focus {
    --tw-translate-x: 44px;
  }

  .md\:focus\:translate-x-45px:focus {
    --tw-translate-x: 45px;
  }

  .md\:focus\:translate-x-46px:focus {
    --tw-translate-x: 46px;
  }

  .md\:focus\:translate-x-47px:focus {
    --tw-translate-x: 47px;
  }

  .md\:focus\:translate-x-48px:focus {
    --tw-translate-x: 48px;
  }

  .md\:focus\:translate-x-49px:focus {
    --tw-translate-x: 49px;
  }

  .md\:focus\:translate-x-50px:focus {
    --tw-translate-x: 50px;
  }

  .md\:focus\:translate-x-51px:focus {
    --tw-translate-x: 51px;
  }

  .md\:focus\:translate-x-52px:focus {
    --tw-translate-x: 52px;
  }

  .md\:focus\:translate-x-53px:focus {
    --tw-translate-x: 53px;
  }

  .md\:focus\:translate-x-54px:focus {
    --tw-translate-x: 54px;
  }

  .md\:focus\:translate-x-55px:focus {
    --tw-translate-x: 55px;
  }

  .md\:focus\:translate-x-56px:focus {
    --tw-translate-x: 56px;
  }

  .md\:focus\:translate-x-57px:focus {
    --tw-translate-x: 57px;
  }

  .md\:focus\:translate-x-58px:focus {
    --tw-translate-x: 58px;
  }

  .md\:focus\:translate-x-59px:focus {
    --tw-translate-x: 59px;
  }

  .md\:focus\:translate-x-60px:focus {
    --tw-translate-x: 60px;
  }

  .md\:focus\:translate-x-61px:focus {
    --tw-translate-x: 61px;
  }

  .md\:focus\:translate-x-62px:focus {
    --tw-translate-x: 62px;
  }

  .md\:focus\:translate-x-63px:focus {
    --tw-translate-x: 63px;
  }

  .md\:focus\:translate-x-64px:focus {
    --tw-translate-x: 64px;
  }

  .md\:focus\:translate-x-65px:focus {
    --tw-translate-x: 65px;
  }

  .md\:focus\:translate-x-66px:focus {
    --tw-translate-x: 66px;
  }

  .md\:focus\:translate-x-67px:focus {
    --tw-translate-x: 67px;
  }

  .md\:focus\:translate-x-68px:focus {
    --tw-translate-x: 68px;
  }

  .md\:focus\:translate-x-69px:focus {
    --tw-translate-x: 69px;
  }

  .md\:focus\:translate-x-70px:focus {
    --tw-translate-x: 70px;
  }

  .md\:focus\:translate-x-71px:focus {
    --tw-translate-x: 71px;
  }

  .md\:focus\:translate-x-72px:focus {
    --tw-translate-x: 72px;
  }

  .md\:focus\:translate-x-73px:focus {
    --tw-translate-x: 73px;
  }

  .md\:focus\:translate-x-74px:focus {
    --tw-translate-x: 74px;
  }

  .md\:focus\:translate-x-75px:focus {
    --tw-translate-x: 75px;
  }

  .md\:focus\:translate-x-76px:focus {
    --tw-translate-x: 76px;
  }

  .md\:focus\:translate-x-77px:focus {
    --tw-translate-x: 77px;
  }

  .md\:focus\:translate-x-78px:focus {
    --tw-translate-x: 78px;
  }

  .md\:focus\:translate-x-79px:focus {
    --tw-translate-x: 79px;
  }

  .md\:focus\:translate-x-80px:focus {
    --tw-translate-x: 80px;
  }

  .md\:focus\:translate-x-81px:focus {
    --tw-translate-x: 81px;
  }

  .md\:focus\:translate-x-82px:focus {
    --tw-translate-x: 82px;
  }

  .md\:focus\:translate-x-83px:focus {
    --tw-translate-x: 83px;
  }

  .md\:focus\:translate-x-84px:focus {
    --tw-translate-x: 84px;
  }

  .md\:focus\:translate-x-85px:focus {
    --tw-translate-x: 85px;
  }

  .md\:focus\:translate-x-86px:focus {
    --tw-translate-x: 86px;
  }

  .md\:focus\:translate-x-87px:focus {
    --tw-translate-x: 87px;
  }

  .md\:focus\:translate-x-88px:focus {
    --tw-translate-x: 88px;
  }

  .md\:focus\:translate-x-89px:focus {
    --tw-translate-x: 89px;
  }

  .md\:focus\:translate-x-90px:focus {
    --tw-translate-x: 90px;
  }

  .md\:focus\:translate-x-91px:focus {
    --tw-translate-x: 91px;
  }

  .md\:focus\:translate-x-92px:focus {
    --tw-translate-x: 92px;
  }

  .md\:focus\:translate-x-93px:focus {
    --tw-translate-x: 93px;
  }

  .md\:focus\:translate-x-94px:focus {
    --tw-translate-x: 94px;
  }

  .md\:focus\:translate-x-95px:focus {
    --tw-translate-x: 95px;
  }

  .md\:focus\:translate-x-96px:focus {
    --tw-translate-x: 96px;
  }

  .md\:focus\:translate-x-97px:focus {
    --tw-translate-x: 97px;
  }

  .md\:focus\:translate-x-98px:focus {
    --tw-translate-x: 98px;
  }

  .md\:focus\:translate-x-99px:focus {
    --tw-translate-x: 99px;
  }

  .md\:focus\:translate-x-100px:focus {
    --tw-translate-x: 100px;
  }

  .md\:focus\:translate-x-101px:focus {
    --tw-translate-x: 101px;
  }

  .md\:focus\:translate-x-102px:focus {
    --tw-translate-x: 102px;
  }

  .md\:focus\:translate-x-103px:focus {
    --tw-translate-x: 103px;
  }

  .md\:focus\:translate-x-104px:focus {
    --tw-translate-x: 104px;
  }

  .md\:focus\:translate-x-105px:focus {
    --tw-translate-x: 105px;
  }

  .md\:focus\:translate-x-106px:focus {
    --tw-translate-x: 106px;
  }

  .md\:focus\:translate-x-107px:focus {
    --tw-translate-x: 107px;
  }

  .md\:focus\:translate-x-108px:focus {
    --tw-translate-x: 108px;
  }

  .md\:focus\:translate-x-109px:focus {
    --tw-translate-x: 109px;
  }

  .md\:focus\:translate-x-110px:focus {
    --tw-translate-x: 110px;
  }

  .md\:focus\:translate-x-111px:focus {
    --tw-translate-x: 111px;
  }

  .md\:focus\:translate-x-112px:focus {
    --tw-translate-x: 112px;
  }

  .md\:focus\:translate-x-113px:focus {
    --tw-translate-x: 113px;
  }

  .md\:focus\:translate-x-114px:focus {
    --tw-translate-x: 114px;
  }

  .md\:focus\:translate-x-115px:focus {
    --tw-translate-x: 115px;
  }

  .md\:focus\:translate-x-116px:focus {
    --tw-translate-x: 116px;
  }

  .md\:focus\:translate-x-117px:focus {
    --tw-translate-x: 117px;
  }

  .md\:focus\:translate-x-118px:focus {
    --tw-translate-x: 118px;
  }

  .md\:focus\:translate-x-119px:focus {
    --tw-translate-x: 119px;
  }

  .md\:focus\:translate-x-120px:focus {
    --tw-translate-x: 120px;
  }

  .md\:focus\:translate-x-121px:focus {
    --tw-translate-x: 121px;
  }

  .md\:focus\:translate-x-122px:focus {
    --tw-translate-x: 122px;
  }

  .md\:focus\:translate-x-123px:focus {
    --tw-translate-x: 123px;
  }

  .md\:focus\:translate-x-124px:focus {
    --tw-translate-x: 124px;
  }

  .md\:focus\:translate-x-125px:focus {
    --tw-translate-x: 125px;
  }

  .md\:focus\:translate-x-126px:focus {
    --tw-translate-x: 126px;
  }

  .md\:focus\:translate-x-127px:focus {
    --tw-translate-x: 127px;
  }

  .md\:focus\:translate-x-128px:focus {
    --tw-translate-x: 128px;
  }

  .md\:focus\:translate-x-129px:focus {
    --tw-translate-x: 129px;
  }

  .md\:focus\:translate-x-130px:focus {
    --tw-translate-x: 130px;
  }

  .md\:focus\:translate-x-133px:focus {
    --tw-translate-x: 133px;
  }

  .md\:focus\:translate-x-140px:focus {
    --tw-translate-x: 140px;
  }

  .md\:focus\:translate-x-195px:focus {
    --tw-translate-x: 195px;
  }

  .md\:focus\:translate-x-200px:focus {
    --tw-translate-x: 200px;
  }

  .md\:focus\:translate-x-210px:focus {
    --tw-translate-x: 210px;
  }

  .md\:focus\:translate-x-222px:focus {
    --tw-translate-x: 222px;
  }

  .md\:focus\:translate-x-258px:focus {
    --tw-translate-x: 258px;
  }

  .md\:focus\:translate-x-280px:focus {
    --tw-translate-x: 280px;
  }

  .md\:focus\:translate-x-334px:focus {
    --tw-translate-x: 334px;
  }

  .md\:focus\:translate-x-388px:focus {
    --tw-translate-x: 388px;
  }

  .md\:focus\:translate-x-480px:focus {
    --tw-translate-x: 480px;
  }

  .md\:focus\:translate-x-490px:focus {
    --tw-translate-x: 490px;
  }

  .md\:focus\:translate-x-505px:focus {
    --tw-translate-x: 505px;
  }

  .md\:focus\:translate-x-507px:focus {
    --tw-translate-x: 507px;
  }

  .md\:focus\:translate-x-760px:focus {
    --tw-translate-x: 760px;
  }

  .md\:focus\:translate-x-780px:focus {
    --tw-translate-x: 780px;
  }

  .md\:focus\:translate-x-980px:focus {
    --tw-translate-x: 980px;
  }

  .md\:focus\:translate-x-1366px:focus {
    --tw-translate-x: 1366px;
  }

  .md\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .md\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .md\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .md\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .md\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .md\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .md\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .md\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .md\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .md\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .md\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .md\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .md\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .md\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .md\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .md\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .md\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .md\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .md\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .md\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .md\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .md\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .md\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .md\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .md\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .md\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .md\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .md\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .md\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .md\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .md\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .md\:focus\:-translate-x-1px:focus {
    --tw-translate-x: -1px;
  }

  .md\:focus\:-translate-x-2px:focus {
    --tw-translate-x: -2px;
  }

  .md\:focus\:-translate-x-3px:focus {
    --tw-translate-x: -3px;
  }

  .md\:focus\:-translate-x-4px:focus {
    --tw-translate-x: -4px;
  }

  .md\:focus\:-translate-x-5px:focus {
    --tw-translate-x: -5px;
  }

  .md\:focus\:-translate-x-6px:focus {
    --tw-translate-x: -6px;
  }

  .md\:focus\:-translate-x-7px:focus {
    --tw-translate-x: -7px;
  }

  .md\:focus\:-translate-x-8px:focus {
    --tw-translate-x: -8px;
  }

  .md\:focus\:-translate-x-9px:focus {
    --tw-translate-x: -9px;
  }

  .md\:focus\:-translate-x-10px:focus {
    --tw-translate-x: -10px;
  }

  .md\:focus\:-translate-x-11px:focus {
    --tw-translate-x: -11px;
  }

  .md\:focus\:-translate-x-12px:focus {
    --tw-translate-x: -12px;
  }

  .md\:focus\:-translate-x-13px:focus {
    --tw-translate-x: -13px;
  }

  .md\:focus\:-translate-x-14px:focus {
    --tw-translate-x: -14px;
  }

  .md\:focus\:-translate-x-15px:focus {
    --tw-translate-x: -15px;
  }

  .md\:focus\:-translate-x-16px:focus {
    --tw-translate-x: -16px;
  }

  .md\:focus\:-translate-x-17px:focus {
    --tw-translate-x: -17px;
  }

  .md\:focus\:-translate-x-18px:focus {
    --tw-translate-x: -18px;
  }

  .md\:focus\:-translate-x-19px:focus {
    --tw-translate-x: -19px;
  }

  .md\:focus\:-translate-x-20px:focus {
    --tw-translate-x: -20px;
  }

  .md\:focus\:-translate-x-21px:focus {
    --tw-translate-x: -21px;
  }

  .md\:focus\:-translate-x-22px:focus {
    --tw-translate-x: -22px;
  }

  .md\:focus\:-translate-x-23px:focus {
    --tw-translate-x: -23px;
  }

  .md\:focus\:-translate-x-24px:focus {
    --tw-translate-x: -24px;
  }

  .md\:focus\:-translate-x-25px:focus {
    --tw-translate-x: -25px;
  }

  .md\:focus\:-translate-x-26px:focus {
    --tw-translate-x: -26px;
  }

  .md\:focus\:-translate-x-27px:focus {
    --tw-translate-x: -27px;
  }

  .md\:focus\:-translate-x-28px:focus {
    --tw-translate-x: -28px;
  }

  .md\:focus\:-translate-x-29px:focus {
    --tw-translate-x: -29px;
  }

  .md\:focus\:-translate-x-30px:focus {
    --tw-translate-x: -30px;
  }

  .md\:focus\:-translate-x-31px:focus {
    --tw-translate-x: -31px;
  }

  .md\:focus\:-translate-x-32px:focus {
    --tw-translate-x: -32px;
  }

  .md\:focus\:-translate-x-33px:focus {
    --tw-translate-x: -33px;
  }

  .md\:focus\:-translate-x-34px:focus {
    --tw-translate-x: -34px;
  }

  .md\:focus\:-translate-x-35px:focus {
    --tw-translate-x: -35px;
  }

  .md\:focus\:-translate-x-36px:focus {
    --tw-translate-x: -36px;
  }

  .md\:focus\:-translate-x-37px:focus {
    --tw-translate-x: -37px;
  }

  .md\:focus\:-translate-x-38px:focus {
    --tw-translate-x: -38px;
  }

  .md\:focus\:-translate-x-39px:focus {
    --tw-translate-x: -39px;
  }

  .md\:focus\:-translate-x-40px:focus {
    --tw-translate-x: -40px;
  }

  .md\:focus\:-translate-x-41px:focus {
    --tw-translate-x: -41px;
  }

  .md\:focus\:-translate-x-42px:focus {
    --tw-translate-x: -42px;
  }

  .md\:focus\:-translate-x-43px:focus {
    --tw-translate-x: -43px;
  }

  .md\:focus\:-translate-x-44px:focus {
    --tw-translate-x: -44px;
  }

  .md\:focus\:-translate-x-45px:focus {
    --tw-translate-x: -45px;
  }

  .md\:focus\:-translate-x-46px:focus {
    --tw-translate-x: -46px;
  }

  .md\:focus\:-translate-x-47px:focus {
    --tw-translate-x: -47px;
  }

  .md\:focus\:-translate-x-48px:focus {
    --tw-translate-x: -48px;
  }

  .md\:focus\:-translate-x-49px:focus {
    --tw-translate-x: -49px;
  }

  .md\:focus\:-translate-x-50px:focus {
    --tw-translate-x: -50px;
  }

  .md\:focus\:-translate-x-51px:focus {
    --tw-translate-x: -51px;
  }

  .md\:focus\:-translate-x-52px:focus {
    --tw-translate-x: -52px;
  }

  .md\:focus\:-translate-x-53px:focus {
    --tw-translate-x: -53px;
  }

  .md\:focus\:-translate-x-54px:focus {
    --tw-translate-x: -54px;
  }

  .md\:focus\:-translate-x-55px:focus {
    --tw-translate-x: -55px;
  }

  .md\:focus\:-translate-x-56px:focus {
    --tw-translate-x: -56px;
  }

  .md\:focus\:-translate-x-57px:focus {
    --tw-translate-x: -57px;
  }

  .md\:focus\:-translate-x-58px:focus {
    --tw-translate-x: -58px;
  }

  .md\:focus\:-translate-x-59px:focus {
    --tw-translate-x: -59px;
  }

  .md\:focus\:-translate-x-60px:focus {
    --tw-translate-x: -60px;
  }

  .md\:focus\:-translate-x-61px:focus {
    --tw-translate-x: -61px;
  }

  .md\:focus\:-translate-x-62px:focus {
    --tw-translate-x: -62px;
  }

  .md\:focus\:-translate-x-63px:focus {
    --tw-translate-x: -63px;
  }

  .md\:focus\:-translate-x-64px:focus {
    --tw-translate-x: -64px;
  }

  .md\:focus\:-translate-x-65px:focus {
    --tw-translate-x: -65px;
  }

  .md\:focus\:-translate-x-66px:focus {
    --tw-translate-x: -66px;
  }

  .md\:focus\:-translate-x-67px:focus {
    --tw-translate-x: -67px;
  }

  .md\:focus\:-translate-x-68px:focus {
    --tw-translate-x: -68px;
  }

  .md\:focus\:-translate-x-69px:focus {
    --tw-translate-x: -69px;
  }

  .md\:focus\:-translate-x-70px:focus {
    --tw-translate-x: -70px;
  }

  .md\:focus\:-translate-x-71px:focus {
    --tw-translate-x: -71px;
  }

  .md\:focus\:-translate-x-72px:focus {
    --tw-translate-x: -72px;
  }

  .md\:focus\:-translate-x-73px:focus {
    --tw-translate-x: -73px;
  }

  .md\:focus\:-translate-x-74px:focus {
    --tw-translate-x: -74px;
  }

  .md\:focus\:-translate-x-75px:focus {
    --tw-translate-x: -75px;
  }

  .md\:focus\:-translate-x-76px:focus {
    --tw-translate-x: -76px;
  }

  .md\:focus\:-translate-x-77px:focus {
    --tw-translate-x: -77px;
  }

  .md\:focus\:-translate-x-78px:focus {
    --tw-translate-x: -78px;
  }

  .md\:focus\:-translate-x-79px:focus {
    --tw-translate-x: -79px;
  }

  .md\:focus\:-translate-x-80px:focus {
    --tw-translate-x: -80px;
  }

  .md\:focus\:-translate-x-81px:focus {
    --tw-translate-x: -81px;
  }

  .md\:focus\:-translate-x-82px:focus {
    --tw-translate-x: -82px;
  }

  .md\:focus\:-translate-x-83px:focus {
    --tw-translate-x: -83px;
  }

  .md\:focus\:-translate-x-84px:focus {
    --tw-translate-x: -84px;
  }

  .md\:focus\:-translate-x-85px:focus {
    --tw-translate-x: -85px;
  }

  .md\:focus\:-translate-x-86px:focus {
    --tw-translate-x: -86px;
  }

  .md\:focus\:-translate-x-87px:focus {
    --tw-translate-x: -87px;
  }

  .md\:focus\:-translate-x-88px:focus {
    --tw-translate-x: -88px;
  }

  .md\:focus\:-translate-x-89px:focus {
    --tw-translate-x: -89px;
  }

  .md\:focus\:-translate-x-90px:focus {
    --tw-translate-x: -90px;
  }

  .md\:focus\:-translate-x-91px:focus {
    --tw-translate-x: -91px;
  }

  .md\:focus\:-translate-x-92px:focus {
    --tw-translate-x: -92px;
  }

  .md\:focus\:-translate-x-93px:focus {
    --tw-translate-x: -93px;
  }

  .md\:focus\:-translate-x-94px:focus {
    --tw-translate-x: -94px;
  }

  .md\:focus\:-translate-x-95px:focus {
    --tw-translate-x: -95px;
  }

  .md\:focus\:-translate-x-96px:focus {
    --tw-translate-x: -96px;
  }

  .md\:focus\:-translate-x-97px:focus {
    --tw-translate-x: -97px;
  }

  .md\:focus\:-translate-x-98px:focus {
    --tw-translate-x: -98px;
  }

  .md\:focus\:-translate-x-99px:focus {
    --tw-translate-x: -99px;
  }

  .md\:focus\:-translate-x-100px:focus {
    --tw-translate-x: -100px;
  }

  .md\:focus\:-translate-x-101px:focus {
    --tw-translate-x: -101px;
  }

  .md\:focus\:-translate-x-102px:focus {
    --tw-translate-x: -102px;
  }

  .md\:focus\:-translate-x-103px:focus {
    --tw-translate-x: -103px;
  }

  .md\:focus\:-translate-x-104px:focus {
    --tw-translate-x: -104px;
  }

  .md\:focus\:-translate-x-105px:focus {
    --tw-translate-x: -105px;
  }

  .md\:focus\:-translate-x-106px:focus {
    --tw-translate-x: -106px;
  }

  .md\:focus\:-translate-x-107px:focus {
    --tw-translate-x: -107px;
  }

  .md\:focus\:-translate-x-108px:focus {
    --tw-translate-x: -108px;
  }

  .md\:focus\:-translate-x-109px:focus {
    --tw-translate-x: -109px;
  }

  .md\:focus\:-translate-x-110px:focus {
    --tw-translate-x: -110px;
  }

  .md\:focus\:-translate-x-111px:focus {
    --tw-translate-x: -111px;
  }

  .md\:focus\:-translate-x-112px:focus {
    --tw-translate-x: -112px;
  }

  .md\:focus\:-translate-x-113px:focus {
    --tw-translate-x: -113px;
  }

  .md\:focus\:-translate-x-114px:focus {
    --tw-translate-x: -114px;
  }

  .md\:focus\:-translate-x-115px:focus {
    --tw-translate-x: -115px;
  }

  .md\:focus\:-translate-x-116px:focus {
    --tw-translate-x: -116px;
  }

  .md\:focus\:-translate-x-117px:focus {
    --tw-translate-x: -117px;
  }

  .md\:focus\:-translate-x-118px:focus {
    --tw-translate-x: -118px;
  }

  .md\:focus\:-translate-x-119px:focus {
    --tw-translate-x: -119px;
  }

  .md\:focus\:-translate-x-120px:focus {
    --tw-translate-x: -120px;
  }

  .md\:focus\:-translate-x-121px:focus {
    --tw-translate-x: -121px;
  }

  .md\:focus\:-translate-x-122px:focus {
    --tw-translate-x: -122px;
  }

  .md\:focus\:-translate-x-123px:focus {
    --tw-translate-x: -123px;
  }

  .md\:focus\:-translate-x-124px:focus {
    --tw-translate-x: -124px;
  }

  .md\:focus\:-translate-x-125px:focus {
    --tw-translate-x: -125px;
  }

  .md\:focus\:-translate-x-126px:focus {
    --tw-translate-x: -126px;
  }

  .md\:focus\:-translate-x-127px:focus {
    --tw-translate-x: -127px;
  }

  .md\:focus\:-translate-x-128px:focus {
    --tw-translate-x: -128px;
  }

  .md\:focus\:-translate-x-129px:focus {
    --tw-translate-x: -129px;
  }

  .md\:focus\:-translate-x-130px:focus {
    --tw-translate-x: -130px;
  }

  .md\:focus\:-translate-x-133px:focus {
    --tw-translate-x: -133px;
  }

  .md\:focus\:-translate-x-140px:focus {
    --tw-translate-x: -140px;
  }

  .md\:focus\:-translate-x-195px:focus {
    --tw-translate-x: -195px;
  }

  .md\:focus\:-translate-x-200px:focus {
    --tw-translate-x: -200px;
  }

  .md\:focus\:-translate-x-210px:focus {
    --tw-translate-x: -210px;
  }

  .md\:focus\:-translate-x-222px:focus {
    --tw-translate-x: -222px;
  }

  .md\:focus\:-translate-x-258px:focus {
    --tw-translate-x: -258px;
  }

  .md\:focus\:-translate-x-280px:focus {
    --tw-translate-x: -280px;
  }

  .md\:focus\:-translate-x-334px:focus {
    --tw-translate-x: -334px;
  }

  .md\:focus\:-translate-x-388px:focus {
    --tw-translate-x: -388px;
  }

  .md\:focus\:-translate-x-480px:focus {
    --tw-translate-x: -480px;
  }

  .md\:focus\:-translate-x-490px:focus {
    --tw-translate-x: -490px;
  }

  .md\:focus\:-translate-x-505px:focus {
    --tw-translate-x: -505px;
  }

  .md\:focus\:-translate-x-507px:focus {
    --tw-translate-x: -507px;
  }

  .md\:focus\:-translate-x-760px:focus {
    --tw-translate-x: -760px;
  }

  .md\:focus\:-translate-x-780px:focus {
    --tw-translate-x: -780px;
  }

  .md\:focus\:-translate-x-980px:focus {
    --tw-translate-x: -980px;
  }

  .md\:focus\:-translate-x-1366px:focus {
    --tw-translate-x: -1366px;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .md\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .md\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .md\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .md\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .md\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .md\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .md\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .md\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .md\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .md\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .md\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .md\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .md\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .md\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .md\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .md\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .md\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .md\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .md\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .md\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .md\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .md\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .md\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .md\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .md\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .md\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .md\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .md\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .md\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .md\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .md\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .md\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .md\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .md\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .md\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .md\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .md\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .md\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .md\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .md\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .md\:focus\:translate-y-1px:focus {
    --tw-translate-y: 1px;
  }

  .md\:focus\:translate-y-2px:focus {
    --tw-translate-y: 2px;
  }

  .md\:focus\:translate-y-3px:focus {
    --tw-translate-y: 3px;
  }

  .md\:focus\:translate-y-4px:focus {
    --tw-translate-y: 4px;
  }

  .md\:focus\:translate-y-5px:focus {
    --tw-translate-y: 5px;
  }

  .md\:focus\:translate-y-6px:focus {
    --tw-translate-y: 6px;
  }

  .md\:focus\:translate-y-7px:focus {
    --tw-translate-y: 7px;
  }

  .md\:focus\:translate-y-8px:focus {
    --tw-translate-y: 8px;
  }

  .md\:focus\:translate-y-9px:focus {
    --tw-translate-y: 9px;
  }

  .md\:focus\:translate-y-10px:focus {
    --tw-translate-y: 10px;
  }

  .md\:focus\:translate-y-11px:focus {
    --tw-translate-y: 11px;
  }

  .md\:focus\:translate-y-12px:focus {
    --tw-translate-y: 12px;
  }

  .md\:focus\:translate-y-13px:focus {
    --tw-translate-y: 13px;
  }

  .md\:focus\:translate-y-14px:focus {
    --tw-translate-y: 14px;
  }

  .md\:focus\:translate-y-15px:focus {
    --tw-translate-y: 15px;
  }

  .md\:focus\:translate-y-16px:focus {
    --tw-translate-y: 16px;
  }

  .md\:focus\:translate-y-17px:focus {
    --tw-translate-y: 17px;
  }

  .md\:focus\:translate-y-18px:focus {
    --tw-translate-y: 18px;
  }

  .md\:focus\:translate-y-19px:focus {
    --tw-translate-y: 19px;
  }

  .md\:focus\:translate-y-20px:focus {
    --tw-translate-y: 20px;
  }

  .md\:focus\:translate-y-21px:focus {
    --tw-translate-y: 21px;
  }

  .md\:focus\:translate-y-22px:focus {
    --tw-translate-y: 22px;
  }

  .md\:focus\:translate-y-23px:focus {
    --tw-translate-y: 23px;
  }

  .md\:focus\:translate-y-24px:focus {
    --tw-translate-y: 24px;
  }

  .md\:focus\:translate-y-25px:focus {
    --tw-translate-y: 25px;
  }

  .md\:focus\:translate-y-26px:focus {
    --tw-translate-y: 26px;
  }

  .md\:focus\:translate-y-27px:focus {
    --tw-translate-y: 27px;
  }

  .md\:focus\:translate-y-28px:focus {
    --tw-translate-y: 28px;
  }

  .md\:focus\:translate-y-29px:focus {
    --tw-translate-y: 29px;
  }

  .md\:focus\:translate-y-30px:focus {
    --tw-translate-y: 30px;
  }

  .md\:focus\:translate-y-31px:focus {
    --tw-translate-y: 31px;
  }

  .md\:focus\:translate-y-32px:focus {
    --tw-translate-y: 32px;
  }

  .md\:focus\:translate-y-33px:focus {
    --tw-translate-y: 33px;
  }

  .md\:focus\:translate-y-34px:focus {
    --tw-translate-y: 34px;
  }

  .md\:focus\:translate-y-35px:focus {
    --tw-translate-y: 35px;
  }

  .md\:focus\:translate-y-36px:focus {
    --tw-translate-y: 36px;
  }

  .md\:focus\:translate-y-37px:focus {
    --tw-translate-y: 37px;
  }

  .md\:focus\:translate-y-38px:focus {
    --tw-translate-y: 38px;
  }

  .md\:focus\:translate-y-39px:focus {
    --tw-translate-y: 39px;
  }

  .md\:focus\:translate-y-40px:focus {
    --tw-translate-y: 40px;
  }

  .md\:focus\:translate-y-41px:focus {
    --tw-translate-y: 41px;
  }

  .md\:focus\:translate-y-42px:focus {
    --tw-translate-y: 42px;
  }

  .md\:focus\:translate-y-43px:focus {
    --tw-translate-y: 43px;
  }

  .md\:focus\:translate-y-44px:focus {
    --tw-translate-y: 44px;
  }

  .md\:focus\:translate-y-45px:focus {
    --tw-translate-y: 45px;
  }

  .md\:focus\:translate-y-46px:focus {
    --tw-translate-y: 46px;
  }

  .md\:focus\:translate-y-47px:focus {
    --tw-translate-y: 47px;
  }

  .md\:focus\:translate-y-48px:focus {
    --tw-translate-y: 48px;
  }

  .md\:focus\:translate-y-49px:focus {
    --tw-translate-y: 49px;
  }

  .md\:focus\:translate-y-50px:focus {
    --tw-translate-y: 50px;
  }

  .md\:focus\:translate-y-51px:focus {
    --tw-translate-y: 51px;
  }

  .md\:focus\:translate-y-52px:focus {
    --tw-translate-y: 52px;
  }

  .md\:focus\:translate-y-53px:focus {
    --tw-translate-y: 53px;
  }

  .md\:focus\:translate-y-54px:focus {
    --tw-translate-y: 54px;
  }

  .md\:focus\:translate-y-55px:focus {
    --tw-translate-y: 55px;
  }

  .md\:focus\:translate-y-56px:focus {
    --tw-translate-y: 56px;
  }

  .md\:focus\:translate-y-57px:focus {
    --tw-translate-y: 57px;
  }

  .md\:focus\:translate-y-58px:focus {
    --tw-translate-y: 58px;
  }

  .md\:focus\:translate-y-59px:focus {
    --tw-translate-y: 59px;
  }

  .md\:focus\:translate-y-60px:focus {
    --tw-translate-y: 60px;
  }

  .md\:focus\:translate-y-61px:focus {
    --tw-translate-y: 61px;
  }

  .md\:focus\:translate-y-62px:focus {
    --tw-translate-y: 62px;
  }

  .md\:focus\:translate-y-63px:focus {
    --tw-translate-y: 63px;
  }

  .md\:focus\:translate-y-64px:focus {
    --tw-translate-y: 64px;
  }

  .md\:focus\:translate-y-65px:focus {
    --tw-translate-y: 65px;
  }

  .md\:focus\:translate-y-66px:focus {
    --tw-translate-y: 66px;
  }

  .md\:focus\:translate-y-67px:focus {
    --tw-translate-y: 67px;
  }

  .md\:focus\:translate-y-68px:focus {
    --tw-translate-y: 68px;
  }

  .md\:focus\:translate-y-69px:focus {
    --tw-translate-y: 69px;
  }

  .md\:focus\:translate-y-70px:focus {
    --tw-translate-y: 70px;
  }

  .md\:focus\:translate-y-71px:focus {
    --tw-translate-y: 71px;
  }

  .md\:focus\:translate-y-72px:focus {
    --tw-translate-y: 72px;
  }

  .md\:focus\:translate-y-73px:focus {
    --tw-translate-y: 73px;
  }

  .md\:focus\:translate-y-74px:focus {
    --tw-translate-y: 74px;
  }

  .md\:focus\:translate-y-75px:focus {
    --tw-translate-y: 75px;
  }

  .md\:focus\:translate-y-76px:focus {
    --tw-translate-y: 76px;
  }

  .md\:focus\:translate-y-77px:focus {
    --tw-translate-y: 77px;
  }

  .md\:focus\:translate-y-78px:focus {
    --tw-translate-y: 78px;
  }

  .md\:focus\:translate-y-79px:focus {
    --tw-translate-y: 79px;
  }

  .md\:focus\:translate-y-80px:focus {
    --tw-translate-y: 80px;
  }

  .md\:focus\:translate-y-81px:focus {
    --tw-translate-y: 81px;
  }

  .md\:focus\:translate-y-82px:focus {
    --tw-translate-y: 82px;
  }

  .md\:focus\:translate-y-83px:focus {
    --tw-translate-y: 83px;
  }

  .md\:focus\:translate-y-84px:focus {
    --tw-translate-y: 84px;
  }

  .md\:focus\:translate-y-85px:focus {
    --tw-translate-y: 85px;
  }

  .md\:focus\:translate-y-86px:focus {
    --tw-translate-y: 86px;
  }

  .md\:focus\:translate-y-87px:focus {
    --tw-translate-y: 87px;
  }

  .md\:focus\:translate-y-88px:focus {
    --tw-translate-y: 88px;
  }

  .md\:focus\:translate-y-89px:focus {
    --tw-translate-y: 89px;
  }

  .md\:focus\:translate-y-90px:focus {
    --tw-translate-y: 90px;
  }

  .md\:focus\:translate-y-91px:focus {
    --tw-translate-y: 91px;
  }

  .md\:focus\:translate-y-92px:focus {
    --tw-translate-y: 92px;
  }

  .md\:focus\:translate-y-93px:focus {
    --tw-translate-y: 93px;
  }

  .md\:focus\:translate-y-94px:focus {
    --tw-translate-y: 94px;
  }

  .md\:focus\:translate-y-95px:focus {
    --tw-translate-y: 95px;
  }

  .md\:focus\:translate-y-96px:focus {
    --tw-translate-y: 96px;
  }

  .md\:focus\:translate-y-97px:focus {
    --tw-translate-y: 97px;
  }

  .md\:focus\:translate-y-98px:focus {
    --tw-translate-y: 98px;
  }

  .md\:focus\:translate-y-99px:focus {
    --tw-translate-y: 99px;
  }

  .md\:focus\:translate-y-100px:focus {
    --tw-translate-y: 100px;
  }

  .md\:focus\:translate-y-101px:focus {
    --tw-translate-y: 101px;
  }

  .md\:focus\:translate-y-102px:focus {
    --tw-translate-y: 102px;
  }

  .md\:focus\:translate-y-103px:focus {
    --tw-translate-y: 103px;
  }

  .md\:focus\:translate-y-104px:focus {
    --tw-translate-y: 104px;
  }

  .md\:focus\:translate-y-105px:focus {
    --tw-translate-y: 105px;
  }

  .md\:focus\:translate-y-106px:focus {
    --tw-translate-y: 106px;
  }

  .md\:focus\:translate-y-107px:focus {
    --tw-translate-y: 107px;
  }

  .md\:focus\:translate-y-108px:focus {
    --tw-translate-y: 108px;
  }

  .md\:focus\:translate-y-109px:focus {
    --tw-translate-y: 109px;
  }

  .md\:focus\:translate-y-110px:focus {
    --tw-translate-y: 110px;
  }

  .md\:focus\:translate-y-111px:focus {
    --tw-translate-y: 111px;
  }

  .md\:focus\:translate-y-112px:focus {
    --tw-translate-y: 112px;
  }

  .md\:focus\:translate-y-113px:focus {
    --tw-translate-y: 113px;
  }

  .md\:focus\:translate-y-114px:focus {
    --tw-translate-y: 114px;
  }

  .md\:focus\:translate-y-115px:focus {
    --tw-translate-y: 115px;
  }

  .md\:focus\:translate-y-116px:focus {
    --tw-translate-y: 116px;
  }

  .md\:focus\:translate-y-117px:focus {
    --tw-translate-y: 117px;
  }

  .md\:focus\:translate-y-118px:focus {
    --tw-translate-y: 118px;
  }

  .md\:focus\:translate-y-119px:focus {
    --tw-translate-y: 119px;
  }

  .md\:focus\:translate-y-120px:focus {
    --tw-translate-y: 120px;
  }

  .md\:focus\:translate-y-121px:focus {
    --tw-translate-y: 121px;
  }

  .md\:focus\:translate-y-122px:focus {
    --tw-translate-y: 122px;
  }

  .md\:focus\:translate-y-123px:focus {
    --tw-translate-y: 123px;
  }

  .md\:focus\:translate-y-124px:focus {
    --tw-translate-y: 124px;
  }

  .md\:focus\:translate-y-125px:focus {
    --tw-translate-y: 125px;
  }

  .md\:focus\:translate-y-126px:focus {
    --tw-translate-y: 126px;
  }

  .md\:focus\:translate-y-127px:focus {
    --tw-translate-y: 127px;
  }

  .md\:focus\:translate-y-128px:focus {
    --tw-translate-y: 128px;
  }

  .md\:focus\:translate-y-129px:focus {
    --tw-translate-y: 129px;
  }

  .md\:focus\:translate-y-130px:focus {
    --tw-translate-y: 130px;
  }

  .md\:focus\:translate-y-133px:focus {
    --tw-translate-y: 133px;
  }

  .md\:focus\:translate-y-140px:focus {
    --tw-translate-y: 140px;
  }

  .md\:focus\:translate-y-195px:focus {
    --tw-translate-y: 195px;
  }

  .md\:focus\:translate-y-200px:focus {
    --tw-translate-y: 200px;
  }

  .md\:focus\:translate-y-210px:focus {
    --tw-translate-y: 210px;
  }

  .md\:focus\:translate-y-222px:focus {
    --tw-translate-y: 222px;
  }

  .md\:focus\:translate-y-258px:focus {
    --tw-translate-y: 258px;
  }

  .md\:focus\:translate-y-280px:focus {
    --tw-translate-y: 280px;
  }

  .md\:focus\:translate-y-334px:focus {
    --tw-translate-y: 334px;
  }

  .md\:focus\:translate-y-388px:focus {
    --tw-translate-y: 388px;
  }

  .md\:focus\:translate-y-480px:focus {
    --tw-translate-y: 480px;
  }

  .md\:focus\:translate-y-490px:focus {
    --tw-translate-y: 490px;
  }

  .md\:focus\:translate-y-505px:focus {
    --tw-translate-y: 505px;
  }

  .md\:focus\:translate-y-507px:focus {
    --tw-translate-y: 507px;
  }

  .md\:focus\:translate-y-760px:focus {
    --tw-translate-y: 760px;
  }

  .md\:focus\:translate-y-780px:focus {
    --tw-translate-y: 780px;
  }

  .md\:focus\:translate-y-980px:focus {
    --tw-translate-y: 980px;
  }

  .md\:focus\:translate-y-1366px:focus {
    --tw-translate-y: 1366px;
  }

  .md\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .md\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .md\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .md\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .md\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .md\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .md\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .md\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .md\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .md\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .md\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .md\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .md\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .md\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .md\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .md\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .md\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .md\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .md\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .md\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .md\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .md\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .md\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .md\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .md\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .md\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .md\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .md\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .md\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .md\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .md\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .md\:focus\:-translate-y-1px:focus {
    --tw-translate-y: -1px;
  }

  .md\:focus\:-translate-y-2px:focus {
    --tw-translate-y: -2px;
  }

  .md\:focus\:-translate-y-3px:focus {
    --tw-translate-y: -3px;
  }

  .md\:focus\:-translate-y-4px:focus {
    --tw-translate-y: -4px;
  }

  .md\:focus\:-translate-y-5px:focus {
    --tw-translate-y: -5px;
  }

  .md\:focus\:-translate-y-6px:focus {
    --tw-translate-y: -6px;
  }

  .md\:focus\:-translate-y-7px:focus {
    --tw-translate-y: -7px;
  }

  .md\:focus\:-translate-y-8px:focus {
    --tw-translate-y: -8px;
  }

  .md\:focus\:-translate-y-9px:focus {
    --tw-translate-y: -9px;
  }

  .md\:focus\:-translate-y-10px:focus {
    --tw-translate-y: -10px;
  }

  .md\:focus\:-translate-y-11px:focus {
    --tw-translate-y: -11px;
  }

  .md\:focus\:-translate-y-12px:focus {
    --tw-translate-y: -12px;
  }

  .md\:focus\:-translate-y-13px:focus {
    --tw-translate-y: -13px;
  }

  .md\:focus\:-translate-y-14px:focus {
    --tw-translate-y: -14px;
  }

  .md\:focus\:-translate-y-15px:focus {
    --tw-translate-y: -15px;
  }

  .md\:focus\:-translate-y-16px:focus {
    --tw-translate-y: -16px;
  }

  .md\:focus\:-translate-y-17px:focus {
    --tw-translate-y: -17px;
  }

  .md\:focus\:-translate-y-18px:focus {
    --tw-translate-y: -18px;
  }

  .md\:focus\:-translate-y-19px:focus {
    --tw-translate-y: -19px;
  }

  .md\:focus\:-translate-y-20px:focus {
    --tw-translate-y: -20px;
  }

  .md\:focus\:-translate-y-21px:focus {
    --tw-translate-y: -21px;
  }

  .md\:focus\:-translate-y-22px:focus {
    --tw-translate-y: -22px;
  }

  .md\:focus\:-translate-y-23px:focus {
    --tw-translate-y: -23px;
  }

  .md\:focus\:-translate-y-24px:focus {
    --tw-translate-y: -24px;
  }

  .md\:focus\:-translate-y-25px:focus {
    --tw-translate-y: -25px;
  }

  .md\:focus\:-translate-y-26px:focus {
    --tw-translate-y: -26px;
  }

  .md\:focus\:-translate-y-27px:focus {
    --tw-translate-y: -27px;
  }

  .md\:focus\:-translate-y-28px:focus {
    --tw-translate-y: -28px;
  }

  .md\:focus\:-translate-y-29px:focus {
    --tw-translate-y: -29px;
  }

  .md\:focus\:-translate-y-30px:focus {
    --tw-translate-y: -30px;
  }

  .md\:focus\:-translate-y-31px:focus {
    --tw-translate-y: -31px;
  }

  .md\:focus\:-translate-y-32px:focus {
    --tw-translate-y: -32px;
  }

  .md\:focus\:-translate-y-33px:focus {
    --tw-translate-y: -33px;
  }

  .md\:focus\:-translate-y-34px:focus {
    --tw-translate-y: -34px;
  }

  .md\:focus\:-translate-y-35px:focus {
    --tw-translate-y: -35px;
  }

  .md\:focus\:-translate-y-36px:focus {
    --tw-translate-y: -36px;
  }

  .md\:focus\:-translate-y-37px:focus {
    --tw-translate-y: -37px;
  }

  .md\:focus\:-translate-y-38px:focus {
    --tw-translate-y: -38px;
  }

  .md\:focus\:-translate-y-39px:focus {
    --tw-translate-y: -39px;
  }

  .md\:focus\:-translate-y-40px:focus {
    --tw-translate-y: -40px;
  }

  .md\:focus\:-translate-y-41px:focus {
    --tw-translate-y: -41px;
  }

  .md\:focus\:-translate-y-42px:focus {
    --tw-translate-y: -42px;
  }

  .md\:focus\:-translate-y-43px:focus {
    --tw-translate-y: -43px;
  }

  .md\:focus\:-translate-y-44px:focus {
    --tw-translate-y: -44px;
  }

  .md\:focus\:-translate-y-45px:focus {
    --tw-translate-y: -45px;
  }

  .md\:focus\:-translate-y-46px:focus {
    --tw-translate-y: -46px;
  }

  .md\:focus\:-translate-y-47px:focus {
    --tw-translate-y: -47px;
  }

  .md\:focus\:-translate-y-48px:focus {
    --tw-translate-y: -48px;
  }

  .md\:focus\:-translate-y-49px:focus {
    --tw-translate-y: -49px;
  }

  .md\:focus\:-translate-y-50px:focus {
    --tw-translate-y: -50px;
  }

  .md\:focus\:-translate-y-51px:focus {
    --tw-translate-y: -51px;
  }

  .md\:focus\:-translate-y-52px:focus {
    --tw-translate-y: -52px;
  }

  .md\:focus\:-translate-y-53px:focus {
    --tw-translate-y: -53px;
  }

  .md\:focus\:-translate-y-54px:focus {
    --tw-translate-y: -54px;
  }

  .md\:focus\:-translate-y-55px:focus {
    --tw-translate-y: -55px;
  }

  .md\:focus\:-translate-y-56px:focus {
    --tw-translate-y: -56px;
  }

  .md\:focus\:-translate-y-57px:focus {
    --tw-translate-y: -57px;
  }

  .md\:focus\:-translate-y-58px:focus {
    --tw-translate-y: -58px;
  }

  .md\:focus\:-translate-y-59px:focus {
    --tw-translate-y: -59px;
  }

  .md\:focus\:-translate-y-60px:focus {
    --tw-translate-y: -60px;
  }

  .md\:focus\:-translate-y-61px:focus {
    --tw-translate-y: -61px;
  }

  .md\:focus\:-translate-y-62px:focus {
    --tw-translate-y: -62px;
  }

  .md\:focus\:-translate-y-63px:focus {
    --tw-translate-y: -63px;
  }

  .md\:focus\:-translate-y-64px:focus {
    --tw-translate-y: -64px;
  }

  .md\:focus\:-translate-y-65px:focus {
    --tw-translate-y: -65px;
  }

  .md\:focus\:-translate-y-66px:focus {
    --tw-translate-y: -66px;
  }

  .md\:focus\:-translate-y-67px:focus {
    --tw-translate-y: -67px;
  }

  .md\:focus\:-translate-y-68px:focus {
    --tw-translate-y: -68px;
  }

  .md\:focus\:-translate-y-69px:focus {
    --tw-translate-y: -69px;
  }

  .md\:focus\:-translate-y-70px:focus {
    --tw-translate-y: -70px;
  }

  .md\:focus\:-translate-y-71px:focus {
    --tw-translate-y: -71px;
  }

  .md\:focus\:-translate-y-72px:focus {
    --tw-translate-y: -72px;
  }

  .md\:focus\:-translate-y-73px:focus {
    --tw-translate-y: -73px;
  }

  .md\:focus\:-translate-y-74px:focus {
    --tw-translate-y: -74px;
  }

  .md\:focus\:-translate-y-75px:focus {
    --tw-translate-y: -75px;
  }

  .md\:focus\:-translate-y-76px:focus {
    --tw-translate-y: -76px;
  }

  .md\:focus\:-translate-y-77px:focus {
    --tw-translate-y: -77px;
  }

  .md\:focus\:-translate-y-78px:focus {
    --tw-translate-y: -78px;
  }

  .md\:focus\:-translate-y-79px:focus {
    --tw-translate-y: -79px;
  }

  .md\:focus\:-translate-y-80px:focus {
    --tw-translate-y: -80px;
  }

  .md\:focus\:-translate-y-81px:focus {
    --tw-translate-y: -81px;
  }

  .md\:focus\:-translate-y-82px:focus {
    --tw-translate-y: -82px;
  }

  .md\:focus\:-translate-y-83px:focus {
    --tw-translate-y: -83px;
  }

  .md\:focus\:-translate-y-84px:focus {
    --tw-translate-y: -84px;
  }

  .md\:focus\:-translate-y-85px:focus {
    --tw-translate-y: -85px;
  }

  .md\:focus\:-translate-y-86px:focus {
    --tw-translate-y: -86px;
  }

  .md\:focus\:-translate-y-87px:focus {
    --tw-translate-y: -87px;
  }

  .md\:focus\:-translate-y-88px:focus {
    --tw-translate-y: -88px;
  }

  .md\:focus\:-translate-y-89px:focus {
    --tw-translate-y: -89px;
  }

  .md\:focus\:-translate-y-90px:focus {
    --tw-translate-y: -90px;
  }

  .md\:focus\:-translate-y-91px:focus {
    --tw-translate-y: -91px;
  }

  .md\:focus\:-translate-y-92px:focus {
    --tw-translate-y: -92px;
  }

  .md\:focus\:-translate-y-93px:focus {
    --tw-translate-y: -93px;
  }

  .md\:focus\:-translate-y-94px:focus {
    --tw-translate-y: -94px;
  }

  .md\:focus\:-translate-y-95px:focus {
    --tw-translate-y: -95px;
  }

  .md\:focus\:-translate-y-96px:focus {
    --tw-translate-y: -96px;
  }

  .md\:focus\:-translate-y-97px:focus {
    --tw-translate-y: -97px;
  }

  .md\:focus\:-translate-y-98px:focus {
    --tw-translate-y: -98px;
  }

  .md\:focus\:-translate-y-99px:focus {
    --tw-translate-y: -99px;
  }

  .md\:focus\:-translate-y-100px:focus {
    --tw-translate-y: -100px;
  }

  .md\:focus\:-translate-y-101px:focus {
    --tw-translate-y: -101px;
  }

  .md\:focus\:-translate-y-102px:focus {
    --tw-translate-y: -102px;
  }

  .md\:focus\:-translate-y-103px:focus {
    --tw-translate-y: -103px;
  }

  .md\:focus\:-translate-y-104px:focus {
    --tw-translate-y: -104px;
  }

  .md\:focus\:-translate-y-105px:focus {
    --tw-translate-y: -105px;
  }

  .md\:focus\:-translate-y-106px:focus {
    --tw-translate-y: -106px;
  }

  .md\:focus\:-translate-y-107px:focus {
    --tw-translate-y: -107px;
  }

  .md\:focus\:-translate-y-108px:focus {
    --tw-translate-y: -108px;
  }

  .md\:focus\:-translate-y-109px:focus {
    --tw-translate-y: -109px;
  }

  .md\:focus\:-translate-y-110px:focus {
    --tw-translate-y: -110px;
  }

  .md\:focus\:-translate-y-111px:focus {
    --tw-translate-y: -111px;
  }

  .md\:focus\:-translate-y-112px:focus {
    --tw-translate-y: -112px;
  }

  .md\:focus\:-translate-y-113px:focus {
    --tw-translate-y: -113px;
  }

  .md\:focus\:-translate-y-114px:focus {
    --tw-translate-y: -114px;
  }

  .md\:focus\:-translate-y-115px:focus {
    --tw-translate-y: -115px;
  }

  .md\:focus\:-translate-y-116px:focus {
    --tw-translate-y: -116px;
  }

  .md\:focus\:-translate-y-117px:focus {
    --tw-translate-y: -117px;
  }

  .md\:focus\:-translate-y-118px:focus {
    --tw-translate-y: -118px;
  }

  .md\:focus\:-translate-y-119px:focus {
    --tw-translate-y: -119px;
  }

  .md\:focus\:-translate-y-120px:focus {
    --tw-translate-y: -120px;
  }

  .md\:focus\:-translate-y-121px:focus {
    --tw-translate-y: -121px;
  }

  .md\:focus\:-translate-y-122px:focus {
    --tw-translate-y: -122px;
  }

  .md\:focus\:-translate-y-123px:focus {
    --tw-translate-y: -123px;
  }

  .md\:focus\:-translate-y-124px:focus {
    --tw-translate-y: -124px;
  }

  .md\:focus\:-translate-y-125px:focus {
    --tw-translate-y: -125px;
  }

  .md\:focus\:-translate-y-126px:focus {
    --tw-translate-y: -126px;
  }

  .md\:focus\:-translate-y-127px:focus {
    --tw-translate-y: -127px;
  }

  .md\:focus\:-translate-y-128px:focus {
    --tw-translate-y: -128px;
  }

  .md\:focus\:-translate-y-129px:focus {
    --tw-translate-y: -129px;
  }

  .md\:focus\:-translate-y-130px:focus {
    --tw-translate-y: -130px;
  }

  .md\:focus\:-translate-y-133px:focus {
    --tw-translate-y: -133px;
  }

  .md\:focus\:-translate-y-140px:focus {
    --tw-translate-y: -140px;
  }

  .md\:focus\:-translate-y-195px:focus {
    --tw-translate-y: -195px;
  }

  .md\:focus\:-translate-y-200px:focus {
    --tw-translate-y: -200px;
  }

  .md\:focus\:-translate-y-210px:focus {
    --tw-translate-y: -210px;
  }

  .md\:focus\:-translate-y-222px:focus {
    --tw-translate-y: -222px;
  }

  .md\:focus\:-translate-y-258px:focus {
    --tw-translate-y: -258px;
  }

  .md\:focus\:-translate-y-280px:focus {
    --tw-translate-y: -280px;
  }

  .md\:focus\:-translate-y-334px:focus {
    --tw-translate-y: -334px;
  }

  .md\:focus\:-translate-y-388px:focus {
    --tw-translate-y: -388px;
  }

  .md\:focus\:-translate-y-480px:focus {
    --tw-translate-y: -480px;
  }

  .md\:focus\:-translate-y-490px:focus {
    --tw-translate-y: -490px;
  }

  .md\:focus\:-translate-y-505px:focus {
    --tw-translate-y: -505px;
  }

  .md\:focus\:-translate-y-507px:focus {
    --tw-translate-y: -507px;
  }

  .md\:focus\:-translate-y-760px:focus {
    --tw-translate-y: -760px;
  }

  .md\:focus\:-translate-y-780px:focus {
    --tw-translate-y: -780px;
  }

  .md\:focus\:-translate-y-980px:focus {
    --tw-translate-y: -980px;
  }

  .md\:focus\:-translate-y-1366px:focus {
    --tw-translate-y: -1366px;
  }

  .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 {
    animation: none;
  }

  .md\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .md\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@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: 1366px) {
    .lg\:container {
      max-width: 1366px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-1px > :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-1px > :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-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2px * var(--tw-space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-3px > :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-3px > :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-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4px * var(--tw-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-5px > :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-5px > :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-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6px * var(--tw-space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7px * var(--tw-space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-8px > :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-8px > :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-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9px * var(--tw-space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-10px > :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-10px > :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-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11px * var(--tw-space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-12px > :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-12px > :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-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13px * var(--tw-space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-14px > :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-14px > :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-15px > :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-15px > :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-16px > :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-16px > :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-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(17px * var(--tw-space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19px * var(--tw-space-x-reverse));
    margin-left: calc(19px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-20px > :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-20px > :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-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(21px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21px * var(--tw-space-x-reverse));
    margin-left: calc(21px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22px * var(--tw-space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23px * var(--tw-space-x-reverse));
    margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-24px > :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-24px > :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-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25px * var(--tw-space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26px * var(--tw-space-x-reverse));
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27px * var(--tw-space-x-reverse));
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-28px > :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-28px > :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-29px > :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-29px > :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-30px > :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-30px > :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-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31px * var(--tw-space-x-reverse));
    margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-32px > :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-32px > :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-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33px * var(--tw-space-x-reverse));
    margin-left: calc(33px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(34px * var(--tw-space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-35px > :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-35px > :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-36px > :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-36px > :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-37px > :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-37px > :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-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38px * var(--tw-space-x-reverse));
    margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-39px > :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-39px > :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-40px > :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-40px > :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-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41px * var(--tw-space-x-reverse));
    margin-left: calc(41px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(42px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(42px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(42px * var(--tw-space-x-reverse));
    margin-left: calc(42px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(43px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(43px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(43px * var(--tw-space-x-reverse));
    margin-left: calc(43px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(44px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(44px * var(--tw-space-x-reverse));
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45px * var(--tw-space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(46px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(46px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(46px * var(--tw-space-x-reverse));
    margin-left: calc(46px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-47px > :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-47px > :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-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(49px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(49px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(49px * var(--tw-space-x-reverse));
    margin-left: calc(49px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-50px > :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-50px > :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-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(51px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(51px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(51px * var(--tw-space-x-reverse));
    margin-left: calc(51px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(52px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(52px * var(--tw-space-x-reverse));
    margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(53px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(53px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(53px * var(--tw-space-x-reverse));
    margin-left: calc(53px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54px * var(--tw-space-x-reverse));
    margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(55px * var(--tw-space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-56px > :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-56px > :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-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(57px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(57px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(57px * var(--tw-space-x-reverse));
    margin-left: calc(57px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(58px * var(--tw-space-x-reverse));
    margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(59px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(59px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(59px * var(--tw-space-x-reverse));
    margin-left: calc(59px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(61px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(61px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(61px * var(--tw-space-x-reverse));
    margin-left: calc(61px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(62px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(62px * var(--tw-space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(63px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(63px * var(--tw-space-x-reverse));
    margin-left: calc(63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-64px > :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-64px > :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-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(65px * var(--tw-space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66px * var(--tw-space-x-reverse));
    margin-left: calc(66px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(67px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(67px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(67px * var(--tw-space-x-reverse));
    margin-left: calc(67px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(68px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(68px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(68px * var(--tw-space-x-reverse));
    margin-left: calc(68px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(69px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(69px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(69px * var(--tw-space-x-reverse));
    margin-left: calc(69px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-70px > :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-70px > :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-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(71px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(71px * var(--tw-space-x-reverse));
    margin-left: calc(71px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-72px > :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-72px > :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-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(73px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(73px * var(--tw-space-x-reverse));
    margin-left: calc(73px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(74px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(74px * var(--tw-space-x-reverse));
    margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-75px > :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-75px > :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-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(76px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(76px * var(--tw-space-x-reverse));
    margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(77px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(77px * var(--tw-space-x-reverse));
    margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(78px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(78px * var(--tw-space-x-reverse));
    margin-left: calc(78px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(79px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(79px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(79px * var(--tw-space-x-reverse));
    margin-left: calc(79px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-80px > :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-80px > :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-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(81px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(81px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(81px * var(--tw-space-x-reverse));
    margin-left: calc(81px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82px * var(--tw-space-x-reverse));
    margin-left: calc(82px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-83px > :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-83px > :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-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(84px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(84px * var(--tw-space-x-reverse));
    margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(85px * var(--tw-space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(86px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(86px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(86px * var(--tw-space-x-reverse));
    margin-left: calc(86px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(87px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(87px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(87px * var(--tw-space-x-reverse));
    margin-left: calc(87px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(88px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(88px * var(--tw-space-x-reverse));
    margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(89px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(89px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(89px * var(--tw-space-x-reverse));
    margin-left: calc(89px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90px * var(--tw-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(91px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(91px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(91px * var(--tw-space-x-reverse));
    margin-left: calc(91px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(92px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(92px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(92px * var(--tw-space-x-reverse));
    margin-left: calc(92px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(93px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(93px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(93px * var(--tw-space-x-reverse));
    margin-left: calc(93px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(94px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(94px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(94px * var(--tw-space-x-reverse));
    margin-left: calc(94px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96px * var(--tw-space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(97px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(97px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(97px * var(--tw-space-x-reverse));
    margin-left: calc(97px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(98px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(98px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(98px * var(--tw-space-x-reverse));
    margin-left: calc(98px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(99px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(99px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(99px * var(--tw-space-x-reverse));
    margin-left: calc(99px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-100px > :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-100px > :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-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(101px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(101px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(101px * var(--tw-space-x-reverse));
    margin-left: calc(101px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(102px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(102px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(102px * var(--tw-space-x-reverse));
    margin-left: calc(102px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(103px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(103px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(103px * var(--tw-space-x-reverse));
    margin-left: calc(103px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(104px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(104px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(104px * var(--tw-space-x-reverse));
    margin-left: calc(104px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(105px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(105px * var(--tw-space-x-reverse));
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(106px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(106px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(106px * var(--tw-space-x-reverse));
    margin-left: calc(106px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(107px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(107px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(107px * var(--tw-space-x-reverse));
    margin-left: calc(107px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(108px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(108px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(108px * var(--tw-space-x-reverse));
    margin-left: calc(108px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(109px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(109px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(109px * var(--tw-space-x-reverse));
    margin-left: calc(109px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(110px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(110px * var(--tw-space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(111px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(111px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(111px * var(--tw-space-x-reverse));
    margin-left: calc(111px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(112px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(112px * var(--tw-space-x-reverse));
    margin-left: calc(112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(113px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(113px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(113px * var(--tw-space-x-reverse));
    margin-left: calc(113px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(114px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(114px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(114px * var(--tw-space-x-reverse));
    margin-left: calc(114px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(115px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(115px * var(--tw-space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(116px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(116px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(116px * var(--tw-space-x-reverse));
    margin-left: calc(116px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(117px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(117px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(117px * var(--tw-space-x-reverse));
    margin-left: calc(117px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-118px > :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-118px > :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-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(119px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(119px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(119px * var(--tw-space-x-reverse));
    margin-left: calc(119px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(121px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(121px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(121px * var(--tw-space-x-reverse));
    margin-left: calc(121px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(122px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(122px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(122px * var(--tw-space-x-reverse));
    margin-left: calc(122px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(123px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(123px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(123px * var(--tw-space-x-reverse));
    margin-left: calc(123px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(124px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(124px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(124px * var(--tw-space-x-reverse));
    margin-left: calc(124px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(125px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(125px * var(--tw-space-x-reverse));
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(126px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(126px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(126px * var(--tw-space-x-reverse));
    margin-left: calc(126px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(127px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(127px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(127px * var(--tw-space-x-reverse));
    margin-left: calc(127px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(128px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(128px * var(--tw-space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(129px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(129px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(129px * var(--tw-space-x-reverse));
    margin-left: calc(129px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-130px > :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-130px > :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-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(133px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(133px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(133px * var(--tw-space-x-reverse));
    margin-left: calc(133px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(140px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(140px * var(--tw-space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(195px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(195px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(195px * var(--tw-space-x-reverse));
    margin-left: calc(195px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(210px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(210px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(210px * var(--tw-space-x-reverse));
    margin-left: calc(210px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(222px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(222px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(222px * var(--tw-space-x-reverse));
    margin-left: calc(222px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(258px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(258px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(258px * var(--tw-space-x-reverse));
    margin-left: calc(258px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(280px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(280px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(280px * var(--tw-space-x-reverse));
    margin-left: calc(280px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(334px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(334px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(334px * var(--tw-space-x-reverse));
    margin-left: calc(334px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(388px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(388px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(388px * var(--tw-space-x-reverse));
    margin-left: calc(388px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(480px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(480px * var(--tw-space-x-reverse));
    margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(490px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(490px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(490px * var(--tw-space-x-reverse));
    margin-left: calc(490px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(505px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(505px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(505px * var(--tw-space-x-reverse));
    margin-left: calc(505px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(507px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(507px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(507px * var(--tw-space-x-reverse));
    margin-left: calc(507px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(760px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(760px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(760px * var(--tw-space-x-reverse));
    margin-left: calc(760px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(780px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(780px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(780px * var(--tw-space-x-reverse));
    margin-left: calc(780px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(980px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(980px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(980px * var(--tw-space-x-reverse));
    margin-left: calc(980px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1366px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1366px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1366px * var(--tw-space-x-reverse));
    margin-left: calc(1366px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-1px > :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-1px > :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-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2px * var(--tw-space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-3px > :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-3px > :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-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4px * var(--tw-space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-5px > :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-5px > :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-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6px * var(--tw-space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7px * var(--tw-space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-8px > :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-8px > :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-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9px * var(--tw-space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-10px > :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-10px > :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-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11px * var(--tw-space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-12px > :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-12px > :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-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13px * var(--tw-space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-14px > :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-14px > :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-15px > :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-15px > :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-16px > :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-16px > :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-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-17px * var(--tw-space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px * var(--tw-space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19px * var(--tw-space-x-reverse));
    margin-left: calc(-19px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-20px > :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-20px > :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-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-21px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21px * var(--tw-space-x-reverse));
    margin-left: calc(-21px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22px * var(--tw-space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23px * var(--tw-space-x-reverse));
    margin-left: calc(-23px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-24px > :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-24px > :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-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25px * var(--tw-space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26px * var(--tw-space-x-reverse));
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27px * var(--tw-space-x-reverse));
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-28px > :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-28px > :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-29px > :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-29px > :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-30px > :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-30px > :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-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31px * var(--tw-space-x-reverse));
    margin-left: calc(-31px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-32px > :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-32px > :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-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33px * var(--tw-space-x-reverse));
    margin-left: calc(-33px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-34px * var(--tw-space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-35px > :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-35px > :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-36px > :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-36px > :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-37px > :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-37px > :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-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38px * var(--tw-space-x-reverse));
    margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-39px > :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-39px > :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-40px > :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-40px > :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-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41px * var(--tw-space-x-reverse));
    margin-left: calc(-41px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-42px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-42px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-42px * var(--tw-space-x-reverse));
    margin-left: calc(-42px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-43px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-43px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-43px * var(--tw-space-x-reverse));
    margin-left: calc(-43px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-44px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-44px * var(--tw-space-x-reverse));
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45px * var(--tw-space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-46px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-46px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-46px * var(--tw-space-x-reverse));
    margin-left: calc(-46px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-47px > :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-47px > :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-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-49px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-49px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-49px * var(--tw-space-x-reverse));
    margin-left: calc(-49px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-50px > :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-50px > :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-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-51px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-51px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-51px * var(--tw-space-x-reverse));
    margin-left: calc(-51px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-52px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-52px * var(--tw-space-x-reverse));
    margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-53px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-53px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-53px * var(--tw-space-x-reverse));
    margin-left: calc(-53px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54px * var(--tw-space-x-reverse));
    margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-55px * var(--tw-space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-56px > :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-56px > :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-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-57px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-57px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-57px * var(--tw-space-x-reverse));
    margin-left: calc(-57px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-58px * var(--tw-space-x-reverse));
    margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-59px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-59px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-59px * var(--tw-space-x-reverse));
    margin-left: calc(-59px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-61px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-61px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-61px * var(--tw-space-x-reverse));
    margin-left: calc(-61px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-62px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-62px * var(--tw-space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-63px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-63px * var(--tw-space-x-reverse));
    margin-left: calc(-63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-64px > :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-64px > :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-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-65px * var(--tw-space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66px * var(--tw-space-x-reverse));
    margin-left: calc(-66px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-67px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-67px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-67px * var(--tw-space-x-reverse));
    margin-left: calc(-67px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-68px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-68px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-68px * var(--tw-space-x-reverse));
    margin-left: calc(-68px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-69px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-69px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-69px * var(--tw-space-x-reverse));
    margin-left: calc(-69px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-70px > :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-70px > :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-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-71px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-71px * var(--tw-space-x-reverse));
    margin-left: calc(-71px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-72px > :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-72px > :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-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-73px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-73px * var(--tw-space-x-reverse));
    margin-left: calc(-73px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-74px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-74px * var(--tw-space-x-reverse));
    margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-75px > :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-75px > :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-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-76px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-76px * var(--tw-space-x-reverse));
    margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-77px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-77px * var(--tw-space-x-reverse));
    margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-78px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-78px * var(--tw-space-x-reverse));
    margin-left: calc(-78px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-79px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-79px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-79px * var(--tw-space-x-reverse));
    margin-left: calc(-79px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-80px > :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-80px > :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-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-81px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-81px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-81px * var(--tw-space-x-reverse));
    margin-left: calc(-81px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82px * var(--tw-space-x-reverse));
    margin-left: calc(-82px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-83px > :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-83px > :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-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-84px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-84px * var(--tw-space-x-reverse));
    margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-85px * var(--tw-space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-86px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-86px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-86px * var(--tw-space-x-reverse));
    margin-left: calc(-86px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-87px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-87px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-87px * var(--tw-space-x-reverse));
    margin-left: calc(-87px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-88px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-88px * var(--tw-space-x-reverse));
    margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-89px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-89px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-89px * var(--tw-space-x-reverse));
    margin-left: calc(-89px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90px * var(--tw-space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-91px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-91px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-91px * var(--tw-space-x-reverse));
    margin-left: calc(-91px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-92px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-92px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-92px * var(--tw-space-x-reverse));
    margin-left: calc(-92px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-93px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-93px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-93px * var(--tw-space-x-reverse));
    margin-left: calc(-93px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-94px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-94px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-94px * var(--tw-space-x-reverse));
    margin-left: calc(-94px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px * var(--tw-space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-97px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-97px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-97px * var(--tw-space-x-reverse));
    margin-left: calc(-97px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-98px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-98px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-98px * var(--tw-space-x-reverse));
    margin-left: calc(-98px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-99px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-99px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-99px * var(--tw-space-x-reverse));
    margin-left: calc(-99px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-100px > :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-100px > :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-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-101px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-101px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-101px * var(--tw-space-x-reverse));
    margin-left: calc(-101px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-102px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-102px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-102px * var(--tw-space-x-reverse));
    margin-left: calc(-102px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-103px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-103px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-103px * var(--tw-space-x-reverse));
    margin-left: calc(-103px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-104px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-104px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-104px * var(--tw-space-x-reverse));
    margin-left: calc(-104px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-105px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-105px * var(--tw-space-x-reverse));
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-106px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-106px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-106px * var(--tw-space-x-reverse));
    margin-left: calc(-106px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-107px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-107px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-107px * var(--tw-space-x-reverse));
    margin-left: calc(-107px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-108px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-108px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-108px * var(--tw-space-x-reverse));
    margin-left: calc(-108px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-109px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-109px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-109px * var(--tw-space-x-reverse));
    margin-left: calc(-109px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-110px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-110px * var(--tw-space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-111px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-111px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-111px * var(--tw-space-x-reverse));
    margin-left: calc(-111px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-112px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-112px * var(--tw-space-x-reverse));
    margin-left: calc(-112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-113px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-113px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-113px * var(--tw-space-x-reverse));
    margin-left: calc(-113px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-114px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-114px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-114px * var(--tw-space-x-reverse));
    margin-left: calc(-114px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-115px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-115px * var(--tw-space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-116px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-116px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-116px * var(--tw-space-x-reverse));
    margin-left: calc(-116px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-117px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-117px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-117px * var(--tw-space-x-reverse));
    margin-left: calc(-117px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-118px > :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-118px > :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-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-119px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-119px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-119px * var(--tw-space-x-reverse));
    margin-left: calc(-119px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-121px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-121px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-121px * var(--tw-space-x-reverse));
    margin-left: calc(-121px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-122px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-122px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-122px * var(--tw-space-x-reverse));
    margin-left: calc(-122px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-123px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-123px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-123px * var(--tw-space-x-reverse));
    margin-left: calc(-123px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-124px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-124px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-124px * var(--tw-space-x-reverse));
    margin-left: calc(-124px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-125px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-125px * var(--tw-space-x-reverse));
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-126px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-126px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-126px * var(--tw-space-x-reverse));
    margin-left: calc(-126px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-127px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-127px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-127px * var(--tw-space-x-reverse));
    margin-left: calc(-127px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-128px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-128px * var(--tw-space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-129px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-129px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-129px * var(--tw-space-x-reverse));
    margin-left: calc(-129px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-130px > :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-130px > :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-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-133px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-133px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-133px * var(--tw-space-x-reverse));
    margin-left: calc(-133px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-140px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-140px * var(--tw-space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-195px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-195px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-195px * var(--tw-space-x-reverse));
    margin-left: calc(-195px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-200px * var(--tw-space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-210px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-210px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-210px * var(--tw-space-x-reverse));
    margin-left: calc(-210px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-222px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-222px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-222px * var(--tw-space-x-reverse));
    margin-left: calc(-222px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-258px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-258px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-258px * var(--tw-space-x-reverse));
    margin-left: calc(-258px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-280px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-280px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-280px * var(--tw-space-x-reverse));
    margin-left: calc(-280px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-334px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-334px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-334px * var(--tw-space-x-reverse));
    margin-left: calc(-334px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-388px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-388px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-388px * var(--tw-space-x-reverse));
    margin-left: calc(-388px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-480px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-480px * var(--tw-space-x-reverse));
    margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-490px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-490px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-490px * var(--tw-space-x-reverse));
    margin-left: calc(-490px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-505px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-505px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-505px * var(--tw-space-x-reverse));
    margin-left: calc(-505px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-507px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-507px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-507px * var(--tw-space-x-reverse));
    margin-left: calc(-507px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-760px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-760px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-760px * var(--tw-space-x-reverse));
    margin-left: calc(-760px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-780px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-780px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-780px * var(--tw-space-x-reverse));
    margin-left: calc(-780px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-980px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-980px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-980px * var(--tw-space-x-reverse));
    margin-left: calc(-980px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1366px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1366px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1366px * var(--tw-space-x-reverse));
    margin-left: calc(-1366px * 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 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg\:divide-main-bg > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-divide-opacity));
  }

  .lg\:divide-main-bg-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-divide-opacity));
  }

  .lg\:divide-main-bg-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-divide-opacity));
  }

  .lg\:divide-web-logo-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-divide-opacity));
  }

  .lg\:divide-public-logo-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-divide-opacity));
  }

  .lg\:divide-button-primary-pink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-divide-opacity));
  }

  .lg\:divide-button-secondary-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-link-text-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-sub-text-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-divide-opacity));
  }

  .lg\:divide-body-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-divide-opacity));
  }

  .lg\:divide-copyright-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-divide-opacity));
  }

  .lg\:divide-breadcrumb-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-divide-opacity));
  }

  .lg\:divide-dark-text-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-background-black-a > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-divide-opacity));
  }

  .lg\:divide-background-black-b > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-divide-opacity));
  }

  .lg\:divide-background-black-c > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-divide-opacity));
  }

  .lg\:divide-background-black-d > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-divide-opacity));
  }

  .lg\:divide-product-detail-body-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-divide-opacity));
  }

  .lg\:divide-primary-pink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-divide-opacity));
  }

  .lg\:divide-footer-divide-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-divide-opacity));
  }

  .lg\:divide-detail-text-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-divide-opacity));
  }

  .lg\:divide-detail-desc-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-divide-opacity));
  }

  .lg\:divide-border-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 223, 214, 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;
            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 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:bg-main-bg {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .lg\:bg-main-bg-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .lg\:bg-main-bg-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .lg\:bg-web-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .lg\:bg-public-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .lg\:bg-button-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .lg\:bg-button-secondary-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-link-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-sub-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .lg\:bg-body-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .lg\:bg-copyright-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .lg\:bg-breadcrumb-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .lg\:bg-dark-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-background-black-a {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .lg\:bg-background-black-b {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .lg\:bg-background-black-c {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .lg\:bg-background-black-d {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .lg\:bg-product-detail-body-white {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .lg\:bg-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .lg\:bg-footer-divide-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .lg\:bg-detail-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .lg\:bg-detail-desc-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .lg\:bg-border-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, 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 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-main-bg {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-main-bg-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-main-bg-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-web-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-public-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-button-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-button-secondary-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-link-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sub-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-body-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-copyright-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-breadcrumb-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-dark-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-background-black-a {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-background-black-b {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-background-black-c {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-background-black-d {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-product-detail-body-white {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-footer-divide-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-detail-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-detail-desc-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-border-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, 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:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-main-bg:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-main-bg-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-main-bg-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-web-logo-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-public-logo-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-button-primary-pink:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-button-secondary-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-link-text-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sub-text-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-body-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-copyright-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-breadcrumb-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-dark-text-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-background-black-a:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-background-black-b:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-background-black-c:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-background-black-d:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-product-detail-body-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-primary-pink:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-footer-divide-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-detail-text-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-detail-desc-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-border-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .lg\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-main-bg:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-main-bg-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-main-bg-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-web-logo-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-public-logo-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-button-primary-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-button-secondary-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-link-text-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sub-text-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-body-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-copyright-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-breadcrumb-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-dark-text-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-background-black-a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-background-black-b:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-background-black-c:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-background-black-d:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-product-detail-body-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-primary-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-footer-divide-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-detail-text-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-detail-desc-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-border-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .lg\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-main-bg:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-main-bg-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-main-bg-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-web-logo-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-public-logo-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-button-primary-pink:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-button-secondary-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-link-text-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sub-text-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-body-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-copyright-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-breadcrumb-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-dark-text-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-background-black-a:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-background-black-b:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-background-black-c:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-background-black-d:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-product-detail-body-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-primary-pink:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-footer-divide-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-detail-text-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-detail-desc-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-border-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, 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\: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 {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 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-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:from-main-bg {
    --tw-gradient-from: #20264B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .lg\:from-main-bg-2 {
    --tw-gradient-from: #101435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .lg\:from-main-bg-3 {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .lg\:from-web-logo-brown {
    --tw-gradient-from: #B27D1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .lg\:from-public-logo-brown {
    --tw-gradient-from: #9A6D0A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .lg\:from-button-primary-pink {
    --tw-gradient-from: #CF125B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .lg\:from-button-secondary-black {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-link-text-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-sub-text-brown {
    --tw-gradient-from: #A29063;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .lg\:from-body-brown {
    --tw-gradient-from: #8D8779;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .lg\:from-copyright-gray {
    --tw-gradient-from: #D5D5D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .lg\:from-breadcrumb-gray {
    --tw-gradient-from: #858593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .lg\:from-dark-text-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-background-black-a {
    --tw-gradient-from: #191919;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .lg\:from-background-black-b {
    --tw-gradient-from: #343445;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .lg\:from-background-black-c {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .lg\:from-background-black-d {
    --tw-gradient-from: #040822;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .lg\:from-product-detail-body-white {
    --tw-gradient-from: #F7F3EF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .lg\:from-primary-pink {
    --tw-gradient-from: #D52525;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .lg\:from-footer-divide-gray {
    --tw-gradient-from: #545467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .lg\:from-detail-text-brown {
    --tw-gradient-from: #6A510E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .lg\:from-detail-desc-brown {
    --tw-gradient-from: #676051;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .lg\:from-border-brown {
    --tw-gradient-from: #E8DFD6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 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 {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:via-main-bg {
    --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .lg\:via-main-bg-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .lg\:via-main-bg-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .lg\:via-web-logo-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .lg\:via-public-logo-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .lg\:via-button-primary-pink {
    --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .lg\:via-button-secondary-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-link-text-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-sub-text-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .lg\:via-body-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .lg\:via-copyright-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .lg\:via-breadcrumb-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .lg\:via-dark-text-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-background-black-a {
    --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .lg\:via-background-black-b {
    --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .lg\:via-background-black-c {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .lg\:via-background-black-d {
    --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .lg\:via-product-detail-body-white {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .lg\:via-primary-pink {
    --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .lg\:via-footer-divide-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .lg\:via-detail-text-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .lg\:via-detail-desc-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .lg\:via-border-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .lg\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .lg\:to-current {
    --tw-gradient-to: currentColor;
  }

  .lg\:to-black {
    --tw-gradient-to: #000;
  }

  .lg\:to-white {
    --tw-gradient-to: #fff;
  }

  .lg\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .lg\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .lg\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .lg\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .lg\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .lg\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .lg\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .lg\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .lg\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .lg\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .lg\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .lg\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .lg\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .lg\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .lg\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .lg\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .lg\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .lg\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .lg\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .lg\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .lg\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .lg\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .lg\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .lg\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .lg\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .lg\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .lg\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .lg\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .lg\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .lg\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .lg\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .lg\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .lg\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .lg\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .lg\:to-main-bg {
    --tw-gradient-to: #20264B;
  }

  .lg\:to-main-bg-2 {
    --tw-gradient-to: #101435;
  }

  .lg\:to-main-bg-3 {
    --tw-gradient-to: #101531;
  }

  .lg\:to-web-logo-brown {
    --tw-gradient-to: #B27D1A;
  }

  .lg\:to-public-logo-brown {
    --tw-gradient-to: #9A6D0A;
  }

  .lg\:to-button-primary-pink {
    --tw-gradient-to: #CF125B;
  }

  .lg\:to-button-secondary-black {
    --tw-gradient-to: #000000;
  }

  .lg\:to-link-text-white {
    --tw-gradient-to: #ffffff;
  }

  .lg\:to-sub-text-brown {
    --tw-gradient-to: #A29063;
  }

  .lg\:to-body-brown {
    --tw-gradient-to: #8D8779;
  }

  .lg\:to-copyright-gray {
    --tw-gradient-to: #D5D5D5;
  }

  .lg\:to-breadcrumb-gray {
    --tw-gradient-to: #858593;
  }

  .lg\:to-dark-text-white {
    --tw-gradient-to: #ffffff;
  }

  .lg\:to-background-black-a {
    --tw-gradient-to: #191919;
  }

  .lg\:to-background-black-b {
    --tw-gradient-to: #343445;
  }

  .lg\:to-background-black-c {
    --tw-gradient-to: #101531;
  }

  .lg\:to-background-black-d {
    --tw-gradient-to: #040822;
  }

  .lg\:to-product-detail-body-white {
    --tw-gradient-to: #F7F3EF;
  }

  .lg\:to-primary-pink {
    --tw-gradient-to: #D52525;
  }

  .lg\:to-footer-divide-gray {
    --tw-gradient-to: #545467;
  }

  .lg\:to-detail-text-brown {
    --tw-gradient-to: #6A510E;
  }

  .lg\:to-detail-desc-brown {
    --tw-gradient-to: #676051;
  }

  .lg\:to-border-brown {
    --tw-gradient-to: #E8DFD6;
  }

  .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: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:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:hover\:from-main-bg:hover {
    --tw-gradient-from: #20264B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .lg\:hover\:from-main-bg-2:hover {
    --tw-gradient-from: #101435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .lg\:hover\:from-main-bg-3:hover {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .lg\:hover\:from-web-logo-brown:hover {
    --tw-gradient-from: #B27D1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .lg\:hover\:from-public-logo-brown:hover {
    --tw-gradient-from: #9A6D0A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .lg\:hover\:from-button-primary-pink:hover {
    --tw-gradient-from: #CF125B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .lg\:hover\:from-button-secondary-black:hover {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-link-text-white:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-sub-text-brown:hover {
    --tw-gradient-from: #A29063;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .lg\:hover\:from-body-brown:hover {
    --tw-gradient-from: #8D8779;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .lg\:hover\:from-copyright-gray:hover {
    --tw-gradient-from: #D5D5D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .lg\:hover\:from-breadcrumb-gray:hover {
    --tw-gradient-from: #858593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .lg\:hover\:from-dark-text-white:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-background-black-a:hover {
    --tw-gradient-from: #191919;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .lg\:hover\:from-background-black-b:hover {
    --tw-gradient-from: #343445;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .lg\:hover\:from-background-black-c:hover {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .lg\:hover\:from-background-black-d:hover {
    --tw-gradient-from: #040822;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .lg\:hover\:from-product-detail-body-white:hover {
    --tw-gradient-from: #F7F3EF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .lg\:hover\:from-primary-pink:hover {
    --tw-gradient-from: #D52525;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .lg\:hover\:from-footer-divide-gray:hover {
    --tw-gradient-from: #545467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .lg\:hover\:from-detail-text-brown:hover {
    --tw-gradient-from: #6A510E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .lg\:hover\:from-detail-desc-brown:hover {
    --tw-gradient-from: #676051;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .lg\:hover\:from-border-brown:hover {
    --tw-gradient-from: #E8DFD6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 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:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 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-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:hover\:via-main-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .lg\:hover\:via-main-bg-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .lg\:hover\:via-main-bg-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .lg\:hover\:via-web-logo-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .lg\:hover\:via-public-logo-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .lg\:hover\:via-button-primary-pink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .lg\:hover\:via-button-secondary-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-link-text-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-sub-text-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .lg\:hover\:via-body-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .lg\:hover\:via-copyright-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .lg\:hover\:via-breadcrumb-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .lg\:hover\:via-dark-text-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-background-black-a:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .lg\:hover\:via-background-black-b:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .lg\:hover\:via-background-black-c:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .lg\:hover\:via-background-black-d:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .lg\:hover\:via-product-detail-body-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .lg\:hover\:via-primary-pink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .lg\:hover\:via-footer-divide-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .lg\:hover\:via-detail-text-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .lg\:hover\:via-detail-desc-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .lg\:hover\:via-border-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .lg\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .lg\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .lg\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .lg\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .lg\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .lg\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .lg\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .lg\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .lg\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .lg\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .lg\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .lg\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .lg\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .lg\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .lg\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .lg\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .lg\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .lg\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .lg\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .lg\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .lg\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .lg\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .lg\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .lg\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .lg\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .lg\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .lg\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .lg\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .lg\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .lg\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .lg\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .lg\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .lg\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .lg\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .lg\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .lg\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .lg\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .lg\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .lg\:hover\:to-main-bg:hover {
    --tw-gradient-to: #20264B;
  }

  .lg\:hover\:to-main-bg-2:hover {
    --tw-gradient-to: #101435;
  }

  .lg\:hover\:to-main-bg-3:hover {
    --tw-gradient-to: #101531;
  }

  .lg\:hover\:to-web-logo-brown:hover {
    --tw-gradient-to: #B27D1A;
  }

  .lg\:hover\:to-public-logo-brown:hover {
    --tw-gradient-to: #9A6D0A;
  }

  .lg\:hover\:to-button-primary-pink:hover {
    --tw-gradient-to: #CF125B;
  }

  .lg\:hover\:to-button-secondary-black:hover {
    --tw-gradient-to: #000000;
  }

  .lg\:hover\:to-link-text-white:hover {
    --tw-gradient-to: #ffffff;
  }

  .lg\:hover\:to-sub-text-brown:hover {
    --tw-gradient-to: #A29063;
  }

  .lg\:hover\:to-body-brown:hover {
    --tw-gradient-to: #8D8779;
  }

  .lg\:hover\:to-copyright-gray:hover {
    --tw-gradient-to: #D5D5D5;
  }

  .lg\:hover\:to-breadcrumb-gray:hover {
    --tw-gradient-to: #858593;
  }

  .lg\:hover\:to-dark-text-white:hover {
    --tw-gradient-to: #ffffff;
  }

  .lg\:hover\:to-background-black-a:hover {
    --tw-gradient-to: #191919;
  }

  .lg\:hover\:to-background-black-b:hover {
    --tw-gradient-to: #343445;
  }

  .lg\:hover\:to-background-black-c:hover {
    --tw-gradient-to: #101531;
  }

  .lg\:hover\:to-background-black-d:hover {
    --tw-gradient-to: #040822;
  }

  .lg\:hover\:to-product-detail-body-white:hover {
    --tw-gradient-to: #F7F3EF;
  }

  .lg\:hover\:to-primary-pink:hover {
    --tw-gradient-to: #D52525;
  }

  .lg\:hover\:to-footer-divide-gray:hover {
    --tw-gradient-to: #545467;
  }

  .lg\:hover\:to-detail-text-brown:hover {
    --tw-gradient-to: #6A510E;
  }

  .lg\:hover\:to-detail-desc-brown:hover {
    --tw-gradient-to: #676051;
  }

  .lg\:hover\:to-border-brown:hover {
    --tw-gradient-to: #E8DFD6;
  }

  .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: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:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:focus\:from-main-bg:focus {
    --tw-gradient-from: #20264B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .lg\:focus\:from-main-bg-2:focus {
    --tw-gradient-from: #101435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .lg\:focus\:from-main-bg-3:focus {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .lg\:focus\:from-web-logo-brown:focus {
    --tw-gradient-from: #B27D1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .lg\:focus\:from-public-logo-brown:focus {
    --tw-gradient-from: #9A6D0A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .lg\:focus\:from-button-primary-pink:focus {
    --tw-gradient-from: #CF125B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .lg\:focus\:from-button-secondary-black:focus {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-link-text-white:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-sub-text-brown:focus {
    --tw-gradient-from: #A29063;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .lg\:focus\:from-body-brown:focus {
    --tw-gradient-from: #8D8779;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .lg\:focus\:from-copyright-gray:focus {
    --tw-gradient-from: #D5D5D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .lg\:focus\:from-breadcrumb-gray:focus {
    --tw-gradient-from: #858593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .lg\:focus\:from-dark-text-white:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-background-black-a:focus {
    --tw-gradient-from: #191919;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .lg\:focus\:from-background-black-b:focus {
    --tw-gradient-from: #343445;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .lg\:focus\:from-background-black-c:focus {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .lg\:focus\:from-background-black-d:focus {
    --tw-gradient-from: #040822;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .lg\:focus\:from-product-detail-body-white:focus {
    --tw-gradient-from: #F7F3EF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .lg\:focus\:from-primary-pink:focus {
    --tw-gradient-from: #D52525;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .lg\:focus\:from-footer-divide-gray:focus {
    --tw-gradient-from: #545467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .lg\:focus\:from-detail-text-brown:focus {
    --tw-gradient-from: #6A510E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .lg\:focus\:from-detail-desc-brown:focus {
    --tw-gradient-from: #676051;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .lg\:focus\:from-border-brown:focus {
    --tw-gradient-from: #E8DFD6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 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:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 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-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:focus\:via-main-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .lg\:focus\:via-main-bg-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .lg\:focus\:via-main-bg-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .lg\:focus\:via-web-logo-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .lg\:focus\:via-public-logo-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .lg\:focus\:via-button-primary-pink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .lg\:focus\:via-button-secondary-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-link-text-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-sub-text-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .lg\:focus\:via-body-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .lg\:focus\:via-copyright-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .lg\:focus\:via-breadcrumb-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .lg\:focus\:via-dark-text-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-background-black-a:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .lg\:focus\:via-background-black-b:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .lg\:focus\:via-background-black-c:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .lg\:focus\:via-background-black-d:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .lg\:focus\:via-product-detail-body-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .lg\:focus\:via-primary-pink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .lg\:focus\:via-footer-divide-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .lg\:focus\:via-detail-text-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .lg\:focus\:via-detail-desc-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .lg\:focus\:via-border-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .lg\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .lg\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .lg\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .lg\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .lg\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .lg\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .lg\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .lg\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .lg\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .lg\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .lg\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .lg\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .lg\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .lg\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .lg\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .lg\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .lg\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .lg\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .lg\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .lg\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .lg\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .lg\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .lg\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .lg\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .lg\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .lg\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .lg\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .lg\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .lg\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .lg\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .lg\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .lg\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .lg\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .lg\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .lg\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .lg\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .lg\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .lg\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .lg\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .lg\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .lg\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .lg\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .lg\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .lg\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .lg\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .lg\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .lg\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .lg\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .lg\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .lg\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .lg\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .lg\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .lg\:focus\:to-main-bg:focus {
    --tw-gradient-to: #20264B;
  }

  .lg\:focus\:to-main-bg-2:focus {
    --tw-gradient-to: #101435;
  }

  .lg\:focus\:to-main-bg-3:focus {
    --tw-gradient-to: #101531;
  }

  .lg\:focus\:to-web-logo-brown:focus {
    --tw-gradient-to: #B27D1A;
  }

  .lg\:focus\:to-public-logo-brown:focus {
    --tw-gradient-to: #9A6D0A;
  }

  .lg\:focus\:to-button-primary-pink:focus {
    --tw-gradient-to: #CF125B;
  }

  .lg\:focus\:to-button-secondary-black:focus {
    --tw-gradient-to: #000000;
  }

  .lg\:focus\:to-link-text-white:focus {
    --tw-gradient-to: #ffffff;
  }

  .lg\:focus\:to-sub-text-brown:focus {
    --tw-gradient-to: #A29063;
  }

  .lg\:focus\:to-body-brown:focus {
    --tw-gradient-to: #8D8779;
  }

  .lg\:focus\:to-copyright-gray:focus {
    --tw-gradient-to: #D5D5D5;
  }

  .lg\:focus\:to-breadcrumb-gray:focus {
    --tw-gradient-to: #858593;
  }

  .lg\:focus\:to-dark-text-white:focus {
    --tw-gradient-to: #ffffff;
  }

  .lg\:focus\:to-background-black-a:focus {
    --tw-gradient-to: #191919;
  }

  .lg\:focus\:to-background-black-b:focus {
    --tw-gradient-to: #343445;
  }

  .lg\:focus\:to-background-black-c:focus {
    --tw-gradient-to: #101531;
  }

  .lg\:focus\:to-background-black-d:focus {
    --tw-gradient-to: #040822;
  }

  .lg\:focus\:to-product-detail-body-white:focus {
    --tw-gradient-to: #F7F3EF;
  }

  .lg\:focus\:to-primary-pink:focus {
    --tw-gradient-to: #D52525;
  }

  .lg\:focus\:to-footer-divide-gray:focus {
    --tw-gradient-to: #545467;
  }

  .lg\:focus\:to-detail-text-brown:focus {
    --tw-gradient-to: #6A510E;
  }

  .lg\:focus\:to-detail-desc-brown:focus {
    --tw-gradient-to: #676051;
  }

  .lg\:focus\:to-border-brown:focus {
    --tw-gradient-to: #E8DFD6;
  }

  .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-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-current {
    border-color: currentColor;
  }

  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:border-main-bg {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .lg\:border-main-bg-2 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .lg\:border-main-bg-3 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .lg\:border-web-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .lg\:border-public-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .lg\:border-button-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .lg\:border-button-secondary-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-link-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-sub-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .lg\:border-body-brown {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .lg\:border-copyright-gray {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .lg\:border-breadcrumb-gray {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .lg\:border-dark-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-background-black-a {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .lg\:border-background-black-b {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .lg\:border-background-black-c {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .lg\:border-background-black-d {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .lg\:border-product-detail-body-white {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .lg\:border-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .lg\:border-footer-divide-gray {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .lg\:border-detail-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .lg\:border-detail-desc-brown {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .lg\:border-border-brown {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, 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 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-main-bg {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-main-bg-2 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-main-bg-3 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-web-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-public-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-button-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-button-secondary-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-link-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sub-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-body-brown {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-copyright-gray {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-breadcrumb-gray {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-dark-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-background-black-a {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-background-black-b {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-background-black-c {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-background-black-d {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-product-detail-body-white {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-footer-divide-gray {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-detail-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-detail-desc-brown {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-border-brown {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, 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:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-main-bg:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-main-bg-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-main-bg-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-web-logo-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-public-logo-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-button-primary-pink:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-button-secondary-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-link-text-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sub-text-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-body-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-copyright-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-breadcrumb-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-dark-text-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-background-black-a:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-background-black-b:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-background-black-c:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-background-black-d:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-product-detail-body-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-primary-pink:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-footer-divide-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-detail-text-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-detail-desc-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-border-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, var(--tw-border-opacity));
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .lg\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:hover\:border-main-bg:hover {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .lg\:hover\:border-main-bg-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .lg\:hover\:border-main-bg-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .lg\:hover\:border-web-logo-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .lg\:hover\:border-public-logo-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .lg\:hover\:border-button-primary-pink:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .lg\:hover\:border-button-secondary-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-link-text-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sub-text-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .lg\:hover\:border-body-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .lg\:hover\:border-copyright-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .lg\:hover\:border-breadcrumb-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .lg\:hover\:border-dark-text-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-background-black-a:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .lg\:hover\:border-background-black-b:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .lg\:hover\:border-background-black-c:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .lg\:hover\:border-background-black-d:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .lg\:hover\:border-product-detail-body-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .lg\:hover\:border-primary-pink:hover {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .lg\:hover\:border-footer-divide-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .lg\:hover\:border-detail-text-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .lg\:hover\:border-detail-desc-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .lg\:hover\:border-border-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, var(--tw-border-opacity));
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .lg\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:focus\:border-main-bg:focus {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .lg\:focus\:border-main-bg-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .lg\:focus\:border-main-bg-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .lg\:focus\:border-web-logo-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .lg\:focus\:border-public-logo-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .lg\:focus\:border-button-primary-pink:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .lg\:focus\:border-button-secondary-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-link-text-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sub-text-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .lg\:focus\:border-body-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .lg\:focus\:border-copyright-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .lg\:focus\:border-breadcrumb-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .lg\:focus\:border-dark-text-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-background-black-a:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .lg\:focus\:border-background-black-b:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .lg\:focus\:border-background-black-c:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .lg\:focus\:border-background-black-d:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .lg\:focus\:border-product-detail-body-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .lg\:focus\:border-primary-pink:focus {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .lg\:focus\:border-footer-divide-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .lg\:focus\:border-detail-text-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .lg\:focus\:border-detail-desc-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .lg\:focus\:border-border-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, 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-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-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-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-help {
    cursor: help;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-caption {
    display: table-caption;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-column {
    display: table-column;
  }

  .lg\:table-column-group {
    display: table-column-group;
  }

  .lg\:table-footer-group {
    display: table-footer-group;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:flow-root {
    display: flow-root;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:place-items-auto {
    place-items: auto;
  }

  .lg\:place-items-start {
    place-items: start;
  }

  .lg\:place-items-end {
    place-items: end;
  }

  .lg\:place-items-center {
    place-items: center;
  }

  .lg\:place-items-stretch {
    place-items: stretch;
  }

  .lg\:place-content-center {
    place-content: center;
  }

  .lg\:place-content-start {
    place-content: start;
  }

  .lg\:place-content-end {
    place-content: end;
  }

  .lg\:place-content-between {
    place-content: space-between;
  }

  .lg\:place-content-around {
    place-content: space-around;
  }

  .lg\:place-content-evenly {
    place-content: space-evenly;
  }

  .lg\:place-content-stretch {
    place-content: stretch;
  }

  .lg\:place-self-auto {
    place-self: auto;
  }

  .lg\:place-self-start {
    place-self: start;
  }

  .lg\:place-self-end {
    place-self: end;
  }

  .lg\:place-self-center {
    place-self: center;
  }

  .lg\:place-self-stretch {
    place-self: stretch;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:content-evenly {
    align-content: space-evenly;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:justify-items-auto {
    justify-items: auto;
  }

  .lg\:justify-items-start {
    justify-items: start;
  }

  .lg\:justify-items-end {
    justify-items: end;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:justify-self-auto {
    justify-self: auto;
  }

  .lg\:justify-self-start {
    justify-self: start;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:justify-self-center {
    justify-self: center;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clear-left {
    clear: left;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:clear-none {
    clear: none;
  }

  .lg\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .lg\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:font-josefin {
    font-family: Josefin Slab;
  }

  .lg\:font-eb-garamond {
    font-family: EB Garamond;
  }

  .lg\:font-hiragino-gothic {
    font-family: Hiragino Sans, Hiragino Kaku Gothic Std, 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-yu-gothic {
    font-family: Yu Gothic Std, 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-hiragino-mincho {
    font-family: ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, Hiragino Mincho Std, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  }

  .lg\:font-thin {
    font-weight: 100;
  }

  .lg\:font-extralight {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-44 {
    height: 11rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-52 {
    height: 13rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-60 {
    height: 15rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-0\.5 {
    height: 0.125rem;
  }

  .lg\:h-1\.5 {
    height: 0.375rem;
  }

  .lg\:h-2\.5 {
    height: 0.625rem;
  }

  .lg\:h-3\.5 {
    height: 0.875rem;
  }

  .lg\:h-1px {
    height: 1px;
  }

  .lg\:h-2px {
    height: 2px;
  }

  .lg\:h-3px {
    height: 3px;
  }

  .lg\:h-4px {
    height: 4px;
  }

  .lg\:h-5px {
    height: 5px;
  }

  .lg\:h-6px {
    height: 6px;
  }

  .lg\:h-7px {
    height: 7px;
  }

  .lg\:h-8px {
    height: 8px;
  }

  .lg\:h-9px {
    height: 9px;
  }

  .lg\:h-10px {
    height: 10px;
  }

  .lg\:h-11px {
    height: 11px;
  }

  .lg\:h-12px {
    height: 12px;
  }

  .lg\:h-13px {
    height: 13px;
  }

  .lg\:h-14px {
    height: 14px;
  }

  .lg\:h-15px {
    height: 15px;
  }

  .lg\:h-16px {
    height: 16px;
  }

  .lg\:h-17px {
    height: 17px;
  }

  .lg\:h-18px {
    height: 18px;
  }

  .lg\:h-19px {
    height: 19px;
  }

  .lg\:h-20px {
    height: 20px;
  }

  .lg\:h-21px {
    height: 21px;
  }

  .lg\:h-22px {
    height: 22px;
  }

  .lg\:h-23px {
    height: 23px;
  }

  .lg\:h-24px {
    height: 24px;
  }

  .lg\:h-25px {
    height: 25px;
  }

  .lg\:h-26px {
    height: 26px;
  }

  .lg\:h-27px {
    height: 27px;
  }

  .lg\:h-28px {
    height: 28px;
  }

  .lg\:h-29px {
    height: 29px;
  }

  .lg\:h-30px {
    height: 30px;
  }

  .lg\:h-31px {
    height: 31px;
  }

  .lg\:h-32px {
    height: 32px;
  }

  .lg\:h-33px {
    height: 33px;
  }

  .lg\:h-34px {
    height: 34px;
  }

  .lg\:h-35px {
    height: 35px;
  }

  .lg\:h-36px {
    height: 36px;
  }

  .lg\:h-37px {
    height: 37px;
  }

  .lg\:h-38px {
    height: 38px;
  }

  .lg\:h-39px {
    height: 39px;
  }

  .lg\:h-40px {
    height: 40px;
  }

  .lg\:h-41px {
    height: 41px;
  }

  .lg\:h-42px {
    height: 42px;
  }

  .lg\:h-43px {
    height: 43px;
  }

  .lg\:h-44px {
    height: 44px;
  }

  .lg\:h-45px {
    height: 45px;
  }

  .lg\:h-46px {
    height: 46px;
  }

  .lg\:h-47px {
    height: 47px;
  }

  .lg\:h-48px {
    height: 48px;
  }

  .lg\:h-49px {
    height: 49px;
  }

  .lg\:h-50px {
    height: 50px;
  }

  .lg\:h-51px {
    height: 51px;
  }

  .lg\:h-52px {
    height: 52px;
  }

  .lg\:h-53px {
    height: 53px;
  }

  .lg\:h-54px {
    height: 54px;
  }

  .lg\:h-55px {
    height: 55px;
  }

  .lg\:h-56px {
    height: 56px;
  }

  .lg\:h-57px {
    height: 57px;
  }

  .lg\:h-58px {
    height: 58px;
  }

  .lg\:h-59px {
    height: 59px;
  }

  .lg\:h-60px {
    height: 60px;
  }

  .lg\:h-61px {
    height: 61px;
  }

  .lg\:h-62px {
    height: 62px;
  }

  .lg\:h-63px {
    height: 63px;
  }

  .lg\:h-64px {
    height: 64px;
  }

  .lg\:h-65px {
    height: 65px;
  }

  .lg\:h-66px {
    height: 66px;
  }

  .lg\:h-67px {
    height: 67px;
  }

  .lg\:h-68px {
    height: 68px;
  }

  .lg\:h-69px {
    height: 69px;
  }

  .lg\:h-70px {
    height: 70px;
  }

  .lg\:h-71px {
    height: 71px;
  }

  .lg\:h-72px {
    height: 72px;
  }

  .lg\:h-73px {
    height: 73px;
  }

  .lg\:h-74px {
    height: 74px;
  }

  .lg\:h-75px {
    height: 75px;
  }

  .lg\:h-76px {
    height: 76px;
  }

  .lg\:h-77px {
    height: 77px;
  }

  .lg\:h-78px {
    height: 78px;
  }

  .lg\:h-79px {
    height: 79px;
  }

  .lg\:h-80px {
    height: 80px;
  }

  .lg\:h-81px {
    height: 81px;
  }

  .lg\:h-82px {
    height: 82px;
  }

  .lg\:h-83px {
    height: 83px;
  }

  .lg\:h-84px {
    height: 84px;
  }

  .lg\:h-85px {
    height: 85px;
  }

  .lg\:h-86px {
    height: 86px;
  }

  .lg\:h-87px {
    height: 87px;
  }

  .lg\:h-88px {
    height: 88px;
  }

  .lg\:h-89px {
    height: 89px;
  }

  .lg\:h-90px {
    height: 90px;
  }

  .lg\:h-91px {
    height: 91px;
  }

  .lg\:h-92px {
    height: 92px;
  }

  .lg\:h-93px {
    height: 93px;
  }

  .lg\:h-94px {
    height: 94px;
  }

  .lg\:h-95px {
    height: 95px;
  }

  .lg\:h-96px {
    height: 96px;
  }

  .lg\:h-97px {
    height: 97px;
  }

  .lg\:h-98px {
    height: 98px;
  }

  .lg\:h-99px {
    height: 99px;
  }

  .lg\:h-100px {
    height: 100px;
  }

  .lg\:h-101px {
    height: 101px;
  }

  .lg\:h-102px {
    height: 102px;
  }

  .lg\:h-103px {
    height: 103px;
  }

  .lg\:h-104px {
    height: 104px;
  }

  .lg\:h-105px {
    height: 105px;
  }

  .lg\:h-106px {
    height: 106px;
  }

  .lg\:h-107px {
    height: 107px;
  }

  .lg\:h-108px {
    height: 108px;
  }

  .lg\:h-109px {
    height: 109px;
  }

  .lg\:h-110px {
    height: 110px;
  }

  .lg\:h-111px {
    height: 111px;
  }

  .lg\:h-112px {
    height: 112px;
  }

  .lg\:h-113px {
    height: 113px;
  }

  .lg\:h-114px {
    height: 114px;
  }

  .lg\:h-115px {
    height: 115px;
  }

  .lg\:h-116px {
    height: 116px;
  }

  .lg\:h-117px {
    height: 117px;
  }

  .lg\:h-118px {
    height: 118px;
  }

  .lg\:h-119px {
    height: 119px;
  }

  .lg\:h-120px {
    height: 120px;
  }

  .lg\:h-121px {
    height: 121px;
  }

  .lg\:h-122px {
    height: 122px;
  }

  .lg\:h-123px {
    height: 123px;
  }

  .lg\:h-124px {
    height: 124px;
  }

  .lg\:h-125px {
    height: 125px;
  }

  .lg\:h-126px {
    height: 126px;
  }

  .lg\:h-127px {
    height: 127px;
  }

  .lg\:h-128px {
    height: 128px;
  }

  .lg\:h-129px {
    height: 129px;
  }

  .lg\:h-130px {
    height: 130px;
  }

  .lg\:h-133px {
    height: 133px;
  }

  .lg\:h-140px {
    height: 140px;
  }

  .lg\:h-195px {
    height: 195px;
  }

  .lg\:h-200px {
    height: 200px;
  }

  .lg\:h-210px {
    height: 210px;
  }

  .lg\:h-222px {
    height: 222px;
  }

  .lg\:h-258px {
    height: 258px;
  }

  .lg\:h-280px {
    height: 280px;
  }

  .lg\:h-334px {
    height: 334px;
  }

  .lg\:h-388px {
    height: 388px;
  }

  .lg\:h-480px {
    height: 480px;
  }

  .lg\:h-490px {
    height: 490px;
  }

  .lg\:h-505px {
    height: 505px;
  }

  .lg\:h-507px {
    height: 507px;
  }

  .lg\:h-760px {
    height: 760px;
  }

  .lg\:h-780px {
    height: 780px;
  }

  .lg\:h-980px {
    height: 980px;
  }

  .lg\:h-1366px {
    height: 1366px;
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:h-1\/3 {
    height: 33.333333%;
  }

  .lg\:h-2\/3 {
    height: 66.666667%;
  }

  .lg\:h-1\/4 {
    height: 25%;
  }

  .lg\:h-2\/4 {
    height: 50%;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:h-1\/5 {
    height: 20%;
  }

  .lg\:h-2\/5 {
    height: 40%;
  }

  .lg\:h-3\/5 {
    height: 60%;
  }

  .lg\:h-4\/5 {
    height: 80%;
  }

  .lg\:h-1\/6 {
    height: 16.666667%;
  }

  .lg\:h-2\/6 {
    height: 33.333333%;
  }

  .lg\:h-3\/6 {
    height: 50%;
  }

  .lg\:h-4\/6 {
    height: 66.666667%;
  }

  .lg\:h-5\/6 {
    height: 83.333333%;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:h-75vh {
    height: 75vh;
  }

  .lg\:h-85vh {
    height: 85vh;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:text-34px {
    font-size: 34px;
  }

  .lg\:text-40px {
    font-size: 40px;
  }

  .lg\:text-52px {
    font-size: 52px;
  }

  .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\:leading-9x36 {
    line-height: 4;
  }

  .lg\:leading-10x36 {
    line-height: 3.6;
  }

  .lg\:leading-11x28 {
    line-height: 2.5;
  }

  .lg\:leading-12x39 {
    line-height: 3.3;
  }

  .lg\:leading-12x24 {
    line-height: 2;
  }

  .lg\:leading-14x28 {
    line-height: 2;
  }

  .lg\:leading-14x35 {
    line-height: 2.5;
  }

  .lg\:leading-14x39 {
    line-height: 2.8;
  }

  .lg\:leading-14x26 {
    line-height: 1.9;
  }

  .lg\:leading-14x40 {
    line-height: 2.9;
  }

  .lg\:leading-14x57 {
    line-height: 4.1;
  }

  .lg\:leading-14x36 {
    line-height: 2.6;
  }

  .lg\:leading-16x40 {
    line-height: 2.5;
  }

  .lg\:leading-16x39 {
    line-height: 0.4;
  }

  .lg\:leading-16x31 {
    line-height: 1.9;
  }

  .lg\:leading-16x36 {
    line-height: 2.25;
  }

  .lg\:leading-17x35 {
    line-height: 2.1;
  }

  .lg\:leading-18x39 {
    line-height: 2.2;
  }

  .lg\:leading-18x28 {
    line-height: 1.6;
  }

  .lg\:leading-18x30 {
    line-height: 1.7;
  }

  .lg\:leading-20x40 {
    line-height: 2;
  }

  .lg\:leading-20x39 {
    line-height: 2;
  }

  .lg\:leading-20x28 {
    line-height: 1.4;
  }

  .lg\:leading-22x40 {
    line-height: 1.8;
  }

  .lg\:leading-24x40 {
    line-height: 1.7;
  }

  .lg\:leading-28x39 {
    line-height: 1.4;
  }

  .lg\:leading-30x39 {
    line-height: 1.3;
  }

  .lg\:leading-34x39 {
    line-height: 1.1;
  }

  .lg\:leading-38x15 {
    line-height: 0.4;
  }

  .lg\:leading-52x39 {
    line-height: 0.75;
  }

  .lg\:leading-52x40 {
    line-height: 0.8;
  }

  .lg\:leading-52x36 {
    line-height: 0.7;
  }

  .lg\:leading-70x39 {
    line-height: 0.6;
  }

  .lg\:leading-90x36 {
    line-height: 0.4;
  }

  .lg\:list-inside {
    list-style-position: inside;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:list-disc {
    list-style-type: disc;
  }

  .lg\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-7 {
    margin: 1.75rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-9 {
    margin: 2.25rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-11 {
    margin: 2.75rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-14 {
    margin: 3.5rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-28 {
    margin: 7rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-36 {
    margin: 9rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-44 {
    margin: 11rem;
  }

  .lg\:m-48 {
    margin: 12rem;
  }

  .lg\:m-52 {
    margin: 13rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-60 {
    margin: 15rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-72 {
    margin: 18rem;
  }

  .lg\:m-80 {
    margin: 20rem;
  }

  .lg\:m-96 {
    margin: 24rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:m-0\.5 {
    margin: 0.125rem;
  }

  .lg\:m-1\.5 {
    margin: 0.375rem;
  }

  .lg\:m-2\.5 {
    margin: 0.625rem;
  }

  .lg\:m-3\.5 {
    margin: 0.875rem;
  }

  .lg\:m-1px {
    margin: 1px;
  }

  .lg\:m-2px {
    margin: 2px;
  }

  .lg\:m-3px {
    margin: 3px;
  }

  .lg\:m-4px {
    margin: 4px;
  }

  .lg\:m-5px {
    margin: 5px;
  }

  .lg\:m-6px {
    margin: 6px;
  }

  .lg\:m-7px {
    margin: 7px;
  }

  .lg\:m-8px {
    margin: 8px;
  }

  .lg\:m-9px {
    margin: 9px;
  }

  .lg\:m-10px {
    margin: 10px;
  }

  .lg\:m-11px {
    margin: 11px;
  }

  .lg\:m-12px {
    margin: 12px;
  }

  .lg\:m-13px {
    margin: 13px;
  }

  .lg\:m-14px {
    margin: 14px;
  }

  .lg\:m-15px {
    margin: 15px;
  }

  .lg\:m-16px {
    margin: 16px;
  }

  .lg\:m-17px {
    margin: 17px;
  }

  .lg\:m-18px {
    margin: 18px;
  }

  .lg\:m-19px {
    margin: 19px;
  }

  .lg\:m-20px {
    margin: 20px;
  }

  .lg\:m-21px {
    margin: 21px;
  }

  .lg\:m-22px {
    margin: 22px;
  }

  .lg\:m-23px {
    margin: 23px;
  }

  .lg\:m-24px {
    margin: 24px;
  }

  .lg\:m-25px {
    margin: 25px;
  }

  .lg\:m-26px {
    margin: 26px;
  }

  .lg\:m-27px {
    margin: 27px;
  }

  .lg\:m-28px {
    margin: 28px;
  }

  .lg\:m-29px {
    margin: 29px;
  }

  .lg\:m-30px {
    margin: 30px;
  }

  .lg\:m-31px {
    margin: 31px;
  }

  .lg\:m-32px {
    margin: 32px;
  }

  .lg\:m-33px {
    margin: 33px;
  }

  .lg\:m-34px {
    margin: 34px;
  }

  .lg\:m-35px {
    margin: 35px;
  }

  .lg\:m-36px {
    margin: 36px;
  }

  .lg\:m-37px {
    margin: 37px;
  }

  .lg\:m-38px {
    margin: 38px;
  }

  .lg\:m-39px {
    margin: 39px;
  }

  .lg\:m-40px {
    margin: 40px;
  }

  .lg\:m-41px {
    margin: 41px;
  }

  .lg\:m-42px {
    margin: 42px;
  }

  .lg\:m-43px {
    margin: 43px;
  }

  .lg\:m-44px {
    margin: 44px;
  }

  .lg\:m-45px {
    margin: 45px;
  }

  .lg\:m-46px {
    margin: 46px;
  }

  .lg\:m-47px {
    margin: 47px;
  }

  .lg\:m-48px {
    margin: 48px;
  }

  .lg\:m-49px {
    margin: 49px;
  }

  .lg\:m-50px {
    margin: 50px;
  }

  .lg\:m-51px {
    margin: 51px;
  }

  .lg\:m-52px {
    margin: 52px;
  }

  .lg\:m-53px {
    margin: 53px;
  }

  .lg\:m-54px {
    margin: 54px;
  }

  .lg\:m-55px {
    margin: 55px;
  }

  .lg\:m-56px {
    margin: 56px;
  }

  .lg\:m-57px {
    margin: 57px;
  }

  .lg\:m-58px {
    margin: 58px;
  }

  .lg\:m-59px {
    margin: 59px;
  }

  .lg\:m-60px {
    margin: 60px;
  }

  .lg\:m-61px {
    margin: 61px;
  }

  .lg\:m-62px {
    margin: 62px;
  }

  .lg\:m-63px {
    margin: 63px;
  }

  .lg\:m-64px {
    margin: 64px;
  }

  .lg\:m-65px {
    margin: 65px;
  }

  .lg\:m-66px {
    margin: 66px;
  }

  .lg\:m-67px {
    margin: 67px;
  }

  .lg\:m-68px {
    margin: 68px;
  }

  .lg\:m-69px {
    margin: 69px;
  }

  .lg\:m-70px {
    margin: 70px;
  }

  .lg\:m-71px {
    margin: 71px;
  }

  .lg\:m-72px {
    margin: 72px;
  }

  .lg\:m-73px {
    margin: 73px;
  }

  .lg\:m-74px {
    margin: 74px;
  }

  .lg\:m-75px {
    margin: 75px;
  }

  .lg\:m-76px {
    margin: 76px;
  }

  .lg\:m-77px {
    margin: 77px;
  }

  .lg\:m-78px {
    margin: 78px;
  }

  .lg\:m-79px {
    margin: 79px;
  }

  .lg\:m-80px {
    margin: 80px;
  }

  .lg\:m-81px {
    margin: 81px;
  }

  .lg\:m-82px {
    margin: 82px;
  }

  .lg\:m-83px {
    margin: 83px;
  }

  .lg\:m-84px {
    margin: 84px;
  }

  .lg\:m-85px {
    margin: 85px;
  }

  .lg\:m-86px {
    margin: 86px;
  }

  .lg\:m-87px {
    margin: 87px;
  }

  .lg\:m-88px {
    margin: 88px;
  }

  .lg\:m-89px {
    margin: 89px;
  }

  .lg\:m-90px {
    margin: 90px;
  }

  .lg\:m-91px {
    margin: 91px;
  }

  .lg\:m-92px {
    margin: 92px;
  }

  .lg\:m-93px {
    margin: 93px;
  }

  .lg\:m-94px {
    margin: 94px;
  }

  .lg\:m-95px {
    margin: 95px;
  }

  .lg\:m-96px {
    margin: 96px;
  }

  .lg\:m-97px {
    margin: 97px;
  }

  .lg\:m-98px {
    margin: 98px;
  }

  .lg\:m-99px {
    margin: 99px;
  }

  .lg\:m-100px {
    margin: 100px;
  }

  .lg\:m-101px {
    margin: 101px;
  }

  .lg\:m-102px {
    margin: 102px;
  }

  .lg\:m-103px {
    margin: 103px;
  }

  .lg\:m-104px {
    margin: 104px;
  }

  .lg\:m-105px {
    margin: 105px;
  }

  .lg\:m-106px {
    margin: 106px;
  }

  .lg\:m-107px {
    margin: 107px;
  }

  .lg\:m-108px {
    margin: 108px;
  }

  .lg\:m-109px {
    margin: 109px;
  }

  .lg\:m-110px {
    margin: 110px;
  }

  .lg\:m-111px {
    margin: 111px;
  }

  .lg\:m-112px {
    margin: 112px;
  }

  .lg\:m-113px {
    margin: 113px;
  }

  .lg\:m-114px {
    margin: 114px;
  }

  .lg\:m-115px {
    margin: 115px;
  }

  .lg\:m-116px {
    margin: 116px;
  }

  .lg\:m-117px {
    margin: 117px;
  }

  .lg\:m-118px {
    margin: 118px;
  }

  .lg\:m-119px {
    margin: 119px;
  }

  .lg\:m-120px {
    margin: 120px;
  }

  .lg\:m-121px {
    margin: 121px;
  }

  .lg\:m-122px {
    margin: 122px;
  }

  .lg\:m-123px {
    margin: 123px;
  }

  .lg\:m-124px {
    margin: 124px;
  }

  .lg\:m-125px {
    margin: 125px;
  }

  .lg\:m-126px {
    margin: 126px;
  }

  .lg\:m-127px {
    margin: 127px;
  }

  .lg\:m-128px {
    margin: 128px;
  }

  .lg\:m-129px {
    margin: 129px;
  }

  .lg\:m-130px {
    margin: 130px;
  }

  .lg\:m-133px {
    margin: 133px;
  }

  .lg\:m-140px {
    margin: 140px;
  }

  .lg\:m-195px {
    margin: 195px;
  }

  .lg\:m-200px {
    margin: 200px;
  }

  .lg\:m-210px {
    margin: 210px;
  }

  .lg\:m-222px {
    margin: 222px;
  }

  .lg\:m-258px {
    margin: 258px;
  }

  .lg\:m-280px {
    margin: 280px;
  }

  .lg\:m-334px {
    margin: 334px;
  }

  .lg\:m-388px {
    margin: 388px;
  }

  .lg\:m-480px {
    margin: 480px;
  }

  .lg\:m-490px {
    margin: 490px;
  }

  .lg\:m-505px {
    margin: 505px;
  }

  .lg\:m-507px {
    margin: 507px;
  }

  .lg\:m-760px {
    margin: 760px;
  }

  .lg\:m-780px {
    margin: 780px;
  }

  .lg\:m-980px {
    margin: 980px;
  }

  .lg\:m-1366px {
    margin: 1366px;
  }

  .lg\:-m-0 {
    margin: 0px;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-7 {
    margin: -1.75rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-9 {
    margin: -2.25rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-11 {
    margin: -2.75rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-14 {
    margin: -3.5rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-28 {
    margin: -7rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-36 {
    margin: -9rem;
  }

  .lg\:-m-40 {
    margin: -10rem;
  }

  .lg\:-m-44 {
    margin: -11rem;
  }

  .lg\:-m-48 {
    margin: -12rem;
  }

  .lg\:-m-52 {
    margin: -13rem;
  }

  .lg\:-m-56 {
    margin: -14rem;
  }

  .lg\:-m-60 {
    margin: -15rem;
  }

  .lg\:-m-64 {
    margin: -16rem;
  }

  .lg\:-m-72 {
    margin: -18rem;
  }

  .lg\:-m-80 {
    margin: -20rem;
  }

  .lg\:-m-96 {
    margin: -24rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-m-0\.5 {
    margin: -0.125rem;
  }

  .lg\:-m-1\.5 {
    margin: -0.375rem;
  }

  .lg\:-m-2\.5 {
    margin: -0.625rem;
  }

  .lg\:-m-3\.5 {
    margin: -0.875rem;
  }

  .lg\:-m-1px {
    margin: -1px;
  }

  .lg\:-m-2px {
    margin: -2px;
  }

  .lg\:-m-3px {
    margin: -3px;
  }

  .lg\:-m-4px {
    margin: -4px;
  }

  .lg\:-m-5px {
    margin: -5px;
  }

  .lg\:-m-6px {
    margin: -6px;
  }

  .lg\:-m-7px {
    margin: -7px;
  }

  .lg\:-m-8px {
    margin: -8px;
  }

  .lg\:-m-9px {
    margin: -9px;
  }

  .lg\:-m-10px {
    margin: -10px;
  }

  .lg\:-m-11px {
    margin: -11px;
  }

  .lg\:-m-12px {
    margin: -12px;
  }

  .lg\:-m-13px {
    margin: -13px;
  }

  .lg\:-m-14px {
    margin: -14px;
  }

  .lg\:-m-15px {
    margin: -15px;
  }

  .lg\:-m-16px {
    margin: -16px;
  }

  .lg\:-m-17px {
    margin: -17px;
  }

  .lg\:-m-18px {
    margin: -18px;
  }

  .lg\:-m-19px {
    margin: -19px;
  }

  .lg\:-m-20px {
    margin: -20px;
  }

  .lg\:-m-21px {
    margin: -21px;
  }

  .lg\:-m-22px {
    margin: -22px;
  }

  .lg\:-m-23px {
    margin: -23px;
  }

  .lg\:-m-24px {
    margin: -24px;
  }

  .lg\:-m-25px {
    margin: -25px;
  }

  .lg\:-m-26px {
    margin: -26px;
  }

  .lg\:-m-27px {
    margin: -27px;
  }

  .lg\:-m-28px {
    margin: -28px;
  }

  .lg\:-m-29px {
    margin: -29px;
  }

  .lg\:-m-30px {
    margin: -30px;
  }

  .lg\:-m-31px {
    margin: -31px;
  }

  .lg\:-m-32px {
    margin: -32px;
  }

  .lg\:-m-33px {
    margin: -33px;
  }

  .lg\:-m-34px {
    margin: -34px;
  }

  .lg\:-m-35px {
    margin: -35px;
  }

  .lg\:-m-36px {
    margin: -36px;
  }

  .lg\:-m-37px {
    margin: -37px;
  }

  .lg\:-m-38px {
    margin: -38px;
  }

  .lg\:-m-39px {
    margin: -39px;
  }

  .lg\:-m-40px {
    margin: -40px;
  }

  .lg\:-m-41px {
    margin: -41px;
  }

  .lg\:-m-42px {
    margin: -42px;
  }

  .lg\:-m-43px {
    margin: -43px;
  }

  .lg\:-m-44px {
    margin: -44px;
  }

  .lg\:-m-45px {
    margin: -45px;
  }

  .lg\:-m-46px {
    margin: -46px;
  }

  .lg\:-m-47px {
    margin: -47px;
  }

  .lg\:-m-48px {
    margin: -48px;
  }

  .lg\:-m-49px {
    margin: -49px;
  }

  .lg\:-m-50px {
    margin: -50px;
  }

  .lg\:-m-51px {
    margin: -51px;
  }

  .lg\:-m-52px {
    margin: -52px;
  }

  .lg\:-m-53px {
    margin: -53px;
  }

  .lg\:-m-54px {
    margin: -54px;
  }

  .lg\:-m-55px {
    margin: -55px;
  }

  .lg\:-m-56px {
    margin: -56px;
  }

  .lg\:-m-57px {
    margin: -57px;
  }

  .lg\:-m-58px {
    margin: -58px;
  }

  .lg\:-m-59px {
    margin: -59px;
  }

  .lg\:-m-60px {
    margin: -60px;
  }

  .lg\:-m-61px {
    margin: -61px;
  }

  .lg\:-m-62px {
    margin: -62px;
  }

  .lg\:-m-63px {
    margin: -63px;
  }

  .lg\:-m-64px {
    margin: -64px;
  }

  .lg\:-m-65px {
    margin: -65px;
  }

  .lg\:-m-66px {
    margin: -66px;
  }

  .lg\:-m-67px {
    margin: -67px;
  }

  .lg\:-m-68px {
    margin: -68px;
  }

  .lg\:-m-69px {
    margin: -69px;
  }

  .lg\:-m-70px {
    margin: -70px;
  }

  .lg\:-m-71px {
    margin: -71px;
  }

  .lg\:-m-72px {
    margin: -72px;
  }

  .lg\:-m-73px {
    margin: -73px;
  }

  .lg\:-m-74px {
    margin: -74px;
  }

  .lg\:-m-75px {
    margin: -75px;
  }

  .lg\:-m-76px {
    margin: -76px;
  }

  .lg\:-m-77px {
    margin: -77px;
  }

  .lg\:-m-78px {
    margin: -78px;
  }

  .lg\:-m-79px {
    margin: -79px;
  }

  .lg\:-m-80px {
    margin: -80px;
  }

  .lg\:-m-81px {
    margin: -81px;
  }

  .lg\:-m-82px {
    margin: -82px;
  }

  .lg\:-m-83px {
    margin: -83px;
  }

  .lg\:-m-84px {
    margin: -84px;
  }

  .lg\:-m-85px {
    margin: -85px;
  }

  .lg\:-m-86px {
    margin: -86px;
  }

  .lg\:-m-87px {
    margin: -87px;
  }

  .lg\:-m-88px {
    margin: -88px;
  }

  .lg\:-m-89px {
    margin: -89px;
  }

  .lg\:-m-90px {
    margin: -90px;
  }

  .lg\:-m-91px {
    margin: -91px;
  }

  .lg\:-m-92px {
    margin: -92px;
  }

  .lg\:-m-93px {
    margin: -93px;
  }

  .lg\:-m-94px {
    margin: -94px;
  }

  .lg\:-m-95px {
    margin: -95px;
  }

  .lg\:-m-96px {
    margin: -96px;
  }

  .lg\:-m-97px {
    margin: -97px;
  }

  .lg\:-m-98px {
    margin: -98px;
  }

  .lg\:-m-99px {
    margin: -99px;
  }

  .lg\:-m-100px {
    margin: -100px;
  }

  .lg\:-m-101px {
    margin: -101px;
  }

  .lg\:-m-102px {
    margin: -102px;
  }

  .lg\:-m-103px {
    margin: -103px;
  }

  .lg\:-m-104px {
    margin: -104px;
  }

  .lg\:-m-105px {
    margin: -105px;
  }

  .lg\:-m-106px {
    margin: -106px;
  }

  .lg\:-m-107px {
    margin: -107px;
  }

  .lg\:-m-108px {
    margin: -108px;
  }

  .lg\:-m-109px {
    margin: -109px;
  }

  .lg\:-m-110px {
    margin: -110px;
  }

  .lg\:-m-111px {
    margin: -111px;
  }

  .lg\:-m-112px {
    margin: -112px;
  }

  .lg\:-m-113px {
    margin: -113px;
  }

  .lg\:-m-114px {
    margin: -114px;
  }

  .lg\:-m-115px {
    margin: -115px;
  }

  .lg\:-m-116px {
    margin: -116px;
  }

  .lg\:-m-117px {
    margin: -117px;
  }

  .lg\:-m-118px {
    margin: -118px;
  }

  .lg\:-m-119px {
    margin: -119px;
  }

  .lg\:-m-120px {
    margin: -120px;
  }

  .lg\:-m-121px {
    margin: -121px;
  }

  .lg\:-m-122px {
    margin: -122px;
  }

  .lg\:-m-123px {
    margin: -123px;
  }

  .lg\:-m-124px {
    margin: -124px;
  }

  .lg\:-m-125px {
    margin: -125px;
  }

  .lg\:-m-126px {
    margin: -126px;
  }

  .lg\:-m-127px {
    margin: -127px;
  }

  .lg\:-m-128px {
    margin: -128px;
  }

  .lg\:-m-129px {
    margin: -129px;
  }

  .lg\:-m-130px {
    margin: -130px;
  }

  .lg\:-m-133px {
    margin: -133px;
  }

  .lg\:-m-140px {
    margin: -140px;
  }

  .lg\:-m-195px {
    margin: -195px;
  }

  .lg\:-m-200px {
    margin: -200px;
  }

  .lg\:-m-210px {
    margin: -210px;
  }

  .lg\:-m-222px {
    margin: -222px;
  }

  .lg\:-m-258px {
    margin: -258px;
  }

  .lg\:-m-280px {
    margin: -280px;
  }

  .lg\:-m-334px {
    margin: -334px;
  }

  .lg\:-m-388px {
    margin: -388px;
  }

  .lg\:-m-480px {
    margin: -480px;
  }

  .lg\:-m-490px {
    margin: -490px;
  }

  .lg\:-m-505px {
    margin: -505px;
  }

  .lg\:-m-507px {
    margin: -507px;
  }

  .lg\:-m-760px {
    margin: -760px;
  }

  .lg\:-m-780px {
    margin: -780px;
  }

  .lg\:-m-980px {
    margin: -980px;
  }

  .lg\:-m-1366px {
    margin: -1366px;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:my-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-1px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .lg\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }

  .lg\:my-3px {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .lg\:mx-3px {
    margin-left: 3px;
    margin-right: 3px;
  }

  .lg\:my-4px {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .lg\:mx-4px {
    margin-left: 4px;
    margin-right: 4px;
  }

  .lg\:my-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:mx-5px {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:my-6px {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .lg\:mx-6px {
    margin-left: 6px;
    margin-right: 6px;
  }

  .lg\:my-7px {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .lg\:mx-7px {
    margin-left: 7px;
    margin-right: 7px;
  }

  .lg\:my-8px {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lg\:mx-8px {
    margin-left: 8px;
    margin-right: 8px;
  }

  .lg\:my-9px {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .lg\:mx-9px {
    margin-left: 9px;
    margin-right: 9px;
  }

  .lg\:my-10px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:mx-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:my-11px {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .lg\:mx-11px {
    margin-left: 11px;
    margin-right: 11px;
  }

  .lg\:my-12px {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lg\:mx-12px {
    margin-left: 12px;
    margin-right: 12px;
  }

  .lg\:my-13px {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .lg\:mx-13px {
    margin-left: 13px;
    margin-right: 13px;
  }

  .lg\:my-14px {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .lg\:mx-14px {
    margin-left: 14px;
    margin-right: 14px;
  }

  .lg\:my-15px {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:mx-15px {
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:my-16px {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:mx-16px {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:my-17px {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .lg\:mx-17px {
    margin-left: 17px;
    margin-right: 17px;
  }

  .lg\:my-18px {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .lg\:mx-18px {
    margin-left: 18px;
    margin-right: 18px;
  }

  .lg\:my-19px {
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .lg\:mx-19px {
    margin-left: 19px;
    margin-right: 19px;
  }

  .lg\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:my-21px {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .lg\:mx-21px {
    margin-left: 21px;
    margin-right: 21px;
  }

  .lg\:my-22px {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .lg\:mx-22px {
    margin-left: 22px;
    margin-right: 22px;
  }

  .lg\:my-23px {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .lg\:mx-23px {
    margin-left: 23px;
    margin-right: 23px;
  }

  .lg\:my-24px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:mx-24px {
    margin-left: 24px;
    margin-right: 24px;
  }

  .lg\:my-25px {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lg\:mx-25px {
    margin-left: 25px;
    margin-right: 25px;
  }

  .lg\:my-26px {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .lg\:mx-26px {
    margin-left: 26px;
    margin-right: 26px;
  }

  .lg\:my-27px {
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .lg\:mx-27px {
    margin-left: 27px;
    margin-right: 27px;
  }

  .lg\:my-28px {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .lg\:mx-28px {
    margin-left: 28px;
    margin-right: 28px;
  }

  .lg\:my-29px {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .lg\:mx-29px {
    margin-left: 29px;
    margin-right: 29px;
  }

  .lg\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:my-31px {
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .lg\:mx-31px {
    margin-left: 31px;
    margin-right: 31px;
  }

  .lg\:my-32px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .lg\:mx-32px {
    margin-left: 32px;
    margin-right: 32px;
  }

  .lg\:my-33px {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .lg\:mx-33px {
    margin-left: 33px;
    margin-right: 33px;
  }

  .lg\:my-34px {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .lg\:mx-34px {
    margin-left: 34px;
    margin-right: 34px;
  }

  .lg\:my-35px {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .lg\:mx-35px {
    margin-left: 35px;
    margin-right: 35px;
  }

  .lg\:my-36px {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .lg\:mx-36px {
    margin-left: 36px;
    margin-right: 36px;
  }

  .lg\:my-37px {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .lg\:mx-37px {
    margin-left: 37px;
    margin-right: 37px;
  }

  .lg\:my-38px {
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .lg\:mx-38px {
    margin-left: 38px;
    margin-right: 38px;
  }

  .lg\:my-39px {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .lg\:mx-39px {
    margin-left: 39px;
    margin-right: 39px;
  }

  .lg\:my-40px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:mx-40px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg\:my-41px {
    margin-top: 41px;
    margin-bottom: 41px;
  }

  .lg\:mx-41px {
    margin-left: 41px;
    margin-right: 41px;
  }

  .lg\:my-42px {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .lg\:mx-42px {
    margin-left: 42px;
    margin-right: 42px;
  }

  .lg\:my-43px {
    margin-top: 43px;
    margin-bottom: 43px;
  }

  .lg\:mx-43px {
    margin-left: 43px;
    margin-right: 43px;
  }

  .lg\:my-44px {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .lg\:mx-44px {
    margin-left: 44px;
    margin-right: 44px;
  }

  .lg\:my-45px {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .lg\:mx-45px {
    margin-left: 45px;
    margin-right: 45px;
  }

  .lg\:my-46px {
    margin-top: 46px;
    margin-bottom: 46px;
  }

  .lg\:mx-46px {
    margin-left: 46px;
    margin-right: 46px;
  }

  .lg\:my-47px {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .lg\:mx-47px {
    margin-left: 47px;
    margin-right: 47px;
  }

  .lg\:my-48px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .lg\:mx-48px {
    margin-left: 48px;
    margin-right: 48px;
  }

  .lg\:my-49px {
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .lg\:mx-49px {
    margin-left: 49px;
    margin-right: 49px;
  }

  .lg\:my-50px {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg\:mx-50px {
    margin-left: 50px;
    margin-right: 50px;
  }

  .lg\:my-51px {
    margin-top: 51px;
    margin-bottom: 51px;
  }

  .lg\:mx-51px {
    margin-left: 51px;
    margin-right: 51px;
  }

  .lg\:my-52px {
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .lg\:mx-52px {
    margin-left: 52px;
    margin-right: 52px;
  }

  .lg\:my-53px {
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .lg\:mx-53px {
    margin-left: 53px;
    margin-right: 53px;
  }

  .lg\:my-54px {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .lg\:mx-54px {
    margin-left: 54px;
    margin-right: 54px;
  }

  .lg\:my-55px {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .lg\:mx-55px {
    margin-left: 55px;
    margin-right: 55px;
  }

  .lg\:my-56px {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .lg\:mx-56px {
    margin-left: 56px;
    margin-right: 56px;
  }

  .lg\:my-57px {
    margin-top: 57px;
    margin-bottom: 57px;
  }

  .lg\:mx-57px {
    margin-left: 57px;
    margin-right: 57px;
  }

  .lg\:my-58px {
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .lg\:mx-58px {
    margin-left: 58px;
    margin-right: 58px;
  }

  .lg\:my-59px {
    margin-top: 59px;
    margin-bottom: 59px;
  }

  .lg\:mx-59px {
    margin-left: 59px;
    margin-right: 59px;
  }

  .lg\:my-60px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:mx-60px {
    margin-left: 60px;
    margin-right: 60px;
  }

  .lg\:my-61px {
    margin-top: 61px;
    margin-bottom: 61px;
  }

  .lg\:mx-61px {
    margin-left: 61px;
    margin-right: 61px;
  }

  .lg\:my-62px {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .lg\:mx-62px {
    margin-left: 62px;
    margin-right: 62px;
  }

  .lg\:my-63px {
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .lg\:mx-63px {
    margin-left: 63px;
    margin-right: 63px;
  }

  .lg\:my-64px {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .lg\:mx-64px {
    margin-left: 64px;
    margin-right: 64px;
  }

  .lg\:my-65px {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .lg\:mx-65px {
    margin-left: 65px;
    margin-right: 65px;
  }

  .lg\:my-66px {
    margin-top: 66px;
    margin-bottom: 66px;
  }

  .lg\:mx-66px {
    margin-left: 66px;
    margin-right: 66px;
  }

  .lg\:my-67px {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .lg\:mx-67px {
    margin-left: 67px;
    margin-right: 67px;
  }

  .lg\:my-68px {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .lg\:mx-68px {
    margin-left: 68px;
    margin-right: 68px;
  }

  .lg\:my-69px {
    margin-top: 69px;
    margin-bottom: 69px;
  }

  .lg\:mx-69px {
    margin-left: 69px;
    margin-right: 69px;
  }

  .lg\:my-70px {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .lg\:mx-70px {
    margin-left: 70px;
    margin-right: 70px;
  }

  .lg\:my-71px {
    margin-top: 71px;
    margin-bottom: 71px;
  }

  .lg\:mx-71px {
    margin-left: 71px;
    margin-right: 71px;
  }

  .lg\:my-72px {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .lg\:mx-72px {
    margin-left: 72px;
    margin-right: 72px;
  }

  .lg\:my-73px {
    margin-top: 73px;
    margin-bottom: 73px;
  }

  .lg\:mx-73px {
    margin-left: 73px;
    margin-right: 73px;
  }

  .lg\:my-74px {
    margin-top: 74px;
    margin-bottom: 74px;
  }

  .lg\:mx-74px {
    margin-left: 74px;
    margin-right: 74px;
  }

  .lg\:my-75px {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .lg\:mx-75px {
    margin-left: 75px;
    margin-right: 75px;
  }

  .lg\:my-76px {
    margin-top: 76px;
    margin-bottom: 76px;
  }

  .lg\:mx-76px {
    margin-left: 76px;
    margin-right: 76px;
  }

  .lg\:my-77px {
    margin-top: 77px;
    margin-bottom: 77px;
  }

  .lg\:mx-77px {
    margin-left: 77px;
    margin-right: 77px;
  }

  .lg\:my-78px {
    margin-top: 78px;
    margin-bottom: 78px;
  }

  .lg\:mx-78px {
    margin-left: 78px;
    margin-right: 78px;
  }

  .lg\:my-79px {
    margin-top: 79px;
    margin-bottom: 79px;
  }

  .lg\:mx-79px {
    margin-left: 79px;
    margin-right: 79px;
  }

  .lg\:my-80px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:mx-80px {
    margin-left: 80px;
    margin-right: 80px;
  }

  .lg\:my-81px {
    margin-top: 81px;
    margin-bottom: 81px;
  }

  .lg\:mx-81px {
    margin-left: 81px;
    margin-right: 81px;
  }

  .lg\:my-82px {
    margin-top: 82px;
    margin-bottom: 82px;
  }

  .lg\:mx-82px {
    margin-left: 82px;
    margin-right: 82px;
  }

  .lg\:my-83px {
    margin-top: 83px;
    margin-bottom: 83px;
  }

  .lg\:mx-83px {
    margin-left: 83px;
    margin-right: 83px;
  }

  .lg\:my-84px {
    margin-top: 84px;
    margin-bottom: 84px;
  }

  .lg\:mx-84px {
    margin-left: 84px;
    margin-right: 84px;
  }

  .lg\:my-85px {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .lg\:mx-85px {
    margin-left: 85px;
    margin-right: 85px;
  }

  .lg\:my-86px {
    margin-top: 86px;
    margin-bottom: 86px;
  }

  .lg\:mx-86px {
    margin-left: 86px;
    margin-right: 86px;
  }

  .lg\:my-87px {
    margin-top: 87px;
    margin-bottom: 87px;
  }

  .lg\:mx-87px {
    margin-left: 87px;
    margin-right: 87px;
  }

  .lg\:my-88px {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .lg\:mx-88px {
    margin-left: 88px;
    margin-right: 88px;
  }

  .lg\:my-89px {
    margin-top: 89px;
    margin-bottom: 89px;
  }

  .lg\:mx-89px {
    margin-left: 89px;
    margin-right: 89px;
  }

  .lg\:my-90px {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .lg\:mx-90px {
    margin-left: 90px;
    margin-right: 90px;
  }

  .lg\:my-91px {
    margin-top: 91px;
    margin-bottom: 91px;
  }

  .lg\:mx-91px {
    margin-left: 91px;
    margin-right: 91px;
  }

  .lg\:my-92px {
    margin-top: 92px;
    margin-bottom: 92px;
  }

  .lg\:mx-92px {
    margin-left: 92px;
    margin-right: 92px;
  }

  .lg\:my-93px {
    margin-top: 93px;
    margin-bottom: 93px;
  }

  .lg\:mx-93px {
    margin-left: 93px;
    margin-right: 93px;
  }

  .lg\:my-94px {
    margin-top: 94px;
    margin-bottom: 94px;
  }

  .lg\:mx-94px {
    margin-left: 94px;
    margin-right: 94px;
  }

  .lg\:my-95px {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .lg\:mx-95px {
    margin-left: 95px;
    margin-right: 95px;
  }

  .lg\:my-96px {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .lg\:mx-96px {
    margin-left: 96px;
    margin-right: 96px;
  }

  .lg\:my-97px {
    margin-top: 97px;
    margin-bottom: 97px;
  }

  .lg\:mx-97px {
    margin-left: 97px;
    margin-right: 97px;
  }

  .lg\:my-98px {
    margin-top: 98px;
    margin-bottom: 98px;
  }

  .lg\:mx-98px {
    margin-left: 98px;
    margin-right: 98px;
  }

  .lg\:my-99px {
    margin-top: 99px;
    margin-bottom: 99px;
  }

  .lg\:mx-99px {
    margin-left: 99px;
    margin-right: 99px;
  }

  .lg\:my-100px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:mx-100px {
    margin-left: 100px;
    margin-right: 100px;
  }

  .lg\:my-101px {
    margin-top: 101px;
    margin-bottom: 101px;
  }

  .lg\:mx-101px {
    margin-left: 101px;
    margin-right: 101px;
  }

  .lg\:my-102px {
    margin-top: 102px;
    margin-bottom: 102px;
  }

  .lg\:mx-102px {
    margin-left: 102px;
    margin-right: 102px;
  }

  .lg\:my-103px {
    margin-top: 103px;
    margin-bottom: 103px;
  }

  .lg\:mx-103px {
    margin-left: 103px;
    margin-right: 103px;
  }

  .lg\:my-104px {
    margin-top: 104px;
    margin-bottom: 104px;
  }

  .lg\:mx-104px {
    margin-left: 104px;
    margin-right: 104px;
  }

  .lg\:my-105px {
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .lg\:mx-105px {
    margin-left: 105px;
    margin-right: 105px;
  }

  .lg\:my-106px {
    margin-top: 106px;
    margin-bottom: 106px;
  }

  .lg\:mx-106px {
    margin-left: 106px;
    margin-right: 106px;
  }

  .lg\:my-107px {
    margin-top: 107px;
    margin-bottom: 107px;
  }

  .lg\:mx-107px {
    margin-left: 107px;
    margin-right: 107px;
  }

  .lg\:my-108px {
    margin-top: 108px;
    margin-bottom: 108px;
  }

  .lg\:mx-108px {
    margin-left: 108px;
    margin-right: 108px;
  }

  .lg\:my-109px {
    margin-top: 109px;
    margin-bottom: 109px;
  }

  .lg\:mx-109px {
    margin-left: 109px;
    margin-right: 109px;
  }

  .lg\:my-110px {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .lg\:mx-110px {
    margin-left: 110px;
    margin-right: 110px;
  }

  .lg\:my-111px {
    margin-top: 111px;
    margin-bottom: 111px;
  }

  .lg\:mx-111px {
    margin-left: 111px;
    margin-right: 111px;
  }

  .lg\:my-112px {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .lg\:mx-112px {
    margin-left: 112px;
    margin-right: 112px;
  }

  .lg\:my-113px {
    margin-top: 113px;
    margin-bottom: 113px;
  }

  .lg\:mx-113px {
    margin-left: 113px;
    margin-right: 113px;
  }

  .lg\:my-114px {
    margin-top: 114px;
    margin-bottom: 114px;
  }

  .lg\:mx-114px {
    margin-left: 114px;
    margin-right: 114px;
  }

  .lg\:my-115px {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .lg\:mx-115px {
    margin-left: 115px;
    margin-right: 115px;
  }

  .lg\:my-116px {
    margin-top: 116px;
    margin-bottom: 116px;
  }

  .lg\:mx-116px {
    margin-left: 116px;
    margin-right: 116px;
  }

  .lg\:my-117px {
    margin-top: 117px;
    margin-bottom: 117px;
  }

  .lg\:mx-117px {
    margin-left: 117px;
    margin-right: 117px;
  }

  .lg\:my-118px {
    margin-top: 118px;
    margin-bottom: 118px;
  }

  .lg\:mx-118px {
    margin-left: 118px;
    margin-right: 118px;
  }

  .lg\:my-119px {
    margin-top: 119px;
    margin-bottom: 119px;
  }

  .lg\:mx-119px {
    margin-left: 119px;
    margin-right: 119px;
  }

  .lg\:my-120px {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:mx-120px {
    margin-left: 120px;
    margin-right: 120px;
  }

  .lg\:my-121px {
    margin-top: 121px;
    margin-bottom: 121px;
  }

  .lg\:mx-121px {
    margin-left: 121px;
    margin-right: 121px;
  }

  .lg\:my-122px {
    margin-top: 122px;
    margin-bottom: 122px;
  }

  .lg\:mx-122px {
    margin-left: 122px;
    margin-right: 122px;
  }

  .lg\:my-123px {
    margin-top: 123px;
    margin-bottom: 123px;
  }

  .lg\:mx-123px {
    margin-left: 123px;
    margin-right: 123px;
  }

  .lg\:my-124px {
    margin-top: 124px;
    margin-bottom: 124px;
  }

  .lg\:mx-124px {
    margin-left: 124px;
    margin-right: 124px;
  }

  .lg\:my-125px {
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .lg\:mx-125px {
    margin-left: 125px;
    margin-right: 125px;
  }

  .lg\:my-126px {
    margin-top: 126px;
    margin-bottom: 126px;
  }

  .lg\:mx-126px {
    margin-left: 126px;
    margin-right: 126px;
  }

  .lg\:my-127px {
    margin-top: 127px;
    margin-bottom: 127px;
  }

  .lg\:mx-127px {
    margin-left: 127px;
    margin-right: 127px;
  }

  .lg\:my-128px {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .lg\:mx-128px {
    margin-left: 128px;
    margin-right: 128px;
  }

  .lg\:my-129px {
    margin-top: 129px;
    margin-bottom: 129px;
  }

  .lg\:mx-129px {
    margin-left: 129px;
    margin-right: 129px;
  }

  .lg\:my-130px {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .lg\:mx-130px {
    margin-left: 130px;
    margin-right: 130px;
  }

  .lg\:my-133px {
    margin-top: 133px;
    margin-bottom: 133px;
  }

  .lg\:mx-133px {
    margin-left: 133px;
    margin-right: 133px;
  }

  .lg\:my-140px {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .lg\:mx-140px {
    margin-left: 140px;
    margin-right: 140px;
  }

  .lg\:my-195px {
    margin-top: 195px;
    margin-bottom: 195px;
  }

  .lg\:mx-195px {
    margin-left: 195px;
    margin-right: 195px;
  }

  .lg\:my-200px {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .lg\:mx-200px {
    margin-left: 200px;
    margin-right: 200px;
  }

  .lg\:my-210px {
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .lg\:mx-210px {
    margin-left: 210px;
    margin-right: 210px;
  }

  .lg\:my-222px {
    margin-top: 222px;
    margin-bottom: 222px;
  }

  .lg\:mx-222px {
    margin-left: 222px;
    margin-right: 222px;
  }

  .lg\:my-258px {
    margin-top: 258px;
    margin-bottom: 258px;
  }

  .lg\:mx-258px {
    margin-left: 258px;
    margin-right: 258px;
  }

  .lg\:my-280px {
    margin-top: 280px;
    margin-bottom: 280px;
  }

  .lg\:mx-280px {
    margin-left: 280px;
    margin-right: 280px;
  }

  .lg\:my-334px {
    margin-top: 334px;
    margin-bottom: 334px;
  }

  .lg\:mx-334px {
    margin-left: 334px;
    margin-right: 334px;
  }

  .lg\:my-388px {
    margin-top: 388px;
    margin-bottom: 388px;
  }

  .lg\:mx-388px {
    margin-left: 388px;
    margin-right: 388px;
  }

  .lg\:my-480px {
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .lg\:mx-480px {
    margin-left: 480px;
    margin-right: 480px;
  }

  .lg\:my-490px {
    margin-top: 490px;
    margin-bottom: 490px;
  }

  .lg\:mx-490px {
    margin-left: 490px;
    margin-right: 490px;
  }

  .lg\:my-505px {
    margin-top: 505px;
    margin-bottom: 505px;
  }

  .lg\:mx-505px {
    margin-left: 505px;
    margin-right: 505px;
  }

  .lg\:my-507px {
    margin-top: 507px;
    margin-bottom: 507px;
  }

  .lg\:mx-507px {
    margin-left: 507px;
    margin-right: 507px;
  }

  .lg\:my-760px {
    margin-top: 760px;
    margin-bottom: 760px;
  }

  .lg\:mx-760px {
    margin-left: 760px;
    margin-right: 760px;
  }

  .lg\:my-780px {
    margin-top: 780px;
    margin-bottom: 780px;
  }

  .lg\:mx-780px {
    margin-left: 780px;
    margin-right: 780px;
  }

  .lg\:my-980px {
    margin-top: 980px;
    margin-bottom: 980px;
  }

  .lg\:mx-980px {
    margin-left: 980px;
    margin-right: 980px;
  }

  .lg\:my-1366px {
    margin-top: 1366px;
    margin-bottom: 1366px;
  }

  .lg\:mx-1366px {
    margin-left: 1366px;
    margin-right: 1366px;
  }

  .lg\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:-my-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-1px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .lg\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }

  .lg\:-my-3px {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .lg\:-mx-3px {
    margin-left: -3px;
    margin-right: -3px;
  }

  .lg\:-my-4px {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .lg\:-mx-4px {
    margin-left: -4px;
    margin-right: -4px;
  }

  .lg\:-my-5px {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .lg\:-mx-5px {
    margin-left: -5px;
    margin-right: -5px;
  }

  .lg\:-my-6px {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .lg\:-mx-6px {
    margin-left: -6px;
    margin-right: -6px;
  }

  .lg\:-my-7px {
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .lg\:-mx-7px {
    margin-left: -7px;
    margin-right: -7px;
  }

  .lg\:-my-8px {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .lg\:-mx-8px {
    margin-left: -8px;
    margin-right: -8px;
  }

  .lg\:-my-9px {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .lg\:-mx-9px {
    margin-left: -9px;
    margin-right: -9px;
  }

  .lg\:-my-10px {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lg\:-mx-10px {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:-my-11px {
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .lg\:-mx-11px {
    margin-left: -11px;
    margin-right: -11px;
  }

  .lg\:-my-12px {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .lg\:-mx-12px {
    margin-left: -12px;
    margin-right: -12px;
  }

  .lg\:-my-13px {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .lg\:-mx-13px {
    margin-left: -13px;
    margin-right: -13px;
  }

  .lg\:-my-14px {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .lg\:-mx-14px {
    margin-left: -14px;
    margin-right: -14px;
  }

  .lg\:-my-15px {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .lg\:-mx-15px {
    margin-left: -15px;
    margin-right: -15px;
  }

  .lg\:-my-16px {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .lg\:-mx-16px {
    margin-left: -16px;
    margin-right: -16px;
  }

  .lg\:-my-17px {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .lg\:-mx-17px {
    margin-left: -17px;
    margin-right: -17px;
  }

  .lg\:-my-18px {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .lg\:-mx-18px {
    margin-left: -18px;
    margin-right: -18px;
  }

  .lg\:-my-19px {
    margin-top: -19px;
    margin-bottom: -19px;
  }

  .lg\:-mx-19px {
    margin-left: -19px;
    margin-right: -19px;
  }

  .lg\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:-my-21px {
    margin-top: -21px;
    margin-bottom: -21px;
  }

  .lg\:-mx-21px {
    margin-left: -21px;
    margin-right: -21px;
  }

  .lg\:-my-22px {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .lg\:-mx-22px {
    margin-left: -22px;
    margin-right: -22px;
  }

  .lg\:-my-23px {
    margin-top: -23px;
    margin-bottom: -23px;
  }

  .lg\:-mx-23px {
    margin-left: -23px;
    margin-right: -23px;
  }

  .lg\:-my-24px {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .lg\:-mx-24px {
    margin-left: -24px;
    margin-right: -24px;
  }

  .lg\:-my-25px {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .lg\:-mx-25px {
    margin-left: -25px;
    margin-right: -25px;
  }

  .lg\:-my-26px {
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .lg\:-mx-26px {
    margin-left: -26px;
    margin-right: -26px;
  }

  .lg\:-my-27px {
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .lg\:-mx-27px {
    margin-left: -27px;
    margin-right: -27px;
  }

  .lg\:-my-28px {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .lg\:-mx-28px {
    margin-left: -28px;
    margin-right: -28px;
  }

  .lg\:-my-29px {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .lg\:-mx-29px {
    margin-left: -29px;
    margin-right: -29px;
  }

  .lg\:-my-30px {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:-mx-30px {
    margin-left: -30px;
    margin-right: -30px;
  }

  .lg\:-my-31px {
    margin-top: -31px;
    margin-bottom: -31px;
  }

  .lg\:-mx-31px {
    margin-left: -31px;
    margin-right: -31px;
  }

  .lg\:-my-32px {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .lg\:-mx-32px {
    margin-left: -32px;
    margin-right: -32px;
  }

  .lg\:-my-33px {
    margin-top: -33px;
    margin-bottom: -33px;
  }

  .lg\:-mx-33px {
    margin-left: -33px;
    margin-right: -33px;
  }

  .lg\:-my-34px {
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .lg\:-mx-34px {
    margin-left: -34px;
    margin-right: -34px;
  }

  .lg\:-my-35px {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .lg\:-mx-35px {
    margin-left: -35px;
    margin-right: -35px;
  }

  .lg\:-my-36px {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .lg\:-mx-36px {
    margin-left: -36px;
    margin-right: -36px;
  }

  .lg\:-my-37px {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .lg\:-mx-37px {
    margin-left: -37px;
    margin-right: -37px;
  }

  .lg\:-my-38px {
    margin-top: -38px;
    margin-bottom: -38px;
  }

  .lg\:-mx-38px {
    margin-left: -38px;
    margin-right: -38px;
  }

  .lg\:-my-39px {
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .lg\:-mx-39px {
    margin-left: -39px;
    margin-right: -39px;
  }

  .lg\:-my-40px {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .lg\:-mx-40px {
    margin-left: -40px;
    margin-right: -40px;
  }

  .lg\:-my-41px {
    margin-top: -41px;
    margin-bottom: -41px;
  }

  .lg\:-mx-41px {
    margin-left: -41px;
    margin-right: -41px;
  }

  .lg\:-my-42px {
    margin-top: -42px;
    margin-bottom: -42px;
  }

  .lg\:-mx-42px {
    margin-left: -42px;
    margin-right: -42px;
  }

  .lg\:-my-43px {
    margin-top: -43px;
    margin-bottom: -43px;
  }

  .lg\:-mx-43px {
    margin-left: -43px;
    margin-right: -43px;
  }

  .lg\:-my-44px {
    margin-top: -44px;
    margin-bottom: -44px;
  }

  .lg\:-mx-44px {
    margin-left: -44px;
    margin-right: -44px;
  }

  .lg\:-my-45px {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .lg\:-mx-45px {
    margin-left: -45px;
    margin-right: -45px;
  }

  .lg\:-my-46px {
    margin-top: -46px;
    margin-bottom: -46px;
  }

  .lg\:-mx-46px {
    margin-left: -46px;
    margin-right: -46px;
  }

  .lg\:-my-47px {
    margin-top: -47px;
    margin-bottom: -47px;
  }

  .lg\:-mx-47px {
    margin-left: -47px;
    margin-right: -47px;
  }

  .lg\:-my-48px {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .lg\:-mx-48px {
    margin-left: -48px;
    margin-right: -48px;
  }

  .lg\:-my-49px {
    margin-top: -49px;
    margin-bottom: -49px;
  }

  .lg\:-mx-49px {
    margin-left: -49px;
    margin-right: -49px;
  }

  .lg\:-my-50px {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .lg\:-mx-50px {
    margin-left: -50px;
    margin-right: -50px;
  }

  .lg\:-my-51px {
    margin-top: -51px;
    margin-bottom: -51px;
  }

  .lg\:-mx-51px {
    margin-left: -51px;
    margin-right: -51px;
  }

  .lg\:-my-52px {
    margin-top: -52px;
    margin-bottom: -52px;
  }

  .lg\:-mx-52px {
    margin-left: -52px;
    margin-right: -52px;
  }

  .lg\:-my-53px {
    margin-top: -53px;
    margin-bottom: -53px;
  }

  .lg\:-mx-53px {
    margin-left: -53px;
    margin-right: -53px;
  }

  .lg\:-my-54px {
    margin-top: -54px;
    margin-bottom: -54px;
  }

  .lg\:-mx-54px {
    margin-left: -54px;
    margin-right: -54px;
  }

  .lg\:-my-55px {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .lg\:-mx-55px {
    margin-left: -55px;
    margin-right: -55px;
  }

  .lg\:-my-56px {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .lg\:-mx-56px {
    margin-left: -56px;
    margin-right: -56px;
  }

  .lg\:-my-57px {
    margin-top: -57px;
    margin-bottom: -57px;
  }

  .lg\:-mx-57px {
    margin-left: -57px;
    margin-right: -57px;
  }

  .lg\:-my-58px {
    margin-top: -58px;
    margin-bottom: -58px;
  }

  .lg\:-mx-58px {
    margin-left: -58px;
    margin-right: -58px;
  }

  .lg\:-my-59px {
    margin-top: -59px;
    margin-bottom: -59px;
  }

  .lg\:-mx-59px {
    margin-left: -59px;
    margin-right: -59px;
  }

  .lg\:-my-60px {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .lg\:-mx-60px {
    margin-left: -60px;
    margin-right: -60px;
  }

  .lg\:-my-61px {
    margin-top: -61px;
    margin-bottom: -61px;
  }

  .lg\:-mx-61px {
    margin-left: -61px;
    margin-right: -61px;
  }

  .lg\:-my-62px {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .lg\:-mx-62px {
    margin-left: -62px;
    margin-right: -62px;
  }

  .lg\:-my-63px {
    margin-top: -63px;
    margin-bottom: -63px;
  }

  .lg\:-mx-63px {
    margin-left: -63px;
    margin-right: -63px;
  }

  .lg\:-my-64px {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .lg\:-mx-64px {
    margin-left: -64px;
    margin-right: -64px;
  }

  .lg\:-my-65px {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .lg\:-mx-65px {
    margin-left: -65px;
    margin-right: -65px;
  }

  .lg\:-my-66px {
    margin-top: -66px;
    margin-bottom: -66px;
  }

  .lg\:-mx-66px {
    margin-left: -66px;
    margin-right: -66px;
  }

  .lg\:-my-67px {
    margin-top: -67px;
    margin-bottom: -67px;
  }

  .lg\:-mx-67px {
    margin-left: -67px;
    margin-right: -67px;
  }

  .lg\:-my-68px {
    margin-top: -68px;
    margin-bottom: -68px;
  }

  .lg\:-mx-68px {
    margin-left: -68px;
    margin-right: -68px;
  }

  .lg\:-my-69px {
    margin-top: -69px;
    margin-bottom: -69px;
  }

  .lg\:-mx-69px {
    margin-left: -69px;
    margin-right: -69px;
  }

  .lg\:-my-70px {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .lg\:-mx-70px {
    margin-left: -70px;
    margin-right: -70px;
  }

  .lg\:-my-71px {
    margin-top: -71px;
    margin-bottom: -71px;
  }

  .lg\:-mx-71px {
    margin-left: -71px;
    margin-right: -71px;
  }

  .lg\:-my-72px {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .lg\:-mx-72px {
    margin-left: -72px;
    margin-right: -72px;
  }

  .lg\:-my-73px {
    margin-top: -73px;
    margin-bottom: -73px;
  }

  .lg\:-mx-73px {
    margin-left: -73px;
    margin-right: -73px;
  }

  .lg\:-my-74px {
    margin-top: -74px;
    margin-bottom: -74px;
  }

  .lg\:-mx-74px {
    margin-left: -74px;
    margin-right: -74px;
  }

  .lg\:-my-75px {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .lg\:-mx-75px {
    margin-left: -75px;
    margin-right: -75px;
  }

  .lg\:-my-76px {
    margin-top: -76px;
    margin-bottom: -76px;
  }

  .lg\:-mx-76px {
    margin-left: -76px;
    margin-right: -76px;
  }

  .lg\:-my-77px {
    margin-top: -77px;
    margin-bottom: -77px;
  }

  .lg\:-mx-77px {
    margin-left: -77px;
    margin-right: -77px;
  }

  .lg\:-my-78px {
    margin-top: -78px;
    margin-bottom: -78px;
  }

  .lg\:-mx-78px {
    margin-left: -78px;
    margin-right: -78px;
  }

  .lg\:-my-79px {
    margin-top: -79px;
    margin-bottom: -79px;
  }

  .lg\:-mx-79px {
    margin-left: -79px;
    margin-right: -79px;
  }

  .lg\:-my-80px {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .lg\:-mx-80px {
    margin-left: -80px;
    margin-right: -80px;
  }

  .lg\:-my-81px {
    margin-top: -81px;
    margin-bottom: -81px;
  }

  .lg\:-mx-81px {
    margin-left: -81px;
    margin-right: -81px;
  }

  .lg\:-my-82px {
    margin-top: -82px;
    margin-bottom: -82px;
  }

  .lg\:-mx-82px {
    margin-left: -82px;
    margin-right: -82px;
  }

  .lg\:-my-83px {
    margin-top: -83px;
    margin-bottom: -83px;
  }

  .lg\:-mx-83px {
    margin-left: -83px;
    margin-right: -83px;
  }

  .lg\:-my-84px {
    margin-top: -84px;
    margin-bottom: -84px;
  }

  .lg\:-mx-84px {
    margin-left: -84px;
    margin-right: -84px;
  }

  .lg\:-my-85px {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .lg\:-mx-85px {
    margin-left: -85px;
    margin-right: -85px;
  }

  .lg\:-my-86px {
    margin-top: -86px;
    margin-bottom: -86px;
  }

  .lg\:-mx-86px {
    margin-left: -86px;
    margin-right: -86px;
  }

  .lg\:-my-87px {
    margin-top: -87px;
    margin-bottom: -87px;
  }

  .lg\:-mx-87px {
    margin-left: -87px;
    margin-right: -87px;
  }

  .lg\:-my-88px {
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .lg\:-mx-88px {
    margin-left: -88px;
    margin-right: -88px;
  }

  .lg\:-my-89px {
    margin-top: -89px;
    margin-bottom: -89px;
  }

  .lg\:-mx-89px {
    margin-left: -89px;
    margin-right: -89px;
  }

  .lg\:-my-90px {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .lg\:-mx-90px {
    margin-left: -90px;
    margin-right: -90px;
  }

  .lg\:-my-91px {
    margin-top: -91px;
    margin-bottom: -91px;
  }

  .lg\:-mx-91px {
    margin-left: -91px;
    margin-right: -91px;
  }

  .lg\:-my-92px {
    margin-top: -92px;
    margin-bottom: -92px;
  }

  .lg\:-mx-92px {
    margin-left: -92px;
    margin-right: -92px;
  }

  .lg\:-my-93px {
    margin-top: -93px;
    margin-bottom: -93px;
  }

  .lg\:-mx-93px {
    margin-left: -93px;
    margin-right: -93px;
  }

  .lg\:-my-94px {
    margin-top: -94px;
    margin-bottom: -94px;
  }

  .lg\:-mx-94px {
    margin-left: -94px;
    margin-right: -94px;
  }

  .lg\:-my-95px {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .lg\:-mx-95px {
    margin-left: -95px;
    margin-right: -95px;
  }

  .lg\:-my-96px {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .lg\:-mx-96px {
    margin-left: -96px;
    margin-right: -96px;
  }

  .lg\:-my-97px {
    margin-top: -97px;
    margin-bottom: -97px;
  }

  .lg\:-mx-97px {
    margin-left: -97px;
    margin-right: -97px;
  }

  .lg\:-my-98px {
    margin-top: -98px;
    margin-bottom: -98px;
  }

  .lg\:-mx-98px {
    margin-left: -98px;
    margin-right: -98px;
  }

  .lg\:-my-99px {
    margin-top: -99px;
    margin-bottom: -99px;
  }

  .lg\:-mx-99px {
    margin-left: -99px;
    margin-right: -99px;
  }

  .lg\:-my-100px {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .lg\:-mx-100px {
    margin-left: -100px;
    margin-right: -100px;
  }

  .lg\:-my-101px {
    margin-top: -101px;
    margin-bottom: -101px;
  }

  .lg\:-mx-101px {
    margin-left: -101px;
    margin-right: -101px;
  }

  .lg\:-my-102px {
    margin-top: -102px;
    margin-bottom: -102px;
  }

  .lg\:-mx-102px {
    margin-left: -102px;
    margin-right: -102px;
  }

  .lg\:-my-103px {
    margin-top: -103px;
    margin-bottom: -103px;
  }

  .lg\:-mx-103px {
    margin-left: -103px;
    margin-right: -103px;
  }

  .lg\:-my-104px {
    margin-top: -104px;
    margin-bottom: -104px;
  }

  .lg\:-mx-104px {
    margin-left: -104px;
    margin-right: -104px;
  }

  .lg\:-my-105px {
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .lg\:-mx-105px {
    margin-left: -105px;
    margin-right: -105px;
  }

  .lg\:-my-106px {
    margin-top: -106px;
    margin-bottom: -106px;
  }

  .lg\:-mx-106px {
    margin-left: -106px;
    margin-right: -106px;
  }

  .lg\:-my-107px {
    margin-top: -107px;
    margin-bottom: -107px;
  }

  .lg\:-mx-107px {
    margin-left: -107px;
    margin-right: -107px;
  }

  .lg\:-my-108px {
    margin-top: -108px;
    margin-bottom: -108px;
  }

  .lg\:-mx-108px {
    margin-left: -108px;
    margin-right: -108px;
  }

  .lg\:-my-109px {
    margin-top: -109px;
    margin-bottom: -109px;
  }

  .lg\:-mx-109px {
    margin-left: -109px;
    margin-right: -109px;
  }

  .lg\:-my-110px {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .lg\:-mx-110px {
    margin-left: -110px;
    margin-right: -110px;
  }

  .lg\:-my-111px {
    margin-top: -111px;
    margin-bottom: -111px;
  }

  .lg\:-mx-111px {
    margin-left: -111px;
    margin-right: -111px;
  }

  .lg\:-my-112px {
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .lg\:-mx-112px {
    margin-left: -112px;
    margin-right: -112px;
  }

  .lg\:-my-113px {
    margin-top: -113px;
    margin-bottom: -113px;
  }

  .lg\:-mx-113px {
    margin-left: -113px;
    margin-right: -113px;
  }

  .lg\:-my-114px {
    margin-top: -114px;
    margin-bottom: -114px;
  }

  .lg\:-mx-114px {
    margin-left: -114px;
    margin-right: -114px;
  }

  .lg\:-my-115px {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .lg\:-mx-115px {
    margin-left: -115px;
    margin-right: -115px;
  }

  .lg\:-my-116px {
    margin-top: -116px;
    margin-bottom: -116px;
  }

  .lg\:-mx-116px {
    margin-left: -116px;
    margin-right: -116px;
  }

  .lg\:-my-117px {
    margin-top: -117px;
    margin-bottom: -117px;
  }

  .lg\:-mx-117px {
    margin-left: -117px;
    margin-right: -117px;
  }

  .lg\:-my-118px {
    margin-top: -118px;
    margin-bottom: -118px;
  }

  .lg\:-mx-118px {
    margin-left: -118px;
    margin-right: -118px;
  }

  .lg\:-my-119px {
    margin-top: -119px;
    margin-bottom: -119px;
  }

  .lg\:-mx-119px {
    margin-left: -119px;
    margin-right: -119px;
  }

  .lg\:-my-120px {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .lg\:-mx-120px {
    margin-left: -120px;
    margin-right: -120px;
  }

  .lg\:-my-121px {
    margin-top: -121px;
    margin-bottom: -121px;
  }

  .lg\:-mx-121px {
    margin-left: -121px;
    margin-right: -121px;
  }

  .lg\:-my-122px {
    margin-top: -122px;
    margin-bottom: -122px;
  }

  .lg\:-mx-122px {
    margin-left: -122px;
    margin-right: -122px;
  }

  .lg\:-my-123px {
    margin-top: -123px;
    margin-bottom: -123px;
  }

  .lg\:-mx-123px {
    margin-left: -123px;
    margin-right: -123px;
  }

  .lg\:-my-124px {
    margin-top: -124px;
    margin-bottom: -124px;
  }

  .lg\:-mx-124px {
    margin-left: -124px;
    margin-right: -124px;
  }

  .lg\:-my-125px {
    margin-top: -125px;
    margin-bottom: -125px;
  }

  .lg\:-mx-125px {
    margin-left: -125px;
    margin-right: -125px;
  }

  .lg\:-my-126px {
    margin-top: -126px;
    margin-bottom: -126px;
  }

  .lg\:-mx-126px {
    margin-left: -126px;
    margin-right: -126px;
  }

  .lg\:-my-127px {
    margin-top: -127px;
    margin-bottom: -127px;
  }

  .lg\:-mx-127px {
    margin-left: -127px;
    margin-right: -127px;
  }

  .lg\:-my-128px {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .lg\:-mx-128px {
    margin-left: -128px;
    margin-right: -128px;
  }

  .lg\:-my-129px {
    margin-top: -129px;
    margin-bottom: -129px;
  }

  .lg\:-mx-129px {
    margin-left: -129px;
    margin-right: -129px;
  }

  .lg\:-my-130px {
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .lg\:-mx-130px {
    margin-left: -130px;
    margin-right: -130px;
  }

  .lg\:-my-133px {
    margin-top: -133px;
    margin-bottom: -133px;
  }

  .lg\:-mx-133px {
    margin-left: -133px;
    margin-right: -133px;
  }

  .lg\:-my-140px {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .lg\:-mx-140px {
    margin-left: -140px;
    margin-right: -140px;
  }

  .lg\:-my-195px {
    margin-top: -195px;
    margin-bottom: -195px;
  }

  .lg\:-mx-195px {
    margin-left: -195px;
    margin-right: -195px;
  }

  .lg\:-my-200px {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .lg\:-mx-200px {
    margin-left: -200px;
    margin-right: -200px;
  }

  .lg\:-my-210px {
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .lg\:-mx-210px {
    margin-left: -210px;
    margin-right: -210px;
  }

  .lg\:-my-222px {
    margin-top: -222px;
    margin-bottom: -222px;
  }

  .lg\:-mx-222px {
    margin-left: -222px;
    margin-right: -222px;
  }

  .lg\:-my-258px {
    margin-top: -258px;
    margin-bottom: -258px;
  }

  .lg\:-mx-258px {
    margin-left: -258px;
    margin-right: -258px;
  }

  .lg\:-my-280px {
    margin-top: -280px;
    margin-bottom: -280px;
  }

  .lg\:-mx-280px {
    margin-left: -280px;
    margin-right: -280px;
  }

  .lg\:-my-334px {
    margin-top: -334px;
    margin-bottom: -334px;
  }

  .lg\:-mx-334px {
    margin-left: -334px;
    margin-right: -334px;
  }

  .lg\:-my-388px {
    margin-top: -388px;
    margin-bottom: -388px;
  }

  .lg\:-mx-388px {
    margin-left: -388px;
    margin-right: -388px;
  }

  .lg\:-my-480px {
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .lg\:-mx-480px {
    margin-left: -480px;
    margin-right: -480px;
  }

  .lg\:-my-490px {
    margin-top: -490px;
    margin-bottom: -490px;
  }

  .lg\:-mx-490px {
    margin-left: -490px;
    margin-right: -490px;
  }

  .lg\:-my-505px {
    margin-top: -505px;
    margin-bottom: -505px;
  }

  .lg\:-mx-505px {
    margin-left: -505px;
    margin-right: -505px;
  }

  .lg\:-my-507px {
    margin-top: -507px;
    margin-bottom: -507px;
  }

  .lg\:-mx-507px {
    margin-left: -507px;
    margin-right: -507px;
  }

  .lg\:-my-760px {
    margin-top: -760px;
    margin-bottom: -760px;
  }

  .lg\:-mx-760px {
    margin-left: -760px;
    margin-right: -760px;
  }

  .lg\:-my-780px {
    margin-top: -780px;
    margin-bottom: -780px;
  }

  .lg\:-mx-780px {
    margin-left: -780px;
    margin-right: -780px;
  }

  .lg\:-my-980px {
    margin-top: -980px;
    margin-bottom: -980px;
  }

  .lg\:-mx-980px {
    margin-left: -980px;
    margin-right: -980px;
  }

  .lg\:-my-1366px {
    margin-top: -1366px;
    margin-bottom: -1366px;
  }

  .lg\:-mx-1366px {
    margin-left: -1366px;
    margin-right: -1366px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mr-11 {
    margin-right: 2.75rem;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mr-28 {
    margin-right: 7rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:ml-28 {
    margin-left: 7rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:mr-36 {
    margin-right: 9rem;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem;
  }

  .lg\:ml-36 {
    margin-left: 9rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:mt-44 {
    margin-top: 11rem;
  }

  .lg\:mr-44 {
    margin-right: 11rem;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem;
  }

  .lg\:ml-44 {
    margin-left: 11rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:mt-52 {
    margin-top: 13rem;
  }

  .lg\:mr-52 {
    margin-right: 13rem;
  }

  .lg\:mb-52 {
    margin-bottom: 13rem;
  }

  .lg\:ml-52 {
    margin-left: 13rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:mt-60 {
    margin-top: 15rem;
  }

  .lg\:mr-60 {
    margin-right: 15rem;
  }

  .lg\:mb-60 {
    margin-bottom: 15rem;
  }

  .lg\:ml-60 {
    margin-left: 15rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:mt-72 {
    margin-top: 18rem;
  }

  .lg\:mr-72 {
    margin-right: 18rem;
  }

  .lg\:mb-72 {
    margin-bottom: 18rem;
  }

  .lg\:ml-72 {
    margin-left: 18rem;
  }

  .lg\:mt-80 {
    margin-top: 20rem;
  }

  .lg\:mr-80 {
    margin-right: 20rem;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem;
  }

  .lg\:ml-80 {
    margin-left: 20rem;
  }

  .lg\:mt-96 {
    margin-top: 24rem;
  }

  .lg\:mr-96 {
    margin-right: 24rem;
  }

  .lg\:mb-96 {
    margin-bottom: 24rem;
  }

  .lg\:ml-96 {
    margin-left: 24rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .lg\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .lg\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .lg\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .lg\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .lg\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .lg\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .lg\:mt-1px {
    margin-top: 1px;
  }

  .lg\:mr-1px {
    margin-right: 1px;
  }

  .lg\:mb-1px {
    margin-bottom: 1px;
  }

  .lg\:ml-1px {
    margin-left: 1px;
  }

  .lg\:mt-2px {
    margin-top: 2px;
  }

  .lg\:mr-2px {
    margin-right: 2px;
  }

  .lg\:mb-2px {
    margin-bottom: 2px;
  }

  .lg\:ml-2px {
    margin-left: 2px;
  }

  .lg\:mt-3px {
    margin-top: 3px;
  }

  .lg\:mr-3px {
    margin-right: 3px;
  }

  .lg\:mb-3px {
    margin-bottom: 3px;
  }

  .lg\:ml-3px {
    margin-left: 3px;
  }

  .lg\:mt-4px {
    margin-top: 4px;
  }

  .lg\:mr-4px {
    margin-right: 4px;
  }

  .lg\:mb-4px {
    margin-bottom: 4px;
  }

  .lg\:ml-4px {
    margin-left: 4px;
  }

  .lg\:mt-5px {
    margin-top: 5px;
  }

  .lg\:mr-5px {
    margin-right: 5px;
  }

  .lg\:mb-5px {
    margin-bottom: 5px;
  }

  .lg\:ml-5px {
    margin-left: 5px;
  }

  .lg\:mt-6px {
    margin-top: 6px;
  }

  .lg\:mr-6px {
    margin-right: 6px;
  }

  .lg\:mb-6px {
    margin-bottom: 6px;
  }

  .lg\:ml-6px {
    margin-left: 6px;
  }

  .lg\:mt-7px {
    margin-top: 7px;
  }

  .lg\:mr-7px {
    margin-right: 7px;
  }

  .lg\:mb-7px {
    margin-bottom: 7px;
  }

  .lg\:ml-7px {
    margin-left: 7px;
  }

  .lg\:mt-8px {
    margin-top: 8px;
  }

  .lg\:mr-8px {
    margin-right: 8px;
  }

  .lg\:mb-8px {
    margin-bottom: 8px;
  }

  .lg\:ml-8px {
    margin-left: 8px;
  }

  .lg\:mt-9px {
    margin-top: 9px;
  }

  .lg\:mr-9px {
    margin-right: 9px;
  }

  .lg\:mb-9px {
    margin-bottom: 9px;
  }

  .lg\:ml-9px {
    margin-left: 9px;
  }

  .lg\:mt-10px {
    margin-top: 10px;
  }

  .lg\:mr-10px {
    margin-right: 10px;
  }

  .lg\:mb-10px {
    margin-bottom: 10px;
  }

  .lg\:ml-10px {
    margin-left: 10px;
  }

  .lg\:mt-11px {
    margin-top: 11px;
  }

  .lg\:mr-11px {
    margin-right: 11px;
  }

  .lg\:mb-11px {
    margin-bottom: 11px;
  }

  .lg\:ml-11px {
    margin-left: 11px;
  }

  .lg\:mt-12px {
    margin-top: 12px;
  }

  .lg\:mr-12px {
    margin-right: 12px;
  }

  .lg\:mb-12px {
    margin-bottom: 12px;
  }

  .lg\:ml-12px {
    margin-left: 12px;
  }

  .lg\:mt-13px {
    margin-top: 13px;
  }

  .lg\:mr-13px {
    margin-right: 13px;
  }

  .lg\:mb-13px {
    margin-bottom: 13px;
  }

  .lg\:ml-13px {
    margin-left: 13px;
  }

  .lg\:mt-14px {
    margin-top: 14px;
  }

  .lg\:mr-14px {
    margin-right: 14px;
  }

  .lg\:mb-14px {
    margin-bottom: 14px;
  }

  .lg\:ml-14px {
    margin-left: 14px;
  }

  .lg\:mt-15px {
    margin-top: 15px;
  }

  .lg\:mr-15px {
    margin-right: 15px;
  }

  .lg\:mb-15px {
    margin-bottom: 15px;
  }

  .lg\:ml-15px {
    margin-left: 15px;
  }

  .lg\:mt-16px {
    margin-top: 16px;
  }

  .lg\:mr-16px {
    margin-right: 16px;
  }

  .lg\:mb-16px {
    margin-bottom: 16px;
  }

  .lg\:ml-16px {
    margin-left: 16px;
  }

  .lg\:mt-17px {
    margin-top: 17px;
  }

  .lg\:mr-17px {
    margin-right: 17px;
  }

  .lg\:mb-17px {
    margin-bottom: 17px;
  }

  .lg\:ml-17px {
    margin-left: 17px;
  }

  .lg\:mt-18px {
    margin-top: 18px;
  }

  .lg\:mr-18px {
    margin-right: 18px;
  }

  .lg\:mb-18px {
    margin-bottom: 18px;
  }

  .lg\:ml-18px {
    margin-left: 18px;
  }

  .lg\:mt-19px {
    margin-top: 19px;
  }

  .lg\:mr-19px {
    margin-right: 19px;
  }

  .lg\:mb-19px {
    margin-bottom: 19px;
  }

  .lg\:ml-19px {
    margin-left: 19px;
  }

  .lg\:mt-20px {
    margin-top: 20px;
  }

  .lg\:mr-20px {
    margin-right: 20px;
  }

  .lg\:mb-20px {
    margin-bottom: 20px;
  }

  .lg\:ml-20px {
    margin-left: 20px;
  }

  .lg\:mt-21px {
    margin-top: 21px;
  }

  .lg\:mr-21px {
    margin-right: 21px;
  }

  .lg\:mb-21px {
    margin-bottom: 21px;
  }

  .lg\:ml-21px {
    margin-left: 21px;
  }

  .lg\:mt-22px {
    margin-top: 22px;
  }

  .lg\:mr-22px {
    margin-right: 22px;
  }

  .lg\:mb-22px {
    margin-bottom: 22px;
  }

  .lg\:ml-22px {
    margin-left: 22px;
  }

  .lg\:mt-23px {
    margin-top: 23px;
  }

  .lg\:mr-23px {
    margin-right: 23px;
  }

  .lg\:mb-23px {
    margin-bottom: 23px;
  }

  .lg\:ml-23px {
    margin-left: 23px;
  }

  .lg\:mt-24px {
    margin-top: 24px;
  }

  .lg\:mr-24px {
    margin-right: 24px;
  }

  .lg\:mb-24px {
    margin-bottom: 24px;
  }

  .lg\:ml-24px {
    margin-left: 24px;
  }

  .lg\:mt-25px {
    margin-top: 25px;
  }

  .lg\:mr-25px {
    margin-right: 25px;
  }

  .lg\:mb-25px {
    margin-bottom: 25px;
  }

  .lg\:ml-25px {
    margin-left: 25px;
  }

  .lg\:mt-26px {
    margin-top: 26px;
  }

  .lg\:mr-26px {
    margin-right: 26px;
  }

  .lg\:mb-26px {
    margin-bottom: 26px;
  }

  .lg\:ml-26px {
    margin-left: 26px;
  }

  .lg\:mt-27px {
    margin-top: 27px;
  }

  .lg\:mr-27px {
    margin-right: 27px;
  }

  .lg\:mb-27px {
    margin-bottom: 27px;
  }

  .lg\:ml-27px {
    margin-left: 27px;
  }

  .lg\:mt-28px {
    margin-top: 28px;
  }

  .lg\:mr-28px {
    margin-right: 28px;
  }

  .lg\:mb-28px {
    margin-bottom: 28px;
  }

  .lg\:ml-28px {
    margin-left: 28px;
  }

  .lg\:mt-29px {
    margin-top: 29px;
  }

  .lg\:mr-29px {
    margin-right: 29px;
  }

  .lg\:mb-29px {
    margin-bottom: 29px;
  }

  .lg\:ml-29px {
    margin-left: 29px;
  }

  .lg\:mt-30px {
    margin-top: 30px;
  }

  .lg\:mr-30px {
    margin-right: 30px;
  }

  .lg\:mb-30px {
    margin-bottom: 30px;
  }

  .lg\:ml-30px {
    margin-left: 30px;
  }

  .lg\:mt-31px {
    margin-top: 31px;
  }

  .lg\:mr-31px {
    margin-right: 31px;
  }

  .lg\:mb-31px {
    margin-bottom: 31px;
  }

  .lg\:ml-31px {
    margin-left: 31px;
  }

  .lg\:mt-32px {
    margin-top: 32px;
  }

  .lg\:mr-32px {
    margin-right: 32px;
  }

  .lg\:mb-32px {
    margin-bottom: 32px;
  }

  .lg\:ml-32px {
    margin-left: 32px;
  }

  .lg\:mt-33px {
    margin-top: 33px;
  }

  .lg\:mr-33px {
    margin-right: 33px;
  }

  .lg\:mb-33px {
    margin-bottom: 33px;
  }

  .lg\:ml-33px {
    margin-left: 33px;
  }

  .lg\:mt-34px {
    margin-top: 34px;
  }

  .lg\:mr-34px {
    margin-right: 34px;
  }

  .lg\:mb-34px {
    margin-bottom: 34px;
  }

  .lg\:ml-34px {
    margin-left: 34px;
  }

  .lg\:mt-35px {
    margin-top: 35px;
  }

  .lg\:mr-35px {
    margin-right: 35px;
  }

  .lg\:mb-35px {
    margin-bottom: 35px;
  }

  .lg\:ml-35px {
    margin-left: 35px;
  }

  .lg\:mt-36px {
    margin-top: 36px;
  }

  .lg\:mr-36px {
    margin-right: 36px;
  }

  .lg\:mb-36px {
    margin-bottom: 36px;
  }

  .lg\:ml-36px {
    margin-left: 36px;
  }

  .lg\:mt-37px {
    margin-top: 37px;
  }

  .lg\:mr-37px {
    margin-right: 37px;
  }

  .lg\:mb-37px {
    margin-bottom: 37px;
  }

  .lg\:ml-37px {
    margin-left: 37px;
  }

  .lg\:mt-38px {
    margin-top: 38px;
  }

  .lg\:mr-38px {
    margin-right: 38px;
  }

  .lg\:mb-38px {
    margin-bottom: 38px;
  }

  .lg\:ml-38px {
    margin-left: 38px;
  }

  .lg\:mt-39px {
    margin-top: 39px;
  }

  .lg\:mr-39px {
    margin-right: 39px;
  }

  .lg\:mb-39px {
    margin-bottom: 39px;
  }

  .lg\:ml-39px {
    margin-left: 39px;
  }

  .lg\:mt-40px {
    margin-top: 40px;
  }

  .lg\:mr-40px {
    margin-right: 40px;
  }

  .lg\:mb-40px {
    margin-bottom: 40px;
  }

  .lg\:ml-40px {
    margin-left: 40px;
  }

  .lg\:mt-41px {
    margin-top: 41px;
  }

  .lg\:mr-41px {
    margin-right: 41px;
  }

  .lg\:mb-41px {
    margin-bottom: 41px;
  }

  .lg\:ml-41px {
    margin-left: 41px;
  }

  .lg\:mt-42px {
    margin-top: 42px;
  }

  .lg\:mr-42px {
    margin-right: 42px;
  }

  .lg\:mb-42px {
    margin-bottom: 42px;
  }

  .lg\:ml-42px {
    margin-left: 42px;
  }

  .lg\:mt-43px {
    margin-top: 43px;
  }

  .lg\:mr-43px {
    margin-right: 43px;
  }

  .lg\:mb-43px {
    margin-bottom: 43px;
  }

  .lg\:ml-43px {
    margin-left: 43px;
  }

  .lg\:mt-44px {
    margin-top: 44px;
  }

  .lg\:mr-44px {
    margin-right: 44px;
  }

  .lg\:mb-44px {
    margin-bottom: 44px;
  }

  .lg\:ml-44px {
    margin-left: 44px;
  }

  .lg\:mt-45px {
    margin-top: 45px;
  }

  .lg\:mr-45px {
    margin-right: 45px;
  }

  .lg\:mb-45px {
    margin-bottom: 45px;
  }

  .lg\:ml-45px {
    margin-left: 45px;
  }

  .lg\:mt-46px {
    margin-top: 46px;
  }

  .lg\:mr-46px {
    margin-right: 46px;
  }

  .lg\:mb-46px {
    margin-bottom: 46px;
  }

  .lg\:ml-46px {
    margin-left: 46px;
  }

  .lg\:mt-47px {
    margin-top: 47px;
  }

  .lg\:mr-47px {
    margin-right: 47px;
  }

  .lg\:mb-47px {
    margin-bottom: 47px;
  }

  .lg\:ml-47px {
    margin-left: 47px;
  }

  .lg\:mt-48px {
    margin-top: 48px;
  }

  .lg\:mr-48px {
    margin-right: 48px;
  }

  .lg\:mb-48px {
    margin-bottom: 48px;
  }

  .lg\:ml-48px {
    margin-left: 48px;
  }

  .lg\:mt-49px {
    margin-top: 49px;
  }

  .lg\:mr-49px {
    margin-right: 49px;
  }

  .lg\:mb-49px {
    margin-bottom: 49px;
  }

  .lg\:ml-49px {
    margin-left: 49px;
  }

  .lg\:mt-50px {
    margin-top: 50px;
  }

  .lg\:mr-50px {
    margin-right: 50px;
  }

  .lg\:mb-50px {
    margin-bottom: 50px;
  }

  .lg\:ml-50px {
    margin-left: 50px;
  }

  .lg\:mt-51px {
    margin-top: 51px;
  }

  .lg\:mr-51px {
    margin-right: 51px;
  }

  .lg\:mb-51px {
    margin-bottom: 51px;
  }

  .lg\:ml-51px {
    margin-left: 51px;
  }

  .lg\:mt-52px {
    margin-top: 52px;
  }

  .lg\:mr-52px {
    margin-right: 52px;
  }

  .lg\:mb-52px {
    margin-bottom: 52px;
  }

  .lg\:ml-52px {
    margin-left: 52px;
  }

  .lg\:mt-53px {
    margin-top: 53px;
  }

  .lg\:mr-53px {
    margin-right: 53px;
  }

  .lg\:mb-53px {
    margin-bottom: 53px;
  }

  .lg\:ml-53px {
    margin-left: 53px;
  }

  .lg\:mt-54px {
    margin-top: 54px;
  }

  .lg\:mr-54px {
    margin-right: 54px;
  }

  .lg\:mb-54px {
    margin-bottom: 54px;
  }

  .lg\:ml-54px {
    margin-left: 54px;
  }

  .lg\:mt-55px {
    margin-top: 55px;
  }

  .lg\:mr-55px {
    margin-right: 55px;
  }

  .lg\:mb-55px {
    margin-bottom: 55px;
  }

  .lg\:ml-55px {
    margin-left: 55px;
  }

  .lg\:mt-56px {
    margin-top: 56px;
  }

  .lg\:mr-56px {
    margin-right: 56px;
  }

  .lg\:mb-56px {
    margin-bottom: 56px;
  }

  .lg\:ml-56px {
    margin-left: 56px;
  }

  .lg\:mt-57px {
    margin-top: 57px;
  }

  .lg\:mr-57px {
    margin-right: 57px;
  }

  .lg\:mb-57px {
    margin-bottom: 57px;
  }

  .lg\:ml-57px {
    margin-left: 57px;
  }

  .lg\:mt-58px {
    margin-top: 58px;
  }

  .lg\:mr-58px {
    margin-right: 58px;
  }

  .lg\:mb-58px {
    margin-bottom: 58px;
  }

  .lg\:ml-58px {
    margin-left: 58px;
  }

  .lg\:mt-59px {
    margin-top: 59px;
  }

  .lg\:mr-59px {
    margin-right: 59px;
  }

  .lg\:mb-59px {
    margin-bottom: 59px;
  }

  .lg\:ml-59px {
    margin-left: 59px;
  }

  .lg\:mt-60px {
    margin-top: 60px;
  }

  .lg\:mr-60px {
    margin-right: 60px;
  }

  .lg\:mb-60px {
    margin-bottom: 60px;
  }

  .lg\:ml-60px {
    margin-left: 60px;
  }

  .lg\:mt-61px {
    margin-top: 61px;
  }

  .lg\:mr-61px {
    margin-right: 61px;
  }

  .lg\:mb-61px {
    margin-bottom: 61px;
  }

  .lg\:ml-61px {
    margin-left: 61px;
  }

  .lg\:mt-62px {
    margin-top: 62px;
  }

  .lg\:mr-62px {
    margin-right: 62px;
  }

  .lg\:mb-62px {
    margin-bottom: 62px;
  }

  .lg\:ml-62px {
    margin-left: 62px;
  }

  .lg\:mt-63px {
    margin-top: 63px;
  }

  .lg\:mr-63px {
    margin-right: 63px;
  }

  .lg\:mb-63px {
    margin-bottom: 63px;
  }

  .lg\:ml-63px {
    margin-left: 63px;
  }

  .lg\:mt-64px {
    margin-top: 64px;
  }

  .lg\:mr-64px {
    margin-right: 64px;
  }

  .lg\:mb-64px {
    margin-bottom: 64px;
  }

  .lg\:ml-64px {
    margin-left: 64px;
  }

  .lg\:mt-65px {
    margin-top: 65px;
  }

  .lg\:mr-65px {
    margin-right: 65px;
  }

  .lg\:mb-65px {
    margin-bottom: 65px;
  }

  .lg\:ml-65px {
    margin-left: 65px;
  }

  .lg\:mt-66px {
    margin-top: 66px;
  }

  .lg\:mr-66px {
    margin-right: 66px;
  }

  .lg\:mb-66px {
    margin-bottom: 66px;
  }

  .lg\:ml-66px {
    margin-left: 66px;
  }

  .lg\:mt-67px {
    margin-top: 67px;
  }

  .lg\:mr-67px {
    margin-right: 67px;
  }

  .lg\:mb-67px {
    margin-bottom: 67px;
  }

  .lg\:ml-67px {
    margin-left: 67px;
  }

  .lg\:mt-68px {
    margin-top: 68px;
  }

  .lg\:mr-68px {
    margin-right: 68px;
  }

  .lg\:mb-68px {
    margin-bottom: 68px;
  }

  .lg\:ml-68px {
    margin-left: 68px;
  }

  .lg\:mt-69px {
    margin-top: 69px;
  }

  .lg\:mr-69px {
    margin-right: 69px;
  }

  .lg\:mb-69px {
    margin-bottom: 69px;
  }

  .lg\:ml-69px {
    margin-left: 69px;
  }

  .lg\:mt-70px {
    margin-top: 70px;
  }

  .lg\:mr-70px {
    margin-right: 70px;
  }

  .lg\:mb-70px {
    margin-bottom: 70px;
  }

  .lg\:ml-70px {
    margin-left: 70px;
  }

  .lg\:mt-71px {
    margin-top: 71px;
  }

  .lg\:mr-71px {
    margin-right: 71px;
  }

  .lg\:mb-71px {
    margin-bottom: 71px;
  }

  .lg\:ml-71px {
    margin-left: 71px;
  }

  .lg\:mt-72px {
    margin-top: 72px;
  }

  .lg\:mr-72px {
    margin-right: 72px;
  }

  .lg\:mb-72px {
    margin-bottom: 72px;
  }

  .lg\:ml-72px {
    margin-left: 72px;
  }

  .lg\:mt-73px {
    margin-top: 73px;
  }

  .lg\:mr-73px {
    margin-right: 73px;
  }

  .lg\:mb-73px {
    margin-bottom: 73px;
  }

  .lg\:ml-73px {
    margin-left: 73px;
  }

  .lg\:mt-74px {
    margin-top: 74px;
  }

  .lg\:mr-74px {
    margin-right: 74px;
  }

  .lg\:mb-74px {
    margin-bottom: 74px;
  }

  .lg\:ml-74px {
    margin-left: 74px;
  }

  .lg\:mt-75px {
    margin-top: 75px;
  }

  .lg\:mr-75px {
    margin-right: 75px;
  }

  .lg\:mb-75px {
    margin-bottom: 75px;
  }

  .lg\:ml-75px {
    margin-left: 75px;
  }

  .lg\:mt-76px {
    margin-top: 76px;
  }

  .lg\:mr-76px {
    margin-right: 76px;
  }

  .lg\:mb-76px {
    margin-bottom: 76px;
  }

  .lg\:ml-76px {
    margin-left: 76px;
  }

  .lg\:mt-77px {
    margin-top: 77px;
  }

  .lg\:mr-77px {
    margin-right: 77px;
  }

  .lg\:mb-77px {
    margin-bottom: 77px;
  }

  .lg\:ml-77px {
    margin-left: 77px;
  }

  .lg\:mt-78px {
    margin-top: 78px;
  }

  .lg\:mr-78px {
    margin-right: 78px;
  }

  .lg\:mb-78px {
    margin-bottom: 78px;
  }

  .lg\:ml-78px {
    margin-left: 78px;
  }

  .lg\:mt-79px {
    margin-top: 79px;
  }

  .lg\:mr-79px {
    margin-right: 79px;
  }

  .lg\:mb-79px {
    margin-bottom: 79px;
  }

  .lg\:ml-79px {
    margin-left: 79px;
  }

  .lg\:mt-80px {
    margin-top: 80px;
  }

  .lg\:mr-80px {
    margin-right: 80px;
  }

  .lg\:mb-80px {
    margin-bottom: 80px;
  }

  .lg\:ml-80px {
    margin-left: 80px;
  }

  .lg\:mt-81px {
    margin-top: 81px;
  }

  .lg\:mr-81px {
    margin-right: 81px;
  }

  .lg\:mb-81px {
    margin-bottom: 81px;
  }

  .lg\:ml-81px {
    margin-left: 81px;
  }

  .lg\:mt-82px {
    margin-top: 82px;
  }

  .lg\:mr-82px {
    margin-right: 82px;
  }

  .lg\:mb-82px {
    margin-bottom: 82px;
  }

  .lg\:ml-82px {
    margin-left: 82px;
  }

  .lg\:mt-83px {
    margin-top: 83px;
  }

  .lg\:mr-83px {
    margin-right: 83px;
  }

  .lg\:mb-83px {
    margin-bottom: 83px;
  }

  .lg\:ml-83px {
    margin-left: 83px;
  }

  .lg\:mt-84px {
    margin-top: 84px;
  }

  .lg\:mr-84px {
    margin-right: 84px;
  }

  .lg\:mb-84px {
    margin-bottom: 84px;
  }

  .lg\:ml-84px {
    margin-left: 84px;
  }

  .lg\:mt-85px {
    margin-top: 85px;
  }

  .lg\:mr-85px {
    margin-right: 85px;
  }

  .lg\:mb-85px {
    margin-bottom: 85px;
  }

  .lg\:ml-85px {
    margin-left: 85px;
  }

  .lg\:mt-86px {
    margin-top: 86px;
  }

  .lg\:mr-86px {
    margin-right: 86px;
  }

  .lg\:mb-86px {
    margin-bottom: 86px;
  }

  .lg\:ml-86px {
    margin-left: 86px;
  }

  .lg\:mt-87px {
    margin-top: 87px;
  }

  .lg\:mr-87px {
    margin-right: 87px;
  }

  .lg\:mb-87px {
    margin-bottom: 87px;
  }

  .lg\:ml-87px {
    margin-left: 87px;
  }

  .lg\:mt-88px {
    margin-top: 88px;
  }

  .lg\:mr-88px {
    margin-right: 88px;
  }

  .lg\:mb-88px {
    margin-bottom: 88px;
  }

  .lg\:ml-88px {
    margin-left: 88px;
  }

  .lg\:mt-89px {
    margin-top: 89px;
  }

  .lg\:mr-89px {
    margin-right: 89px;
  }

  .lg\:mb-89px {
    margin-bottom: 89px;
  }

  .lg\:ml-89px {
    margin-left: 89px;
  }

  .lg\:mt-90px {
    margin-top: 90px;
  }

  .lg\:mr-90px {
    margin-right: 90px;
  }

  .lg\:mb-90px {
    margin-bottom: 90px;
  }

  .lg\:ml-90px {
    margin-left: 90px;
  }

  .lg\:mt-91px {
    margin-top: 91px;
  }

  .lg\:mr-91px {
    margin-right: 91px;
  }

  .lg\:mb-91px {
    margin-bottom: 91px;
  }

  .lg\:ml-91px {
    margin-left: 91px;
  }

  .lg\:mt-92px {
    margin-top: 92px;
  }

  .lg\:mr-92px {
    margin-right: 92px;
  }

  .lg\:mb-92px {
    margin-bottom: 92px;
  }

  .lg\:ml-92px {
    margin-left: 92px;
  }

  .lg\:mt-93px {
    margin-top: 93px;
  }

  .lg\:mr-93px {
    margin-right: 93px;
  }

  .lg\:mb-93px {
    margin-bottom: 93px;
  }

  .lg\:ml-93px {
    margin-left: 93px;
  }

  .lg\:mt-94px {
    margin-top: 94px;
  }

  .lg\:mr-94px {
    margin-right: 94px;
  }

  .lg\:mb-94px {
    margin-bottom: 94px;
  }

  .lg\:ml-94px {
    margin-left: 94px;
  }

  .lg\:mt-95px {
    margin-top: 95px;
  }

  .lg\:mr-95px {
    margin-right: 95px;
  }

  .lg\:mb-95px {
    margin-bottom: 95px;
  }

  .lg\:ml-95px {
    margin-left: 95px;
  }

  .lg\:mt-96px {
    margin-top: 96px;
  }

  .lg\:mr-96px {
    margin-right: 96px;
  }

  .lg\:mb-96px {
    margin-bottom: 96px;
  }

  .lg\:ml-96px {
    margin-left: 96px;
  }

  .lg\:mt-97px {
    margin-top: 97px;
  }

  .lg\:mr-97px {
    margin-right: 97px;
  }

  .lg\:mb-97px {
    margin-bottom: 97px;
  }

  .lg\:ml-97px {
    margin-left: 97px;
  }

  .lg\:mt-98px {
    margin-top: 98px;
  }

  .lg\:mr-98px {
    margin-right: 98px;
  }

  .lg\:mb-98px {
    margin-bottom: 98px;
  }

  .lg\:ml-98px {
    margin-left: 98px;
  }

  .lg\:mt-99px {
    margin-top: 99px;
  }

  .lg\:mr-99px {
    margin-right: 99px;
  }

  .lg\:mb-99px {
    margin-bottom: 99px;
  }

  .lg\:ml-99px {
    margin-left: 99px;
  }

  .lg\:mt-100px {
    margin-top: 100px;
  }

  .lg\:mr-100px {
    margin-right: 100px;
  }

  .lg\:mb-100px {
    margin-bottom: 100px;
  }

  .lg\:ml-100px {
    margin-left: 100px;
  }

  .lg\:mt-101px {
    margin-top: 101px;
  }

  .lg\:mr-101px {
    margin-right: 101px;
  }

  .lg\:mb-101px {
    margin-bottom: 101px;
  }

  .lg\:ml-101px {
    margin-left: 101px;
  }

  .lg\:mt-102px {
    margin-top: 102px;
  }

  .lg\:mr-102px {
    margin-right: 102px;
  }

  .lg\:mb-102px {
    margin-bottom: 102px;
  }

  .lg\:ml-102px {
    margin-left: 102px;
  }

  .lg\:mt-103px {
    margin-top: 103px;
  }

  .lg\:mr-103px {
    margin-right: 103px;
  }

  .lg\:mb-103px {
    margin-bottom: 103px;
  }

  .lg\:ml-103px {
    margin-left: 103px;
  }

  .lg\:mt-104px {
    margin-top: 104px;
  }

  .lg\:mr-104px {
    margin-right: 104px;
  }

  .lg\:mb-104px {
    margin-bottom: 104px;
  }

  .lg\:ml-104px {
    margin-left: 104px;
  }

  .lg\:mt-105px {
    margin-top: 105px;
  }

  .lg\:mr-105px {
    margin-right: 105px;
  }

  .lg\:mb-105px {
    margin-bottom: 105px;
  }

  .lg\:ml-105px {
    margin-left: 105px;
  }

  .lg\:mt-106px {
    margin-top: 106px;
  }

  .lg\:mr-106px {
    margin-right: 106px;
  }

  .lg\:mb-106px {
    margin-bottom: 106px;
  }

  .lg\:ml-106px {
    margin-left: 106px;
  }

  .lg\:mt-107px {
    margin-top: 107px;
  }

  .lg\:mr-107px {
    margin-right: 107px;
  }

  .lg\:mb-107px {
    margin-bottom: 107px;
  }

  .lg\:ml-107px {
    margin-left: 107px;
  }

  .lg\:mt-108px {
    margin-top: 108px;
  }

  .lg\:mr-108px {
    margin-right: 108px;
  }

  .lg\:mb-108px {
    margin-bottom: 108px;
  }

  .lg\:ml-108px {
    margin-left: 108px;
  }

  .lg\:mt-109px {
    margin-top: 109px;
  }

  .lg\:mr-109px {
    margin-right: 109px;
  }

  .lg\:mb-109px {
    margin-bottom: 109px;
  }

  .lg\:ml-109px {
    margin-left: 109px;
  }

  .lg\:mt-110px {
    margin-top: 110px;
  }

  .lg\:mr-110px {
    margin-right: 110px;
  }

  .lg\:mb-110px {
    margin-bottom: 110px;
  }

  .lg\:ml-110px {
    margin-left: 110px;
  }

  .lg\:mt-111px {
    margin-top: 111px;
  }

  .lg\:mr-111px {
    margin-right: 111px;
  }

  .lg\:mb-111px {
    margin-bottom: 111px;
  }

  .lg\:ml-111px {
    margin-left: 111px;
  }

  .lg\:mt-112px {
    margin-top: 112px;
  }

  .lg\:mr-112px {
    margin-right: 112px;
  }

  .lg\:mb-112px {
    margin-bottom: 112px;
  }

  .lg\:ml-112px {
    margin-left: 112px;
  }

  .lg\:mt-113px {
    margin-top: 113px;
  }

  .lg\:mr-113px {
    margin-right: 113px;
  }

  .lg\:mb-113px {
    margin-bottom: 113px;
  }

  .lg\:ml-113px {
    margin-left: 113px;
  }

  .lg\:mt-114px {
    margin-top: 114px;
  }

  .lg\:mr-114px {
    margin-right: 114px;
  }

  .lg\:mb-114px {
    margin-bottom: 114px;
  }

  .lg\:ml-114px {
    margin-left: 114px;
  }

  .lg\:mt-115px {
    margin-top: 115px;
  }

  .lg\:mr-115px {
    margin-right: 115px;
  }

  .lg\:mb-115px {
    margin-bottom: 115px;
  }

  .lg\:ml-115px {
    margin-left: 115px;
  }

  .lg\:mt-116px {
    margin-top: 116px;
  }

  .lg\:mr-116px {
    margin-right: 116px;
  }

  .lg\:mb-116px {
    margin-bottom: 116px;
  }

  .lg\:ml-116px {
    margin-left: 116px;
  }

  .lg\:mt-117px {
    margin-top: 117px;
  }

  .lg\:mr-117px {
    margin-right: 117px;
  }

  .lg\:mb-117px {
    margin-bottom: 117px;
  }

  .lg\:ml-117px {
    margin-left: 117px;
  }

  .lg\:mt-118px {
    margin-top: 118px;
  }

  .lg\:mr-118px {
    margin-right: 118px;
  }

  .lg\:mb-118px {
    margin-bottom: 118px;
  }

  .lg\:ml-118px {
    margin-left: 118px;
  }

  .lg\:mt-119px {
    margin-top: 119px;
  }

  .lg\:mr-119px {
    margin-right: 119px;
  }

  .lg\:mb-119px {
    margin-bottom: 119px;
  }

  .lg\:ml-119px {
    margin-left: 119px;
  }

  .lg\:mt-120px {
    margin-top: 120px;
  }

  .lg\:mr-120px {
    margin-right: 120px;
  }

  .lg\:mb-120px {
    margin-bottom: 120px;
  }

  .lg\:ml-120px {
    margin-left: 120px;
  }

  .lg\:mt-121px {
    margin-top: 121px;
  }

  .lg\:mr-121px {
    margin-right: 121px;
  }

  .lg\:mb-121px {
    margin-bottom: 121px;
  }

  .lg\:ml-121px {
    margin-left: 121px;
  }

  .lg\:mt-122px {
    margin-top: 122px;
  }

  .lg\:mr-122px {
    margin-right: 122px;
  }

  .lg\:mb-122px {
    margin-bottom: 122px;
  }

  .lg\:ml-122px {
    margin-left: 122px;
  }

  .lg\:mt-123px {
    margin-top: 123px;
  }

  .lg\:mr-123px {
    margin-right: 123px;
  }

  .lg\:mb-123px {
    margin-bottom: 123px;
  }

  .lg\:ml-123px {
    margin-left: 123px;
  }

  .lg\:mt-124px {
    margin-top: 124px;
  }

  .lg\:mr-124px {
    margin-right: 124px;
  }

  .lg\:mb-124px {
    margin-bottom: 124px;
  }

  .lg\:ml-124px {
    margin-left: 124px;
  }

  .lg\:mt-125px {
    margin-top: 125px;
  }

  .lg\:mr-125px {
    margin-right: 125px;
  }

  .lg\:mb-125px {
    margin-bottom: 125px;
  }

  .lg\:ml-125px {
    margin-left: 125px;
  }

  .lg\:mt-126px {
    margin-top: 126px;
  }

  .lg\:mr-126px {
    margin-right: 126px;
  }

  .lg\:mb-126px {
    margin-bottom: 126px;
  }

  .lg\:ml-126px {
    margin-left: 126px;
  }

  .lg\:mt-127px {
    margin-top: 127px;
  }

  .lg\:mr-127px {
    margin-right: 127px;
  }

  .lg\:mb-127px {
    margin-bottom: 127px;
  }

  .lg\:ml-127px {
    margin-left: 127px;
  }

  .lg\:mt-128px {
    margin-top: 128px;
  }

  .lg\:mr-128px {
    margin-right: 128px;
  }

  .lg\:mb-128px {
    margin-bottom: 128px;
  }

  .lg\:ml-128px {
    margin-left: 128px;
  }

  .lg\:mt-129px {
    margin-top: 129px;
  }

  .lg\:mr-129px {
    margin-right: 129px;
  }

  .lg\:mb-129px {
    margin-bottom: 129px;
  }

  .lg\:ml-129px {
    margin-left: 129px;
  }

  .lg\:mt-130px {
    margin-top: 130px;
  }

  .lg\:mr-130px {
    margin-right: 130px;
  }

  .lg\:mb-130px {
    margin-bottom: 130px;
  }

  .lg\:ml-130px {
    margin-left: 130px;
  }

  .lg\:mt-133px {
    margin-top: 133px;
  }

  .lg\:mr-133px {
    margin-right: 133px;
  }

  .lg\:mb-133px {
    margin-bottom: 133px;
  }

  .lg\:ml-133px {
    margin-left: 133px;
  }

  .lg\:mt-140px {
    margin-top: 140px;
  }

  .lg\:mr-140px {
    margin-right: 140px;
  }

  .lg\:mb-140px {
    margin-bottom: 140px;
  }

  .lg\:ml-140px {
    margin-left: 140px;
  }

  .lg\:mt-195px {
    margin-top: 195px;
  }

  .lg\:mr-195px {
    margin-right: 195px;
  }

  .lg\:mb-195px {
    margin-bottom: 195px;
  }

  .lg\:ml-195px {
    margin-left: 195px;
  }

  .lg\:mt-200px {
    margin-top: 200px;
  }

  .lg\:mr-200px {
    margin-right: 200px;
  }

  .lg\:mb-200px {
    margin-bottom: 200px;
  }

  .lg\:ml-200px {
    margin-left: 200px;
  }

  .lg\:mt-210px {
    margin-top: 210px;
  }

  .lg\:mr-210px {
    margin-right: 210px;
  }

  .lg\:mb-210px {
    margin-bottom: 210px;
  }

  .lg\:ml-210px {
    margin-left: 210px;
  }

  .lg\:mt-222px {
    margin-top: 222px;
  }

  .lg\:mr-222px {
    margin-right: 222px;
  }

  .lg\:mb-222px {
    margin-bottom: 222px;
  }

  .lg\:ml-222px {
    margin-left: 222px;
  }

  .lg\:mt-258px {
    margin-top: 258px;
  }

  .lg\:mr-258px {
    margin-right: 258px;
  }

  .lg\:mb-258px {
    margin-bottom: 258px;
  }

  .lg\:ml-258px {
    margin-left: 258px;
  }

  .lg\:mt-280px {
    margin-top: 280px;
  }

  .lg\:mr-280px {
    margin-right: 280px;
  }

  .lg\:mb-280px {
    margin-bottom: 280px;
  }

  .lg\:ml-280px {
    margin-left: 280px;
  }

  .lg\:mt-334px {
    margin-top: 334px;
  }

  .lg\:mr-334px {
    margin-right: 334px;
  }

  .lg\:mb-334px {
    margin-bottom: 334px;
  }

  .lg\:ml-334px {
    margin-left: 334px;
  }

  .lg\:mt-388px {
    margin-top: 388px;
  }

  .lg\:mr-388px {
    margin-right: 388px;
  }

  .lg\:mb-388px {
    margin-bottom: 388px;
  }

  .lg\:ml-388px {
    margin-left: 388px;
  }

  .lg\:mt-480px {
    margin-top: 480px;
  }

  .lg\:mr-480px {
    margin-right: 480px;
  }

  .lg\:mb-480px {
    margin-bottom: 480px;
  }

  .lg\:ml-480px {
    margin-left: 480px;
  }

  .lg\:mt-490px {
    margin-top: 490px;
  }

  .lg\:mr-490px {
    margin-right: 490px;
  }

  .lg\:mb-490px {
    margin-bottom: 490px;
  }

  .lg\:ml-490px {
    margin-left: 490px;
  }

  .lg\:mt-505px {
    margin-top: 505px;
  }

  .lg\:mr-505px {
    margin-right: 505px;
  }

  .lg\:mb-505px {
    margin-bottom: 505px;
  }

  .lg\:ml-505px {
    margin-left: 505px;
  }

  .lg\:mt-507px {
    margin-top: 507px;
  }

  .lg\:mr-507px {
    margin-right: 507px;
  }

  .lg\:mb-507px {
    margin-bottom: 507px;
  }

  .lg\:ml-507px {
    margin-left: 507px;
  }

  .lg\:mt-760px {
    margin-top: 760px;
  }

  .lg\:mr-760px {
    margin-right: 760px;
  }

  .lg\:mb-760px {
    margin-bottom: 760px;
  }

  .lg\:ml-760px {
    margin-left: 760px;
  }

  .lg\:mt-780px {
    margin-top: 780px;
  }

  .lg\:mr-780px {
    margin-right: 780px;
  }

  .lg\:mb-780px {
    margin-bottom: 780px;
  }

  .lg\:ml-780px {
    margin-left: 780px;
  }

  .lg\:mt-980px {
    margin-top: 980px;
  }

  .lg\:mr-980px {
    margin-right: 980px;
  }

  .lg\:mb-980px {
    margin-bottom: 980px;
  }

  .lg\:ml-980px {
    margin-left: 980px;
  }

  .lg\:mt-1366px {
    margin-top: 1366px;
  }

  .lg\:mr-1366px {
    margin-right: 1366px;
  }

  .lg\:mb-1366px {
    margin-bottom: 1366px;
  }

  .lg\:ml-1366px {
    margin-left: 1366px;
  }

  .lg\:-mt-0 {
    margin-top: 0px;
  }

  .lg\:-mr-0 {
    margin-right: 0px;
  }

  .lg\:-mb-0 {
    margin-bottom: 0px;
  }

  .lg\:-ml-0 {
    margin-left: 0px;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-7 {
    margin-top: -1.75rem;
  }

  .lg\:-mr-7 {
    margin-right: -1.75rem;
  }

  .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .lg\:-ml-7 {
    margin-left: -1.75rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-9 {
    margin-top: -2.25rem;
  }

  .lg\:-mr-9 {
    margin-right: -2.25rem;
  }

  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .lg\:-ml-9 {
    margin-left: -2.25rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-11 {
    margin-top: -2.75rem;
  }

  .lg\:-mr-11 {
    margin-right: -2.75rem;
  }

  .lg\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .lg\:-ml-11 {
    margin-left: -2.75rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-mt-28 {
    margin-top: -7rem;
  }

  .lg\:-mr-28 {
    margin-right: -7rem;
  }

  .lg\:-mb-28 {
    margin-bottom: -7rem;
  }

  .lg\:-ml-28 {
    margin-left: -7rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-mt-36 {
    margin-top: -9rem;
  }

  .lg\:-mr-36 {
    margin-right: -9rem;
  }

  .lg\:-mb-36 {
    margin-bottom: -9rem;
  }

  .lg\:-ml-36 {
    margin-left: -9rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-mt-44 {
    margin-top: -11rem;
  }

  .lg\:-mr-44 {
    margin-right: -11rem;
  }

  .lg\:-mb-44 {
    margin-bottom: -11rem;
  }

  .lg\:-ml-44 {
    margin-left: -11rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-mt-52 {
    margin-top: -13rem;
  }

  .lg\:-mr-52 {
    margin-right: -13rem;
  }

  .lg\:-mb-52 {
    margin-bottom: -13rem;
  }

  .lg\:-ml-52 {
    margin-left: -13rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-mt-60 {
    margin-top: -15rem;
  }

  .lg\:-mr-60 {
    margin-right: -15rem;
  }

  .lg\:-mb-60 {
    margin-bottom: -15rem;
  }

  .lg\:-ml-60 {
    margin-left: -15rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-mt-72 {
    margin-top: -18rem;
  }

  .lg\:-mr-72 {
    margin-right: -18rem;
  }

  .lg\:-mb-72 {
    margin-bottom: -18rem;
  }

  .lg\:-ml-72 {
    margin-left: -18rem;
  }

  .lg\:-mt-80 {
    margin-top: -20rem;
  }

  .lg\:-mr-80 {
    margin-right: -20rem;
  }

  .lg\:-mb-80 {
    margin-bottom: -20rem;
  }

  .lg\:-ml-80 {
    margin-left: -20rem;
  }

  .lg\:-mt-96 {
    margin-top: -24rem;
  }

  .lg\:-mr-96 {
    margin-right: -24rem;
  }

  .lg\:-mb-96 {
    margin-bottom: -24rem;
  }

  .lg\:-ml-96 {
    margin-left: -24rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .lg\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .lg\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .lg\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .lg\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .lg\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .lg\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .lg\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .lg\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .lg\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .lg\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .lg\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .lg\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .lg\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .lg\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .lg\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .lg\:-mt-1px {
    margin-top: -1px;
  }

  .lg\:-mr-1px {
    margin-right: -1px;
  }

  .lg\:-mb-1px {
    margin-bottom: -1px;
  }

  .lg\:-ml-1px {
    margin-left: -1px;
  }

  .lg\:-mt-2px {
    margin-top: -2px;
  }

  .lg\:-mr-2px {
    margin-right: -2px;
  }

  .lg\:-mb-2px {
    margin-bottom: -2px;
  }

  .lg\:-ml-2px {
    margin-left: -2px;
  }

  .lg\:-mt-3px {
    margin-top: -3px;
  }

  .lg\:-mr-3px {
    margin-right: -3px;
  }

  .lg\:-mb-3px {
    margin-bottom: -3px;
  }

  .lg\:-ml-3px {
    margin-left: -3px;
  }

  .lg\:-mt-4px {
    margin-top: -4px;
  }

  .lg\:-mr-4px {
    margin-right: -4px;
  }

  .lg\:-mb-4px {
    margin-bottom: -4px;
  }

  .lg\:-ml-4px {
    margin-left: -4px;
  }

  .lg\:-mt-5px {
    margin-top: -5px;
  }

  .lg\:-mr-5px {
    margin-right: -5px;
  }

  .lg\:-mb-5px {
    margin-bottom: -5px;
  }

  .lg\:-ml-5px {
    margin-left: -5px;
  }

  .lg\:-mt-6px {
    margin-top: -6px;
  }

  .lg\:-mr-6px {
    margin-right: -6px;
  }

  .lg\:-mb-6px {
    margin-bottom: -6px;
  }

  .lg\:-ml-6px {
    margin-left: -6px;
  }

  .lg\:-mt-7px {
    margin-top: -7px;
  }

  .lg\:-mr-7px {
    margin-right: -7px;
  }

  .lg\:-mb-7px {
    margin-bottom: -7px;
  }

  .lg\:-ml-7px {
    margin-left: -7px;
  }

  .lg\:-mt-8px {
    margin-top: -8px;
  }

  .lg\:-mr-8px {
    margin-right: -8px;
  }

  .lg\:-mb-8px {
    margin-bottom: -8px;
  }

  .lg\:-ml-8px {
    margin-left: -8px;
  }

  .lg\:-mt-9px {
    margin-top: -9px;
  }

  .lg\:-mr-9px {
    margin-right: -9px;
  }

  .lg\:-mb-9px {
    margin-bottom: -9px;
  }

  .lg\:-ml-9px {
    margin-left: -9px;
  }

  .lg\:-mt-10px {
    margin-top: -10px;
  }

  .lg\:-mr-10px {
    margin-right: -10px;
  }

  .lg\:-mb-10px {
    margin-bottom: -10px;
  }

  .lg\:-ml-10px {
    margin-left: -10px;
  }

  .lg\:-mt-11px {
    margin-top: -11px;
  }

  .lg\:-mr-11px {
    margin-right: -11px;
  }

  .lg\:-mb-11px {
    margin-bottom: -11px;
  }

  .lg\:-ml-11px {
    margin-left: -11px;
  }

  .lg\:-mt-12px {
    margin-top: -12px;
  }

  .lg\:-mr-12px {
    margin-right: -12px;
  }

  .lg\:-mb-12px {
    margin-bottom: -12px;
  }

  .lg\:-ml-12px {
    margin-left: -12px;
  }

  .lg\:-mt-13px {
    margin-top: -13px;
  }

  .lg\:-mr-13px {
    margin-right: -13px;
  }

  .lg\:-mb-13px {
    margin-bottom: -13px;
  }

  .lg\:-ml-13px {
    margin-left: -13px;
  }

  .lg\:-mt-14px {
    margin-top: -14px;
  }

  .lg\:-mr-14px {
    margin-right: -14px;
  }

  .lg\:-mb-14px {
    margin-bottom: -14px;
  }

  .lg\:-ml-14px {
    margin-left: -14px;
  }

  .lg\:-mt-15px {
    margin-top: -15px;
  }

  .lg\:-mr-15px {
    margin-right: -15px;
  }

  .lg\:-mb-15px {
    margin-bottom: -15px;
  }

  .lg\:-ml-15px {
    margin-left: -15px;
  }

  .lg\:-mt-16px {
    margin-top: -16px;
  }

  .lg\:-mr-16px {
    margin-right: -16px;
  }

  .lg\:-mb-16px {
    margin-bottom: -16px;
  }

  .lg\:-ml-16px {
    margin-left: -16px;
  }

  .lg\:-mt-17px {
    margin-top: -17px;
  }

  .lg\:-mr-17px {
    margin-right: -17px;
  }

  .lg\:-mb-17px {
    margin-bottom: -17px;
  }

  .lg\:-ml-17px {
    margin-left: -17px;
  }

  .lg\:-mt-18px {
    margin-top: -18px;
  }

  .lg\:-mr-18px {
    margin-right: -18px;
  }

  .lg\:-mb-18px {
    margin-bottom: -18px;
  }

  .lg\:-ml-18px {
    margin-left: -18px;
  }

  .lg\:-mt-19px {
    margin-top: -19px;
  }

  .lg\:-mr-19px {
    margin-right: -19px;
  }

  .lg\:-mb-19px {
    margin-bottom: -19px;
  }

  .lg\:-ml-19px {
    margin-left: -19px;
  }

  .lg\:-mt-20px {
    margin-top: -20px;
  }

  .lg\:-mr-20px {
    margin-right: -20px;
  }

  .lg\:-mb-20px {
    margin-bottom: -20px;
  }

  .lg\:-ml-20px {
    margin-left: -20px;
  }

  .lg\:-mt-21px {
    margin-top: -21px;
  }

  .lg\:-mr-21px {
    margin-right: -21px;
  }

  .lg\:-mb-21px {
    margin-bottom: -21px;
  }

  .lg\:-ml-21px {
    margin-left: -21px;
  }

  .lg\:-mt-22px {
    margin-top: -22px;
  }

  .lg\:-mr-22px {
    margin-right: -22px;
  }

  .lg\:-mb-22px {
    margin-bottom: -22px;
  }

  .lg\:-ml-22px {
    margin-left: -22px;
  }

  .lg\:-mt-23px {
    margin-top: -23px;
  }

  .lg\:-mr-23px {
    margin-right: -23px;
  }

  .lg\:-mb-23px {
    margin-bottom: -23px;
  }

  .lg\:-ml-23px {
    margin-left: -23px;
  }

  .lg\:-mt-24px {
    margin-top: -24px;
  }

  .lg\:-mr-24px {
    margin-right: -24px;
  }

  .lg\:-mb-24px {
    margin-bottom: -24px;
  }

  .lg\:-ml-24px {
    margin-left: -24px;
  }

  .lg\:-mt-25px {
    margin-top: -25px;
  }

  .lg\:-mr-25px {
    margin-right: -25px;
  }

  .lg\:-mb-25px {
    margin-bottom: -25px;
  }

  .lg\:-ml-25px {
    margin-left: -25px;
  }

  .lg\:-mt-26px {
    margin-top: -26px;
  }

  .lg\:-mr-26px {
    margin-right: -26px;
  }

  .lg\:-mb-26px {
    margin-bottom: -26px;
  }

  .lg\:-ml-26px {
    margin-left: -26px;
  }

  .lg\:-mt-27px {
    margin-top: -27px;
  }

  .lg\:-mr-27px {
    margin-right: -27px;
  }

  .lg\:-mb-27px {
    margin-bottom: -27px;
  }

  .lg\:-ml-27px {
    margin-left: -27px;
  }

  .lg\:-mt-28px {
    margin-top: -28px;
  }

  .lg\:-mr-28px {
    margin-right: -28px;
  }

  .lg\:-mb-28px {
    margin-bottom: -28px;
  }

  .lg\:-ml-28px {
    margin-left: -28px;
  }

  .lg\:-mt-29px {
    margin-top: -29px;
  }

  .lg\:-mr-29px {
    margin-right: -29px;
  }

  .lg\:-mb-29px {
    margin-bottom: -29px;
  }

  .lg\:-ml-29px {
    margin-left: -29px;
  }

  .lg\:-mt-30px {
    margin-top: -30px;
  }

  .lg\:-mr-30px {
    margin-right: -30px;
  }

  .lg\:-mb-30px {
    margin-bottom: -30px;
  }

  .lg\:-ml-30px {
    margin-left: -30px;
  }

  .lg\:-mt-31px {
    margin-top: -31px;
  }

  .lg\:-mr-31px {
    margin-right: -31px;
  }

  .lg\:-mb-31px {
    margin-bottom: -31px;
  }

  .lg\:-ml-31px {
    margin-left: -31px;
  }

  .lg\:-mt-32px {
    margin-top: -32px;
  }

  .lg\:-mr-32px {
    margin-right: -32px;
  }

  .lg\:-mb-32px {
    margin-bottom: -32px;
  }

  .lg\:-ml-32px {
    margin-left: -32px;
  }

  .lg\:-mt-33px {
    margin-top: -33px;
  }

  .lg\:-mr-33px {
    margin-right: -33px;
  }

  .lg\:-mb-33px {
    margin-bottom: -33px;
  }

  .lg\:-ml-33px {
    margin-left: -33px;
  }

  .lg\:-mt-34px {
    margin-top: -34px;
  }

  .lg\:-mr-34px {
    margin-right: -34px;
  }

  .lg\:-mb-34px {
    margin-bottom: -34px;
  }

  .lg\:-ml-34px {
    margin-left: -34px;
  }

  .lg\:-mt-35px {
    margin-top: -35px;
  }

  .lg\:-mr-35px {
    margin-right: -35px;
  }

  .lg\:-mb-35px {
    margin-bottom: -35px;
  }

  .lg\:-ml-35px {
    margin-left: -35px;
  }

  .lg\:-mt-36px {
    margin-top: -36px;
  }

  .lg\:-mr-36px {
    margin-right: -36px;
  }

  .lg\:-mb-36px {
    margin-bottom: -36px;
  }

  .lg\:-ml-36px {
    margin-left: -36px;
  }

  .lg\:-mt-37px {
    margin-top: -37px;
  }

  .lg\:-mr-37px {
    margin-right: -37px;
  }

  .lg\:-mb-37px {
    margin-bottom: -37px;
  }

  .lg\:-ml-37px {
    margin-left: -37px;
  }

  .lg\:-mt-38px {
    margin-top: -38px;
  }

  .lg\:-mr-38px {
    margin-right: -38px;
  }

  .lg\:-mb-38px {
    margin-bottom: -38px;
  }

  .lg\:-ml-38px {
    margin-left: -38px;
  }

  .lg\:-mt-39px {
    margin-top: -39px;
  }

  .lg\:-mr-39px {
    margin-right: -39px;
  }

  .lg\:-mb-39px {
    margin-bottom: -39px;
  }

  .lg\:-ml-39px {
    margin-left: -39px;
  }

  .lg\:-mt-40px {
    margin-top: -40px;
  }

  .lg\:-mr-40px {
    margin-right: -40px;
  }

  .lg\:-mb-40px {
    margin-bottom: -40px;
  }

  .lg\:-ml-40px {
    margin-left: -40px;
  }

  .lg\:-mt-41px {
    margin-top: -41px;
  }

  .lg\:-mr-41px {
    margin-right: -41px;
  }

  .lg\:-mb-41px {
    margin-bottom: -41px;
  }

  .lg\:-ml-41px {
    margin-left: -41px;
  }

  .lg\:-mt-42px {
    margin-top: -42px;
  }

  .lg\:-mr-42px {
    margin-right: -42px;
  }

  .lg\:-mb-42px {
    margin-bottom: -42px;
  }

  .lg\:-ml-42px {
    margin-left: -42px;
  }

  .lg\:-mt-43px {
    margin-top: -43px;
  }

  .lg\:-mr-43px {
    margin-right: -43px;
  }

  .lg\:-mb-43px {
    margin-bottom: -43px;
  }

  .lg\:-ml-43px {
    margin-left: -43px;
  }

  .lg\:-mt-44px {
    margin-top: -44px;
  }

  .lg\:-mr-44px {
    margin-right: -44px;
  }

  .lg\:-mb-44px {
    margin-bottom: -44px;
  }

  .lg\:-ml-44px {
    margin-left: -44px;
  }

  .lg\:-mt-45px {
    margin-top: -45px;
  }

  .lg\:-mr-45px {
    margin-right: -45px;
  }

  .lg\:-mb-45px {
    margin-bottom: -45px;
  }

  .lg\:-ml-45px {
    margin-left: -45px;
  }

  .lg\:-mt-46px {
    margin-top: -46px;
  }

  .lg\:-mr-46px {
    margin-right: -46px;
  }

  .lg\:-mb-46px {
    margin-bottom: -46px;
  }

  .lg\:-ml-46px {
    margin-left: -46px;
  }

  .lg\:-mt-47px {
    margin-top: -47px;
  }

  .lg\:-mr-47px {
    margin-right: -47px;
  }

  .lg\:-mb-47px {
    margin-bottom: -47px;
  }

  .lg\:-ml-47px {
    margin-left: -47px;
  }

  .lg\:-mt-48px {
    margin-top: -48px;
  }

  .lg\:-mr-48px {
    margin-right: -48px;
  }

  .lg\:-mb-48px {
    margin-bottom: -48px;
  }

  .lg\:-ml-48px {
    margin-left: -48px;
  }

  .lg\:-mt-49px {
    margin-top: -49px;
  }

  .lg\:-mr-49px {
    margin-right: -49px;
  }

  .lg\:-mb-49px {
    margin-bottom: -49px;
  }

  .lg\:-ml-49px {
    margin-left: -49px;
  }

  .lg\:-mt-50px {
    margin-top: -50px;
  }

  .lg\:-mr-50px {
    margin-right: -50px;
  }

  .lg\:-mb-50px {
    margin-bottom: -50px;
  }

  .lg\:-ml-50px {
    margin-left: -50px;
  }

  .lg\:-mt-51px {
    margin-top: -51px;
  }

  .lg\:-mr-51px {
    margin-right: -51px;
  }

  .lg\:-mb-51px {
    margin-bottom: -51px;
  }

  .lg\:-ml-51px {
    margin-left: -51px;
  }

  .lg\:-mt-52px {
    margin-top: -52px;
  }

  .lg\:-mr-52px {
    margin-right: -52px;
  }

  .lg\:-mb-52px {
    margin-bottom: -52px;
  }

  .lg\:-ml-52px {
    margin-left: -52px;
  }

  .lg\:-mt-53px {
    margin-top: -53px;
  }

  .lg\:-mr-53px {
    margin-right: -53px;
  }

  .lg\:-mb-53px {
    margin-bottom: -53px;
  }

  .lg\:-ml-53px {
    margin-left: -53px;
  }

  .lg\:-mt-54px {
    margin-top: -54px;
  }

  .lg\:-mr-54px {
    margin-right: -54px;
  }

  .lg\:-mb-54px {
    margin-bottom: -54px;
  }

  .lg\:-ml-54px {
    margin-left: -54px;
  }

  .lg\:-mt-55px {
    margin-top: -55px;
  }

  .lg\:-mr-55px {
    margin-right: -55px;
  }

  .lg\:-mb-55px {
    margin-bottom: -55px;
  }

  .lg\:-ml-55px {
    margin-left: -55px;
  }

  .lg\:-mt-56px {
    margin-top: -56px;
  }

  .lg\:-mr-56px {
    margin-right: -56px;
  }

  .lg\:-mb-56px {
    margin-bottom: -56px;
  }

  .lg\:-ml-56px {
    margin-left: -56px;
  }

  .lg\:-mt-57px {
    margin-top: -57px;
  }

  .lg\:-mr-57px {
    margin-right: -57px;
  }

  .lg\:-mb-57px {
    margin-bottom: -57px;
  }

  .lg\:-ml-57px {
    margin-left: -57px;
  }

  .lg\:-mt-58px {
    margin-top: -58px;
  }

  .lg\:-mr-58px {
    margin-right: -58px;
  }

  .lg\:-mb-58px {
    margin-bottom: -58px;
  }

  .lg\:-ml-58px {
    margin-left: -58px;
  }

  .lg\:-mt-59px {
    margin-top: -59px;
  }

  .lg\:-mr-59px {
    margin-right: -59px;
  }

  .lg\:-mb-59px {
    margin-bottom: -59px;
  }

  .lg\:-ml-59px {
    margin-left: -59px;
  }

  .lg\:-mt-60px {
    margin-top: -60px;
  }

  .lg\:-mr-60px {
    margin-right: -60px;
  }

  .lg\:-mb-60px {
    margin-bottom: -60px;
  }

  .lg\:-ml-60px {
    margin-left: -60px;
  }

  .lg\:-mt-61px {
    margin-top: -61px;
  }

  .lg\:-mr-61px {
    margin-right: -61px;
  }

  .lg\:-mb-61px {
    margin-bottom: -61px;
  }

  .lg\:-ml-61px {
    margin-left: -61px;
  }

  .lg\:-mt-62px {
    margin-top: -62px;
  }

  .lg\:-mr-62px {
    margin-right: -62px;
  }

  .lg\:-mb-62px {
    margin-bottom: -62px;
  }

  .lg\:-ml-62px {
    margin-left: -62px;
  }

  .lg\:-mt-63px {
    margin-top: -63px;
  }

  .lg\:-mr-63px {
    margin-right: -63px;
  }

  .lg\:-mb-63px {
    margin-bottom: -63px;
  }

  .lg\:-ml-63px {
    margin-left: -63px;
  }

  .lg\:-mt-64px {
    margin-top: -64px;
  }

  .lg\:-mr-64px {
    margin-right: -64px;
  }

  .lg\:-mb-64px {
    margin-bottom: -64px;
  }

  .lg\:-ml-64px {
    margin-left: -64px;
  }

  .lg\:-mt-65px {
    margin-top: -65px;
  }

  .lg\:-mr-65px {
    margin-right: -65px;
  }

  .lg\:-mb-65px {
    margin-bottom: -65px;
  }

  .lg\:-ml-65px {
    margin-left: -65px;
  }

  .lg\:-mt-66px {
    margin-top: -66px;
  }

  .lg\:-mr-66px {
    margin-right: -66px;
  }

  .lg\:-mb-66px {
    margin-bottom: -66px;
  }

  .lg\:-ml-66px {
    margin-left: -66px;
  }

  .lg\:-mt-67px {
    margin-top: -67px;
  }

  .lg\:-mr-67px {
    margin-right: -67px;
  }

  .lg\:-mb-67px {
    margin-bottom: -67px;
  }

  .lg\:-ml-67px {
    margin-left: -67px;
  }

  .lg\:-mt-68px {
    margin-top: -68px;
  }

  .lg\:-mr-68px {
    margin-right: -68px;
  }

  .lg\:-mb-68px {
    margin-bottom: -68px;
  }

  .lg\:-ml-68px {
    margin-left: -68px;
  }

  .lg\:-mt-69px {
    margin-top: -69px;
  }

  .lg\:-mr-69px {
    margin-right: -69px;
  }

  .lg\:-mb-69px {
    margin-bottom: -69px;
  }

  .lg\:-ml-69px {
    margin-left: -69px;
  }

  .lg\:-mt-70px {
    margin-top: -70px;
  }

  .lg\:-mr-70px {
    margin-right: -70px;
  }

  .lg\:-mb-70px {
    margin-bottom: -70px;
  }

  .lg\:-ml-70px {
    margin-left: -70px;
  }

  .lg\:-mt-71px {
    margin-top: -71px;
  }

  .lg\:-mr-71px {
    margin-right: -71px;
  }

  .lg\:-mb-71px {
    margin-bottom: -71px;
  }

  .lg\:-ml-71px {
    margin-left: -71px;
  }

  .lg\:-mt-72px {
    margin-top: -72px;
  }

  .lg\:-mr-72px {
    margin-right: -72px;
  }

  .lg\:-mb-72px {
    margin-bottom: -72px;
  }

  .lg\:-ml-72px {
    margin-left: -72px;
  }

  .lg\:-mt-73px {
    margin-top: -73px;
  }

  .lg\:-mr-73px {
    margin-right: -73px;
  }

  .lg\:-mb-73px {
    margin-bottom: -73px;
  }

  .lg\:-ml-73px {
    margin-left: -73px;
  }

  .lg\:-mt-74px {
    margin-top: -74px;
  }

  .lg\:-mr-74px {
    margin-right: -74px;
  }

  .lg\:-mb-74px {
    margin-bottom: -74px;
  }

  .lg\:-ml-74px {
    margin-left: -74px;
  }

  .lg\:-mt-75px {
    margin-top: -75px;
  }

  .lg\:-mr-75px {
    margin-right: -75px;
  }

  .lg\:-mb-75px {
    margin-bottom: -75px;
  }

  .lg\:-ml-75px {
    margin-left: -75px;
  }

  .lg\:-mt-76px {
    margin-top: -76px;
  }

  .lg\:-mr-76px {
    margin-right: -76px;
  }

  .lg\:-mb-76px {
    margin-bottom: -76px;
  }

  .lg\:-ml-76px {
    margin-left: -76px;
  }

  .lg\:-mt-77px {
    margin-top: -77px;
  }

  .lg\:-mr-77px {
    margin-right: -77px;
  }

  .lg\:-mb-77px {
    margin-bottom: -77px;
  }

  .lg\:-ml-77px {
    margin-left: -77px;
  }

  .lg\:-mt-78px {
    margin-top: -78px;
  }

  .lg\:-mr-78px {
    margin-right: -78px;
  }

  .lg\:-mb-78px {
    margin-bottom: -78px;
  }

  .lg\:-ml-78px {
    margin-left: -78px;
  }

  .lg\:-mt-79px {
    margin-top: -79px;
  }

  .lg\:-mr-79px {
    margin-right: -79px;
  }

  .lg\:-mb-79px {
    margin-bottom: -79px;
  }

  .lg\:-ml-79px {
    margin-left: -79px;
  }

  .lg\:-mt-80px {
    margin-top: -80px;
  }

  .lg\:-mr-80px {
    margin-right: -80px;
  }

  .lg\:-mb-80px {
    margin-bottom: -80px;
  }

  .lg\:-ml-80px {
    margin-left: -80px;
  }

  .lg\:-mt-81px {
    margin-top: -81px;
  }

  .lg\:-mr-81px {
    margin-right: -81px;
  }

  .lg\:-mb-81px {
    margin-bottom: -81px;
  }

  .lg\:-ml-81px {
    margin-left: -81px;
  }

  .lg\:-mt-82px {
    margin-top: -82px;
  }

  .lg\:-mr-82px {
    margin-right: -82px;
  }

  .lg\:-mb-82px {
    margin-bottom: -82px;
  }

  .lg\:-ml-82px {
    margin-left: -82px;
  }

  .lg\:-mt-83px {
    margin-top: -83px;
  }

  .lg\:-mr-83px {
    margin-right: -83px;
  }

  .lg\:-mb-83px {
    margin-bottom: -83px;
  }

  .lg\:-ml-83px {
    margin-left: -83px;
  }

  .lg\:-mt-84px {
    margin-top: -84px;
  }

  .lg\:-mr-84px {
    margin-right: -84px;
  }

  .lg\:-mb-84px {
    margin-bottom: -84px;
  }

  .lg\:-ml-84px {
    margin-left: -84px;
  }

  .lg\:-mt-85px {
    margin-top: -85px;
  }

  .lg\:-mr-85px {
    margin-right: -85px;
  }

  .lg\:-mb-85px {
    margin-bottom: -85px;
  }

  .lg\:-ml-85px {
    margin-left: -85px;
  }

  .lg\:-mt-86px {
    margin-top: -86px;
  }

  .lg\:-mr-86px {
    margin-right: -86px;
  }

  .lg\:-mb-86px {
    margin-bottom: -86px;
  }

  .lg\:-ml-86px {
    margin-left: -86px;
  }

  .lg\:-mt-87px {
    margin-top: -87px;
  }

  .lg\:-mr-87px {
    margin-right: -87px;
  }

  .lg\:-mb-87px {
    margin-bottom: -87px;
  }

  .lg\:-ml-87px {
    margin-left: -87px;
  }

  .lg\:-mt-88px {
    margin-top: -88px;
  }

  .lg\:-mr-88px {
    margin-right: -88px;
  }

  .lg\:-mb-88px {
    margin-bottom: -88px;
  }

  .lg\:-ml-88px {
    margin-left: -88px;
  }

  .lg\:-mt-89px {
    margin-top: -89px;
  }

  .lg\:-mr-89px {
    margin-right: -89px;
  }

  .lg\:-mb-89px {
    margin-bottom: -89px;
  }

  .lg\:-ml-89px {
    margin-left: -89px;
  }

  .lg\:-mt-90px {
    margin-top: -90px;
  }

  .lg\:-mr-90px {
    margin-right: -90px;
  }

  .lg\:-mb-90px {
    margin-bottom: -90px;
  }

  .lg\:-ml-90px {
    margin-left: -90px;
  }

  .lg\:-mt-91px {
    margin-top: -91px;
  }

  .lg\:-mr-91px {
    margin-right: -91px;
  }

  .lg\:-mb-91px {
    margin-bottom: -91px;
  }

  .lg\:-ml-91px {
    margin-left: -91px;
  }

  .lg\:-mt-92px {
    margin-top: -92px;
  }

  .lg\:-mr-92px {
    margin-right: -92px;
  }

  .lg\:-mb-92px {
    margin-bottom: -92px;
  }

  .lg\:-ml-92px {
    margin-left: -92px;
  }

  .lg\:-mt-93px {
    margin-top: -93px;
  }

  .lg\:-mr-93px {
    margin-right: -93px;
  }

  .lg\:-mb-93px {
    margin-bottom: -93px;
  }

  .lg\:-ml-93px {
    margin-left: -93px;
  }

  .lg\:-mt-94px {
    margin-top: -94px;
  }

  .lg\:-mr-94px {
    margin-right: -94px;
  }

  .lg\:-mb-94px {
    margin-bottom: -94px;
  }

  .lg\:-ml-94px {
    margin-left: -94px;
  }

  .lg\:-mt-95px {
    margin-top: -95px;
  }

  .lg\:-mr-95px {
    margin-right: -95px;
  }

  .lg\:-mb-95px {
    margin-bottom: -95px;
  }

  .lg\:-ml-95px {
    margin-left: -95px;
  }

  .lg\:-mt-96px {
    margin-top: -96px;
  }

  .lg\:-mr-96px {
    margin-right: -96px;
  }

  .lg\:-mb-96px {
    margin-bottom: -96px;
  }

  .lg\:-ml-96px {
    margin-left: -96px;
  }

  .lg\:-mt-97px {
    margin-top: -97px;
  }

  .lg\:-mr-97px {
    margin-right: -97px;
  }

  .lg\:-mb-97px {
    margin-bottom: -97px;
  }

  .lg\:-ml-97px {
    margin-left: -97px;
  }

  .lg\:-mt-98px {
    margin-top: -98px;
  }

  .lg\:-mr-98px {
    margin-right: -98px;
  }

  .lg\:-mb-98px {
    margin-bottom: -98px;
  }

  .lg\:-ml-98px {
    margin-left: -98px;
  }

  .lg\:-mt-99px {
    margin-top: -99px;
  }

  .lg\:-mr-99px {
    margin-right: -99px;
  }

  .lg\:-mb-99px {
    margin-bottom: -99px;
  }

  .lg\:-ml-99px {
    margin-left: -99px;
  }

  .lg\:-mt-100px {
    margin-top: -100px;
  }

  .lg\:-mr-100px {
    margin-right: -100px;
  }

  .lg\:-mb-100px {
    margin-bottom: -100px;
  }

  .lg\:-ml-100px {
    margin-left: -100px;
  }

  .lg\:-mt-101px {
    margin-top: -101px;
  }

  .lg\:-mr-101px {
    margin-right: -101px;
  }

  .lg\:-mb-101px {
    margin-bottom: -101px;
  }

  .lg\:-ml-101px {
    margin-left: -101px;
  }

  .lg\:-mt-102px {
    margin-top: -102px;
  }

  .lg\:-mr-102px {
    margin-right: -102px;
  }

  .lg\:-mb-102px {
    margin-bottom: -102px;
  }

  .lg\:-ml-102px {
    margin-left: -102px;
  }

  .lg\:-mt-103px {
    margin-top: -103px;
  }

  .lg\:-mr-103px {
    margin-right: -103px;
  }

  .lg\:-mb-103px {
    margin-bottom: -103px;
  }

  .lg\:-ml-103px {
    margin-left: -103px;
  }

  .lg\:-mt-104px {
    margin-top: -104px;
  }

  .lg\:-mr-104px {
    margin-right: -104px;
  }

  .lg\:-mb-104px {
    margin-bottom: -104px;
  }

  .lg\:-ml-104px {
    margin-left: -104px;
  }

  .lg\:-mt-105px {
    margin-top: -105px;
  }

  .lg\:-mr-105px {
    margin-right: -105px;
  }

  .lg\:-mb-105px {
    margin-bottom: -105px;
  }

  .lg\:-ml-105px {
    margin-left: -105px;
  }

  .lg\:-mt-106px {
    margin-top: -106px;
  }

  .lg\:-mr-106px {
    margin-right: -106px;
  }

  .lg\:-mb-106px {
    margin-bottom: -106px;
  }

  .lg\:-ml-106px {
    margin-left: -106px;
  }

  .lg\:-mt-107px {
    margin-top: -107px;
  }

  .lg\:-mr-107px {
    margin-right: -107px;
  }

  .lg\:-mb-107px {
    margin-bottom: -107px;
  }

  .lg\:-ml-107px {
    margin-left: -107px;
  }

  .lg\:-mt-108px {
    margin-top: -108px;
  }

  .lg\:-mr-108px {
    margin-right: -108px;
  }

  .lg\:-mb-108px {
    margin-bottom: -108px;
  }

  .lg\:-ml-108px {
    margin-left: -108px;
  }

  .lg\:-mt-109px {
    margin-top: -109px;
  }

  .lg\:-mr-109px {
    margin-right: -109px;
  }

  .lg\:-mb-109px {
    margin-bottom: -109px;
  }

  .lg\:-ml-109px {
    margin-left: -109px;
  }

  .lg\:-mt-110px {
    margin-top: -110px;
  }

  .lg\:-mr-110px {
    margin-right: -110px;
  }

  .lg\:-mb-110px {
    margin-bottom: -110px;
  }

  .lg\:-ml-110px {
    margin-left: -110px;
  }

  .lg\:-mt-111px {
    margin-top: -111px;
  }

  .lg\:-mr-111px {
    margin-right: -111px;
  }

  .lg\:-mb-111px {
    margin-bottom: -111px;
  }

  .lg\:-ml-111px {
    margin-left: -111px;
  }

  .lg\:-mt-112px {
    margin-top: -112px;
  }

  .lg\:-mr-112px {
    margin-right: -112px;
  }

  .lg\:-mb-112px {
    margin-bottom: -112px;
  }

  .lg\:-ml-112px {
    margin-left: -112px;
  }

  .lg\:-mt-113px {
    margin-top: -113px;
  }

  .lg\:-mr-113px {
    margin-right: -113px;
  }

  .lg\:-mb-113px {
    margin-bottom: -113px;
  }

  .lg\:-ml-113px {
    margin-left: -113px;
  }

  .lg\:-mt-114px {
    margin-top: -114px;
  }

  .lg\:-mr-114px {
    margin-right: -114px;
  }

  .lg\:-mb-114px {
    margin-bottom: -114px;
  }

  .lg\:-ml-114px {
    margin-left: -114px;
  }

  .lg\:-mt-115px {
    margin-top: -115px;
  }

  .lg\:-mr-115px {
    margin-right: -115px;
  }

  .lg\:-mb-115px {
    margin-bottom: -115px;
  }

  .lg\:-ml-115px {
    margin-left: -115px;
  }

  .lg\:-mt-116px {
    margin-top: -116px;
  }

  .lg\:-mr-116px {
    margin-right: -116px;
  }

  .lg\:-mb-116px {
    margin-bottom: -116px;
  }

  .lg\:-ml-116px {
    margin-left: -116px;
  }

  .lg\:-mt-117px {
    margin-top: -117px;
  }

  .lg\:-mr-117px {
    margin-right: -117px;
  }

  .lg\:-mb-117px {
    margin-bottom: -117px;
  }

  .lg\:-ml-117px {
    margin-left: -117px;
  }

  .lg\:-mt-118px {
    margin-top: -118px;
  }

  .lg\:-mr-118px {
    margin-right: -118px;
  }

  .lg\:-mb-118px {
    margin-bottom: -118px;
  }

  .lg\:-ml-118px {
    margin-left: -118px;
  }

  .lg\:-mt-119px {
    margin-top: -119px;
  }

  .lg\:-mr-119px {
    margin-right: -119px;
  }

  .lg\:-mb-119px {
    margin-bottom: -119px;
  }

  .lg\:-ml-119px {
    margin-left: -119px;
  }

  .lg\:-mt-120px {
    margin-top: -120px;
  }

  .lg\:-mr-120px {
    margin-right: -120px;
  }

  .lg\:-mb-120px {
    margin-bottom: -120px;
  }

  .lg\:-ml-120px {
    margin-left: -120px;
  }

  .lg\:-mt-121px {
    margin-top: -121px;
  }

  .lg\:-mr-121px {
    margin-right: -121px;
  }

  .lg\:-mb-121px {
    margin-bottom: -121px;
  }

  .lg\:-ml-121px {
    margin-left: -121px;
  }

  .lg\:-mt-122px {
    margin-top: -122px;
  }

  .lg\:-mr-122px {
    margin-right: -122px;
  }

  .lg\:-mb-122px {
    margin-bottom: -122px;
  }

  .lg\:-ml-122px {
    margin-left: -122px;
  }

  .lg\:-mt-123px {
    margin-top: -123px;
  }

  .lg\:-mr-123px {
    margin-right: -123px;
  }

  .lg\:-mb-123px {
    margin-bottom: -123px;
  }

  .lg\:-ml-123px {
    margin-left: -123px;
  }

  .lg\:-mt-124px {
    margin-top: -124px;
  }

  .lg\:-mr-124px {
    margin-right: -124px;
  }

  .lg\:-mb-124px {
    margin-bottom: -124px;
  }

  .lg\:-ml-124px {
    margin-left: -124px;
  }

  .lg\:-mt-125px {
    margin-top: -125px;
  }

  .lg\:-mr-125px {
    margin-right: -125px;
  }

  .lg\:-mb-125px {
    margin-bottom: -125px;
  }

  .lg\:-ml-125px {
    margin-left: -125px;
  }

  .lg\:-mt-126px {
    margin-top: -126px;
  }

  .lg\:-mr-126px {
    margin-right: -126px;
  }

  .lg\:-mb-126px {
    margin-bottom: -126px;
  }

  .lg\:-ml-126px {
    margin-left: -126px;
  }

  .lg\:-mt-127px {
    margin-top: -127px;
  }

  .lg\:-mr-127px {
    margin-right: -127px;
  }

  .lg\:-mb-127px {
    margin-bottom: -127px;
  }

  .lg\:-ml-127px {
    margin-left: -127px;
  }

  .lg\:-mt-128px {
    margin-top: -128px;
  }

  .lg\:-mr-128px {
    margin-right: -128px;
  }

  .lg\:-mb-128px {
    margin-bottom: -128px;
  }

  .lg\:-ml-128px {
    margin-left: -128px;
  }

  .lg\:-mt-129px {
    margin-top: -129px;
  }

  .lg\:-mr-129px {
    margin-right: -129px;
  }

  .lg\:-mb-129px {
    margin-bottom: -129px;
  }

  .lg\:-ml-129px {
    margin-left: -129px;
  }

  .lg\:-mt-130px {
    margin-top: -130px;
  }

  .lg\:-mr-130px {
    margin-right: -130px;
  }

  .lg\:-mb-130px {
    margin-bottom: -130px;
  }

  .lg\:-ml-130px {
    margin-left: -130px;
  }

  .lg\:-mt-133px {
    margin-top: -133px;
  }

  .lg\:-mr-133px {
    margin-right: -133px;
  }

  .lg\:-mb-133px {
    margin-bottom: -133px;
  }

  .lg\:-ml-133px {
    margin-left: -133px;
  }

  .lg\:-mt-140px {
    margin-top: -140px;
  }

  .lg\:-mr-140px {
    margin-right: -140px;
  }

  .lg\:-mb-140px {
    margin-bottom: -140px;
  }

  .lg\:-ml-140px {
    margin-left: -140px;
  }

  .lg\:-mt-195px {
    margin-top: -195px;
  }

  .lg\:-mr-195px {
    margin-right: -195px;
  }

  .lg\:-mb-195px {
    margin-bottom: -195px;
  }

  .lg\:-ml-195px {
    margin-left: -195px;
  }

  .lg\:-mt-200px {
    margin-top: -200px;
  }

  .lg\:-mr-200px {
    margin-right: -200px;
  }

  .lg\:-mb-200px {
    margin-bottom: -200px;
  }

  .lg\:-ml-200px {
    margin-left: -200px;
  }

  .lg\:-mt-210px {
    margin-top: -210px;
  }

  .lg\:-mr-210px {
    margin-right: -210px;
  }

  .lg\:-mb-210px {
    margin-bottom: -210px;
  }

  .lg\:-ml-210px {
    margin-left: -210px;
  }

  .lg\:-mt-222px {
    margin-top: -222px;
  }

  .lg\:-mr-222px {
    margin-right: -222px;
  }

  .lg\:-mb-222px {
    margin-bottom: -222px;
  }

  .lg\:-ml-222px {
    margin-left: -222px;
  }

  .lg\:-mt-258px {
    margin-top: -258px;
  }

  .lg\:-mr-258px {
    margin-right: -258px;
  }

  .lg\:-mb-258px {
    margin-bottom: -258px;
  }

  .lg\:-ml-258px {
    margin-left: -258px;
  }

  .lg\:-mt-280px {
    margin-top: -280px;
  }

  .lg\:-mr-280px {
    margin-right: -280px;
  }

  .lg\:-mb-280px {
    margin-bottom: -280px;
  }

  .lg\:-ml-280px {
    margin-left: -280px;
  }

  .lg\:-mt-334px {
    margin-top: -334px;
  }

  .lg\:-mr-334px {
    margin-right: -334px;
  }

  .lg\:-mb-334px {
    margin-bottom: -334px;
  }

  .lg\:-ml-334px {
    margin-left: -334px;
  }

  .lg\:-mt-388px {
    margin-top: -388px;
  }

  .lg\:-mr-388px {
    margin-right: -388px;
  }

  .lg\:-mb-388px {
    margin-bottom: -388px;
  }

  .lg\:-ml-388px {
    margin-left: -388px;
  }

  .lg\:-mt-480px {
    margin-top: -480px;
  }

  .lg\:-mr-480px {
    margin-right: -480px;
  }

  .lg\:-mb-480px {
    margin-bottom: -480px;
  }

  .lg\:-ml-480px {
    margin-left: -480px;
  }

  .lg\:-mt-490px {
    margin-top: -490px;
  }

  .lg\:-mr-490px {
    margin-right: -490px;
  }

  .lg\:-mb-490px {
    margin-bottom: -490px;
  }

  .lg\:-ml-490px {
    margin-left: -490px;
  }

  .lg\:-mt-505px {
    margin-top: -505px;
  }

  .lg\:-mr-505px {
    margin-right: -505px;
  }

  .lg\:-mb-505px {
    margin-bottom: -505px;
  }

  .lg\:-ml-505px {
    margin-left: -505px;
  }

  .lg\:-mt-507px {
    margin-top: -507px;
  }

  .lg\:-mr-507px {
    margin-right: -507px;
  }

  .lg\:-mb-507px {
    margin-bottom: -507px;
  }

  .lg\:-ml-507px {
    margin-left: -507px;
  }

  .lg\:-mt-760px {
    margin-top: -760px;
  }

  .lg\:-mr-760px {
    margin-right: -760px;
  }

  .lg\:-mb-760px {
    margin-bottom: -760px;
  }

  .lg\:-ml-760px {
    margin-left: -760px;
  }

  .lg\:-mt-780px {
    margin-top: -780px;
  }

  .lg\:-mr-780px {
    margin-right: -780px;
  }

  .lg\:-mb-780px {
    margin-bottom: -780px;
  }

  .lg\:-ml-780px {
    margin-left: -780px;
  }

  .lg\:-mt-980px {
    margin-top: -980px;
  }

  .lg\:-mr-980px {
    margin-right: -980px;
  }

  .lg\:-mb-980px {
    margin-bottom: -980px;
  }

  .lg\:-ml-980px {
    margin-left: -980px;
  }

  .lg\:-mt-1366px {
    margin-top: -1366px;
  }

  .lg\:-mr-1366px {
    margin-right: -1366px;
  }

  .lg\:-mb-1366px {
    margin-bottom: -1366px;
  }

  .lg\:-ml-1366px {
    margin-left: -1366px;
  }

  .lg\:max-h-0 {
    max-height: 0px;
  }

  .lg\:max-h-1 {
    max-height: 0.25rem;
  }

  .lg\:max-h-2 {
    max-height: 0.5rem;
  }

  .lg\:max-h-3 {
    max-height: 0.75rem;
  }

  .lg\:max-h-4 {
    max-height: 1rem;
  }

  .lg\:max-h-5 {
    max-height: 1.25rem;
  }

  .lg\:max-h-6 {
    max-height: 1.5rem;
  }

  .lg\:max-h-7 {
    max-height: 1.75rem;
  }

  .lg\:max-h-8 {
    max-height: 2rem;
  }

  .lg\:max-h-9 {
    max-height: 2.25rem;
  }

  .lg\:max-h-10 {
    max-height: 2.5rem;
  }

  .lg\:max-h-11 {
    max-height: 2.75rem;
  }

  .lg\:max-h-12 {
    max-height: 3rem;
  }

  .lg\:max-h-14 {
    max-height: 3.5rem;
  }

  .lg\:max-h-16 {
    max-height: 4rem;
  }

  .lg\:max-h-20 {
    max-height: 5rem;
  }

  .lg\:max-h-24 {
    max-height: 6rem;
  }

  .lg\:max-h-28 {
    max-height: 7rem;
  }

  .lg\:max-h-32 {
    max-height: 8rem;
  }

  .lg\:max-h-36 {
    max-height: 9rem;
  }

  .lg\:max-h-40 {
    max-height: 10rem;
  }

  .lg\:max-h-44 {
    max-height: 11rem;
  }

  .lg\:max-h-48 {
    max-height: 12rem;
  }

  .lg\:max-h-52 {
    max-height: 13rem;
  }

  .lg\:max-h-56 {
    max-height: 14rem;
  }

  .lg\:max-h-60 {
    max-height: 15rem;
  }

  .lg\:max-h-64 {
    max-height: 16rem;
  }

  .lg\:max-h-72 {
    max-height: 18rem;
  }

  .lg\:max-h-80 {
    max-height: 20rem;
  }

  .lg\:max-h-96 {
    max-height: 24rem;
  }

  .lg\:max-h-px {
    max-height: 1px;
  }

  .lg\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .lg\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .lg\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .lg\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .lg\:max-h-1px {
    max-height: 1px;
  }

  .lg\:max-h-2px {
    max-height: 2px;
  }

  .lg\:max-h-3px {
    max-height: 3px;
  }

  .lg\:max-h-4px {
    max-height: 4px;
  }

  .lg\:max-h-5px {
    max-height: 5px;
  }

  .lg\:max-h-6px {
    max-height: 6px;
  }

  .lg\:max-h-7px {
    max-height: 7px;
  }

  .lg\:max-h-8px {
    max-height: 8px;
  }

  .lg\:max-h-9px {
    max-height: 9px;
  }

  .lg\:max-h-10px {
    max-height: 10px;
  }

  .lg\:max-h-11px {
    max-height: 11px;
  }

  .lg\:max-h-12px {
    max-height: 12px;
  }

  .lg\:max-h-13px {
    max-height: 13px;
  }

  .lg\:max-h-14px {
    max-height: 14px;
  }

  .lg\:max-h-15px {
    max-height: 15px;
  }

  .lg\:max-h-16px {
    max-height: 16px;
  }

  .lg\:max-h-17px {
    max-height: 17px;
  }

  .lg\:max-h-18px {
    max-height: 18px;
  }

  .lg\:max-h-19px {
    max-height: 19px;
  }

  .lg\:max-h-20px {
    max-height: 20px;
  }

  .lg\:max-h-21px {
    max-height: 21px;
  }

  .lg\:max-h-22px {
    max-height: 22px;
  }

  .lg\:max-h-23px {
    max-height: 23px;
  }

  .lg\:max-h-24px {
    max-height: 24px;
  }

  .lg\:max-h-25px {
    max-height: 25px;
  }

  .lg\:max-h-26px {
    max-height: 26px;
  }

  .lg\:max-h-27px {
    max-height: 27px;
  }

  .lg\:max-h-28px {
    max-height: 28px;
  }

  .lg\:max-h-29px {
    max-height: 29px;
  }

  .lg\:max-h-30px {
    max-height: 30px;
  }

  .lg\:max-h-31px {
    max-height: 31px;
  }

  .lg\:max-h-32px {
    max-height: 32px;
  }

  .lg\:max-h-33px {
    max-height: 33px;
  }

  .lg\:max-h-34px {
    max-height: 34px;
  }

  .lg\:max-h-35px {
    max-height: 35px;
  }

  .lg\:max-h-36px {
    max-height: 36px;
  }

  .lg\:max-h-37px {
    max-height: 37px;
  }

  .lg\:max-h-38px {
    max-height: 38px;
  }

  .lg\:max-h-39px {
    max-height: 39px;
  }

  .lg\:max-h-40px {
    max-height: 40px;
  }

  .lg\:max-h-41px {
    max-height: 41px;
  }

  .lg\:max-h-42px {
    max-height: 42px;
  }

  .lg\:max-h-43px {
    max-height: 43px;
  }

  .lg\:max-h-44px {
    max-height: 44px;
  }

  .lg\:max-h-45px {
    max-height: 45px;
  }

  .lg\:max-h-46px {
    max-height: 46px;
  }

  .lg\:max-h-47px {
    max-height: 47px;
  }

  .lg\:max-h-48px {
    max-height: 48px;
  }

  .lg\:max-h-49px {
    max-height: 49px;
  }

  .lg\:max-h-50px {
    max-height: 50px;
  }

  .lg\:max-h-51px {
    max-height: 51px;
  }

  .lg\:max-h-52px {
    max-height: 52px;
  }

  .lg\:max-h-53px {
    max-height: 53px;
  }

  .lg\:max-h-54px {
    max-height: 54px;
  }

  .lg\:max-h-55px {
    max-height: 55px;
  }

  .lg\:max-h-56px {
    max-height: 56px;
  }

  .lg\:max-h-57px {
    max-height: 57px;
  }

  .lg\:max-h-58px {
    max-height: 58px;
  }

  .lg\:max-h-59px {
    max-height: 59px;
  }

  .lg\:max-h-60px {
    max-height: 60px;
  }

  .lg\:max-h-61px {
    max-height: 61px;
  }

  .lg\:max-h-62px {
    max-height: 62px;
  }

  .lg\:max-h-63px {
    max-height: 63px;
  }

  .lg\:max-h-64px {
    max-height: 64px;
  }

  .lg\:max-h-65px {
    max-height: 65px;
  }

  .lg\:max-h-66px {
    max-height: 66px;
  }

  .lg\:max-h-67px {
    max-height: 67px;
  }

  .lg\:max-h-68px {
    max-height: 68px;
  }

  .lg\:max-h-69px {
    max-height: 69px;
  }

  .lg\:max-h-70px {
    max-height: 70px;
  }

  .lg\:max-h-71px {
    max-height: 71px;
  }

  .lg\:max-h-72px {
    max-height: 72px;
  }

  .lg\:max-h-73px {
    max-height: 73px;
  }

  .lg\:max-h-74px {
    max-height: 74px;
  }

  .lg\:max-h-75px {
    max-height: 75px;
  }

  .lg\:max-h-76px {
    max-height: 76px;
  }

  .lg\:max-h-77px {
    max-height: 77px;
  }

  .lg\:max-h-78px {
    max-height: 78px;
  }

  .lg\:max-h-79px {
    max-height: 79px;
  }

  .lg\:max-h-80px {
    max-height: 80px;
  }

  .lg\:max-h-81px {
    max-height: 81px;
  }

  .lg\:max-h-82px {
    max-height: 82px;
  }

  .lg\:max-h-83px {
    max-height: 83px;
  }

  .lg\:max-h-84px {
    max-height: 84px;
  }

  .lg\:max-h-85px {
    max-height: 85px;
  }

  .lg\:max-h-86px {
    max-height: 86px;
  }

  .lg\:max-h-87px {
    max-height: 87px;
  }

  .lg\:max-h-88px {
    max-height: 88px;
  }

  .lg\:max-h-89px {
    max-height: 89px;
  }

  .lg\:max-h-90px {
    max-height: 90px;
  }

  .lg\:max-h-91px {
    max-height: 91px;
  }

  .lg\:max-h-92px {
    max-height: 92px;
  }

  .lg\:max-h-93px {
    max-height: 93px;
  }

  .lg\:max-h-94px {
    max-height: 94px;
  }

  .lg\:max-h-95px {
    max-height: 95px;
  }

  .lg\:max-h-96px {
    max-height: 96px;
  }

  .lg\:max-h-97px {
    max-height: 97px;
  }

  .lg\:max-h-98px {
    max-height: 98px;
  }

  .lg\:max-h-99px {
    max-height: 99px;
  }

  .lg\:max-h-100px {
    max-height: 100px;
  }

  .lg\:max-h-101px {
    max-height: 101px;
  }

  .lg\:max-h-102px {
    max-height: 102px;
  }

  .lg\:max-h-103px {
    max-height: 103px;
  }

  .lg\:max-h-104px {
    max-height: 104px;
  }

  .lg\:max-h-105px {
    max-height: 105px;
  }

  .lg\:max-h-106px {
    max-height: 106px;
  }

  .lg\:max-h-107px {
    max-height: 107px;
  }

  .lg\:max-h-108px {
    max-height: 108px;
  }

  .lg\:max-h-109px {
    max-height: 109px;
  }

  .lg\:max-h-110px {
    max-height: 110px;
  }

  .lg\:max-h-111px {
    max-height: 111px;
  }

  .lg\:max-h-112px {
    max-height: 112px;
  }

  .lg\:max-h-113px {
    max-height: 113px;
  }

  .lg\:max-h-114px {
    max-height: 114px;
  }

  .lg\:max-h-115px {
    max-height: 115px;
  }

  .lg\:max-h-116px {
    max-height: 116px;
  }

  .lg\:max-h-117px {
    max-height: 117px;
  }

  .lg\:max-h-118px {
    max-height: 118px;
  }

  .lg\:max-h-119px {
    max-height: 119px;
  }

  .lg\:max-h-120px {
    max-height: 120px;
  }

  .lg\:max-h-121px {
    max-height: 121px;
  }

  .lg\:max-h-122px {
    max-height: 122px;
  }

  .lg\:max-h-123px {
    max-height: 123px;
  }

  .lg\:max-h-124px {
    max-height: 124px;
  }

  .lg\:max-h-125px {
    max-height: 125px;
  }

  .lg\:max-h-126px {
    max-height: 126px;
  }

  .lg\:max-h-127px {
    max-height: 127px;
  }

  .lg\:max-h-128px {
    max-height: 128px;
  }

  .lg\:max-h-129px {
    max-height: 129px;
  }

  .lg\:max-h-130px {
    max-height: 130px;
  }

  .lg\:max-h-133px {
    max-height: 133px;
  }

  .lg\:max-h-140px {
    max-height: 140px;
  }

  .lg\:max-h-195px {
    max-height: 195px;
  }

  .lg\:max-h-200px {
    max-height: 200px;
  }

  .lg\:max-h-210px {
    max-height: 210px;
  }

  .lg\:max-h-222px {
    max-height: 222px;
  }

  .lg\:max-h-258px {
    max-height: 258px;
  }

  .lg\:max-h-280px {
    max-height: 280px;
  }

  .lg\:max-h-334px {
    max-height: 334px;
  }

  .lg\:max-h-388px {
    max-height: 388px;
  }

  .lg\:max-h-480px {
    max-height: 480px;
  }

  .lg\:max-h-490px {
    max-height: 490px;
  }

  .lg\:max-h-505px {
    max-height: 505px;
  }

  .lg\:max-h-507px {
    max-height: 507px;
  }

  .lg\:max-h-760px {
    max-height: 760px;
  }

  .lg\:max-h-780px {
    max-height: 780px;
  }

  .lg\:max-h-980px {
    max-height: 980px;
  }

  .lg\:max-h-1366px {
    max-height: 1366px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-0 {
    max-width: 0rem;
  }

  .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: min-content;
  }

  .lg\:max-w-max {
    max-width: -webkit-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: 1366px;
  }

  .lg\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .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-full {
    min-width: 100%;
  }

  .lg\:min-w-min {
    min-width: -webkit-min-content;
    min-width: min-content;
  }

  .lg\:min-w-max {
    min-width: -webkit-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-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-11 {
    padding: 2.75rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-28 {
    padding: 7rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-36 {
    padding: 9rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-44 {
    padding: 11rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-52 {
    padding: 13rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-60 {
    padding: 15rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-72 {
    padding: 18rem;
  }

  .lg\:p-80 {
    padding: 20rem;
  }

  .lg\:p-96 {
    padding: 24rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:p-0\.5 {
    padding: 0.125rem;
  }

  .lg\:p-1\.5 {
    padding: 0.375rem;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:p-3\.5 {
    padding: 0.875rem;
  }

  .lg\:p-1px {
    padding: 1px;
  }

  .lg\:p-2px {
    padding: 2px;
  }

  .lg\:p-3px {
    padding: 3px;
  }

  .lg\:p-4px {
    padding: 4px;
  }

  .lg\:p-5px {
    padding: 5px;
  }

  .lg\:p-6px {
    padding: 6px;
  }

  .lg\:p-7px {
    padding: 7px;
  }

  .lg\:p-8px {
    padding: 8px;
  }

  .lg\:p-9px {
    padding: 9px;
  }

  .lg\:p-10px {
    padding: 10px;
  }

  .lg\:p-11px {
    padding: 11px;
  }

  .lg\:p-12px {
    padding: 12px;
  }

  .lg\:p-13px {
    padding: 13px;
  }

  .lg\:p-14px {
    padding: 14px;
  }

  .lg\:p-15px {
    padding: 15px;
  }

  .lg\:p-16px {
    padding: 16px;
  }

  .lg\:p-17px {
    padding: 17px;
  }

  .lg\:p-18px {
    padding: 18px;
  }

  .lg\:p-19px {
    padding: 19px;
  }

  .lg\:p-20px {
    padding: 20px;
  }

  .lg\:p-21px {
    padding: 21px;
  }

  .lg\:p-22px {
    padding: 22px;
  }

  .lg\:p-23px {
    padding: 23px;
  }

  .lg\:p-24px {
    padding: 24px;
  }

  .lg\:p-25px {
    padding: 25px;
  }

  .lg\:p-26px {
    padding: 26px;
  }

  .lg\:p-27px {
    padding: 27px;
  }

  .lg\:p-28px {
    padding: 28px;
  }

  .lg\:p-29px {
    padding: 29px;
  }

  .lg\:p-30px {
    padding: 30px;
  }

  .lg\:p-31px {
    padding: 31px;
  }

  .lg\:p-32px {
    padding: 32px;
  }

  .lg\:p-33px {
    padding: 33px;
  }

  .lg\:p-34px {
    padding: 34px;
  }

  .lg\:p-35px {
    padding: 35px;
  }

  .lg\:p-36px {
    padding: 36px;
  }

  .lg\:p-37px {
    padding: 37px;
  }

  .lg\:p-38px {
    padding: 38px;
  }

  .lg\:p-39px {
    padding: 39px;
  }

  .lg\:p-40px {
    padding: 40px;
  }

  .lg\:p-41px {
    padding: 41px;
  }

  .lg\:p-42px {
    padding: 42px;
  }

  .lg\:p-43px {
    padding: 43px;
  }

  .lg\:p-44px {
    padding: 44px;
  }

  .lg\:p-45px {
    padding: 45px;
  }

  .lg\:p-46px {
    padding: 46px;
  }

  .lg\:p-47px {
    padding: 47px;
  }

  .lg\:p-48px {
    padding: 48px;
  }

  .lg\:p-49px {
    padding: 49px;
  }

  .lg\:p-50px {
    padding: 50px;
  }

  .lg\:p-51px {
    padding: 51px;
  }

  .lg\:p-52px {
    padding: 52px;
  }

  .lg\:p-53px {
    padding: 53px;
  }

  .lg\:p-54px {
    padding: 54px;
  }

  .lg\:p-55px {
    padding: 55px;
  }

  .lg\:p-56px {
    padding: 56px;
  }

  .lg\:p-57px {
    padding: 57px;
  }

  .lg\:p-58px {
    padding: 58px;
  }

  .lg\:p-59px {
    padding: 59px;
  }

  .lg\:p-60px {
    padding: 60px;
  }

  .lg\:p-61px {
    padding: 61px;
  }

  .lg\:p-62px {
    padding: 62px;
  }

  .lg\:p-63px {
    padding: 63px;
  }

  .lg\:p-64px {
    padding: 64px;
  }

  .lg\:p-65px {
    padding: 65px;
  }

  .lg\:p-66px {
    padding: 66px;
  }

  .lg\:p-67px {
    padding: 67px;
  }

  .lg\:p-68px {
    padding: 68px;
  }

  .lg\:p-69px {
    padding: 69px;
  }

  .lg\:p-70px {
    padding: 70px;
  }

  .lg\:p-71px {
    padding: 71px;
  }

  .lg\:p-72px {
    padding: 72px;
  }

  .lg\:p-73px {
    padding: 73px;
  }

  .lg\:p-74px {
    padding: 74px;
  }

  .lg\:p-75px {
    padding: 75px;
  }

  .lg\:p-76px {
    padding: 76px;
  }

  .lg\:p-77px {
    padding: 77px;
  }

  .lg\:p-78px {
    padding: 78px;
  }

  .lg\:p-79px {
    padding: 79px;
  }

  .lg\:p-80px {
    padding: 80px;
  }

  .lg\:p-81px {
    padding: 81px;
  }

  .lg\:p-82px {
    padding: 82px;
  }

  .lg\:p-83px {
    padding: 83px;
  }

  .lg\:p-84px {
    padding: 84px;
  }

  .lg\:p-85px {
    padding: 85px;
  }

  .lg\:p-86px {
    padding: 86px;
  }

  .lg\:p-87px {
    padding: 87px;
  }

  .lg\:p-88px {
    padding: 88px;
  }

  .lg\:p-89px {
    padding: 89px;
  }

  .lg\:p-90px {
    padding: 90px;
  }

  .lg\:p-91px {
    padding: 91px;
  }

  .lg\:p-92px {
    padding: 92px;
  }

  .lg\:p-93px {
    padding: 93px;
  }

  .lg\:p-94px {
    padding: 94px;
  }

  .lg\:p-95px {
    padding: 95px;
  }

  .lg\:p-96px {
    padding: 96px;
  }

  .lg\:p-97px {
    padding: 97px;
  }

  .lg\:p-98px {
    padding: 98px;
  }

  .lg\:p-99px {
    padding: 99px;
  }

  .lg\:p-100px {
    padding: 100px;
  }

  .lg\:p-101px {
    padding: 101px;
  }

  .lg\:p-102px {
    padding: 102px;
  }

  .lg\:p-103px {
    padding: 103px;
  }

  .lg\:p-104px {
    padding: 104px;
  }

  .lg\:p-105px {
    padding: 105px;
  }

  .lg\:p-106px {
    padding: 106px;
  }

  .lg\:p-107px {
    padding: 107px;
  }

  .lg\:p-108px {
    padding: 108px;
  }

  .lg\:p-109px {
    padding: 109px;
  }

  .lg\:p-110px {
    padding: 110px;
  }

  .lg\:p-111px {
    padding: 111px;
  }

  .lg\:p-112px {
    padding: 112px;
  }

  .lg\:p-113px {
    padding: 113px;
  }

  .lg\:p-114px {
    padding: 114px;
  }

  .lg\:p-115px {
    padding: 115px;
  }

  .lg\:p-116px {
    padding: 116px;
  }

  .lg\:p-117px {
    padding: 117px;
  }

  .lg\:p-118px {
    padding: 118px;
  }

  .lg\:p-119px {
    padding: 119px;
  }

  .lg\:p-120px {
    padding: 120px;
  }

  .lg\:p-121px {
    padding: 121px;
  }

  .lg\:p-122px {
    padding: 122px;
  }

  .lg\:p-123px {
    padding: 123px;
  }

  .lg\:p-124px {
    padding: 124px;
  }

  .lg\:p-125px {
    padding: 125px;
  }

  .lg\:p-126px {
    padding: 126px;
  }

  .lg\:p-127px {
    padding: 127px;
  }

  .lg\:p-128px {
    padding: 128px;
  }

  .lg\:p-129px {
    padding: 129px;
  }

  .lg\:p-130px {
    padding: 130px;
  }

  .lg\:p-133px {
    padding: 133px;
  }

  .lg\:p-140px {
    padding: 140px;
  }

  .lg\:p-195px {
    padding: 195px;
  }

  .lg\:p-200px {
    padding: 200px;
  }

  .lg\:p-210px {
    padding: 210px;
  }

  .lg\:p-222px {
    padding: 222px;
  }

  .lg\:p-258px {
    padding: 258px;
  }

  .lg\:p-280px {
    padding: 280px;
  }

  .lg\:p-334px {
    padding: 334px;
  }

  .lg\:p-388px {
    padding: 388px;
  }

  .lg\:p-480px {
    padding: 480px;
  }

  .lg\:p-490px {
    padding: 490px;
  }

  .lg\:p-505px {
    padding: 505px;
  }

  .lg\:p-507px {
    padding: 507px;
  }

  .lg\:p-760px {
    padding: 760px;
  }

  .lg\:p-780px {
    padding: 780px;
  }

  .lg\:p-980px {
    padding: 980px;
  }

  .lg\:p-1366px {
    padding: 1366px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:py-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-1px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .lg\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }

  .lg\:py-3px {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .lg\:px-3px {
    padding-left: 3px;
    padding-right: 3px;
  }

  .lg\:py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lg\:px-4px {
    padding-left: 4px;
    padding-right: 4px;
  }

  .lg\:py-5px {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:px-5px {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:py-6px {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:px-6px {
    padding-left: 6px;
    padding-right: 6px;
  }

  .lg\:py-7px {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .lg\:px-7px {
    padding-left: 7px;
    padding-right: 7px;
  }

  .lg\:py-8px {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:px-8px {
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:py-9px {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .lg\:px-9px {
    padding-left: 9px;
    padding-right: 9px;
  }

  .lg\:py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:px-10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:py-11px {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .lg\:px-11px {
    padding-left: 11px;
    padding-right: 11px;
  }

  .lg\:py-12px {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:px-12px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:py-13px {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .lg\:px-13px {
    padding-left: 13px;
    padding-right: 13px;
  }

  .lg\:py-14px {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:px-14px {
    padding-left: 14px;
    padding-right: 14px;
  }

  .lg\:py-15px {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:px-15px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:py-16px {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:px-16px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:py-17px {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .lg\:px-17px {
    padding-left: 17px;
    padding-right: 17px;
  }

  .lg\:py-18px {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lg\:px-18px {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lg\:py-19px {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .lg\:px-19px {
    padding-left: 19px;
    padding-right: 19px;
  }

  .lg\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:py-21px {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .lg\:px-21px {
    padding-left: 21px;
    padding-right: 21px;
  }

  .lg\:py-22px {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .lg\:px-22px {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lg\:py-23px {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .lg\:px-23px {
    padding-left: 23px;
    padding-right: 23px;
  }

  .lg\:py-24px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:px-24px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:py-25px {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:px-25px {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:py-26px {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .lg\:px-26px {
    padding-left: 26px;
    padding-right: 26px;
  }

  .lg\:py-27px {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .lg\:px-27px {
    padding-left: 27px;
    padding-right: 27px;
  }

  .lg\:py-28px {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg\:px-28px {
    padding-left: 28px;
    padding-right: 28px;
  }

  .lg\:py-29px {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .lg\:px-29px {
    padding-left: 29px;
    padding-right: 29px;
  }

  .lg\:py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-31px {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .lg\:px-31px {
    padding-left: 31px;
    padding-right: 31px;
  }

  .lg\:py-32px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:px-32px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:py-33px {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .lg\:px-33px {
    padding-left: 33px;
    padding-right: 33px;
  }

  .lg\:py-34px {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .lg\:px-34px {
    padding-left: 34px;
    padding-right: 34px;
  }

  .lg\:py-35px {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .lg\:px-35px {
    padding-left: 35px;
    padding-right: 35px;
  }

  .lg\:py-36px {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .lg\:px-36px {
    padding-left: 36px;
    padding-right: 36px;
  }

  .lg\:py-37px {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .lg\:px-37px {
    padding-left: 37px;
    padding-right: 37px;
  }

  .lg\:py-38px {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .lg\:px-38px {
    padding-left: 38px;
    padding-right: 38px;
  }

  .lg\:py-39px {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .lg\:px-39px {
    padding-left: 39px;
    padding-right: 39px;
  }

  .lg\:py-40px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:px-40px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:py-41px {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .lg\:px-41px {
    padding-left: 41px;
    padding-right: 41px;
  }

  .lg\:py-42px {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .lg\:px-42px {
    padding-left: 42px;
    padding-right: 42px;
  }

  .lg\:py-43px {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .lg\:px-43px {
    padding-left: 43px;
    padding-right: 43px;
  }

  .lg\:py-44px {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .lg\:px-44px {
    padding-left: 44px;
    padding-right: 44px;
  }

  .lg\:py-45px {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:px-45px {
    padding-left: 45px;
    padding-right: 45px;
  }

  .lg\:py-46px {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .lg\:px-46px {
    padding-left: 46px;
    padding-right: 46px;
  }

  .lg\:py-47px {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .lg\:px-47px {
    padding-left: 47px;
    padding-right: 47px;
  }

  .lg\:py-48px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .lg\:px-48px {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:py-49px {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .lg\:px-49px {
    padding-left: 49px;
    padding-right: 49px;
  }

  .lg\:py-50px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:px-50px {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:py-51px {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .lg\:px-51px {
    padding-left: 51px;
    padding-right: 51px;
  }

  .lg\:py-52px {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .lg\:px-52px {
    padding-left: 52px;
    padding-right: 52px;
  }

  .lg\:py-53px {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .lg\:px-53px {
    padding-left: 53px;
    padding-right: 53px;
  }

  .lg\:py-54px {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .lg\:px-54px {
    padding-left: 54px;
    padding-right: 54px;
  }

  .lg\:py-55px {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .lg\:px-55px {
    padding-left: 55px;
    padding-right: 55px;
  }

  .lg\:py-56px {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .lg\:px-56px {
    padding-left: 56px;
    padding-right: 56px;
  }

  .lg\:py-57px {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .lg\:px-57px {
    padding-left: 57px;
    padding-right: 57px;
  }

  .lg\:py-58px {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .lg\:px-58px {
    padding-left: 58px;
    padding-right: 58px;
  }

  .lg\:py-59px {
    padding-top: 59px;
    padding-bottom: 59px;
  }

  .lg\:px-59px {
    padding-left: 59px;
    padding-right: 59px;
  }

  .lg\:py-60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:px-60px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:py-61px {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .lg\:px-61px {
    padding-left: 61px;
    padding-right: 61px;
  }

  .lg\:py-62px {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .lg\:px-62px {
    padding-left: 62px;
    padding-right: 62px;
  }

  .lg\:py-63px {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .lg\:px-63px {
    padding-left: 63px;
    padding-right: 63px;
  }

  .lg\:py-64px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:px-64px {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lg\:py-65px {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .lg\:px-65px {
    padding-left: 65px;
    padding-right: 65px;
  }

  .lg\:py-66px {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .lg\:px-66px {
    padding-left: 66px;
    padding-right: 66px;
  }

  .lg\:py-67px {
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .lg\:px-67px {
    padding-left: 67px;
    padding-right: 67px;
  }

  .lg\:py-68px {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .lg\:px-68px {
    padding-left: 68px;
    padding-right: 68px;
  }

  .lg\:py-69px {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .lg\:px-69px {
    padding-left: 69px;
    padding-right: 69px;
  }

  .lg\:py-70px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lg\:px-70px {
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:py-71px {
    padding-top: 71px;
    padding-bottom: 71px;
  }

  .lg\:px-71px {
    padding-left: 71px;
    padding-right: 71px;
  }

  .lg\:py-72px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lg\:px-72px {
    padding-left: 72px;
    padding-right: 72px;
  }

  .lg\:py-73px {
    padding-top: 73px;
    padding-bottom: 73px;
  }

  .lg\:px-73px {
    padding-left: 73px;
    padding-right: 73px;
  }

  .lg\:py-74px {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .lg\:px-74px {
    padding-left: 74px;
    padding-right: 74px;
  }

  .lg\:py-75px {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .lg\:px-75px {
    padding-left: 75px;
    padding-right: 75px;
  }

  .lg\:py-76px {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .lg\:px-76px {
    padding-left: 76px;
    padding-right: 76px;
  }

  .lg\:py-77px {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .lg\:px-77px {
    padding-left: 77px;
    padding-right: 77px;
  }

  .lg\:py-78px {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .lg\:px-78px {
    padding-left: 78px;
    padding-right: 78px;
  }

  .lg\:py-79px {
    padding-top: 79px;
    padding-bottom: 79px;
  }

  .lg\:px-79px {
    padding-left: 79px;
    padding-right: 79px;
  }

  .lg\:py-80px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:px-80px {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:py-81px {
    padding-top: 81px;
    padding-bottom: 81px;
  }

  .lg\:px-81px {
    padding-left: 81px;
    padding-right: 81px;
  }

  .lg\:py-82px {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .lg\:px-82px {
    padding-left: 82px;
    padding-right: 82px;
  }

  .lg\:py-83px {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .lg\:px-83px {
    padding-left: 83px;
    padding-right: 83px;
  }

  .lg\:py-84px {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .lg\:px-84px {
    padding-left: 84px;
    padding-right: 84px;
  }

  .lg\:py-85px {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .lg\:px-85px {
    padding-left: 85px;
    padding-right: 85px;
  }

  .lg\:py-86px {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .lg\:px-86px {
    padding-left: 86px;
    padding-right: 86px;
  }

  .lg\:py-87px {
    padding-top: 87px;
    padding-bottom: 87px;
  }

  .lg\:px-87px {
    padding-left: 87px;
    padding-right: 87px;
  }

  .lg\:py-88px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .lg\:px-88px {
    padding-left: 88px;
    padding-right: 88px;
  }

  .lg\:py-89px {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .lg\:px-89px {
    padding-left: 89px;
    padding-right: 89px;
  }

  .lg\:py-90px {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:px-90px {
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:py-91px {
    padding-top: 91px;
    padding-bottom: 91px;
  }

  .lg\:px-91px {
    padding-left: 91px;
    padding-right: 91px;
  }

  .lg\:py-92px {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .lg\:px-92px {
    padding-left: 92px;
    padding-right: 92px;
  }

  .lg\:py-93px {
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .lg\:px-93px {
    padding-left: 93px;
    padding-right: 93px;
  }

  .lg\:py-94px {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .lg\:px-94px {
    padding-left: 94px;
    padding-right: 94px;
  }

  .lg\:py-95px {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .lg\:px-95px {
    padding-left: 95px;
    padding-right: 95px;
  }

  .lg\:py-96px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .lg\:px-96px {
    padding-left: 96px;
    padding-right: 96px;
  }

  .lg\:py-97px {
    padding-top: 97px;
    padding-bottom: 97px;
  }

  .lg\:px-97px {
    padding-left: 97px;
    padding-right: 97px;
  }

  .lg\:py-98px {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .lg\:px-98px {
    padding-left: 98px;
    padding-right: 98px;
  }

  .lg\:py-99px {
    padding-top: 99px;
    padding-bottom: 99px;
  }

  .lg\:px-99px {
    padding-left: 99px;
    padding-right: 99px;
  }

  .lg\:py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:px-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:py-101px {
    padding-top: 101px;
    padding-bottom: 101px;
  }

  .lg\:px-101px {
    padding-left: 101px;
    padding-right: 101px;
  }

  .lg\:py-102px {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .lg\:px-102px {
    padding-left: 102px;
    padding-right: 102px;
  }

  .lg\:py-103px {
    padding-top: 103px;
    padding-bottom: 103px;
  }

  .lg\:px-103px {
    padding-left: 103px;
    padding-right: 103px;
  }

  .lg\:py-104px {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .lg\:px-104px {
    padding-left: 104px;
    padding-right: 104px;
  }

  .lg\:py-105px {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .lg\:px-105px {
    padding-left: 105px;
    padding-right: 105px;
  }

  .lg\:py-106px {
    padding-top: 106px;
    padding-bottom: 106px;
  }

  .lg\:px-106px {
    padding-left: 106px;
    padding-right: 106px;
  }

  .lg\:py-107px {
    padding-top: 107px;
    padding-bottom: 107px;
  }

  .lg\:px-107px {
    padding-left: 107px;
    padding-right: 107px;
  }

  .lg\:py-108px {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .lg\:px-108px {
    padding-left: 108px;
    padding-right: 108px;
  }

  .lg\:py-109px {
    padding-top: 109px;
    padding-bottom: 109px;
  }

  .lg\:px-109px {
    padding-left: 109px;
    padding-right: 109px;
  }

  .lg\:py-110px {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .lg\:px-110px {
    padding-left: 110px;
    padding-right: 110px;
  }

  .lg\:py-111px {
    padding-top: 111px;
    padding-bottom: 111px;
  }

  .lg\:px-111px {
    padding-left: 111px;
    padding-right: 111px;
  }

  .lg\:py-112px {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .lg\:px-112px {
    padding-left: 112px;
    padding-right: 112px;
  }

  .lg\:py-113px {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .lg\:px-113px {
    padding-left: 113px;
    padding-right: 113px;
  }

  .lg\:py-114px {
    padding-top: 114px;
    padding-bottom: 114px;
  }

  .lg\:px-114px {
    padding-left: 114px;
    padding-right: 114px;
  }

  .lg\:py-115px {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .lg\:px-115px {
    padding-left: 115px;
    padding-right: 115px;
  }

  .lg\:py-116px {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .lg\:px-116px {
    padding-left: 116px;
    padding-right: 116px;
  }

  .lg\:py-117px {
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .lg\:px-117px {
    padding-left: 117px;
    padding-right: 117px;
  }

  .lg\:py-118px {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .lg\:px-118px {
    padding-left: 118px;
    padding-right: 118px;
  }

  .lg\:py-119px {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .lg\:px-119px {
    padding-left: 119px;
    padding-right: 119px;
  }

  .lg\:py-120px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:px-120px {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:py-121px {
    padding-top: 121px;
    padding-bottom: 121px;
  }

  .lg\:px-121px {
    padding-left: 121px;
    padding-right: 121px;
  }

  .lg\:py-122px {
    padding-top: 122px;
    padding-bottom: 122px;
  }

  .lg\:px-122px {
    padding-left: 122px;
    padding-right: 122px;
  }

  .lg\:py-123px {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .lg\:px-123px {
    padding-left: 123px;
    padding-right: 123px;
  }

  .lg\:py-124px {
    padding-top: 124px;
    padding-bottom: 124px;
  }

  .lg\:px-124px {
    padding-left: 124px;
    padding-right: 124px;
  }

  .lg\:py-125px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .lg\:px-125px {
    padding-left: 125px;
    padding-right: 125px;
  }

  .lg\:py-126px {
    padding-top: 126px;
    padding-bottom: 126px;
  }

  .lg\:px-126px {
    padding-left: 126px;
    padding-right: 126px;
  }

  .lg\:py-127px {
    padding-top: 127px;
    padding-bottom: 127px;
  }

  .lg\:px-127px {
    padding-left: 127px;
    padding-right: 127px;
  }

  .lg\:py-128px {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .lg\:px-128px {
    padding-left: 128px;
    padding-right: 128px;
  }

  .lg\:py-129px {
    padding-top: 129px;
    padding-bottom: 129px;
  }

  .lg\:px-129px {
    padding-left: 129px;
    padding-right: 129px;
  }

  .lg\:py-130px {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .lg\:px-130px {
    padding-left: 130px;
    padding-right: 130px;
  }

  .lg\:py-133px {
    padding-top: 133px;
    padding-bottom: 133px;
  }

  .lg\:px-133px {
    padding-left: 133px;
    padding-right: 133px;
  }

  .lg\:py-140px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .lg\:px-140px {
    padding-left: 140px;
    padding-right: 140px;
  }

  .lg\:py-195px {
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .lg\:px-195px {
    padding-left: 195px;
    padding-right: 195px;
  }

  .lg\:py-200px {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .lg\:px-200px {
    padding-left: 200px;
    padding-right: 200px;
  }

  .lg\:py-210px {
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .lg\:px-210px {
    padding-left: 210px;
    padding-right: 210px;
  }

  .lg\:py-222px {
    padding-top: 222px;
    padding-bottom: 222px;
  }

  .lg\:px-222px {
    padding-left: 222px;
    padding-right: 222px;
  }

  .lg\:py-258px {
    padding-top: 258px;
    padding-bottom: 258px;
  }

  .lg\:px-258px {
    padding-left: 258px;
    padding-right: 258px;
  }

  .lg\:py-280px {
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .lg\:px-280px {
    padding-left: 280px;
    padding-right: 280px;
  }

  .lg\:py-334px {
    padding-top: 334px;
    padding-bottom: 334px;
  }

  .lg\:px-334px {
    padding-left: 334px;
    padding-right: 334px;
  }

  .lg\:py-388px {
    padding-top: 388px;
    padding-bottom: 388px;
  }

  .lg\:px-388px {
    padding-left: 388px;
    padding-right: 388px;
  }

  .lg\:py-480px {
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .lg\:px-480px {
    padding-left: 480px;
    padding-right: 480px;
  }

  .lg\:py-490px {
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .lg\:px-490px {
    padding-left: 490px;
    padding-right: 490px;
  }

  .lg\:py-505px {
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .lg\:px-505px {
    padding-left: 505px;
    padding-right: 505px;
  }

  .lg\:py-507px {
    padding-top: 507px;
    padding-bottom: 507px;
  }

  .lg\:px-507px {
    padding-left: 507px;
    padding-right: 507px;
  }

  .lg\:py-760px {
    padding-top: 760px;
    padding-bottom: 760px;
  }

  .lg\:px-760px {
    padding-left: 760px;
    padding-right: 760px;
  }

  .lg\:py-780px {
    padding-top: 780px;
    padding-bottom: 780px;
  }

  .lg\:px-780px {
    padding-left: 780px;
    padding-right: 780px;
  }

  .lg\:py-980px {
    padding-top: 980px;
    padding-bottom: 980px;
  }

  .lg\:px-980px {
    padding-left: 980px;
    padding-right: 980px;
  }

  .lg\:py-1366px {
    padding-top: 1366px;
    padding-bottom: 1366px;
  }

  .lg\:px-1366px {
    padding-left: 1366px;
    padding-right: 1366px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pr-11 {
    padding-right: 2.75rem;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pr-36 {
    padding-right: 9rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pl-36 {
    padding-left: 9rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pr-44 {
    padding-right: 11rem;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

  .lg\:pl-44 {
    padding-left: 11rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pt-52 {
    padding-top: 13rem;
  }

  .lg\:pr-52 {
    padding-right: 13rem;
  }

  .lg\:pb-52 {
    padding-bottom: 13rem;
  }

  .lg\:pl-52 {
    padding-left: 13rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pt-60 {
    padding-top: 15rem;
  }

  .lg\:pr-60 {
    padding-right: 15rem;
  }

  .lg\:pb-60 {
    padding-bottom: 15rem;
  }

  .lg\:pl-60 {
    padding-left: 15rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pt-72 {
    padding-top: 18rem;
  }

  .lg\:pr-72 {
    padding-right: 18rem;
  }

  .lg\:pb-72 {
    padding-bottom: 18rem;
  }

  .lg\:pl-72 {
    padding-left: 18rem;
  }

  .lg\:pt-80 {
    padding-top: 20rem;
  }

  .lg\:pr-80 {
    padding-right: 20rem;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem;
  }

  .lg\:pl-80 {
    padding-left: 20rem;
  }

  .lg\:pt-96 {
    padding-top: 24rem;
  }

  .lg\:pr-96 {
    padding-right: 24rem;
  }

  .lg\:pb-96 {
    padding-bottom: 24rem;
  }

  .lg\:pl-96 {
    padding-left: 24rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .lg\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .lg\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .lg\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .lg\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .lg\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .lg\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .lg\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .lg\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .lg\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .lg\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .lg\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .lg\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .lg\:pt-1px {
    padding-top: 1px;
  }

  .lg\:pr-1px {
    padding-right: 1px;
  }

  .lg\:pb-1px {
    padding-bottom: 1px;
  }

  .lg\:pl-1px {
    padding-left: 1px;
  }

  .lg\:pt-2px {
    padding-top: 2px;
  }

  .lg\:pr-2px {
    padding-right: 2px;
  }

  .lg\:pb-2px {
    padding-bottom: 2px;
  }

  .lg\:pl-2px {
    padding-left: 2px;
  }

  .lg\:pt-3px {
    padding-top: 3px;
  }

  .lg\:pr-3px {
    padding-right: 3px;
  }

  .lg\:pb-3px {
    padding-bottom: 3px;
  }

  .lg\:pl-3px {
    padding-left: 3px;
  }

  .lg\:pt-4px {
    padding-top: 4px;
  }

  .lg\:pr-4px {
    padding-right: 4px;
  }

  .lg\:pb-4px {
    padding-bottom: 4px;
  }

  .lg\:pl-4px {
    padding-left: 4px;
  }

  .lg\:pt-5px {
    padding-top: 5px;
  }

  .lg\:pr-5px {
    padding-right: 5px;
  }

  .lg\:pb-5px {
    padding-bottom: 5px;
  }

  .lg\:pl-5px {
    padding-left: 5px;
  }

  .lg\:pt-6px {
    padding-top: 6px;
  }

  .lg\:pr-6px {
    padding-right: 6px;
  }

  .lg\:pb-6px {
    padding-bottom: 6px;
  }

  .lg\:pl-6px {
    padding-left: 6px;
  }

  .lg\:pt-7px {
    padding-top: 7px;
  }

  .lg\:pr-7px {
    padding-right: 7px;
  }

  .lg\:pb-7px {
    padding-bottom: 7px;
  }

  .lg\:pl-7px {
    padding-left: 7px;
  }

  .lg\:pt-8px {
    padding-top: 8px;
  }

  .lg\:pr-8px {
    padding-right: 8px;
  }

  .lg\:pb-8px {
    padding-bottom: 8px;
  }

  .lg\:pl-8px {
    padding-left: 8px;
  }

  .lg\:pt-9px {
    padding-top: 9px;
  }

  .lg\:pr-9px {
    padding-right: 9px;
  }

  .lg\:pb-9px {
    padding-bottom: 9px;
  }

  .lg\:pl-9px {
    padding-left: 9px;
  }

  .lg\:pt-10px {
    padding-top: 10px;
  }

  .lg\:pr-10px {
    padding-right: 10px;
  }

  .lg\:pb-10px {
    padding-bottom: 10px;
  }

  .lg\:pl-10px {
    padding-left: 10px;
  }

  .lg\:pt-11px {
    padding-top: 11px;
  }

  .lg\:pr-11px {
    padding-right: 11px;
  }

  .lg\:pb-11px {
    padding-bottom: 11px;
  }

  .lg\:pl-11px {
    padding-left: 11px;
  }

  .lg\:pt-12px {
    padding-top: 12px;
  }

  .lg\:pr-12px {
    padding-right: 12px;
  }

  .lg\:pb-12px {
    padding-bottom: 12px;
  }

  .lg\:pl-12px {
    padding-left: 12px;
  }

  .lg\:pt-13px {
    padding-top: 13px;
  }

  .lg\:pr-13px {
    padding-right: 13px;
  }

  .lg\:pb-13px {
    padding-bottom: 13px;
  }

  .lg\:pl-13px {
    padding-left: 13px;
  }

  .lg\:pt-14px {
    padding-top: 14px;
  }

  .lg\:pr-14px {
    padding-right: 14px;
  }

  .lg\:pb-14px {
    padding-bottom: 14px;
  }

  .lg\:pl-14px {
    padding-left: 14px;
  }

  .lg\:pt-15px {
    padding-top: 15px;
  }

  .lg\:pr-15px {
    padding-right: 15px;
  }

  .lg\:pb-15px {
    padding-bottom: 15px;
  }

  .lg\:pl-15px {
    padding-left: 15px;
  }

  .lg\:pt-16px {
    padding-top: 16px;
  }

  .lg\:pr-16px {
    padding-right: 16px;
  }

  .lg\:pb-16px {
    padding-bottom: 16px;
  }

  .lg\:pl-16px {
    padding-left: 16px;
  }

  .lg\:pt-17px {
    padding-top: 17px;
  }

  .lg\:pr-17px {
    padding-right: 17px;
  }

  .lg\:pb-17px {
    padding-bottom: 17px;
  }

  .lg\:pl-17px {
    padding-left: 17px;
  }

  .lg\:pt-18px {
    padding-top: 18px;
  }

  .lg\:pr-18px {
    padding-right: 18px;
  }

  .lg\:pb-18px {
    padding-bottom: 18px;
  }

  .lg\:pl-18px {
    padding-left: 18px;
  }

  .lg\:pt-19px {
    padding-top: 19px;
  }

  .lg\:pr-19px {
    padding-right: 19px;
  }

  .lg\:pb-19px {
    padding-bottom: 19px;
  }

  .lg\:pl-19px {
    padding-left: 19px;
  }

  .lg\:pt-20px {
    padding-top: 20px;
  }

  .lg\:pr-20px {
    padding-right: 20px;
  }

  .lg\:pb-20px {
    padding-bottom: 20px;
  }

  .lg\:pl-20px {
    padding-left: 20px;
  }

  .lg\:pt-21px {
    padding-top: 21px;
  }

  .lg\:pr-21px {
    padding-right: 21px;
  }

  .lg\:pb-21px {
    padding-bottom: 21px;
  }

  .lg\:pl-21px {
    padding-left: 21px;
  }

  .lg\:pt-22px {
    padding-top: 22px;
  }

  .lg\:pr-22px {
    padding-right: 22px;
  }

  .lg\:pb-22px {
    padding-bottom: 22px;
  }

  .lg\:pl-22px {
    padding-left: 22px;
  }

  .lg\:pt-23px {
    padding-top: 23px;
  }

  .lg\:pr-23px {
    padding-right: 23px;
  }

  .lg\:pb-23px {
    padding-bottom: 23px;
  }

  .lg\:pl-23px {
    padding-left: 23px;
  }

  .lg\:pt-24px {
    padding-top: 24px;
  }

  .lg\:pr-24px {
    padding-right: 24px;
  }

  .lg\:pb-24px {
    padding-bottom: 24px;
  }

  .lg\:pl-24px {
    padding-left: 24px;
  }

  .lg\:pt-25px {
    padding-top: 25px;
  }

  .lg\:pr-25px {
    padding-right: 25px;
  }

  .lg\:pb-25px {
    padding-bottom: 25px;
  }

  .lg\:pl-25px {
    padding-left: 25px;
  }

  .lg\:pt-26px {
    padding-top: 26px;
  }

  .lg\:pr-26px {
    padding-right: 26px;
  }

  .lg\:pb-26px {
    padding-bottom: 26px;
  }

  .lg\:pl-26px {
    padding-left: 26px;
  }

  .lg\:pt-27px {
    padding-top: 27px;
  }

  .lg\:pr-27px {
    padding-right: 27px;
  }

  .lg\:pb-27px {
    padding-bottom: 27px;
  }

  .lg\:pl-27px {
    padding-left: 27px;
  }

  .lg\:pt-28px {
    padding-top: 28px;
  }

  .lg\:pr-28px {
    padding-right: 28px;
  }

  .lg\:pb-28px {
    padding-bottom: 28px;
  }

  .lg\:pl-28px {
    padding-left: 28px;
  }

  .lg\:pt-29px {
    padding-top: 29px;
  }

  .lg\:pr-29px {
    padding-right: 29px;
  }

  .lg\:pb-29px {
    padding-bottom: 29px;
  }

  .lg\:pl-29px {
    padding-left: 29px;
  }

  .lg\:pt-30px {
    padding-top: 30px;
  }

  .lg\:pr-30px {
    padding-right: 30px;
  }

  .lg\:pb-30px {
    padding-bottom: 30px;
  }

  .lg\:pl-30px {
    padding-left: 30px;
  }

  .lg\:pt-31px {
    padding-top: 31px;
  }

  .lg\:pr-31px {
    padding-right: 31px;
  }

  .lg\:pb-31px {
    padding-bottom: 31px;
  }

  .lg\:pl-31px {
    padding-left: 31px;
  }

  .lg\:pt-32px {
    padding-top: 32px;
  }

  .lg\:pr-32px {
    padding-right: 32px;
  }

  .lg\:pb-32px {
    padding-bottom: 32px;
  }

  .lg\:pl-32px {
    padding-left: 32px;
  }

  .lg\:pt-33px {
    padding-top: 33px;
  }

  .lg\:pr-33px {
    padding-right: 33px;
  }

  .lg\:pb-33px {
    padding-bottom: 33px;
  }

  .lg\:pl-33px {
    padding-left: 33px;
  }

  .lg\:pt-34px {
    padding-top: 34px;
  }

  .lg\:pr-34px {
    padding-right: 34px;
  }

  .lg\:pb-34px {
    padding-bottom: 34px;
  }

  .lg\:pl-34px {
    padding-left: 34px;
  }

  .lg\:pt-35px {
    padding-top: 35px;
  }

  .lg\:pr-35px {
    padding-right: 35px;
  }

  .lg\:pb-35px {
    padding-bottom: 35px;
  }

  .lg\:pl-35px {
    padding-left: 35px;
  }

  .lg\:pt-36px {
    padding-top: 36px;
  }

  .lg\:pr-36px {
    padding-right: 36px;
  }

  .lg\:pb-36px {
    padding-bottom: 36px;
  }

  .lg\:pl-36px {
    padding-left: 36px;
  }

  .lg\:pt-37px {
    padding-top: 37px;
  }

  .lg\:pr-37px {
    padding-right: 37px;
  }

  .lg\:pb-37px {
    padding-bottom: 37px;
  }

  .lg\:pl-37px {
    padding-left: 37px;
  }

  .lg\:pt-38px {
    padding-top: 38px;
  }

  .lg\:pr-38px {
    padding-right: 38px;
  }

  .lg\:pb-38px {
    padding-bottom: 38px;
  }

  .lg\:pl-38px {
    padding-left: 38px;
  }

  .lg\:pt-39px {
    padding-top: 39px;
  }

  .lg\:pr-39px {
    padding-right: 39px;
  }

  .lg\:pb-39px {
    padding-bottom: 39px;
  }

  .lg\:pl-39px {
    padding-left: 39px;
  }

  .lg\:pt-40px {
    padding-top: 40px;
  }

  .lg\:pr-40px {
    padding-right: 40px;
  }

  .lg\:pb-40px {
    padding-bottom: 40px;
  }

  .lg\:pl-40px {
    padding-left: 40px;
  }

  .lg\:pt-41px {
    padding-top: 41px;
  }

  .lg\:pr-41px {
    padding-right: 41px;
  }

  .lg\:pb-41px {
    padding-bottom: 41px;
  }

  .lg\:pl-41px {
    padding-left: 41px;
  }

  .lg\:pt-42px {
    padding-top: 42px;
  }

  .lg\:pr-42px {
    padding-right: 42px;
  }

  .lg\:pb-42px {
    padding-bottom: 42px;
  }

  .lg\:pl-42px {
    padding-left: 42px;
  }

  .lg\:pt-43px {
    padding-top: 43px;
  }

  .lg\:pr-43px {
    padding-right: 43px;
  }

  .lg\:pb-43px {
    padding-bottom: 43px;
  }

  .lg\:pl-43px {
    padding-left: 43px;
  }

  .lg\:pt-44px {
    padding-top: 44px;
  }

  .lg\:pr-44px {
    padding-right: 44px;
  }

  .lg\:pb-44px {
    padding-bottom: 44px;
  }

  .lg\:pl-44px {
    padding-left: 44px;
  }

  .lg\:pt-45px {
    padding-top: 45px;
  }

  .lg\:pr-45px {
    padding-right: 45px;
  }

  .lg\:pb-45px {
    padding-bottom: 45px;
  }

  .lg\:pl-45px {
    padding-left: 45px;
  }

  .lg\:pt-46px {
    padding-top: 46px;
  }

  .lg\:pr-46px {
    padding-right: 46px;
  }

  .lg\:pb-46px {
    padding-bottom: 46px;
  }

  .lg\:pl-46px {
    padding-left: 46px;
  }

  .lg\:pt-47px {
    padding-top: 47px;
  }

  .lg\:pr-47px {
    padding-right: 47px;
  }

  .lg\:pb-47px {
    padding-bottom: 47px;
  }

  .lg\:pl-47px {
    padding-left: 47px;
  }

  .lg\:pt-48px {
    padding-top: 48px;
  }

  .lg\:pr-48px {
    padding-right: 48px;
  }

  .lg\:pb-48px {
    padding-bottom: 48px;
  }

  .lg\:pl-48px {
    padding-left: 48px;
  }

  .lg\:pt-49px {
    padding-top: 49px;
  }

  .lg\:pr-49px {
    padding-right: 49px;
  }

  .lg\:pb-49px {
    padding-bottom: 49px;
  }

  .lg\:pl-49px {
    padding-left: 49px;
  }

  .lg\:pt-50px {
    padding-top: 50px;
  }

  .lg\:pr-50px {
    padding-right: 50px;
  }

  .lg\:pb-50px {
    padding-bottom: 50px;
  }

  .lg\:pl-50px {
    padding-left: 50px;
  }

  .lg\:pt-51px {
    padding-top: 51px;
  }

  .lg\:pr-51px {
    padding-right: 51px;
  }

  .lg\:pb-51px {
    padding-bottom: 51px;
  }

  .lg\:pl-51px {
    padding-left: 51px;
  }

  .lg\:pt-52px {
    padding-top: 52px;
  }

  .lg\:pr-52px {
    padding-right: 52px;
  }

  .lg\:pb-52px {
    padding-bottom: 52px;
  }

  .lg\:pl-52px {
    padding-left: 52px;
  }

  .lg\:pt-53px {
    padding-top: 53px;
  }

  .lg\:pr-53px {
    padding-right: 53px;
  }

  .lg\:pb-53px {
    padding-bottom: 53px;
  }

  .lg\:pl-53px {
    padding-left: 53px;
  }

  .lg\:pt-54px {
    padding-top: 54px;
  }

  .lg\:pr-54px {
    padding-right: 54px;
  }

  .lg\:pb-54px {
    padding-bottom: 54px;
  }

  .lg\:pl-54px {
    padding-left: 54px;
  }

  .lg\:pt-55px {
    padding-top: 55px;
  }

  .lg\:pr-55px {
    padding-right: 55px;
  }

  .lg\:pb-55px {
    padding-bottom: 55px;
  }

  .lg\:pl-55px {
    padding-left: 55px;
  }

  .lg\:pt-56px {
    padding-top: 56px;
  }

  .lg\:pr-56px {
    padding-right: 56px;
  }

  .lg\:pb-56px {
    padding-bottom: 56px;
  }

  .lg\:pl-56px {
    padding-left: 56px;
  }

  .lg\:pt-57px {
    padding-top: 57px;
  }

  .lg\:pr-57px {
    padding-right: 57px;
  }

  .lg\:pb-57px {
    padding-bottom: 57px;
  }

  .lg\:pl-57px {
    padding-left: 57px;
  }

  .lg\:pt-58px {
    padding-top: 58px;
  }

  .lg\:pr-58px {
    padding-right: 58px;
  }

  .lg\:pb-58px {
    padding-bottom: 58px;
  }

  .lg\:pl-58px {
    padding-left: 58px;
  }

  .lg\:pt-59px {
    padding-top: 59px;
  }

  .lg\:pr-59px {
    padding-right: 59px;
  }

  .lg\:pb-59px {
    padding-bottom: 59px;
  }

  .lg\:pl-59px {
    padding-left: 59px;
  }

  .lg\:pt-60px {
    padding-top: 60px;
  }

  .lg\:pr-60px {
    padding-right: 60px;
  }

  .lg\:pb-60px {
    padding-bottom: 60px;
  }

  .lg\:pl-60px {
    padding-left: 60px;
  }

  .lg\:pt-61px {
    padding-top: 61px;
  }

  .lg\:pr-61px {
    padding-right: 61px;
  }

  .lg\:pb-61px {
    padding-bottom: 61px;
  }

  .lg\:pl-61px {
    padding-left: 61px;
  }

  .lg\:pt-62px {
    padding-top: 62px;
  }

  .lg\:pr-62px {
    padding-right: 62px;
  }

  .lg\:pb-62px {
    padding-bottom: 62px;
  }

  .lg\:pl-62px {
    padding-left: 62px;
  }

  .lg\:pt-63px {
    padding-top: 63px;
  }

  .lg\:pr-63px {
    padding-right: 63px;
  }

  .lg\:pb-63px {
    padding-bottom: 63px;
  }

  .lg\:pl-63px {
    padding-left: 63px;
  }

  .lg\:pt-64px {
    padding-top: 64px;
  }

  .lg\:pr-64px {
    padding-right: 64px;
  }

  .lg\:pb-64px {
    padding-bottom: 64px;
  }

  .lg\:pl-64px {
    padding-left: 64px;
  }

  .lg\:pt-65px {
    padding-top: 65px;
  }

  .lg\:pr-65px {
    padding-right: 65px;
  }

  .lg\:pb-65px {
    padding-bottom: 65px;
  }

  .lg\:pl-65px {
    padding-left: 65px;
  }

  .lg\:pt-66px {
    padding-top: 66px;
  }

  .lg\:pr-66px {
    padding-right: 66px;
  }

  .lg\:pb-66px {
    padding-bottom: 66px;
  }

  .lg\:pl-66px {
    padding-left: 66px;
  }

  .lg\:pt-67px {
    padding-top: 67px;
  }

  .lg\:pr-67px {
    padding-right: 67px;
  }

  .lg\:pb-67px {
    padding-bottom: 67px;
  }

  .lg\:pl-67px {
    padding-left: 67px;
  }

  .lg\:pt-68px {
    padding-top: 68px;
  }

  .lg\:pr-68px {
    padding-right: 68px;
  }

  .lg\:pb-68px {
    padding-bottom: 68px;
  }

  .lg\:pl-68px {
    padding-left: 68px;
  }

  .lg\:pt-69px {
    padding-top: 69px;
  }

  .lg\:pr-69px {
    padding-right: 69px;
  }

  .lg\:pb-69px {
    padding-bottom: 69px;
  }

  .lg\:pl-69px {
    padding-left: 69px;
  }

  .lg\:pt-70px {
    padding-top: 70px;
  }

  .lg\:pr-70px {
    padding-right: 70px;
  }

  .lg\:pb-70px {
    padding-bottom: 70px;
  }

  .lg\:pl-70px {
    padding-left: 70px;
  }

  .lg\:pt-71px {
    padding-top: 71px;
  }

  .lg\:pr-71px {
    padding-right: 71px;
  }

  .lg\:pb-71px {
    padding-bottom: 71px;
  }

  .lg\:pl-71px {
    padding-left: 71px;
  }

  .lg\:pt-72px {
    padding-top: 72px;
  }

  .lg\:pr-72px {
    padding-right: 72px;
  }

  .lg\:pb-72px {
    padding-bottom: 72px;
  }

  .lg\:pl-72px {
    padding-left: 72px;
  }

  .lg\:pt-73px {
    padding-top: 73px;
  }

  .lg\:pr-73px {
    padding-right: 73px;
  }

  .lg\:pb-73px {
    padding-bottom: 73px;
  }

  .lg\:pl-73px {
    padding-left: 73px;
  }

  .lg\:pt-74px {
    padding-top: 74px;
  }

  .lg\:pr-74px {
    padding-right: 74px;
  }

  .lg\:pb-74px {
    padding-bottom: 74px;
  }

  .lg\:pl-74px {
    padding-left: 74px;
  }

  .lg\:pt-75px {
    padding-top: 75px;
  }

  .lg\:pr-75px {
    padding-right: 75px;
  }

  .lg\:pb-75px {
    padding-bottom: 75px;
  }

  .lg\:pl-75px {
    padding-left: 75px;
  }

  .lg\:pt-76px {
    padding-top: 76px;
  }

  .lg\:pr-76px {
    padding-right: 76px;
  }

  .lg\:pb-76px {
    padding-bottom: 76px;
  }

  .lg\:pl-76px {
    padding-left: 76px;
  }

  .lg\:pt-77px {
    padding-top: 77px;
  }

  .lg\:pr-77px {
    padding-right: 77px;
  }

  .lg\:pb-77px {
    padding-bottom: 77px;
  }

  .lg\:pl-77px {
    padding-left: 77px;
  }

  .lg\:pt-78px {
    padding-top: 78px;
  }

  .lg\:pr-78px {
    padding-right: 78px;
  }

  .lg\:pb-78px {
    padding-bottom: 78px;
  }

  .lg\:pl-78px {
    padding-left: 78px;
  }

  .lg\:pt-79px {
    padding-top: 79px;
  }

  .lg\:pr-79px {
    padding-right: 79px;
  }

  .lg\:pb-79px {
    padding-bottom: 79px;
  }

  .lg\:pl-79px {
    padding-left: 79px;
  }

  .lg\:pt-80px {
    padding-top: 80px;
  }

  .lg\:pr-80px {
    padding-right: 80px;
  }

  .lg\:pb-80px {
    padding-bottom: 80px;
  }

  .lg\:pl-80px {
    padding-left: 80px;
  }

  .lg\:pt-81px {
    padding-top: 81px;
  }

  .lg\:pr-81px {
    padding-right: 81px;
  }

  .lg\:pb-81px {
    padding-bottom: 81px;
  }

  .lg\:pl-81px {
    padding-left: 81px;
  }

  .lg\:pt-82px {
    padding-top: 82px;
  }

  .lg\:pr-82px {
    padding-right: 82px;
  }

  .lg\:pb-82px {
    padding-bottom: 82px;
  }

  .lg\:pl-82px {
    padding-left: 82px;
  }

  .lg\:pt-83px {
    padding-top: 83px;
  }

  .lg\:pr-83px {
    padding-right: 83px;
  }

  .lg\:pb-83px {
    padding-bottom: 83px;
  }

  .lg\:pl-83px {
    padding-left: 83px;
  }

  .lg\:pt-84px {
    padding-top: 84px;
  }

  .lg\:pr-84px {
    padding-right: 84px;
  }

  .lg\:pb-84px {
    padding-bottom: 84px;
  }

  .lg\:pl-84px {
    padding-left: 84px;
  }

  .lg\:pt-85px {
    padding-top: 85px;
  }

  .lg\:pr-85px {
    padding-right: 85px;
  }

  .lg\:pb-85px {
    padding-bottom: 85px;
  }

  .lg\:pl-85px {
    padding-left: 85px;
  }

  .lg\:pt-86px {
    padding-top: 86px;
  }

  .lg\:pr-86px {
    padding-right: 86px;
  }

  .lg\:pb-86px {
    padding-bottom: 86px;
  }

  .lg\:pl-86px {
    padding-left: 86px;
  }

  .lg\:pt-87px {
    padding-top: 87px;
  }

  .lg\:pr-87px {
    padding-right: 87px;
  }

  .lg\:pb-87px {
    padding-bottom: 87px;
  }

  .lg\:pl-87px {
    padding-left: 87px;
  }

  .lg\:pt-88px {
    padding-top: 88px;
  }

  .lg\:pr-88px {
    padding-right: 88px;
  }

  .lg\:pb-88px {
    padding-bottom: 88px;
  }

  .lg\:pl-88px {
    padding-left: 88px;
  }

  .lg\:pt-89px {
    padding-top: 89px;
  }

  .lg\:pr-89px {
    padding-right: 89px;
  }

  .lg\:pb-89px {
    padding-bottom: 89px;
  }

  .lg\:pl-89px {
    padding-left: 89px;
  }

  .lg\:pt-90px {
    padding-top: 90px;
  }

  .lg\:pr-90px {
    padding-right: 90px;
  }

  .lg\:pb-90px {
    padding-bottom: 90px;
  }

  .lg\:pl-90px {
    padding-left: 90px;
  }

  .lg\:pt-91px {
    padding-top: 91px;
  }

  .lg\:pr-91px {
    padding-right: 91px;
  }

  .lg\:pb-91px {
    padding-bottom: 91px;
  }

  .lg\:pl-91px {
    padding-left: 91px;
  }

  .lg\:pt-92px {
    padding-top: 92px;
  }

  .lg\:pr-92px {
    padding-right: 92px;
  }

  .lg\:pb-92px {
    padding-bottom: 92px;
  }

  .lg\:pl-92px {
    padding-left: 92px;
  }

  .lg\:pt-93px {
    padding-top: 93px;
  }

  .lg\:pr-93px {
    padding-right: 93px;
  }

  .lg\:pb-93px {
    padding-bottom: 93px;
  }

  .lg\:pl-93px {
    padding-left: 93px;
  }

  .lg\:pt-94px {
    padding-top: 94px;
  }

  .lg\:pr-94px {
    padding-right: 94px;
  }

  .lg\:pb-94px {
    padding-bottom: 94px;
  }

  .lg\:pl-94px {
    padding-left: 94px;
  }

  .lg\:pt-95px {
    padding-top: 95px;
  }

  .lg\:pr-95px {
    padding-right: 95px;
  }

  .lg\:pb-95px {
    padding-bottom: 95px;
  }

  .lg\:pl-95px {
    padding-left: 95px;
  }

  .lg\:pt-96px {
    padding-top: 96px;
  }

  .lg\:pr-96px {
    padding-right: 96px;
  }

  .lg\:pb-96px {
    padding-bottom: 96px;
  }

  .lg\:pl-96px {
    padding-left: 96px;
  }

  .lg\:pt-97px {
    padding-top: 97px;
  }

  .lg\:pr-97px {
    padding-right: 97px;
  }

  .lg\:pb-97px {
    padding-bottom: 97px;
  }

  .lg\:pl-97px {
    padding-left: 97px;
  }

  .lg\:pt-98px {
    padding-top: 98px;
  }

  .lg\:pr-98px {
    padding-right: 98px;
  }

  .lg\:pb-98px {
    padding-bottom: 98px;
  }

  .lg\:pl-98px {
    padding-left: 98px;
  }

  .lg\:pt-99px {
    padding-top: 99px;
  }

  .lg\:pr-99px {
    padding-right: 99px;
  }

  .lg\:pb-99px {
    padding-bottom: 99px;
  }

  .lg\:pl-99px {
    padding-left: 99px;
  }

  .lg\:pt-100px {
    padding-top: 100px;
  }

  .lg\:pr-100px {
    padding-right: 100px;
  }

  .lg\:pb-100px {
    padding-bottom: 100px;
  }

  .lg\:pl-100px {
    padding-left: 100px;
  }

  .lg\:pt-101px {
    padding-top: 101px;
  }

  .lg\:pr-101px {
    padding-right: 101px;
  }

  .lg\:pb-101px {
    padding-bottom: 101px;
  }

  .lg\:pl-101px {
    padding-left: 101px;
  }

  .lg\:pt-102px {
    padding-top: 102px;
  }

  .lg\:pr-102px {
    padding-right: 102px;
  }

  .lg\:pb-102px {
    padding-bottom: 102px;
  }

  .lg\:pl-102px {
    padding-left: 102px;
  }

  .lg\:pt-103px {
    padding-top: 103px;
  }

  .lg\:pr-103px {
    padding-right: 103px;
  }

  .lg\:pb-103px {
    padding-bottom: 103px;
  }

  .lg\:pl-103px {
    padding-left: 103px;
  }

  .lg\:pt-104px {
    padding-top: 104px;
  }

  .lg\:pr-104px {
    padding-right: 104px;
  }

  .lg\:pb-104px {
    padding-bottom: 104px;
  }

  .lg\:pl-104px {
    padding-left: 104px;
  }

  .lg\:pt-105px {
    padding-top: 105px;
  }

  .lg\:pr-105px {
    padding-right: 105px;
  }

  .lg\:pb-105px {
    padding-bottom: 105px;
  }

  .lg\:pl-105px {
    padding-left: 105px;
  }

  .lg\:pt-106px {
    padding-top: 106px;
  }

  .lg\:pr-106px {
    padding-right: 106px;
  }

  .lg\:pb-106px {
    padding-bottom: 106px;
  }

  .lg\:pl-106px {
    padding-left: 106px;
  }

  .lg\:pt-107px {
    padding-top: 107px;
  }

  .lg\:pr-107px {
    padding-right: 107px;
  }

  .lg\:pb-107px {
    padding-bottom: 107px;
  }

  .lg\:pl-107px {
    padding-left: 107px;
  }

  .lg\:pt-108px {
    padding-top: 108px;
  }

  .lg\:pr-108px {
    padding-right: 108px;
  }

  .lg\:pb-108px {
    padding-bottom: 108px;
  }

  .lg\:pl-108px {
    padding-left: 108px;
  }

  .lg\:pt-109px {
    padding-top: 109px;
  }

  .lg\:pr-109px {
    padding-right: 109px;
  }

  .lg\:pb-109px {
    padding-bottom: 109px;
  }

  .lg\:pl-109px {
    padding-left: 109px;
  }

  .lg\:pt-110px {
    padding-top: 110px;
  }

  .lg\:pr-110px {
    padding-right: 110px;
  }

  .lg\:pb-110px {
    padding-bottom: 110px;
  }

  .lg\:pl-110px {
    padding-left: 110px;
  }

  .lg\:pt-111px {
    padding-top: 111px;
  }

  .lg\:pr-111px {
    padding-right: 111px;
  }

  .lg\:pb-111px {
    padding-bottom: 111px;
  }

  .lg\:pl-111px {
    padding-left: 111px;
  }

  .lg\:pt-112px {
    padding-top: 112px;
  }

  .lg\:pr-112px {
    padding-right: 112px;
  }

  .lg\:pb-112px {
    padding-bottom: 112px;
  }

  .lg\:pl-112px {
    padding-left: 112px;
  }

  .lg\:pt-113px {
    padding-top: 113px;
  }

  .lg\:pr-113px {
    padding-right: 113px;
  }

  .lg\:pb-113px {
    padding-bottom: 113px;
  }

  .lg\:pl-113px {
    padding-left: 113px;
  }

  .lg\:pt-114px {
    padding-top: 114px;
  }

  .lg\:pr-114px {
    padding-right: 114px;
  }

  .lg\:pb-114px {
    padding-bottom: 114px;
  }

  .lg\:pl-114px {
    padding-left: 114px;
  }

  .lg\:pt-115px {
    padding-top: 115px;
  }

  .lg\:pr-115px {
    padding-right: 115px;
  }

  .lg\:pb-115px {
    padding-bottom: 115px;
  }

  .lg\:pl-115px {
    padding-left: 115px;
  }

  .lg\:pt-116px {
    padding-top: 116px;
  }

  .lg\:pr-116px {
    padding-right: 116px;
  }

  .lg\:pb-116px {
    padding-bottom: 116px;
  }

  .lg\:pl-116px {
    padding-left: 116px;
  }

  .lg\:pt-117px {
    padding-top: 117px;
  }

  .lg\:pr-117px {
    padding-right: 117px;
  }

  .lg\:pb-117px {
    padding-bottom: 117px;
  }

  .lg\:pl-117px {
    padding-left: 117px;
  }

  .lg\:pt-118px {
    padding-top: 118px;
  }

  .lg\:pr-118px {
    padding-right: 118px;
  }

  .lg\:pb-118px {
    padding-bottom: 118px;
  }

  .lg\:pl-118px {
    padding-left: 118px;
  }

  .lg\:pt-119px {
    padding-top: 119px;
  }

  .lg\:pr-119px {
    padding-right: 119px;
  }

  .lg\:pb-119px {
    padding-bottom: 119px;
  }

  .lg\:pl-119px {
    padding-left: 119px;
  }

  .lg\:pt-120px {
    padding-top: 120px;
  }

  .lg\:pr-120px {
    padding-right: 120px;
  }

  .lg\:pb-120px {
    padding-bottom: 120px;
  }

  .lg\:pl-120px {
    padding-left: 120px;
  }

  .lg\:pt-121px {
    padding-top: 121px;
  }

  .lg\:pr-121px {
    padding-right: 121px;
  }

  .lg\:pb-121px {
    padding-bottom: 121px;
  }

  .lg\:pl-121px {
    padding-left: 121px;
  }

  .lg\:pt-122px {
    padding-top: 122px;
  }

  .lg\:pr-122px {
    padding-right: 122px;
  }

  .lg\:pb-122px {
    padding-bottom: 122px;
  }

  .lg\:pl-122px {
    padding-left: 122px;
  }

  .lg\:pt-123px {
    padding-top: 123px;
  }

  .lg\:pr-123px {
    padding-right: 123px;
  }

  .lg\:pb-123px {
    padding-bottom: 123px;
  }

  .lg\:pl-123px {
    padding-left: 123px;
  }

  .lg\:pt-124px {
    padding-top: 124px;
  }

  .lg\:pr-124px {
    padding-right: 124px;
  }

  .lg\:pb-124px {
    padding-bottom: 124px;
  }

  .lg\:pl-124px {
    padding-left: 124px;
  }

  .lg\:pt-125px {
    padding-top: 125px;
  }

  .lg\:pr-125px {
    padding-right: 125px;
  }

  .lg\:pb-125px {
    padding-bottom: 125px;
  }

  .lg\:pl-125px {
    padding-left: 125px;
  }

  .lg\:pt-126px {
    padding-top: 126px;
  }

  .lg\:pr-126px {
    padding-right: 126px;
  }

  .lg\:pb-126px {
    padding-bottom: 126px;
  }

  .lg\:pl-126px {
    padding-left: 126px;
  }

  .lg\:pt-127px {
    padding-top: 127px;
  }

  .lg\:pr-127px {
    padding-right: 127px;
  }

  .lg\:pb-127px {
    padding-bottom: 127px;
  }

  .lg\:pl-127px {
    padding-left: 127px;
  }

  .lg\:pt-128px {
    padding-top: 128px;
  }

  .lg\:pr-128px {
    padding-right: 128px;
  }

  .lg\:pb-128px {
    padding-bottom: 128px;
  }

  .lg\:pl-128px {
    padding-left: 128px;
  }

  .lg\:pt-129px {
    padding-top: 129px;
  }

  .lg\:pr-129px {
    padding-right: 129px;
  }

  .lg\:pb-129px {
    padding-bottom: 129px;
  }

  .lg\:pl-129px {
    padding-left: 129px;
  }

  .lg\:pt-130px {
    padding-top: 130px;
  }

  .lg\:pr-130px {
    padding-right: 130px;
  }

  .lg\:pb-130px {
    padding-bottom: 130px;
  }

  .lg\:pl-130px {
    padding-left: 130px;
  }

  .lg\:pt-133px {
    padding-top: 133px;
  }

  .lg\:pr-133px {
    padding-right: 133px;
  }

  .lg\:pb-133px {
    padding-bottom: 133px;
  }

  .lg\:pl-133px {
    padding-left: 133px;
  }

  .lg\:pt-140px {
    padding-top: 140px;
  }

  .lg\:pr-140px {
    padding-right: 140px;
  }

  .lg\:pb-140px {
    padding-bottom: 140px;
  }

  .lg\:pl-140px {
    padding-left: 140px;
  }

  .lg\:pt-195px {
    padding-top: 195px;
  }

  .lg\:pr-195px {
    padding-right: 195px;
  }

  .lg\:pb-195px {
    padding-bottom: 195px;
  }

  .lg\:pl-195px {
    padding-left: 195px;
  }

  .lg\:pt-200px {
    padding-top: 200px;
  }

  .lg\:pr-200px {
    padding-right: 200px;
  }

  .lg\:pb-200px {
    padding-bottom: 200px;
  }

  .lg\:pl-200px {
    padding-left: 200px;
  }

  .lg\:pt-210px {
    padding-top: 210px;
  }

  .lg\:pr-210px {
    padding-right: 210px;
  }

  .lg\:pb-210px {
    padding-bottom: 210px;
  }

  .lg\:pl-210px {
    padding-left: 210px;
  }

  .lg\:pt-222px {
    padding-top: 222px;
  }

  .lg\:pr-222px {
    padding-right: 222px;
  }

  .lg\:pb-222px {
    padding-bottom: 222px;
  }

  .lg\:pl-222px {
    padding-left: 222px;
  }

  .lg\:pt-258px {
    padding-top: 258px;
  }

  .lg\:pr-258px {
    padding-right: 258px;
  }

  .lg\:pb-258px {
    padding-bottom: 258px;
  }

  .lg\:pl-258px {
    padding-left: 258px;
  }

  .lg\:pt-280px {
    padding-top: 280px;
  }

  .lg\:pr-280px {
    padding-right: 280px;
  }

  .lg\:pb-280px {
    padding-bottom: 280px;
  }

  .lg\:pl-280px {
    padding-left: 280px;
  }

  .lg\:pt-334px {
    padding-top: 334px;
  }

  .lg\:pr-334px {
    padding-right: 334px;
  }

  .lg\:pb-334px {
    padding-bottom: 334px;
  }

  .lg\:pl-334px {
    padding-left: 334px;
  }

  .lg\:pt-388px {
    padding-top: 388px;
  }

  .lg\:pr-388px {
    padding-right: 388px;
  }

  .lg\:pb-388px {
    padding-bottom: 388px;
  }

  .lg\:pl-388px {
    padding-left: 388px;
  }

  .lg\:pt-480px {
    padding-top: 480px;
  }

  .lg\:pr-480px {
    padding-right: 480px;
  }

  .lg\:pb-480px {
    padding-bottom: 480px;
  }

  .lg\:pl-480px {
    padding-left: 480px;
  }

  .lg\:pt-490px {
    padding-top: 490px;
  }

  .lg\:pr-490px {
    padding-right: 490px;
  }

  .lg\:pb-490px {
    padding-bottom: 490px;
  }

  .lg\:pl-490px {
    padding-left: 490px;
  }

  .lg\:pt-505px {
    padding-top: 505px;
  }

  .lg\:pr-505px {
    padding-right: 505px;
  }

  .lg\:pb-505px {
    padding-bottom: 505px;
  }

  .lg\:pl-505px {
    padding-left: 505px;
  }

  .lg\:pt-507px {
    padding-top: 507px;
  }

  .lg\:pr-507px {
    padding-right: 507px;
  }

  .lg\:pb-507px {
    padding-bottom: 507px;
  }

  .lg\:pl-507px {
    padding-left: 507px;
  }

  .lg\:pt-760px {
    padding-top: 760px;
  }

  .lg\:pr-760px {
    padding-right: 760px;
  }

  .lg\:pb-760px {
    padding-bottom: 760px;
  }

  .lg\:pl-760px {
    padding-left: 760px;
  }

  .lg\:pt-780px {
    padding-top: 780px;
  }

  .lg\:pr-780px {
    padding-right: 780px;
  }

  .lg\:pb-780px {
    padding-bottom: 780px;
  }

  .lg\:pl-780px {
    padding-left: 780px;
  }

  .lg\:pt-980px {
    padding-top: 980px;
  }

  .lg\:pr-980px {
    padding-right: 980px;
  }

  .lg\:pb-980px {
    padding-bottom: 980px;
  }

  .lg\:pl-980px {
    padding-left: 980px;
  }

  .lg\:pt-1366px {
    padding-top: 1366px;
  }

  .lg\:pr-1366px {
    padding-right: 1366px;
  }

  .lg\:pb-1366px {
    padding-bottom: 1366px;
  }

  .lg\:pl-1366px {
    padding-left: 1366px;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .lg\:placeholder-current::placeholder {
    color: currentColor;
  }

  .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:-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-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-main-bg:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-main-bg::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-main-bg-2:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-main-bg-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-main-bg-3:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-main-bg-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-web-logo-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-web-logo-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-public-logo-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-public-logo-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-button-primary-pink:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-button-primary-pink::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-button-secondary-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-button-secondary-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-link-text-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-link-text-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sub-text-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sub-text-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-body-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-body-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-copyright-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-copyright-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-breadcrumb-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-breadcrumb-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-dark-text-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-dark-text-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-background-black-a:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-background-black-a::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-background-black-b:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-background-black-b::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-background-black-c:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-background-black-c::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-background-black-d:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-background-black-d::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-product-detail-body-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-product-detail-body-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-primary-pink:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-primary-pink::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-footer-divide-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-footer-divide-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-detail-text-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-detail-text-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-detail-desc-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-detail-desc-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-border-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-border-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .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: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-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-main-bg:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-main-bg:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-main-bg-2:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-main-bg-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-main-bg-3:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-main-bg-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-web-logo-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-web-logo-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-public-logo-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-public-logo-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-button-primary-pink:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-button-primary-pink:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-button-secondary-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-button-secondary-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-link-text-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-link-text-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sub-text-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sub-text-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-body-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-body-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-copyright-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-copyright-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-breadcrumb-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-breadcrumb-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-dark-text-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-dark-text-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-background-black-a:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-background-black-a:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-background-black-b:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-background-black-b:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-background-black-c:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-background-black-c:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-background-black-d:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-background-black-d:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-product-detail-body-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-product-detail-body-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-primary-pink:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-primary-pink:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-footer-divide-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-footer-divide-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-detail-text-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-detail-text-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-detail-desc-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-detail-desc-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-border-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-border-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:inset-1px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:inset-2px {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .lg\:inset-3px {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .lg\:inset-4px {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .lg\:inset-5px {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .lg\:inset-6px {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .lg\:inset-7px {
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .lg\:inset-8px {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .lg\:inset-9px {
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px;
  }

  .lg\:inset-10px {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .lg\:inset-11px {
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .lg\:inset-12px {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .lg\:inset-13px {
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .lg\:inset-14px {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .lg\:inset-15px {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .lg\:inset-16px {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .lg\:inset-17px {
    top: 17px;
    right: 17px;
    bottom: 17px;
    left: 17px;
  }

  .lg\:inset-18px {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .lg\:inset-19px {
    top: 19px;
    right: 19px;
    bottom: 19px;
    left: 19px;
  }

  .lg\:inset-20px {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .lg\:inset-21px {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .lg\:inset-22px {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .lg\:inset-23px {
    top: 23px;
    right: 23px;
    bottom: 23px;
    left: 23px;
  }

  .lg\:inset-24px {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .lg\:inset-25px {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .lg\:inset-26px {
    top: 26px;
    right: 26px;
    bottom: 26px;
    left: 26px;
  }

  .lg\:inset-27px {
    top: 27px;
    right: 27px;
    bottom: 27px;
    left: 27px;
  }

  .lg\:inset-28px {
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .lg\:inset-29px {
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .lg\:inset-30px {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .lg\:inset-31px {
    top: 31px;
    right: 31px;
    bottom: 31px;
    left: 31px;
  }

  .lg\:inset-32px {
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .lg\:inset-33px {
    top: 33px;
    right: 33px;
    bottom: 33px;
    left: 33px;
  }

  .lg\:inset-34px {
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .lg\:inset-35px {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .lg\:inset-36px {
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .lg\:inset-37px {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .lg\:inset-38px {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .lg\:inset-39px {
    top: 39px;
    right: 39px;
    bottom: 39px;
    left: 39px;
  }

  .lg\:inset-40px {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .lg\:inset-41px {
    top: 41px;
    right: 41px;
    bottom: 41px;
    left: 41px;
  }

  .lg\:inset-42px {
    top: 42px;
    right: 42px;
    bottom: 42px;
    left: 42px;
  }

  .lg\:inset-43px {
    top: 43px;
    right: 43px;
    bottom: 43px;
    left: 43px;
  }

  .lg\:inset-44px {
    top: 44px;
    right: 44px;
    bottom: 44px;
    left: 44px;
  }

  .lg\:inset-45px {
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .lg\:inset-46px {
    top: 46px;
    right: 46px;
    bottom: 46px;
    left: 46px;
  }

  .lg\:inset-47px {
    top: 47px;
    right: 47px;
    bottom: 47px;
    left: 47px;
  }

  .lg\:inset-48px {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .lg\:inset-49px {
    top: 49px;
    right: 49px;
    bottom: 49px;
    left: 49px;
  }

  .lg\:inset-50px {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .lg\:inset-51px {
    top: 51px;
    right: 51px;
    bottom: 51px;
    left: 51px;
  }

  .lg\:inset-52px {
    top: 52px;
    right: 52px;
    bottom: 52px;
    left: 52px;
  }

  .lg\:inset-53px {
    top: 53px;
    right: 53px;
    bottom: 53px;
    left: 53px;
  }

  .lg\:inset-54px {
    top: 54px;
    right: 54px;
    bottom: 54px;
    left: 54px;
  }

  .lg\:inset-55px {
    top: 55px;
    right: 55px;
    bottom: 55px;
    left: 55px;
  }

  .lg\:inset-56px {
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .lg\:inset-57px {
    top: 57px;
    right: 57px;
    bottom: 57px;
    left: 57px;
  }

  .lg\:inset-58px {
    top: 58px;
    right: 58px;
    bottom: 58px;
    left: 58px;
  }

  .lg\:inset-59px {
    top: 59px;
    right: 59px;
    bottom: 59px;
    left: 59px;
  }

  .lg\:inset-60px {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .lg\:inset-61px {
    top: 61px;
    right: 61px;
    bottom: 61px;
    left: 61px;
  }

  .lg\:inset-62px {
    top: 62px;
    right: 62px;
    bottom: 62px;
    left: 62px;
  }

  .lg\:inset-63px {
    top: 63px;
    right: 63px;
    bottom: 63px;
    left: 63px;
  }

  .lg\:inset-64px {
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .lg\:inset-65px {
    top: 65px;
    right: 65px;
    bottom: 65px;
    left: 65px;
  }

  .lg\:inset-66px {
    top: 66px;
    right: 66px;
    bottom: 66px;
    left: 66px;
  }

  .lg\:inset-67px {
    top: 67px;
    right: 67px;
    bottom: 67px;
    left: 67px;
  }

  .lg\:inset-68px {
    top: 68px;
    right: 68px;
    bottom: 68px;
    left: 68px;
  }

  .lg\:inset-69px {
    top: 69px;
    right: 69px;
    bottom: 69px;
    left: 69px;
  }

  .lg\:inset-70px {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .lg\:inset-71px {
    top: 71px;
    right: 71px;
    bottom: 71px;
    left: 71px;
  }

  .lg\:inset-72px {
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .lg\:inset-73px {
    top: 73px;
    right: 73px;
    bottom: 73px;
    left: 73px;
  }

  .lg\:inset-74px {
    top: 74px;
    right: 74px;
    bottom: 74px;
    left: 74px;
  }

  .lg\:inset-75px {
    top: 75px;
    right: 75px;
    bottom: 75px;
    left: 75px;
  }

  .lg\:inset-76px {
    top: 76px;
    right: 76px;
    bottom: 76px;
    left: 76px;
  }

  .lg\:inset-77px {
    top: 77px;
    right: 77px;
    bottom: 77px;
    left: 77px;
  }

  .lg\:inset-78px {
    top: 78px;
    right: 78px;
    bottom: 78px;
    left: 78px;
  }

  .lg\:inset-79px {
    top: 79px;
    right: 79px;
    bottom: 79px;
    left: 79px;
  }

  .lg\:inset-80px {
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .lg\:inset-81px {
    top: 81px;
    right: 81px;
    bottom: 81px;
    left: 81px;
  }

  .lg\:inset-82px {
    top: 82px;
    right: 82px;
    bottom: 82px;
    left: 82px;
  }

  .lg\:inset-83px {
    top: 83px;
    right: 83px;
    bottom: 83px;
    left: 83px;
  }

  .lg\:inset-84px {
    top: 84px;
    right: 84px;
    bottom: 84px;
    left: 84px;
  }

  .lg\:inset-85px {
    top: 85px;
    right: 85px;
    bottom: 85px;
    left: 85px;
  }

  .lg\:inset-86px {
    top: 86px;
    right: 86px;
    bottom: 86px;
    left: 86px;
  }

  .lg\:inset-87px {
    top: 87px;
    right: 87px;
    bottom: 87px;
    left: 87px;
  }

  .lg\:inset-88px {
    top: 88px;
    right: 88px;
    bottom: 88px;
    left: 88px;
  }

  .lg\:inset-89px {
    top: 89px;
    right: 89px;
    bottom: 89px;
    left: 89px;
  }

  .lg\:inset-90px {
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .lg\:inset-91px {
    top: 91px;
    right: 91px;
    bottom: 91px;
    left: 91px;
  }

  .lg\:inset-92px {
    top: 92px;
    right: 92px;
    bottom: 92px;
    left: 92px;
  }

  .lg\:inset-93px {
    top: 93px;
    right: 93px;
    bottom: 93px;
    left: 93px;
  }

  .lg\:inset-94px {
    top: 94px;
    right: 94px;
    bottom: 94px;
    left: 94px;
  }

  .lg\:inset-95px {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .lg\:inset-96px {
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px;
  }

  .lg\:inset-97px {
    top: 97px;
    right: 97px;
    bottom: 97px;
    left: 97px;
  }

  .lg\:inset-98px {
    top: 98px;
    right: 98px;
    bottom: 98px;
    left: 98px;
  }

  .lg\:inset-99px {
    top: 99px;
    right: 99px;
    bottom: 99px;
    left: 99px;
  }

  .lg\:inset-100px {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .lg\:inset-101px {
    top: 101px;
    right: 101px;
    bottom: 101px;
    left: 101px;
  }

  .lg\:inset-102px {
    top: 102px;
    right: 102px;
    bottom: 102px;
    left: 102px;
  }

  .lg\:inset-103px {
    top: 103px;
    right: 103px;
    bottom: 103px;
    left: 103px;
  }

  .lg\:inset-104px {
    top: 104px;
    right: 104px;
    bottom: 104px;
    left: 104px;
  }

  .lg\:inset-105px {
    top: 105px;
    right: 105px;
    bottom: 105px;
    left: 105px;
  }

  .lg\:inset-106px {
    top: 106px;
    right: 106px;
    bottom: 106px;
    left: 106px;
  }

  .lg\:inset-107px {
    top: 107px;
    right: 107px;
    bottom: 107px;
    left: 107px;
  }

  .lg\:inset-108px {
    top: 108px;
    right: 108px;
    bottom: 108px;
    left: 108px;
  }

  .lg\:inset-109px {
    top: 109px;
    right: 109px;
    bottom: 109px;
    left: 109px;
  }

  .lg\:inset-110px {
    top: 110px;
    right: 110px;
    bottom: 110px;
    left: 110px;
  }

  .lg\:inset-111px {
    top: 111px;
    right: 111px;
    bottom: 111px;
    left: 111px;
  }

  .lg\:inset-112px {
    top: 112px;
    right: 112px;
    bottom: 112px;
    left: 112px;
  }

  .lg\:inset-113px {
    top: 113px;
    right: 113px;
    bottom: 113px;
    left: 113px;
  }

  .lg\:inset-114px {
    top: 114px;
    right: 114px;
    bottom: 114px;
    left: 114px;
  }

  .lg\:inset-115px {
    top: 115px;
    right: 115px;
    bottom: 115px;
    left: 115px;
  }

  .lg\:inset-116px {
    top: 116px;
    right: 116px;
    bottom: 116px;
    left: 116px;
  }

  .lg\:inset-117px {
    top: 117px;
    right: 117px;
    bottom: 117px;
    left: 117px;
  }

  .lg\:inset-118px {
    top: 118px;
    right: 118px;
    bottom: 118px;
    left: 118px;
  }

  .lg\:inset-119px {
    top: 119px;
    right: 119px;
    bottom: 119px;
    left: 119px;
  }

  .lg\:inset-120px {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .lg\:inset-121px {
    top: 121px;
    right: 121px;
    bottom: 121px;
    left: 121px;
  }

  .lg\:inset-122px {
    top: 122px;
    right: 122px;
    bottom: 122px;
    left: 122px;
  }

  .lg\:inset-123px {
    top: 123px;
    right: 123px;
    bottom: 123px;
    left: 123px;
  }

  .lg\:inset-124px {
    top: 124px;
    right: 124px;
    bottom: 124px;
    left: 124px;
  }

  .lg\:inset-125px {
    top: 125px;
    right: 125px;
    bottom: 125px;
    left: 125px;
  }

  .lg\:inset-126px {
    top: 126px;
    right: 126px;
    bottom: 126px;
    left: 126px;
  }

  .lg\:inset-127px {
    top: 127px;
    right: 127px;
    bottom: 127px;
    left: 127px;
  }

  .lg\:inset-128px {
    top: 128px;
    right: 128px;
    bottom: 128px;
    left: 128px;
  }

  .lg\:inset-129px {
    top: 129px;
    right: 129px;
    bottom: 129px;
    left: 129px;
  }

  .lg\:inset-130px {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .lg\:inset-133px {
    top: 133px;
    right: 133px;
    bottom: 133px;
    left: 133px;
  }

  .lg\:inset-140px {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .lg\:inset-195px {
    top: 195px;
    right: 195px;
    bottom: 195px;
    left: 195px;
  }

  .lg\:inset-200px {
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .lg\:inset-210px {
    top: 210px;
    right: 210px;
    bottom: 210px;
    left: 210px;
  }

  .lg\:inset-222px {
    top: 222px;
    right: 222px;
    bottom: 222px;
    left: 222px;
  }

  .lg\:inset-258px {
    top: 258px;
    right: 258px;
    bottom: 258px;
    left: 258px;
  }

  .lg\:inset-280px {
    top: 280px;
    right: 280px;
    bottom: 280px;
    left: 280px;
  }

  .lg\:inset-334px {
    top: 334px;
    right: 334px;
    bottom: 334px;
    left: 334px;
  }

  .lg\:inset-388px {
    top: 388px;
    right: 388px;
    bottom: 388px;
    left: 388px;
  }

  .lg\:inset-480px {
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .lg\:inset-490px {
    top: 490px;
    right: 490px;
    bottom: 490px;
    left: 490px;
  }

  .lg\:inset-505px {
    top: 505px;
    right: 505px;
    bottom: 505px;
    left: 505px;
  }

  .lg\:inset-507px {
    top: 507px;
    right: 507px;
    bottom: 507px;
    left: 507px;
  }

  .lg\:inset-760px {
    top: 760px;
    right: 760px;
    bottom: 760px;
    left: 760px;
  }

  .lg\:inset-780px {
    top: 780px;
    right: 780px;
    bottom: 780px;
    left: 780px;
  }

  .lg\:inset-980px {
    top: 980px;
    right: 980px;
    bottom: 980px;
    left: 980px;
  }

  .lg\:inset-1366px {
    top: 1366px;
    right: 1366px;
    bottom: 1366px;
    left: 1366px;
  }

  .lg\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:-inset-1px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:-inset-2px {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .lg\:-inset-3px {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .lg\:-inset-4px {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .lg\:-inset-5px {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .lg\:-inset-6px {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }

  .lg\:-inset-7px {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .lg\:-inset-8px {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .lg\:-inset-9px {
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px;
  }

  .lg\:-inset-10px {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .lg\:-inset-11px {
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .lg\:-inset-12px {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .lg\:-inset-13px {
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .lg\:-inset-14px {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .lg\:-inset-15px {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .lg\:-inset-16px {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .lg\:-inset-17px {
    top: -17px;
    right: -17px;
    bottom: -17px;
    left: -17px;
  }

  .lg\:-inset-18px {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .lg\:-inset-19px {
    top: -19px;
    right: -19px;
    bottom: -19px;
    left: -19px;
  }

  .lg\:-inset-20px {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .lg\:-inset-21px {
    top: -21px;
    right: -21px;
    bottom: -21px;
    left: -21px;
  }

  .lg\:-inset-22px {
    top: -22px;
    right: -22px;
    bottom: -22px;
    left: -22px;
  }

  .lg\:-inset-23px {
    top: -23px;
    right: -23px;
    bottom: -23px;
    left: -23px;
  }

  .lg\:-inset-24px {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .lg\:-inset-25px {
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
  }

  .lg\:-inset-26px {
    top: -26px;
    right: -26px;
    bottom: -26px;
    left: -26px;
  }

  .lg\:-inset-27px {
    top: -27px;
    right: -27px;
    bottom: -27px;
    left: -27px;
  }

  .lg\:-inset-28px {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .lg\:-inset-29px {
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .lg\:-inset-30px {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .lg\:-inset-31px {
    top: -31px;
    right: -31px;
    bottom: -31px;
    left: -31px;
  }

  .lg\:-inset-32px {
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .lg\:-inset-33px {
    top: -33px;
    right: -33px;
    bottom: -33px;
    left: -33px;
  }

  .lg\:-inset-34px {
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .lg\:-inset-35px {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .lg\:-inset-36px {
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .lg\:-inset-37px {
    top: -37px;
    right: -37px;
    bottom: -37px;
    left: -37px;
  }

  .lg\:-inset-38px {
    top: -38px;
    right: -38px;
    bottom: -38px;
    left: -38px;
  }

  .lg\:-inset-39px {
    top: -39px;
    right: -39px;
    bottom: -39px;
    left: -39px;
  }

  .lg\:-inset-40px {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .lg\:-inset-41px {
    top: -41px;
    right: -41px;
    bottom: -41px;
    left: -41px;
  }

  .lg\:-inset-42px {
    top: -42px;
    right: -42px;
    bottom: -42px;
    left: -42px;
  }

  .lg\:-inset-43px {
    top: -43px;
    right: -43px;
    bottom: -43px;
    left: -43px;
  }

  .lg\:-inset-44px {
    top: -44px;
    right: -44px;
    bottom: -44px;
    left: -44px;
  }

  .lg\:-inset-45px {
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .lg\:-inset-46px {
    top: -46px;
    right: -46px;
    bottom: -46px;
    left: -46px;
  }

  .lg\:-inset-47px {
    top: -47px;
    right: -47px;
    bottom: -47px;
    left: -47px;
  }

  .lg\:-inset-48px {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .lg\:-inset-49px {
    top: -49px;
    right: -49px;
    bottom: -49px;
    left: -49px;
  }

  .lg\:-inset-50px {
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .lg\:-inset-51px {
    top: -51px;
    right: -51px;
    bottom: -51px;
    left: -51px;
  }

  .lg\:-inset-52px {
    top: -52px;
    right: -52px;
    bottom: -52px;
    left: -52px;
  }

  .lg\:-inset-53px {
    top: -53px;
    right: -53px;
    bottom: -53px;
    left: -53px;
  }

  .lg\:-inset-54px {
    top: -54px;
    right: -54px;
    bottom: -54px;
    left: -54px;
  }

  .lg\:-inset-55px {
    top: -55px;
    right: -55px;
    bottom: -55px;
    left: -55px;
  }

  .lg\:-inset-56px {
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .lg\:-inset-57px {
    top: -57px;
    right: -57px;
    bottom: -57px;
    left: -57px;
  }

  .lg\:-inset-58px {
    top: -58px;
    right: -58px;
    bottom: -58px;
    left: -58px;
  }

  .lg\:-inset-59px {
    top: -59px;
    right: -59px;
    bottom: -59px;
    left: -59px;
  }

  .lg\:-inset-60px {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .lg\:-inset-61px {
    top: -61px;
    right: -61px;
    bottom: -61px;
    left: -61px;
  }

  .lg\:-inset-62px {
    top: -62px;
    right: -62px;
    bottom: -62px;
    left: -62px;
  }

  .lg\:-inset-63px {
    top: -63px;
    right: -63px;
    bottom: -63px;
    left: -63px;
  }

  .lg\:-inset-64px {
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .lg\:-inset-65px {
    top: -65px;
    right: -65px;
    bottom: -65px;
    left: -65px;
  }

  .lg\:-inset-66px {
    top: -66px;
    right: -66px;
    bottom: -66px;
    left: -66px;
  }

  .lg\:-inset-67px {
    top: -67px;
    right: -67px;
    bottom: -67px;
    left: -67px;
  }

  .lg\:-inset-68px {
    top: -68px;
    right: -68px;
    bottom: -68px;
    left: -68px;
  }

  .lg\:-inset-69px {
    top: -69px;
    right: -69px;
    bottom: -69px;
    left: -69px;
  }

  .lg\:-inset-70px {
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .lg\:-inset-71px {
    top: -71px;
    right: -71px;
    bottom: -71px;
    left: -71px;
  }

  .lg\:-inset-72px {
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .lg\:-inset-73px {
    top: -73px;
    right: -73px;
    bottom: -73px;
    left: -73px;
  }

  .lg\:-inset-74px {
    top: -74px;
    right: -74px;
    bottom: -74px;
    left: -74px;
  }

  .lg\:-inset-75px {
    top: -75px;
    right: -75px;
    bottom: -75px;
    left: -75px;
  }

  .lg\:-inset-76px {
    top: -76px;
    right: -76px;
    bottom: -76px;
    left: -76px;
  }

  .lg\:-inset-77px {
    top: -77px;
    right: -77px;
    bottom: -77px;
    left: -77px;
  }

  .lg\:-inset-78px {
    top: -78px;
    right: -78px;
    bottom: -78px;
    left: -78px;
  }

  .lg\:-inset-79px {
    top: -79px;
    right: -79px;
    bottom: -79px;
    left: -79px;
  }

  .lg\:-inset-80px {
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .lg\:-inset-81px {
    top: -81px;
    right: -81px;
    bottom: -81px;
    left: -81px;
  }

  .lg\:-inset-82px {
    top: -82px;
    right: -82px;
    bottom: -82px;
    left: -82px;
  }

  .lg\:-inset-83px {
    top: -83px;
    right: -83px;
    bottom: -83px;
    left: -83px;
  }

  .lg\:-inset-84px {
    top: -84px;
    right: -84px;
    bottom: -84px;
    left: -84px;
  }

  .lg\:-inset-85px {
    top: -85px;
    right: -85px;
    bottom: -85px;
    left: -85px;
  }

  .lg\:-inset-86px {
    top: -86px;
    right: -86px;
    bottom: -86px;
    left: -86px;
  }

  .lg\:-inset-87px {
    top: -87px;
    right: -87px;
    bottom: -87px;
    left: -87px;
  }

  .lg\:-inset-88px {
    top: -88px;
    right: -88px;
    bottom: -88px;
    left: -88px;
  }

  .lg\:-inset-89px {
    top: -89px;
    right: -89px;
    bottom: -89px;
    left: -89px;
  }

  .lg\:-inset-90px {
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .lg\:-inset-91px {
    top: -91px;
    right: -91px;
    bottom: -91px;
    left: -91px;
  }

  .lg\:-inset-92px {
    top: -92px;
    right: -92px;
    bottom: -92px;
    left: -92px;
  }

  .lg\:-inset-93px {
    top: -93px;
    right: -93px;
    bottom: -93px;
    left: -93px;
  }

  .lg\:-inset-94px {
    top: -94px;
    right: -94px;
    bottom: -94px;
    left: -94px;
  }

  .lg\:-inset-95px {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .lg\:-inset-96px {
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px;
  }

  .lg\:-inset-97px {
    top: -97px;
    right: -97px;
    bottom: -97px;
    left: -97px;
  }

  .lg\:-inset-98px {
    top: -98px;
    right: -98px;
    bottom: -98px;
    left: -98px;
  }

  .lg\:-inset-99px {
    top: -99px;
    right: -99px;
    bottom: -99px;
    left: -99px;
  }

  .lg\:-inset-100px {
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .lg\:-inset-101px {
    top: -101px;
    right: -101px;
    bottom: -101px;
    left: -101px;
  }

  .lg\:-inset-102px {
    top: -102px;
    right: -102px;
    bottom: -102px;
    left: -102px;
  }

  .lg\:-inset-103px {
    top: -103px;
    right: -103px;
    bottom: -103px;
    left: -103px;
  }

  .lg\:-inset-104px {
    top: -104px;
    right: -104px;
    bottom: -104px;
    left: -104px;
  }

  .lg\:-inset-105px {
    top: -105px;
    right: -105px;
    bottom: -105px;
    left: -105px;
  }

  .lg\:-inset-106px {
    top: -106px;
    right: -106px;
    bottom: -106px;
    left: -106px;
  }

  .lg\:-inset-107px {
    top: -107px;
    right: -107px;
    bottom: -107px;
    left: -107px;
  }

  .lg\:-inset-108px {
    top: -108px;
    right: -108px;
    bottom: -108px;
    left: -108px;
  }

  .lg\:-inset-109px {
    top: -109px;
    right: -109px;
    bottom: -109px;
    left: -109px;
  }

  .lg\:-inset-110px {
    top: -110px;
    right: -110px;
    bottom: -110px;
    left: -110px;
  }

  .lg\:-inset-111px {
    top: -111px;
    right: -111px;
    bottom: -111px;
    left: -111px;
  }

  .lg\:-inset-112px {
    top: -112px;
    right: -112px;
    bottom: -112px;
    left: -112px;
  }

  .lg\:-inset-113px {
    top: -113px;
    right: -113px;
    bottom: -113px;
    left: -113px;
  }

  .lg\:-inset-114px {
    top: -114px;
    right: -114px;
    bottom: -114px;
    left: -114px;
  }

  .lg\:-inset-115px {
    top: -115px;
    right: -115px;
    bottom: -115px;
    left: -115px;
  }

  .lg\:-inset-116px {
    top: -116px;
    right: -116px;
    bottom: -116px;
    left: -116px;
  }

  .lg\:-inset-117px {
    top: -117px;
    right: -117px;
    bottom: -117px;
    left: -117px;
  }

  .lg\:-inset-118px {
    top: -118px;
    right: -118px;
    bottom: -118px;
    left: -118px;
  }

  .lg\:-inset-119px {
    top: -119px;
    right: -119px;
    bottom: -119px;
    left: -119px;
  }

  .lg\:-inset-120px {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .lg\:-inset-121px {
    top: -121px;
    right: -121px;
    bottom: -121px;
    left: -121px;
  }

  .lg\:-inset-122px {
    top: -122px;
    right: -122px;
    bottom: -122px;
    left: -122px;
  }

  .lg\:-inset-123px {
    top: -123px;
    right: -123px;
    bottom: -123px;
    left: -123px;
  }

  .lg\:-inset-124px {
    top: -124px;
    right: -124px;
    bottom: -124px;
    left: -124px;
  }

  .lg\:-inset-125px {
    top: -125px;
    right: -125px;
    bottom: -125px;
    left: -125px;
  }

  .lg\:-inset-126px {
    top: -126px;
    right: -126px;
    bottom: -126px;
    left: -126px;
  }

  .lg\:-inset-127px {
    top: -127px;
    right: -127px;
    bottom: -127px;
    left: -127px;
  }

  .lg\:-inset-128px {
    top: -128px;
    right: -128px;
    bottom: -128px;
    left: -128px;
  }

  .lg\:-inset-129px {
    top: -129px;
    right: -129px;
    bottom: -129px;
    left: -129px;
  }

  .lg\:-inset-130px {
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
  }

  .lg\:-inset-133px {
    top: -133px;
    right: -133px;
    bottom: -133px;
    left: -133px;
  }

  .lg\:-inset-140px {
    top: -140px;
    right: -140px;
    bottom: -140px;
    left: -140px;
  }

  .lg\:-inset-195px {
    top: -195px;
    right: -195px;
    bottom: -195px;
    left: -195px;
  }

  .lg\:-inset-200px {
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .lg\:-inset-210px {
    top: -210px;
    right: -210px;
    bottom: -210px;
    left: -210px;
  }

  .lg\:-inset-222px {
    top: -222px;
    right: -222px;
    bottom: -222px;
    left: -222px;
  }

  .lg\:-inset-258px {
    top: -258px;
    right: -258px;
    bottom: -258px;
    left: -258px;
  }

  .lg\:-inset-280px {
    top: -280px;
    right: -280px;
    bottom: -280px;
    left: -280px;
  }

  .lg\:-inset-334px {
    top: -334px;
    right: -334px;
    bottom: -334px;
    left: -334px;
  }

  .lg\:-inset-388px {
    top: -388px;
    right: -388px;
    bottom: -388px;
    left: -388px;
  }

  .lg\:-inset-480px {
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .lg\:-inset-490px {
    top: -490px;
    right: -490px;
    bottom: -490px;
    left: -490px;
  }

  .lg\:-inset-505px {
    top: -505px;
    right: -505px;
    bottom: -505px;
    left: -505px;
  }

  .lg\:-inset-507px {
    top: -507px;
    right: -507px;
    bottom: -507px;
    left: -507px;
  }

  .lg\:-inset-760px {
    top: -760px;
    right: -760px;
    bottom: -760px;
    left: -760px;
  }

  .lg\:-inset-780px {
    top: -780px;
    right: -780px;
    bottom: -780px;
    left: -780px;
  }

  .lg\:-inset-980px {
    top: -980px;
    right: -980px;
    bottom: -980px;
    left: -980px;
  }

  .lg\:-inset-1366px {
    top: -1366px;
    right: -1366px;
    bottom: -1366px;
    left: -1366px;
  }

  .lg\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .lg\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .lg\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .lg\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .lg\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .lg\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .lg\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .lg\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .lg\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .lg\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .lg\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .lg\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .lg\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .lg\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .lg\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .lg\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .lg\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .lg\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .lg\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .lg\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .lg\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .lg\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .lg\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .lg\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .lg\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .lg\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .lg\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .lg\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .lg\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .lg\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .lg\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .lg\:inset-y-1px {
    top: 1px;
    bottom: 1px;
  }

  .lg\:inset-x-1px {
    right: 1px;
    left: 1px;
  }

  .lg\:inset-y-2px {
    top: 2px;
    bottom: 2px;
  }

  .lg\:inset-x-2px {
    right: 2px;
    left: 2px;
  }

  .lg\:inset-y-3px {
    top: 3px;
    bottom: 3px;
  }

  .lg\:inset-x-3px {
    right: 3px;
    left: 3px;
  }

  .lg\:inset-y-4px {
    top: 4px;
    bottom: 4px;
  }

  .lg\:inset-x-4px {
    right: 4px;
    left: 4px;
  }

  .lg\:inset-y-5px {
    top: 5px;
    bottom: 5px;
  }

  .lg\:inset-x-5px {
    right: 5px;
    left: 5px;
  }

  .lg\:inset-y-6px {
    top: 6px;
    bottom: 6px;
  }

  .lg\:inset-x-6px {
    right: 6px;
    left: 6px;
  }

  .lg\:inset-y-7px {
    top: 7px;
    bottom: 7px;
  }

  .lg\:inset-x-7px {
    right: 7px;
    left: 7px;
  }

  .lg\:inset-y-8px {
    top: 8px;
    bottom: 8px;
  }

  .lg\:inset-x-8px {
    right: 8px;
    left: 8px;
  }

  .lg\:inset-y-9px {
    top: 9px;
    bottom: 9px;
  }

  .lg\:inset-x-9px {
    right: 9px;
    left: 9px;
  }

  .lg\:inset-y-10px {
    top: 10px;
    bottom: 10px;
  }

  .lg\:inset-x-10px {
    right: 10px;
    left: 10px;
  }

  .lg\:inset-y-11px {
    top: 11px;
    bottom: 11px;
  }

  .lg\:inset-x-11px {
    right: 11px;
    left: 11px;
  }

  .lg\:inset-y-12px {
    top: 12px;
    bottom: 12px;
  }

  .lg\:inset-x-12px {
    right: 12px;
    left: 12px;
  }

  .lg\:inset-y-13px {
    top: 13px;
    bottom: 13px;
  }

  .lg\:inset-x-13px {
    right: 13px;
    left: 13px;
  }

  .lg\:inset-y-14px {
    top: 14px;
    bottom: 14px;
  }

  .lg\:inset-x-14px {
    right: 14px;
    left: 14px;
  }

  .lg\:inset-y-15px {
    top: 15px;
    bottom: 15px;
  }

  .lg\:inset-x-15px {
    right: 15px;
    left: 15px;
  }

  .lg\:inset-y-16px {
    top: 16px;
    bottom: 16px;
  }

  .lg\:inset-x-16px {
    right: 16px;
    left: 16px;
  }

  .lg\:inset-y-17px {
    top: 17px;
    bottom: 17px;
  }

  .lg\:inset-x-17px {
    right: 17px;
    left: 17px;
  }

  .lg\:inset-y-18px {
    top: 18px;
    bottom: 18px;
  }

  .lg\:inset-x-18px {
    right: 18px;
    left: 18px;
  }

  .lg\:inset-y-19px {
    top: 19px;
    bottom: 19px;
  }

  .lg\:inset-x-19px {
    right: 19px;
    left: 19px;
  }

  .lg\:inset-y-20px {
    top: 20px;
    bottom: 20px;
  }

  .lg\:inset-x-20px {
    right: 20px;
    left: 20px;
  }

  .lg\:inset-y-21px {
    top: 21px;
    bottom: 21px;
  }

  .lg\:inset-x-21px {
    right: 21px;
    left: 21px;
  }

  .lg\:inset-y-22px {
    top: 22px;
    bottom: 22px;
  }

  .lg\:inset-x-22px {
    right: 22px;
    left: 22px;
  }

  .lg\:inset-y-23px {
    top: 23px;
    bottom: 23px;
  }

  .lg\:inset-x-23px {
    right: 23px;
    left: 23px;
  }

  .lg\:inset-y-24px {
    top: 24px;
    bottom: 24px;
  }

  .lg\:inset-x-24px {
    right: 24px;
    left: 24px;
  }

  .lg\:inset-y-25px {
    top: 25px;
    bottom: 25px;
  }

  .lg\:inset-x-25px {
    right: 25px;
    left: 25px;
  }

  .lg\:inset-y-26px {
    top: 26px;
    bottom: 26px;
  }

  .lg\:inset-x-26px {
    right: 26px;
    left: 26px;
  }

  .lg\:inset-y-27px {
    top: 27px;
    bottom: 27px;
  }

  .lg\:inset-x-27px {
    right: 27px;
    left: 27px;
  }

  .lg\:inset-y-28px {
    top: 28px;
    bottom: 28px;
  }

  .lg\:inset-x-28px {
    right: 28px;
    left: 28px;
  }

  .lg\:inset-y-29px {
    top: 29px;
    bottom: 29px;
  }

  .lg\:inset-x-29px {
    right: 29px;
    left: 29px;
  }

  .lg\:inset-y-30px {
    top: 30px;
    bottom: 30px;
  }

  .lg\:inset-x-30px {
    right: 30px;
    left: 30px;
  }

  .lg\:inset-y-31px {
    top: 31px;
    bottom: 31px;
  }

  .lg\:inset-x-31px {
    right: 31px;
    left: 31px;
  }

  .lg\:inset-y-32px {
    top: 32px;
    bottom: 32px;
  }

  .lg\:inset-x-32px {
    right: 32px;
    left: 32px;
  }

  .lg\:inset-y-33px {
    top: 33px;
    bottom: 33px;
  }

  .lg\:inset-x-33px {
    right: 33px;
    left: 33px;
  }

  .lg\:inset-y-34px {
    top: 34px;
    bottom: 34px;
  }

  .lg\:inset-x-34px {
    right: 34px;
    left: 34px;
  }

  .lg\:inset-y-35px {
    top: 35px;
    bottom: 35px;
  }

  .lg\:inset-x-35px {
    right: 35px;
    left: 35px;
  }

  .lg\:inset-y-36px {
    top: 36px;
    bottom: 36px;
  }

  .lg\:inset-x-36px {
    right: 36px;
    left: 36px;
  }

  .lg\:inset-y-37px {
    top: 37px;
    bottom: 37px;
  }

  .lg\:inset-x-37px {
    right: 37px;
    left: 37px;
  }

  .lg\:inset-y-38px {
    top: 38px;
    bottom: 38px;
  }

  .lg\:inset-x-38px {
    right: 38px;
    left: 38px;
  }

  .lg\:inset-y-39px {
    top: 39px;
    bottom: 39px;
  }

  .lg\:inset-x-39px {
    right: 39px;
    left: 39px;
  }

  .lg\:inset-y-40px {
    top: 40px;
    bottom: 40px;
  }

  .lg\:inset-x-40px {
    right: 40px;
    left: 40px;
  }

  .lg\:inset-y-41px {
    top: 41px;
    bottom: 41px;
  }

  .lg\:inset-x-41px {
    right: 41px;
    left: 41px;
  }

  .lg\:inset-y-42px {
    top: 42px;
    bottom: 42px;
  }

  .lg\:inset-x-42px {
    right: 42px;
    left: 42px;
  }

  .lg\:inset-y-43px {
    top: 43px;
    bottom: 43px;
  }

  .lg\:inset-x-43px {
    right: 43px;
    left: 43px;
  }

  .lg\:inset-y-44px {
    top: 44px;
    bottom: 44px;
  }

  .lg\:inset-x-44px {
    right: 44px;
    left: 44px;
  }

  .lg\:inset-y-45px {
    top: 45px;
    bottom: 45px;
  }

  .lg\:inset-x-45px {
    right: 45px;
    left: 45px;
  }

  .lg\:inset-y-46px {
    top: 46px;
    bottom: 46px;
  }

  .lg\:inset-x-46px {
    right: 46px;
    left: 46px;
  }

  .lg\:inset-y-47px {
    top: 47px;
    bottom: 47px;
  }

  .lg\:inset-x-47px {
    right: 47px;
    left: 47px;
  }

  .lg\:inset-y-48px {
    top: 48px;
    bottom: 48px;
  }

  .lg\:inset-x-48px {
    right: 48px;
    left: 48px;
  }

  .lg\:inset-y-49px {
    top: 49px;
    bottom: 49px;
  }

  .lg\:inset-x-49px {
    right: 49px;
    left: 49px;
  }

  .lg\:inset-y-50px {
    top: 50px;
    bottom: 50px;
  }

  .lg\:inset-x-50px {
    right: 50px;
    left: 50px;
  }

  .lg\:inset-y-51px {
    top: 51px;
    bottom: 51px;
  }

  .lg\:inset-x-51px {
    right: 51px;
    left: 51px;
  }

  .lg\:inset-y-52px {
    top: 52px;
    bottom: 52px;
  }

  .lg\:inset-x-52px {
    right: 52px;
    left: 52px;
  }

  .lg\:inset-y-53px {
    top: 53px;
    bottom: 53px;
  }

  .lg\:inset-x-53px {
    right: 53px;
    left: 53px;
  }

  .lg\:inset-y-54px {
    top: 54px;
    bottom: 54px;
  }

  .lg\:inset-x-54px {
    right: 54px;
    left: 54px;
  }

  .lg\:inset-y-55px {
    top: 55px;
    bottom: 55px;
  }

  .lg\:inset-x-55px {
    right: 55px;
    left: 55px;
  }

  .lg\:inset-y-56px {
    top: 56px;
    bottom: 56px;
  }

  .lg\:inset-x-56px {
    right: 56px;
    left: 56px;
  }

  .lg\:inset-y-57px {
    top: 57px;
    bottom: 57px;
  }

  .lg\:inset-x-57px {
    right: 57px;
    left: 57px;
  }

  .lg\:inset-y-58px {
    top: 58px;
    bottom: 58px;
  }

  .lg\:inset-x-58px {
    right: 58px;
    left: 58px;
  }

  .lg\:inset-y-59px {
    top: 59px;
    bottom: 59px;
  }

  .lg\:inset-x-59px {
    right: 59px;
    left: 59px;
  }

  .lg\:inset-y-60px {
    top: 60px;
    bottom: 60px;
  }

  .lg\:inset-x-60px {
    right: 60px;
    left: 60px;
  }

  .lg\:inset-y-61px {
    top: 61px;
    bottom: 61px;
  }

  .lg\:inset-x-61px {
    right: 61px;
    left: 61px;
  }

  .lg\:inset-y-62px {
    top: 62px;
    bottom: 62px;
  }

  .lg\:inset-x-62px {
    right: 62px;
    left: 62px;
  }

  .lg\:inset-y-63px {
    top: 63px;
    bottom: 63px;
  }

  .lg\:inset-x-63px {
    right: 63px;
    left: 63px;
  }

  .lg\:inset-y-64px {
    top: 64px;
    bottom: 64px;
  }

  .lg\:inset-x-64px {
    right: 64px;
    left: 64px;
  }

  .lg\:inset-y-65px {
    top: 65px;
    bottom: 65px;
  }

  .lg\:inset-x-65px {
    right: 65px;
    left: 65px;
  }

  .lg\:inset-y-66px {
    top: 66px;
    bottom: 66px;
  }

  .lg\:inset-x-66px {
    right: 66px;
    left: 66px;
  }

  .lg\:inset-y-67px {
    top: 67px;
    bottom: 67px;
  }

  .lg\:inset-x-67px {
    right: 67px;
    left: 67px;
  }

  .lg\:inset-y-68px {
    top: 68px;
    bottom: 68px;
  }

  .lg\:inset-x-68px {
    right: 68px;
    left: 68px;
  }

  .lg\:inset-y-69px {
    top: 69px;
    bottom: 69px;
  }

  .lg\:inset-x-69px {
    right: 69px;
    left: 69px;
  }

  .lg\:inset-y-70px {
    top: 70px;
    bottom: 70px;
  }

  .lg\:inset-x-70px {
    right: 70px;
    left: 70px;
  }

  .lg\:inset-y-71px {
    top: 71px;
    bottom: 71px;
  }

  .lg\:inset-x-71px {
    right: 71px;
    left: 71px;
  }

  .lg\:inset-y-72px {
    top: 72px;
    bottom: 72px;
  }

  .lg\:inset-x-72px {
    right: 72px;
    left: 72px;
  }

  .lg\:inset-y-73px {
    top: 73px;
    bottom: 73px;
  }

  .lg\:inset-x-73px {
    right: 73px;
    left: 73px;
  }

  .lg\:inset-y-74px {
    top: 74px;
    bottom: 74px;
  }

  .lg\:inset-x-74px {
    right: 74px;
    left: 74px;
  }

  .lg\:inset-y-75px {
    top: 75px;
    bottom: 75px;
  }

  .lg\:inset-x-75px {
    right: 75px;
    left: 75px;
  }

  .lg\:inset-y-76px {
    top: 76px;
    bottom: 76px;
  }

  .lg\:inset-x-76px {
    right: 76px;
    left: 76px;
  }

  .lg\:inset-y-77px {
    top: 77px;
    bottom: 77px;
  }

  .lg\:inset-x-77px {
    right: 77px;
    left: 77px;
  }

  .lg\:inset-y-78px {
    top: 78px;
    bottom: 78px;
  }

  .lg\:inset-x-78px {
    right: 78px;
    left: 78px;
  }

  .lg\:inset-y-79px {
    top: 79px;
    bottom: 79px;
  }

  .lg\:inset-x-79px {
    right: 79px;
    left: 79px;
  }

  .lg\:inset-y-80px {
    top: 80px;
    bottom: 80px;
  }

  .lg\:inset-x-80px {
    right: 80px;
    left: 80px;
  }

  .lg\:inset-y-81px {
    top: 81px;
    bottom: 81px;
  }

  .lg\:inset-x-81px {
    right: 81px;
    left: 81px;
  }

  .lg\:inset-y-82px {
    top: 82px;
    bottom: 82px;
  }

  .lg\:inset-x-82px {
    right: 82px;
    left: 82px;
  }

  .lg\:inset-y-83px {
    top: 83px;
    bottom: 83px;
  }

  .lg\:inset-x-83px {
    right: 83px;
    left: 83px;
  }

  .lg\:inset-y-84px {
    top: 84px;
    bottom: 84px;
  }

  .lg\:inset-x-84px {
    right: 84px;
    left: 84px;
  }

  .lg\:inset-y-85px {
    top: 85px;
    bottom: 85px;
  }

  .lg\:inset-x-85px {
    right: 85px;
    left: 85px;
  }

  .lg\:inset-y-86px {
    top: 86px;
    bottom: 86px;
  }

  .lg\:inset-x-86px {
    right: 86px;
    left: 86px;
  }

  .lg\:inset-y-87px {
    top: 87px;
    bottom: 87px;
  }

  .lg\:inset-x-87px {
    right: 87px;
    left: 87px;
  }

  .lg\:inset-y-88px {
    top: 88px;
    bottom: 88px;
  }

  .lg\:inset-x-88px {
    right: 88px;
    left: 88px;
  }

  .lg\:inset-y-89px {
    top: 89px;
    bottom: 89px;
  }

  .lg\:inset-x-89px {
    right: 89px;
    left: 89px;
  }

  .lg\:inset-y-90px {
    top: 90px;
    bottom: 90px;
  }

  .lg\:inset-x-90px {
    right: 90px;
    left: 90px;
  }

  .lg\:inset-y-91px {
    top: 91px;
    bottom: 91px;
  }

  .lg\:inset-x-91px {
    right: 91px;
    left: 91px;
  }

  .lg\:inset-y-92px {
    top: 92px;
    bottom: 92px;
  }

  .lg\:inset-x-92px {
    right: 92px;
    left: 92px;
  }

  .lg\:inset-y-93px {
    top: 93px;
    bottom: 93px;
  }

  .lg\:inset-x-93px {
    right: 93px;
    left: 93px;
  }

  .lg\:inset-y-94px {
    top: 94px;
    bottom: 94px;
  }

  .lg\:inset-x-94px {
    right: 94px;
    left: 94px;
  }

  .lg\:inset-y-95px {
    top: 95px;
    bottom: 95px;
  }

  .lg\:inset-x-95px {
    right: 95px;
    left: 95px;
  }

  .lg\:inset-y-96px {
    top: 96px;
    bottom: 96px;
  }

  .lg\:inset-x-96px {
    right: 96px;
    left: 96px;
  }

  .lg\:inset-y-97px {
    top: 97px;
    bottom: 97px;
  }

  .lg\:inset-x-97px {
    right: 97px;
    left: 97px;
  }

  .lg\:inset-y-98px {
    top: 98px;
    bottom: 98px;
  }

  .lg\:inset-x-98px {
    right: 98px;
    left: 98px;
  }

  .lg\:inset-y-99px {
    top: 99px;
    bottom: 99px;
  }

  .lg\:inset-x-99px {
    right: 99px;
    left: 99px;
  }

  .lg\:inset-y-100px {
    top: 100px;
    bottom: 100px;
  }

  .lg\:inset-x-100px {
    right: 100px;
    left: 100px;
  }

  .lg\:inset-y-101px {
    top: 101px;
    bottom: 101px;
  }

  .lg\:inset-x-101px {
    right: 101px;
    left: 101px;
  }

  .lg\:inset-y-102px {
    top: 102px;
    bottom: 102px;
  }

  .lg\:inset-x-102px {
    right: 102px;
    left: 102px;
  }

  .lg\:inset-y-103px {
    top: 103px;
    bottom: 103px;
  }

  .lg\:inset-x-103px {
    right: 103px;
    left: 103px;
  }

  .lg\:inset-y-104px {
    top: 104px;
    bottom: 104px;
  }

  .lg\:inset-x-104px {
    right: 104px;
    left: 104px;
  }

  .lg\:inset-y-105px {
    top: 105px;
    bottom: 105px;
  }

  .lg\:inset-x-105px {
    right: 105px;
    left: 105px;
  }

  .lg\:inset-y-106px {
    top: 106px;
    bottom: 106px;
  }

  .lg\:inset-x-106px {
    right: 106px;
    left: 106px;
  }

  .lg\:inset-y-107px {
    top: 107px;
    bottom: 107px;
  }

  .lg\:inset-x-107px {
    right: 107px;
    left: 107px;
  }

  .lg\:inset-y-108px {
    top: 108px;
    bottom: 108px;
  }

  .lg\:inset-x-108px {
    right: 108px;
    left: 108px;
  }

  .lg\:inset-y-109px {
    top: 109px;
    bottom: 109px;
  }

  .lg\:inset-x-109px {
    right: 109px;
    left: 109px;
  }

  .lg\:inset-y-110px {
    top: 110px;
    bottom: 110px;
  }

  .lg\:inset-x-110px {
    right: 110px;
    left: 110px;
  }

  .lg\:inset-y-111px {
    top: 111px;
    bottom: 111px;
  }

  .lg\:inset-x-111px {
    right: 111px;
    left: 111px;
  }

  .lg\:inset-y-112px {
    top: 112px;
    bottom: 112px;
  }

  .lg\:inset-x-112px {
    right: 112px;
    left: 112px;
  }

  .lg\:inset-y-113px {
    top: 113px;
    bottom: 113px;
  }

  .lg\:inset-x-113px {
    right: 113px;
    left: 113px;
  }

  .lg\:inset-y-114px {
    top: 114px;
    bottom: 114px;
  }

  .lg\:inset-x-114px {
    right: 114px;
    left: 114px;
  }

  .lg\:inset-y-115px {
    top: 115px;
    bottom: 115px;
  }

  .lg\:inset-x-115px {
    right: 115px;
    left: 115px;
  }

  .lg\:inset-y-116px {
    top: 116px;
    bottom: 116px;
  }

  .lg\:inset-x-116px {
    right: 116px;
    left: 116px;
  }

  .lg\:inset-y-117px {
    top: 117px;
    bottom: 117px;
  }

  .lg\:inset-x-117px {
    right: 117px;
    left: 117px;
  }

  .lg\:inset-y-118px {
    top: 118px;
    bottom: 118px;
  }

  .lg\:inset-x-118px {
    right: 118px;
    left: 118px;
  }

  .lg\:inset-y-119px {
    top: 119px;
    bottom: 119px;
  }

  .lg\:inset-x-119px {
    right: 119px;
    left: 119px;
  }

  .lg\:inset-y-120px {
    top: 120px;
    bottom: 120px;
  }

  .lg\:inset-x-120px {
    right: 120px;
    left: 120px;
  }

  .lg\:inset-y-121px {
    top: 121px;
    bottom: 121px;
  }

  .lg\:inset-x-121px {
    right: 121px;
    left: 121px;
  }

  .lg\:inset-y-122px {
    top: 122px;
    bottom: 122px;
  }

  .lg\:inset-x-122px {
    right: 122px;
    left: 122px;
  }

  .lg\:inset-y-123px {
    top: 123px;
    bottom: 123px;
  }

  .lg\:inset-x-123px {
    right: 123px;
    left: 123px;
  }

  .lg\:inset-y-124px {
    top: 124px;
    bottom: 124px;
  }

  .lg\:inset-x-124px {
    right: 124px;
    left: 124px;
  }

  .lg\:inset-y-125px {
    top: 125px;
    bottom: 125px;
  }

  .lg\:inset-x-125px {
    right: 125px;
    left: 125px;
  }

  .lg\:inset-y-126px {
    top: 126px;
    bottom: 126px;
  }

  .lg\:inset-x-126px {
    right: 126px;
    left: 126px;
  }

  .lg\:inset-y-127px {
    top: 127px;
    bottom: 127px;
  }

  .lg\:inset-x-127px {
    right: 127px;
    left: 127px;
  }

  .lg\:inset-y-128px {
    top: 128px;
    bottom: 128px;
  }

  .lg\:inset-x-128px {
    right: 128px;
    left: 128px;
  }

  .lg\:inset-y-129px {
    top: 129px;
    bottom: 129px;
  }

  .lg\:inset-x-129px {
    right: 129px;
    left: 129px;
  }

  .lg\:inset-y-130px {
    top: 130px;
    bottom: 130px;
  }

  .lg\:inset-x-130px {
    right: 130px;
    left: 130px;
  }

  .lg\:inset-y-133px {
    top: 133px;
    bottom: 133px;
  }

  .lg\:inset-x-133px {
    right: 133px;
    left: 133px;
  }

  .lg\:inset-y-140px {
    top: 140px;
    bottom: 140px;
  }

  .lg\:inset-x-140px {
    right: 140px;
    left: 140px;
  }

  .lg\:inset-y-195px {
    top: 195px;
    bottom: 195px;
  }

  .lg\:inset-x-195px {
    right: 195px;
    left: 195px;
  }

  .lg\:inset-y-200px {
    top: 200px;
    bottom: 200px;
  }

  .lg\:inset-x-200px {
    right: 200px;
    left: 200px;
  }

  .lg\:inset-y-210px {
    top: 210px;
    bottom: 210px;
  }

  .lg\:inset-x-210px {
    right: 210px;
    left: 210px;
  }

  .lg\:inset-y-222px {
    top: 222px;
    bottom: 222px;
  }

  .lg\:inset-x-222px {
    right: 222px;
    left: 222px;
  }

  .lg\:inset-y-258px {
    top: 258px;
    bottom: 258px;
  }

  .lg\:inset-x-258px {
    right: 258px;
    left: 258px;
  }

  .lg\:inset-y-280px {
    top: 280px;
    bottom: 280px;
  }

  .lg\:inset-x-280px {
    right: 280px;
    left: 280px;
  }

  .lg\:inset-y-334px {
    top: 334px;
    bottom: 334px;
  }

  .lg\:inset-x-334px {
    right: 334px;
    left: 334px;
  }

  .lg\:inset-y-388px {
    top: 388px;
    bottom: 388px;
  }

  .lg\:inset-x-388px {
    right: 388px;
    left: 388px;
  }

  .lg\:inset-y-480px {
    top: 480px;
    bottom: 480px;
  }

  .lg\:inset-x-480px {
    right: 480px;
    left: 480px;
  }

  .lg\:inset-y-490px {
    top: 490px;
    bottom: 490px;
  }

  .lg\:inset-x-490px {
    right: 490px;
    left: 490px;
  }

  .lg\:inset-y-505px {
    top: 505px;
    bottom: 505px;
  }

  .lg\:inset-x-505px {
    right: 505px;
    left: 505px;
  }

  .lg\:inset-y-507px {
    top: 507px;
    bottom: 507px;
  }

  .lg\:inset-x-507px {
    right: 507px;
    left: 507px;
  }

  .lg\:inset-y-760px {
    top: 760px;
    bottom: 760px;
  }

  .lg\:inset-x-760px {
    right: 760px;
    left: 760px;
  }

  .lg\:inset-y-780px {
    top: 780px;
    bottom: 780px;
  }

  .lg\:inset-x-780px {
    right: 780px;
    left: 780px;
  }

  .lg\:inset-y-980px {
    top: 980px;
    bottom: 980px;
  }

  .lg\:inset-x-980px {
    right: 980px;
    left: 980px;
  }

  .lg\:inset-y-1366px {
    top: 1366px;
    bottom: 1366px;
  }

  .lg\:inset-x-1366px {
    right: 1366px;
    left: 1366px;
  }

  .lg\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .lg\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .lg\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .lg\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .lg\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .lg\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .lg\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .lg\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .lg\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .lg\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .lg\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .lg\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .lg\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .lg\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .lg\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .lg\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .lg\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .lg\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .lg\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .lg\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .lg\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .lg\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .lg\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .lg\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .lg\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .lg\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .lg\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .lg\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .lg\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .lg\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .lg\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .lg\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .lg\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .lg\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .lg\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .lg\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .lg\:-inset-y-1px {
    top: -1px;
    bottom: -1px;
  }

  .lg\:-inset-x-1px {
    right: -1px;
    left: -1px;
  }

  .lg\:-inset-y-2px {
    top: -2px;
    bottom: -2px;
  }

  .lg\:-inset-x-2px {
    right: -2px;
    left: -2px;
  }

  .lg\:-inset-y-3px {
    top: -3px;
    bottom: -3px;
  }

  .lg\:-inset-x-3px {
    right: -3px;
    left: -3px;
  }

  .lg\:-inset-y-4px {
    top: -4px;
    bottom: -4px;
  }

  .lg\:-inset-x-4px {
    right: -4px;
    left: -4px;
  }

  .lg\:-inset-y-5px {
    top: -5px;
    bottom: -5px;
  }

  .lg\:-inset-x-5px {
    right: -5px;
    left: -5px;
  }

  .lg\:-inset-y-6px {
    top: -6px;
    bottom: -6px;
  }

  .lg\:-inset-x-6px {
    right: -6px;
    left: -6px;
  }

  .lg\:-inset-y-7px {
    top: -7px;
    bottom: -7px;
  }

  .lg\:-inset-x-7px {
    right: -7px;
    left: -7px;
  }

  .lg\:-inset-y-8px {
    top: -8px;
    bottom: -8px;
  }

  .lg\:-inset-x-8px {
    right: -8px;
    left: -8px;
  }

  .lg\:-inset-y-9px {
    top: -9px;
    bottom: -9px;
  }

  .lg\:-inset-x-9px {
    right: -9px;
    left: -9px;
  }

  .lg\:-inset-y-10px {
    top: -10px;
    bottom: -10px;
  }

  .lg\:-inset-x-10px {
    right: -10px;
    left: -10px;
  }

  .lg\:-inset-y-11px {
    top: -11px;
    bottom: -11px;
  }

  .lg\:-inset-x-11px {
    right: -11px;
    left: -11px;
  }

  .lg\:-inset-y-12px {
    top: -12px;
    bottom: -12px;
  }

  .lg\:-inset-x-12px {
    right: -12px;
    left: -12px;
  }

  .lg\:-inset-y-13px {
    top: -13px;
    bottom: -13px;
  }

  .lg\:-inset-x-13px {
    right: -13px;
    left: -13px;
  }

  .lg\:-inset-y-14px {
    top: -14px;
    bottom: -14px;
  }

  .lg\:-inset-x-14px {
    right: -14px;
    left: -14px;
  }

  .lg\:-inset-y-15px {
    top: -15px;
    bottom: -15px;
  }

  .lg\:-inset-x-15px {
    right: -15px;
    left: -15px;
  }

  .lg\:-inset-y-16px {
    top: -16px;
    bottom: -16px;
  }

  .lg\:-inset-x-16px {
    right: -16px;
    left: -16px;
  }

  .lg\:-inset-y-17px {
    top: -17px;
    bottom: -17px;
  }

  .lg\:-inset-x-17px {
    right: -17px;
    left: -17px;
  }

  .lg\:-inset-y-18px {
    top: -18px;
    bottom: -18px;
  }

  .lg\:-inset-x-18px {
    right: -18px;
    left: -18px;
  }

  .lg\:-inset-y-19px {
    top: -19px;
    bottom: -19px;
  }

  .lg\:-inset-x-19px {
    right: -19px;
    left: -19px;
  }

  .lg\:-inset-y-20px {
    top: -20px;
    bottom: -20px;
  }

  .lg\:-inset-x-20px {
    right: -20px;
    left: -20px;
  }

  .lg\:-inset-y-21px {
    top: -21px;
    bottom: -21px;
  }

  .lg\:-inset-x-21px {
    right: -21px;
    left: -21px;
  }

  .lg\:-inset-y-22px {
    top: -22px;
    bottom: -22px;
  }

  .lg\:-inset-x-22px {
    right: -22px;
    left: -22px;
  }

  .lg\:-inset-y-23px {
    top: -23px;
    bottom: -23px;
  }

  .lg\:-inset-x-23px {
    right: -23px;
    left: -23px;
  }

  .lg\:-inset-y-24px {
    top: -24px;
    bottom: -24px;
  }

  .lg\:-inset-x-24px {
    right: -24px;
    left: -24px;
  }

  .lg\:-inset-y-25px {
    top: -25px;
    bottom: -25px;
  }

  .lg\:-inset-x-25px {
    right: -25px;
    left: -25px;
  }

  .lg\:-inset-y-26px {
    top: -26px;
    bottom: -26px;
  }

  .lg\:-inset-x-26px {
    right: -26px;
    left: -26px;
  }

  .lg\:-inset-y-27px {
    top: -27px;
    bottom: -27px;
  }

  .lg\:-inset-x-27px {
    right: -27px;
    left: -27px;
  }

  .lg\:-inset-y-28px {
    top: -28px;
    bottom: -28px;
  }

  .lg\:-inset-x-28px {
    right: -28px;
    left: -28px;
  }

  .lg\:-inset-y-29px {
    top: -29px;
    bottom: -29px;
  }

  .lg\:-inset-x-29px {
    right: -29px;
    left: -29px;
  }

  .lg\:-inset-y-30px {
    top: -30px;
    bottom: -30px;
  }

  .lg\:-inset-x-30px {
    right: -30px;
    left: -30px;
  }

  .lg\:-inset-y-31px {
    top: -31px;
    bottom: -31px;
  }

  .lg\:-inset-x-31px {
    right: -31px;
    left: -31px;
  }

  .lg\:-inset-y-32px {
    top: -32px;
    bottom: -32px;
  }

  .lg\:-inset-x-32px {
    right: -32px;
    left: -32px;
  }

  .lg\:-inset-y-33px {
    top: -33px;
    bottom: -33px;
  }

  .lg\:-inset-x-33px {
    right: -33px;
    left: -33px;
  }

  .lg\:-inset-y-34px {
    top: -34px;
    bottom: -34px;
  }

  .lg\:-inset-x-34px {
    right: -34px;
    left: -34px;
  }

  .lg\:-inset-y-35px {
    top: -35px;
    bottom: -35px;
  }

  .lg\:-inset-x-35px {
    right: -35px;
    left: -35px;
  }

  .lg\:-inset-y-36px {
    top: -36px;
    bottom: -36px;
  }

  .lg\:-inset-x-36px {
    right: -36px;
    left: -36px;
  }

  .lg\:-inset-y-37px {
    top: -37px;
    bottom: -37px;
  }

  .lg\:-inset-x-37px {
    right: -37px;
    left: -37px;
  }

  .lg\:-inset-y-38px {
    top: -38px;
    bottom: -38px;
  }

  .lg\:-inset-x-38px {
    right: -38px;
    left: -38px;
  }

  .lg\:-inset-y-39px {
    top: -39px;
    bottom: -39px;
  }

  .lg\:-inset-x-39px {
    right: -39px;
    left: -39px;
  }

  .lg\:-inset-y-40px {
    top: -40px;
    bottom: -40px;
  }

  .lg\:-inset-x-40px {
    right: -40px;
    left: -40px;
  }

  .lg\:-inset-y-41px {
    top: -41px;
    bottom: -41px;
  }

  .lg\:-inset-x-41px {
    right: -41px;
    left: -41px;
  }

  .lg\:-inset-y-42px {
    top: -42px;
    bottom: -42px;
  }

  .lg\:-inset-x-42px {
    right: -42px;
    left: -42px;
  }

  .lg\:-inset-y-43px {
    top: -43px;
    bottom: -43px;
  }

  .lg\:-inset-x-43px {
    right: -43px;
    left: -43px;
  }

  .lg\:-inset-y-44px {
    top: -44px;
    bottom: -44px;
  }

  .lg\:-inset-x-44px {
    right: -44px;
    left: -44px;
  }

  .lg\:-inset-y-45px {
    top: -45px;
    bottom: -45px;
  }

  .lg\:-inset-x-45px {
    right: -45px;
    left: -45px;
  }

  .lg\:-inset-y-46px {
    top: -46px;
    bottom: -46px;
  }

  .lg\:-inset-x-46px {
    right: -46px;
    left: -46px;
  }

  .lg\:-inset-y-47px {
    top: -47px;
    bottom: -47px;
  }

  .lg\:-inset-x-47px {
    right: -47px;
    left: -47px;
  }

  .lg\:-inset-y-48px {
    top: -48px;
    bottom: -48px;
  }

  .lg\:-inset-x-48px {
    right: -48px;
    left: -48px;
  }

  .lg\:-inset-y-49px {
    top: -49px;
    bottom: -49px;
  }

  .lg\:-inset-x-49px {
    right: -49px;
    left: -49px;
  }

  .lg\:-inset-y-50px {
    top: -50px;
    bottom: -50px;
  }

  .lg\:-inset-x-50px {
    right: -50px;
    left: -50px;
  }

  .lg\:-inset-y-51px {
    top: -51px;
    bottom: -51px;
  }

  .lg\:-inset-x-51px {
    right: -51px;
    left: -51px;
  }

  .lg\:-inset-y-52px {
    top: -52px;
    bottom: -52px;
  }

  .lg\:-inset-x-52px {
    right: -52px;
    left: -52px;
  }

  .lg\:-inset-y-53px {
    top: -53px;
    bottom: -53px;
  }

  .lg\:-inset-x-53px {
    right: -53px;
    left: -53px;
  }

  .lg\:-inset-y-54px {
    top: -54px;
    bottom: -54px;
  }

  .lg\:-inset-x-54px {
    right: -54px;
    left: -54px;
  }

  .lg\:-inset-y-55px {
    top: -55px;
    bottom: -55px;
  }

  .lg\:-inset-x-55px {
    right: -55px;
    left: -55px;
  }

  .lg\:-inset-y-56px {
    top: -56px;
    bottom: -56px;
  }

  .lg\:-inset-x-56px {
    right: -56px;
    left: -56px;
  }

  .lg\:-inset-y-57px {
    top: -57px;
    bottom: -57px;
  }

  .lg\:-inset-x-57px {
    right: -57px;
    left: -57px;
  }

  .lg\:-inset-y-58px {
    top: -58px;
    bottom: -58px;
  }

  .lg\:-inset-x-58px {
    right: -58px;
    left: -58px;
  }

  .lg\:-inset-y-59px {
    top: -59px;
    bottom: -59px;
  }

  .lg\:-inset-x-59px {
    right: -59px;
    left: -59px;
  }

  .lg\:-inset-y-60px {
    top: -60px;
    bottom: -60px;
  }

  .lg\:-inset-x-60px {
    right: -60px;
    left: -60px;
  }

  .lg\:-inset-y-61px {
    top: -61px;
    bottom: -61px;
  }

  .lg\:-inset-x-61px {
    right: -61px;
    left: -61px;
  }

  .lg\:-inset-y-62px {
    top: -62px;
    bottom: -62px;
  }

  .lg\:-inset-x-62px {
    right: -62px;
    left: -62px;
  }

  .lg\:-inset-y-63px {
    top: -63px;
    bottom: -63px;
  }

  .lg\:-inset-x-63px {
    right: -63px;
    left: -63px;
  }

  .lg\:-inset-y-64px {
    top: -64px;
    bottom: -64px;
  }

  .lg\:-inset-x-64px {
    right: -64px;
    left: -64px;
  }

  .lg\:-inset-y-65px {
    top: -65px;
    bottom: -65px;
  }

  .lg\:-inset-x-65px {
    right: -65px;
    left: -65px;
  }

  .lg\:-inset-y-66px {
    top: -66px;
    bottom: -66px;
  }

  .lg\:-inset-x-66px {
    right: -66px;
    left: -66px;
  }

  .lg\:-inset-y-67px {
    top: -67px;
    bottom: -67px;
  }

  .lg\:-inset-x-67px {
    right: -67px;
    left: -67px;
  }

  .lg\:-inset-y-68px {
    top: -68px;
    bottom: -68px;
  }

  .lg\:-inset-x-68px {
    right: -68px;
    left: -68px;
  }

  .lg\:-inset-y-69px {
    top: -69px;
    bottom: -69px;
  }

  .lg\:-inset-x-69px {
    right: -69px;
    left: -69px;
  }

  .lg\:-inset-y-70px {
    top: -70px;
    bottom: -70px;
  }

  .lg\:-inset-x-70px {
    right: -70px;
    left: -70px;
  }

  .lg\:-inset-y-71px {
    top: -71px;
    bottom: -71px;
  }

  .lg\:-inset-x-71px {
    right: -71px;
    left: -71px;
  }

  .lg\:-inset-y-72px {
    top: -72px;
    bottom: -72px;
  }

  .lg\:-inset-x-72px {
    right: -72px;
    left: -72px;
  }

  .lg\:-inset-y-73px {
    top: -73px;
    bottom: -73px;
  }

  .lg\:-inset-x-73px {
    right: -73px;
    left: -73px;
  }

  .lg\:-inset-y-74px {
    top: -74px;
    bottom: -74px;
  }

  .lg\:-inset-x-74px {
    right: -74px;
    left: -74px;
  }

  .lg\:-inset-y-75px {
    top: -75px;
    bottom: -75px;
  }

  .lg\:-inset-x-75px {
    right: -75px;
    left: -75px;
  }

  .lg\:-inset-y-76px {
    top: -76px;
    bottom: -76px;
  }

  .lg\:-inset-x-76px {
    right: -76px;
    left: -76px;
  }

  .lg\:-inset-y-77px {
    top: -77px;
    bottom: -77px;
  }

  .lg\:-inset-x-77px {
    right: -77px;
    left: -77px;
  }

  .lg\:-inset-y-78px {
    top: -78px;
    bottom: -78px;
  }

  .lg\:-inset-x-78px {
    right: -78px;
    left: -78px;
  }

  .lg\:-inset-y-79px {
    top: -79px;
    bottom: -79px;
  }

  .lg\:-inset-x-79px {
    right: -79px;
    left: -79px;
  }

  .lg\:-inset-y-80px {
    top: -80px;
    bottom: -80px;
  }

  .lg\:-inset-x-80px {
    right: -80px;
    left: -80px;
  }

  .lg\:-inset-y-81px {
    top: -81px;
    bottom: -81px;
  }

  .lg\:-inset-x-81px {
    right: -81px;
    left: -81px;
  }

  .lg\:-inset-y-82px {
    top: -82px;
    bottom: -82px;
  }

  .lg\:-inset-x-82px {
    right: -82px;
    left: -82px;
  }

  .lg\:-inset-y-83px {
    top: -83px;
    bottom: -83px;
  }

  .lg\:-inset-x-83px {
    right: -83px;
    left: -83px;
  }

  .lg\:-inset-y-84px {
    top: -84px;
    bottom: -84px;
  }

  .lg\:-inset-x-84px {
    right: -84px;
    left: -84px;
  }

  .lg\:-inset-y-85px {
    top: -85px;
    bottom: -85px;
  }

  .lg\:-inset-x-85px {
    right: -85px;
    left: -85px;
  }

  .lg\:-inset-y-86px {
    top: -86px;
    bottom: -86px;
  }

  .lg\:-inset-x-86px {
    right: -86px;
    left: -86px;
  }

  .lg\:-inset-y-87px {
    top: -87px;
    bottom: -87px;
  }

  .lg\:-inset-x-87px {
    right: -87px;
    left: -87px;
  }

  .lg\:-inset-y-88px {
    top: -88px;
    bottom: -88px;
  }

  .lg\:-inset-x-88px {
    right: -88px;
    left: -88px;
  }

  .lg\:-inset-y-89px {
    top: -89px;
    bottom: -89px;
  }

  .lg\:-inset-x-89px {
    right: -89px;
    left: -89px;
  }

  .lg\:-inset-y-90px {
    top: -90px;
    bottom: -90px;
  }

  .lg\:-inset-x-90px {
    right: -90px;
    left: -90px;
  }

  .lg\:-inset-y-91px {
    top: -91px;
    bottom: -91px;
  }

  .lg\:-inset-x-91px {
    right: -91px;
    left: -91px;
  }

  .lg\:-inset-y-92px {
    top: -92px;
    bottom: -92px;
  }

  .lg\:-inset-x-92px {
    right: -92px;
    left: -92px;
  }

  .lg\:-inset-y-93px {
    top: -93px;
    bottom: -93px;
  }

  .lg\:-inset-x-93px {
    right: -93px;
    left: -93px;
  }

  .lg\:-inset-y-94px {
    top: -94px;
    bottom: -94px;
  }

  .lg\:-inset-x-94px {
    right: -94px;
    left: -94px;
  }

  .lg\:-inset-y-95px {
    top: -95px;
    bottom: -95px;
  }

  .lg\:-inset-x-95px {
    right: -95px;
    left: -95px;
  }

  .lg\:-inset-y-96px {
    top: -96px;
    bottom: -96px;
  }

  .lg\:-inset-x-96px {
    right: -96px;
    left: -96px;
  }

  .lg\:-inset-y-97px {
    top: -97px;
    bottom: -97px;
  }

  .lg\:-inset-x-97px {
    right: -97px;
    left: -97px;
  }

  .lg\:-inset-y-98px {
    top: -98px;
    bottom: -98px;
  }

  .lg\:-inset-x-98px {
    right: -98px;
    left: -98px;
  }

  .lg\:-inset-y-99px {
    top: -99px;
    bottom: -99px;
  }

  .lg\:-inset-x-99px {
    right: -99px;
    left: -99px;
  }

  .lg\:-inset-y-100px {
    top: -100px;
    bottom: -100px;
  }

  .lg\:-inset-x-100px {
    right: -100px;
    left: -100px;
  }

  .lg\:-inset-y-101px {
    top: -101px;
    bottom: -101px;
  }

  .lg\:-inset-x-101px {
    right: -101px;
    left: -101px;
  }

  .lg\:-inset-y-102px {
    top: -102px;
    bottom: -102px;
  }

  .lg\:-inset-x-102px {
    right: -102px;
    left: -102px;
  }

  .lg\:-inset-y-103px {
    top: -103px;
    bottom: -103px;
  }

  .lg\:-inset-x-103px {
    right: -103px;
    left: -103px;
  }

  .lg\:-inset-y-104px {
    top: -104px;
    bottom: -104px;
  }

  .lg\:-inset-x-104px {
    right: -104px;
    left: -104px;
  }

  .lg\:-inset-y-105px {
    top: -105px;
    bottom: -105px;
  }

  .lg\:-inset-x-105px {
    right: -105px;
    left: -105px;
  }

  .lg\:-inset-y-106px {
    top: -106px;
    bottom: -106px;
  }

  .lg\:-inset-x-106px {
    right: -106px;
    left: -106px;
  }

  .lg\:-inset-y-107px {
    top: -107px;
    bottom: -107px;
  }

  .lg\:-inset-x-107px {
    right: -107px;
    left: -107px;
  }

  .lg\:-inset-y-108px {
    top: -108px;
    bottom: -108px;
  }

  .lg\:-inset-x-108px {
    right: -108px;
    left: -108px;
  }

  .lg\:-inset-y-109px {
    top: -109px;
    bottom: -109px;
  }

  .lg\:-inset-x-109px {
    right: -109px;
    left: -109px;
  }

  .lg\:-inset-y-110px {
    top: -110px;
    bottom: -110px;
  }

  .lg\:-inset-x-110px {
    right: -110px;
    left: -110px;
  }

  .lg\:-inset-y-111px {
    top: -111px;
    bottom: -111px;
  }

  .lg\:-inset-x-111px {
    right: -111px;
    left: -111px;
  }

  .lg\:-inset-y-112px {
    top: -112px;
    bottom: -112px;
  }

  .lg\:-inset-x-112px {
    right: -112px;
    left: -112px;
  }

  .lg\:-inset-y-113px {
    top: -113px;
    bottom: -113px;
  }

  .lg\:-inset-x-113px {
    right: -113px;
    left: -113px;
  }

  .lg\:-inset-y-114px {
    top: -114px;
    bottom: -114px;
  }

  .lg\:-inset-x-114px {
    right: -114px;
    left: -114px;
  }

  .lg\:-inset-y-115px {
    top: -115px;
    bottom: -115px;
  }

  .lg\:-inset-x-115px {
    right: -115px;
    left: -115px;
  }

  .lg\:-inset-y-116px {
    top: -116px;
    bottom: -116px;
  }

  .lg\:-inset-x-116px {
    right: -116px;
    left: -116px;
  }

  .lg\:-inset-y-117px {
    top: -117px;
    bottom: -117px;
  }

  .lg\:-inset-x-117px {
    right: -117px;
    left: -117px;
  }

  .lg\:-inset-y-118px {
    top: -118px;
    bottom: -118px;
  }

  .lg\:-inset-x-118px {
    right: -118px;
    left: -118px;
  }

  .lg\:-inset-y-119px {
    top: -119px;
    bottom: -119px;
  }

  .lg\:-inset-x-119px {
    right: -119px;
    left: -119px;
  }

  .lg\:-inset-y-120px {
    top: -120px;
    bottom: -120px;
  }

  .lg\:-inset-x-120px {
    right: -120px;
    left: -120px;
  }

  .lg\:-inset-y-121px {
    top: -121px;
    bottom: -121px;
  }

  .lg\:-inset-x-121px {
    right: -121px;
    left: -121px;
  }

  .lg\:-inset-y-122px {
    top: -122px;
    bottom: -122px;
  }

  .lg\:-inset-x-122px {
    right: -122px;
    left: -122px;
  }

  .lg\:-inset-y-123px {
    top: -123px;
    bottom: -123px;
  }

  .lg\:-inset-x-123px {
    right: -123px;
    left: -123px;
  }

  .lg\:-inset-y-124px {
    top: -124px;
    bottom: -124px;
  }

  .lg\:-inset-x-124px {
    right: -124px;
    left: -124px;
  }

  .lg\:-inset-y-125px {
    top: -125px;
    bottom: -125px;
  }

  .lg\:-inset-x-125px {
    right: -125px;
    left: -125px;
  }

  .lg\:-inset-y-126px {
    top: -126px;
    bottom: -126px;
  }

  .lg\:-inset-x-126px {
    right: -126px;
    left: -126px;
  }

  .lg\:-inset-y-127px {
    top: -127px;
    bottom: -127px;
  }

  .lg\:-inset-x-127px {
    right: -127px;
    left: -127px;
  }

  .lg\:-inset-y-128px {
    top: -128px;
    bottom: -128px;
  }

  .lg\:-inset-x-128px {
    right: -128px;
    left: -128px;
  }

  .lg\:-inset-y-129px {
    top: -129px;
    bottom: -129px;
  }

  .lg\:-inset-x-129px {
    right: -129px;
    left: -129px;
  }

  .lg\:-inset-y-130px {
    top: -130px;
    bottom: -130px;
  }

  .lg\:-inset-x-130px {
    right: -130px;
    left: -130px;
  }

  .lg\:-inset-y-133px {
    top: -133px;
    bottom: -133px;
  }

  .lg\:-inset-x-133px {
    right: -133px;
    left: -133px;
  }

  .lg\:-inset-y-140px {
    top: -140px;
    bottom: -140px;
  }

  .lg\:-inset-x-140px {
    right: -140px;
    left: -140px;
  }

  .lg\:-inset-y-195px {
    top: -195px;
    bottom: -195px;
  }

  .lg\:-inset-x-195px {
    right: -195px;
    left: -195px;
  }

  .lg\:-inset-y-200px {
    top: -200px;
    bottom: -200px;
  }

  .lg\:-inset-x-200px {
    right: -200px;
    left: -200px;
  }

  .lg\:-inset-y-210px {
    top: -210px;
    bottom: -210px;
  }

  .lg\:-inset-x-210px {
    right: -210px;
    left: -210px;
  }

  .lg\:-inset-y-222px {
    top: -222px;
    bottom: -222px;
  }

  .lg\:-inset-x-222px {
    right: -222px;
    left: -222px;
  }

  .lg\:-inset-y-258px {
    top: -258px;
    bottom: -258px;
  }

  .lg\:-inset-x-258px {
    right: -258px;
    left: -258px;
  }

  .lg\:-inset-y-280px {
    top: -280px;
    bottom: -280px;
  }

  .lg\:-inset-x-280px {
    right: -280px;
    left: -280px;
  }

  .lg\:-inset-y-334px {
    top: -334px;
    bottom: -334px;
  }

  .lg\:-inset-x-334px {
    right: -334px;
    left: -334px;
  }

  .lg\:-inset-y-388px {
    top: -388px;
    bottom: -388px;
  }

  .lg\:-inset-x-388px {
    right: -388px;
    left: -388px;
  }

  .lg\:-inset-y-480px {
    top: -480px;
    bottom: -480px;
  }

  .lg\:-inset-x-480px {
    right: -480px;
    left: -480px;
  }

  .lg\:-inset-y-490px {
    top: -490px;
    bottom: -490px;
  }

  .lg\:-inset-x-490px {
    right: -490px;
    left: -490px;
  }

  .lg\:-inset-y-505px {
    top: -505px;
    bottom: -505px;
  }

  .lg\:-inset-x-505px {
    right: -505px;
    left: -505px;
  }

  .lg\:-inset-y-507px {
    top: -507px;
    bottom: -507px;
  }

  .lg\:-inset-x-507px {
    right: -507px;
    left: -507px;
  }

  .lg\:-inset-y-760px {
    top: -760px;
    bottom: -760px;
  }

  .lg\:-inset-x-760px {
    right: -760px;
    left: -760px;
  }

  .lg\:-inset-y-780px {
    top: -780px;
    bottom: -780px;
  }

  .lg\:-inset-x-780px {
    right: -780px;
    left: -780px;
  }

  .lg\:-inset-y-980px {
    top: -980px;
    bottom: -980px;
  }

  .lg\:-inset-x-980px {
    right: -980px;
    left: -980px;
  }

  .lg\:-inset-y-1366px {
    top: -1366px;
    bottom: -1366px;
  }

  .lg\:-inset-x-1366px {
    right: -1366px;
    left: -1366px;
  }

  .lg\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .lg\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .lg\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .lg\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .lg\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .lg\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .lg\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .lg\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .lg\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .lg\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .lg\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .lg\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .lg\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .lg\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .lg\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .lg\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .lg\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .lg\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .lg\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:top-1 {
    top: 0.25rem;
  }

  .lg\:right-1 {
    right: 0.25rem;
  }

  .lg\:bottom-1 {
    bottom: 0.25rem;
  }

  .lg\:left-1 {
    left: 0.25rem;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:right-2 {
    right: 0.5rem;
  }

  .lg\:bottom-2 {
    bottom: 0.5rem;
  }

  .lg\:left-2 {
    left: 0.5rem;
  }

  .lg\:top-3 {
    top: 0.75rem;
  }

  .lg\:right-3 {
    right: 0.75rem;
  }

  .lg\:bottom-3 {
    bottom: 0.75rem;
  }

  .lg\:left-3 {
    left: 0.75rem;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:right-4 {
    right: 1rem;
  }

  .lg\:bottom-4 {
    bottom: 1rem;
  }

  .lg\:left-4 {
    left: 1rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:bottom-5 {
    bottom: 1.25rem;
  }

  .lg\:left-5 {
    left: 1.25rem;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:top-7 {
    top: 1.75rem;
  }

  .lg\:right-7 {
    right: 1.75rem;
  }

  .lg\:bottom-7 {
    bottom: 1.75rem;
  }

  .lg\:left-7 {
    left: 1.75rem;
  }

  .lg\:top-8 {
    top: 2rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:top-9 {
    top: 2.25rem;
  }

  .lg\:right-9 {
    right: 2.25rem;
  }

  .lg\:bottom-9 {
    bottom: 2.25rem;
  }

  .lg\:left-9 {
    left: 2.25rem;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:top-11 {
    top: 2.75rem;
  }

  .lg\:right-11 {
    right: 2.75rem;
  }

  .lg\:bottom-11 {
    bottom: 2.75rem;
  }

  .lg\:left-11 {
    left: 2.75rem;
  }

  .lg\:top-12 {
    top: 3rem;
  }

  .lg\:right-12 {
    right: 3rem;
  }

  .lg\:bottom-12 {
    bottom: 3rem;
  }

  .lg\:left-12 {
    left: 3rem;
  }

  .lg\:top-14 {
    top: 3.5rem;
  }

  .lg\:right-14 {
    right: 3.5rem;
  }

  .lg\:bottom-14 {
    bottom: 3.5rem;
  }

  .lg\:left-14 {
    left: 3.5rem;
  }

  .lg\:top-16 {
    top: 4rem;
  }

  .lg\:right-16 {
    right: 4rem;
  }

  .lg\:bottom-16 {
    bottom: 4rem;
  }

  .lg\:left-16 {
    left: 4rem;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:right-20 {
    right: 5rem;
  }

  .lg\:bottom-20 {
    bottom: 5rem;
  }

  .lg\:left-20 {
    left: 5rem;
  }

  .lg\:top-24 {
    top: 6rem;
  }

  .lg\:right-24 {
    right: 6rem;
  }

  .lg\:bottom-24 {
    bottom: 6rem;
  }

  .lg\:left-24 {
    left: 6rem;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:right-28 {
    right: 7rem;
  }

  .lg\:bottom-28 {
    bottom: 7rem;
  }

  .lg\:left-28 {
    left: 7rem;
  }

  .lg\:top-32 {
    top: 8rem;
  }

  .lg\:right-32 {
    right: 8rem;
  }

  .lg\:bottom-32 {
    bottom: 8rem;
  }

  .lg\:left-32 {
    left: 8rem;
  }

  .lg\:top-36 {
    top: 9rem;
  }

  .lg\:right-36 {
    right: 9rem;
  }

  .lg\:bottom-36 {
    bottom: 9rem;
  }

  .lg\:left-36 {
    left: 9rem;
  }

  .lg\:top-40 {
    top: 10rem;
  }

  .lg\:right-40 {
    right: 10rem;
  }

  .lg\:bottom-40 {
    bottom: 10rem;
  }

  .lg\:left-40 {
    left: 10rem;
  }

  .lg\:top-44 {
    top: 11rem;
  }

  .lg\:right-44 {
    right: 11rem;
  }

  .lg\:bottom-44 {
    bottom: 11rem;
  }

  .lg\:left-44 {
    left: 11rem;
  }

  .lg\:top-48 {
    top: 12rem;
  }

  .lg\:right-48 {
    right: 12rem;
  }

  .lg\:bottom-48 {
    bottom: 12rem;
  }

  .lg\:left-48 {
    left: 12rem;
  }

  .lg\:top-52 {
    top: 13rem;
  }

  .lg\:right-52 {
    right: 13rem;
  }

  .lg\:bottom-52 {
    bottom: 13rem;
  }

  .lg\:left-52 {
    left: 13rem;
  }

  .lg\:top-56 {
    top: 14rem;
  }

  .lg\:right-56 {
    right: 14rem;
  }

  .lg\:bottom-56 {
    bottom: 14rem;
  }

  .lg\:left-56 {
    left: 14rem;
  }

  .lg\:top-60 {
    top: 15rem;
  }

  .lg\:right-60 {
    right: 15rem;
  }

  .lg\:bottom-60 {
    bottom: 15rem;
  }

  .lg\:left-60 {
    left: 15rem;
  }

  .lg\:top-64 {
    top: 16rem;
  }

  .lg\:right-64 {
    right: 16rem;
  }

  .lg\:bottom-64 {
    bottom: 16rem;
  }

  .lg\:left-64 {
    left: 16rem;
  }

  .lg\:top-72 {
    top: 18rem;
  }

  .lg\:right-72 {
    right: 18rem;
  }

  .lg\:bottom-72 {
    bottom: 18rem;
  }

  .lg\:left-72 {
    left: 18rem;
  }

  .lg\:top-80 {
    top: 20rem;
  }

  .lg\:right-80 {
    right: 20rem;
  }

  .lg\:bottom-80 {
    bottom: 20rem;
  }

  .lg\:left-80 {
    left: 20rem;
  }

  .lg\:top-96 {
    top: 24rem;
  }

  .lg\:right-96 {
    right: 24rem;
  }

  .lg\:bottom-96 {
    bottom: 24rem;
  }

  .lg\:left-96 {
    left: 24rem;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:top-px {
    top: 1px;
  }

  .lg\:right-px {
    right: 1px;
  }

  .lg\:bottom-px {
    bottom: 1px;
  }

  .lg\:left-px {
    left: 1px;
  }

  .lg\:top-0\.5 {
    top: 0.125rem;
  }

  .lg\:right-0\.5 {
    right: 0.125rem;
  }

  .lg\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .lg\:left-0\.5 {
    left: 0.125rem;
  }

  .lg\:top-1\.5 {
    top: 0.375rem;
  }

  .lg\:right-1\.5 {
    right: 0.375rem;
  }

  .lg\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .lg\:left-1\.5 {
    left: 0.375rem;
  }

  .lg\:top-2\.5 {
    top: 0.625rem;
  }

  .lg\:right-2\.5 {
    right: 0.625rem;
  }

  .lg\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .lg\:left-2\.5 {
    left: 0.625rem;
  }

  .lg\:top-3\.5 {
    top: 0.875rem;
  }

  .lg\:right-3\.5 {
    right: 0.875rem;
  }

  .lg\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .lg\:left-3\.5 {
    left: 0.875rem;
  }

  .lg\:top-1px {
    top: 1px;
  }

  .lg\:right-1px {
    right: 1px;
  }

  .lg\:bottom-1px {
    bottom: 1px;
  }

  .lg\:left-1px {
    left: 1px;
  }

  .lg\:top-2px {
    top: 2px;
  }

  .lg\:right-2px {
    right: 2px;
  }

  .lg\:bottom-2px {
    bottom: 2px;
  }

  .lg\:left-2px {
    left: 2px;
  }

  .lg\:top-3px {
    top: 3px;
  }

  .lg\:right-3px {
    right: 3px;
  }

  .lg\:bottom-3px {
    bottom: 3px;
  }

  .lg\:left-3px {
    left: 3px;
  }

  .lg\:top-4px {
    top: 4px;
  }

  .lg\:right-4px {
    right: 4px;
  }

  .lg\:bottom-4px {
    bottom: 4px;
  }

  .lg\:left-4px {
    left: 4px;
  }

  .lg\:top-5px {
    top: 5px;
  }

  .lg\:right-5px {
    right: 5px;
  }

  .lg\:bottom-5px {
    bottom: 5px;
  }

  .lg\:left-5px {
    left: 5px;
  }

  .lg\:top-6px {
    top: 6px;
  }

  .lg\:right-6px {
    right: 6px;
  }

  .lg\:bottom-6px {
    bottom: 6px;
  }

  .lg\:left-6px {
    left: 6px;
  }

  .lg\:top-7px {
    top: 7px;
  }

  .lg\:right-7px {
    right: 7px;
  }

  .lg\:bottom-7px {
    bottom: 7px;
  }

  .lg\:left-7px {
    left: 7px;
  }

  .lg\:top-8px {
    top: 8px;
  }

  .lg\:right-8px {
    right: 8px;
  }

  .lg\:bottom-8px {
    bottom: 8px;
  }

  .lg\:left-8px {
    left: 8px;
  }

  .lg\:top-9px {
    top: 9px;
  }

  .lg\:right-9px {
    right: 9px;
  }

  .lg\:bottom-9px {
    bottom: 9px;
  }

  .lg\:left-9px {
    left: 9px;
  }

  .lg\:top-10px {
    top: 10px;
  }

  .lg\:right-10px {
    right: 10px;
  }

  .lg\:bottom-10px {
    bottom: 10px;
  }

  .lg\:left-10px {
    left: 10px;
  }

  .lg\:top-11px {
    top: 11px;
  }

  .lg\:right-11px {
    right: 11px;
  }

  .lg\:bottom-11px {
    bottom: 11px;
  }

  .lg\:left-11px {
    left: 11px;
  }

  .lg\:top-12px {
    top: 12px;
  }

  .lg\:right-12px {
    right: 12px;
  }

  .lg\:bottom-12px {
    bottom: 12px;
  }

  .lg\:left-12px {
    left: 12px;
  }

  .lg\:top-13px {
    top: 13px;
  }

  .lg\:right-13px {
    right: 13px;
  }

  .lg\:bottom-13px {
    bottom: 13px;
  }

  .lg\:left-13px {
    left: 13px;
  }

  .lg\:top-14px {
    top: 14px;
  }

  .lg\:right-14px {
    right: 14px;
  }

  .lg\:bottom-14px {
    bottom: 14px;
  }

  .lg\:left-14px {
    left: 14px;
  }

  .lg\:top-15px {
    top: 15px;
  }

  .lg\:right-15px {
    right: 15px;
  }

  .lg\:bottom-15px {
    bottom: 15px;
  }

  .lg\:left-15px {
    left: 15px;
  }

  .lg\:top-16px {
    top: 16px;
  }

  .lg\:right-16px {
    right: 16px;
  }

  .lg\:bottom-16px {
    bottom: 16px;
  }

  .lg\:left-16px {
    left: 16px;
  }

  .lg\:top-17px {
    top: 17px;
  }

  .lg\:right-17px {
    right: 17px;
  }

  .lg\:bottom-17px {
    bottom: 17px;
  }

  .lg\:left-17px {
    left: 17px;
  }

  .lg\:top-18px {
    top: 18px;
  }

  .lg\:right-18px {
    right: 18px;
  }

  .lg\:bottom-18px {
    bottom: 18px;
  }

  .lg\:left-18px {
    left: 18px;
  }

  .lg\:top-19px {
    top: 19px;
  }

  .lg\:right-19px {
    right: 19px;
  }

  .lg\:bottom-19px {
    bottom: 19px;
  }

  .lg\:left-19px {
    left: 19px;
  }

  .lg\:top-20px {
    top: 20px;
  }

  .lg\:right-20px {
    right: 20px;
  }

  .lg\:bottom-20px {
    bottom: 20px;
  }

  .lg\:left-20px {
    left: 20px;
  }

  .lg\:top-21px {
    top: 21px;
  }

  .lg\:right-21px {
    right: 21px;
  }

  .lg\:bottom-21px {
    bottom: 21px;
  }

  .lg\:left-21px {
    left: 21px;
  }

  .lg\:top-22px {
    top: 22px;
  }

  .lg\:right-22px {
    right: 22px;
  }

  .lg\:bottom-22px {
    bottom: 22px;
  }

  .lg\:left-22px {
    left: 22px;
  }

  .lg\:top-23px {
    top: 23px;
  }

  .lg\:right-23px {
    right: 23px;
  }

  .lg\:bottom-23px {
    bottom: 23px;
  }

  .lg\:left-23px {
    left: 23px;
  }

  .lg\:top-24px {
    top: 24px;
  }

  .lg\:right-24px {
    right: 24px;
  }

  .lg\:bottom-24px {
    bottom: 24px;
  }

  .lg\:left-24px {
    left: 24px;
  }

  .lg\:top-25px {
    top: 25px;
  }

  .lg\:right-25px {
    right: 25px;
  }

  .lg\:bottom-25px {
    bottom: 25px;
  }

  .lg\:left-25px {
    left: 25px;
  }

  .lg\:top-26px {
    top: 26px;
  }

  .lg\:right-26px {
    right: 26px;
  }

  .lg\:bottom-26px {
    bottom: 26px;
  }

  .lg\:left-26px {
    left: 26px;
  }

  .lg\:top-27px {
    top: 27px;
  }

  .lg\:right-27px {
    right: 27px;
  }

  .lg\:bottom-27px {
    bottom: 27px;
  }

  .lg\:left-27px {
    left: 27px;
  }

  .lg\:top-28px {
    top: 28px;
  }

  .lg\:right-28px {
    right: 28px;
  }

  .lg\:bottom-28px {
    bottom: 28px;
  }

  .lg\:left-28px {
    left: 28px;
  }

  .lg\:top-29px {
    top: 29px;
  }

  .lg\:right-29px {
    right: 29px;
  }

  .lg\:bottom-29px {
    bottom: 29px;
  }

  .lg\:left-29px {
    left: 29px;
  }

  .lg\:top-30px {
    top: 30px;
  }

  .lg\:right-30px {
    right: 30px;
  }

  .lg\:bottom-30px {
    bottom: 30px;
  }

  .lg\:left-30px {
    left: 30px;
  }

  .lg\:top-31px {
    top: 31px;
  }

  .lg\:right-31px {
    right: 31px;
  }

  .lg\:bottom-31px {
    bottom: 31px;
  }

  .lg\:left-31px {
    left: 31px;
  }

  .lg\:top-32px {
    top: 32px;
  }

  .lg\:right-32px {
    right: 32px;
  }

  .lg\:bottom-32px {
    bottom: 32px;
  }

  .lg\:left-32px {
    left: 32px;
  }

  .lg\:top-33px {
    top: 33px;
  }

  .lg\:right-33px {
    right: 33px;
  }

  .lg\:bottom-33px {
    bottom: 33px;
  }

  .lg\:left-33px {
    left: 33px;
  }

  .lg\:top-34px {
    top: 34px;
  }

  .lg\:right-34px {
    right: 34px;
  }

  .lg\:bottom-34px {
    bottom: 34px;
  }

  .lg\:left-34px {
    left: 34px;
  }

  .lg\:top-35px {
    top: 35px;
  }

  .lg\:right-35px {
    right: 35px;
  }

  .lg\:bottom-35px {
    bottom: 35px;
  }

  .lg\:left-35px {
    left: 35px;
  }

  .lg\:top-36px {
    top: 36px;
  }

  .lg\:right-36px {
    right: 36px;
  }

  .lg\:bottom-36px {
    bottom: 36px;
  }

  .lg\:left-36px {
    left: 36px;
  }

  .lg\:top-37px {
    top: 37px;
  }

  .lg\:right-37px {
    right: 37px;
  }

  .lg\:bottom-37px {
    bottom: 37px;
  }

  .lg\:left-37px {
    left: 37px;
  }

  .lg\:top-38px {
    top: 38px;
  }

  .lg\:right-38px {
    right: 38px;
  }

  .lg\:bottom-38px {
    bottom: 38px;
  }

  .lg\:left-38px {
    left: 38px;
  }

  .lg\:top-39px {
    top: 39px;
  }

  .lg\:right-39px {
    right: 39px;
  }

  .lg\:bottom-39px {
    bottom: 39px;
  }

  .lg\:left-39px {
    left: 39px;
  }

  .lg\:top-40px {
    top: 40px;
  }

  .lg\:right-40px {
    right: 40px;
  }

  .lg\:bottom-40px {
    bottom: 40px;
  }

  .lg\:left-40px {
    left: 40px;
  }

  .lg\:top-41px {
    top: 41px;
  }

  .lg\:right-41px {
    right: 41px;
  }

  .lg\:bottom-41px {
    bottom: 41px;
  }

  .lg\:left-41px {
    left: 41px;
  }

  .lg\:top-42px {
    top: 42px;
  }

  .lg\:right-42px {
    right: 42px;
  }

  .lg\:bottom-42px {
    bottom: 42px;
  }

  .lg\:left-42px {
    left: 42px;
  }

  .lg\:top-43px {
    top: 43px;
  }

  .lg\:right-43px {
    right: 43px;
  }

  .lg\:bottom-43px {
    bottom: 43px;
  }

  .lg\:left-43px {
    left: 43px;
  }

  .lg\:top-44px {
    top: 44px;
  }

  .lg\:right-44px {
    right: 44px;
  }

  .lg\:bottom-44px {
    bottom: 44px;
  }

  .lg\:left-44px {
    left: 44px;
  }

  .lg\:top-45px {
    top: 45px;
  }

  .lg\:right-45px {
    right: 45px;
  }

  .lg\:bottom-45px {
    bottom: 45px;
  }

  .lg\:left-45px {
    left: 45px;
  }

  .lg\:top-46px {
    top: 46px;
  }

  .lg\:right-46px {
    right: 46px;
  }

  .lg\:bottom-46px {
    bottom: 46px;
  }

  .lg\:left-46px {
    left: 46px;
  }

  .lg\:top-47px {
    top: 47px;
  }

  .lg\:right-47px {
    right: 47px;
  }

  .lg\:bottom-47px {
    bottom: 47px;
  }

  .lg\:left-47px {
    left: 47px;
  }

  .lg\:top-48px {
    top: 48px;
  }

  .lg\:right-48px {
    right: 48px;
  }

  .lg\:bottom-48px {
    bottom: 48px;
  }

  .lg\:left-48px {
    left: 48px;
  }

  .lg\:top-49px {
    top: 49px;
  }

  .lg\:right-49px {
    right: 49px;
  }

  .lg\:bottom-49px {
    bottom: 49px;
  }

  .lg\:left-49px {
    left: 49px;
  }

  .lg\:top-50px {
    top: 50px;
  }

  .lg\:right-50px {
    right: 50px;
  }

  .lg\:bottom-50px {
    bottom: 50px;
  }

  .lg\:left-50px {
    left: 50px;
  }

  .lg\:top-51px {
    top: 51px;
  }

  .lg\:right-51px {
    right: 51px;
  }

  .lg\:bottom-51px {
    bottom: 51px;
  }

  .lg\:left-51px {
    left: 51px;
  }

  .lg\:top-52px {
    top: 52px;
  }

  .lg\:right-52px {
    right: 52px;
  }

  .lg\:bottom-52px {
    bottom: 52px;
  }

  .lg\:left-52px {
    left: 52px;
  }

  .lg\:top-53px {
    top: 53px;
  }

  .lg\:right-53px {
    right: 53px;
  }

  .lg\:bottom-53px {
    bottom: 53px;
  }

  .lg\:left-53px {
    left: 53px;
  }

  .lg\:top-54px {
    top: 54px;
  }

  .lg\:right-54px {
    right: 54px;
  }

  .lg\:bottom-54px {
    bottom: 54px;
  }

  .lg\:left-54px {
    left: 54px;
  }

  .lg\:top-55px {
    top: 55px;
  }

  .lg\:right-55px {
    right: 55px;
  }

  .lg\:bottom-55px {
    bottom: 55px;
  }

  .lg\:left-55px {
    left: 55px;
  }

  .lg\:top-56px {
    top: 56px;
  }

  .lg\:right-56px {
    right: 56px;
  }

  .lg\:bottom-56px {
    bottom: 56px;
  }

  .lg\:left-56px {
    left: 56px;
  }

  .lg\:top-57px {
    top: 57px;
  }

  .lg\:right-57px {
    right: 57px;
  }

  .lg\:bottom-57px {
    bottom: 57px;
  }

  .lg\:left-57px {
    left: 57px;
  }

  .lg\:top-58px {
    top: 58px;
  }

  .lg\:right-58px {
    right: 58px;
  }

  .lg\:bottom-58px {
    bottom: 58px;
  }

  .lg\:left-58px {
    left: 58px;
  }

  .lg\:top-59px {
    top: 59px;
  }

  .lg\:right-59px {
    right: 59px;
  }

  .lg\:bottom-59px {
    bottom: 59px;
  }

  .lg\:left-59px {
    left: 59px;
  }

  .lg\:top-60px {
    top: 60px;
  }

  .lg\:right-60px {
    right: 60px;
  }

  .lg\:bottom-60px {
    bottom: 60px;
  }

  .lg\:left-60px {
    left: 60px;
  }

  .lg\:top-61px {
    top: 61px;
  }

  .lg\:right-61px {
    right: 61px;
  }

  .lg\:bottom-61px {
    bottom: 61px;
  }

  .lg\:left-61px {
    left: 61px;
  }

  .lg\:top-62px {
    top: 62px;
  }

  .lg\:right-62px {
    right: 62px;
  }

  .lg\:bottom-62px {
    bottom: 62px;
  }

  .lg\:left-62px {
    left: 62px;
  }

  .lg\:top-63px {
    top: 63px;
  }

  .lg\:right-63px {
    right: 63px;
  }

  .lg\:bottom-63px {
    bottom: 63px;
  }

  .lg\:left-63px {
    left: 63px;
  }

  .lg\:top-64px {
    top: 64px;
  }

  .lg\:right-64px {
    right: 64px;
  }

  .lg\:bottom-64px {
    bottom: 64px;
  }

  .lg\:left-64px {
    left: 64px;
  }

  .lg\:top-65px {
    top: 65px;
  }

  .lg\:right-65px {
    right: 65px;
  }

  .lg\:bottom-65px {
    bottom: 65px;
  }

  .lg\:left-65px {
    left: 65px;
  }

  .lg\:top-66px {
    top: 66px;
  }

  .lg\:right-66px {
    right: 66px;
  }

  .lg\:bottom-66px {
    bottom: 66px;
  }

  .lg\:left-66px {
    left: 66px;
  }

  .lg\:top-67px {
    top: 67px;
  }

  .lg\:right-67px {
    right: 67px;
  }

  .lg\:bottom-67px {
    bottom: 67px;
  }

  .lg\:left-67px {
    left: 67px;
  }

  .lg\:top-68px {
    top: 68px;
  }

  .lg\:right-68px {
    right: 68px;
  }

  .lg\:bottom-68px {
    bottom: 68px;
  }

  .lg\:left-68px {
    left: 68px;
  }

  .lg\:top-69px {
    top: 69px;
  }

  .lg\:right-69px {
    right: 69px;
  }

  .lg\:bottom-69px {
    bottom: 69px;
  }

  .lg\:left-69px {
    left: 69px;
  }

  .lg\:top-70px {
    top: 70px;
  }

  .lg\:right-70px {
    right: 70px;
  }

  .lg\:bottom-70px {
    bottom: 70px;
  }

  .lg\:left-70px {
    left: 70px;
  }

  .lg\:top-71px {
    top: 71px;
  }

  .lg\:right-71px {
    right: 71px;
  }

  .lg\:bottom-71px {
    bottom: 71px;
  }

  .lg\:left-71px {
    left: 71px;
  }

  .lg\:top-72px {
    top: 72px;
  }

  .lg\:right-72px {
    right: 72px;
  }

  .lg\:bottom-72px {
    bottom: 72px;
  }

  .lg\:left-72px {
    left: 72px;
  }

  .lg\:top-73px {
    top: 73px;
  }

  .lg\:right-73px {
    right: 73px;
  }

  .lg\:bottom-73px {
    bottom: 73px;
  }

  .lg\:left-73px {
    left: 73px;
  }

  .lg\:top-74px {
    top: 74px;
  }

  .lg\:right-74px {
    right: 74px;
  }

  .lg\:bottom-74px {
    bottom: 74px;
  }

  .lg\:left-74px {
    left: 74px;
  }

  .lg\:top-75px {
    top: 75px;
  }

  .lg\:right-75px {
    right: 75px;
  }

  .lg\:bottom-75px {
    bottom: 75px;
  }

  .lg\:left-75px {
    left: 75px;
  }

  .lg\:top-76px {
    top: 76px;
  }

  .lg\:right-76px {
    right: 76px;
  }

  .lg\:bottom-76px {
    bottom: 76px;
  }

  .lg\:left-76px {
    left: 76px;
  }

  .lg\:top-77px {
    top: 77px;
  }

  .lg\:right-77px {
    right: 77px;
  }

  .lg\:bottom-77px {
    bottom: 77px;
  }

  .lg\:left-77px {
    left: 77px;
  }

  .lg\:top-78px {
    top: 78px;
  }

  .lg\:right-78px {
    right: 78px;
  }

  .lg\:bottom-78px {
    bottom: 78px;
  }

  .lg\:left-78px {
    left: 78px;
  }

  .lg\:top-79px {
    top: 79px;
  }

  .lg\:right-79px {
    right: 79px;
  }

  .lg\:bottom-79px {
    bottom: 79px;
  }

  .lg\:left-79px {
    left: 79px;
  }

  .lg\:top-80px {
    top: 80px;
  }

  .lg\:right-80px {
    right: 80px;
  }

  .lg\:bottom-80px {
    bottom: 80px;
  }

  .lg\:left-80px {
    left: 80px;
  }

  .lg\:top-81px {
    top: 81px;
  }

  .lg\:right-81px {
    right: 81px;
  }

  .lg\:bottom-81px {
    bottom: 81px;
  }

  .lg\:left-81px {
    left: 81px;
  }

  .lg\:top-82px {
    top: 82px;
  }

  .lg\:right-82px {
    right: 82px;
  }

  .lg\:bottom-82px {
    bottom: 82px;
  }

  .lg\:left-82px {
    left: 82px;
  }

  .lg\:top-83px {
    top: 83px;
  }

  .lg\:right-83px {
    right: 83px;
  }

  .lg\:bottom-83px {
    bottom: 83px;
  }

  .lg\:left-83px {
    left: 83px;
  }

  .lg\:top-84px {
    top: 84px;
  }

  .lg\:right-84px {
    right: 84px;
  }

  .lg\:bottom-84px {
    bottom: 84px;
  }

  .lg\:left-84px {
    left: 84px;
  }

  .lg\:top-85px {
    top: 85px;
  }

  .lg\:right-85px {
    right: 85px;
  }

  .lg\:bottom-85px {
    bottom: 85px;
  }

  .lg\:left-85px {
    left: 85px;
  }

  .lg\:top-86px {
    top: 86px;
  }

  .lg\:right-86px {
    right: 86px;
  }

  .lg\:bottom-86px {
    bottom: 86px;
  }

  .lg\:left-86px {
    left: 86px;
  }

  .lg\:top-87px {
    top: 87px;
  }

  .lg\:right-87px {
    right: 87px;
  }

  .lg\:bottom-87px {
    bottom: 87px;
  }

  .lg\:left-87px {
    left: 87px;
  }

  .lg\:top-88px {
    top: 88px;
  }

  .lg\:right-88px {
    right: 88px;
  }

  .lg\:bottom-88px {
    bottom: 88px;
  }

  .lg\:left-88px {
    left: 88px;
  }

  .lg\:top-89px {
    top: 89px;
  }

  .lg\:right-89px {
    right: 89px;
  }

  .lg\:bottom-89px {
    bottom: 89px;
  }

  .lg\:left-89px {
    left: 89px;
  }

  .lg\:top-90px {
    top: 90px;
  }

  .lg\:right-90px {
    right: 90px;
  }

  .lg\:bottom-90px {
    bottom: 90px;
  }

  .lg\:left-90px {
    left: 90px;
  }

  .lg\:top-91px {
    top: 91px;
  }

  .lg\:right-91px {
    right: 91px;
  }

  .lg\:bottom-91px {
    bottom: 91px;
  }

  .lg\:left-91px {
    left: 91px;
  }

  .lg\:top-92px {
    top: 92px;
  }

  .lg\:right-92px {
    right: 92px;
  }

  .lg\:bottom-92px {
    bottom: 92px;
  }

  .lg\:left-92px {
    left: 92px;
  }

  .lg\:top-93px {
    top: 93px;
  }

  .lg\:right-93px {
    right: 93px;
  }

  .lg\:bottom-93px {
    bottom: 93px;
  }

  .lg\:left-93px {
    left: 93px;
  }

  .lg\:top-94px {
    top: 94px;
  }

  .lg\:right-94px {
    right: 94px;
  }

  .lg\:bottom-94px {
    bottom: 94px;
  }

  .lg\:left-94px {
    left: 94px;
  }

  .lg\:top-95px {
    top: 95px;
  }

  .lg\:right-95px {
    right: 95px;
  }

  .lg\:bottom-95px {
    bottom: 95px;
  }

  .lg\:left-95px {
    left: 95px;
  }

  .lg\:top-96px {
    top: 96px;
  }

  .lg\:right-96px {
    right: 96px;
  }

  .lg\:bottom-96px {
    bottom: 96px;
  }

  .lg\:left-96px {
    left: 96px;
  }

  .lg\:top-97px {
    top: 97px;
  }

  .lg\:right-97px {
    right: 97px;
  }

  .lg\:bottom-97px {
    bottom: 97px;
  }

  .lg\:left-97px {
    left: 97px;
  }

  .lg\:top-98px {
    top: 98px;
  }

  .lg\:right-98px {
    right: 98px;
  }

  .lg\:bottom-98px {
    bottom: 98px;
  }

  .lg\:left-98px {
    left: 98px;
  }

  .lg\:top-99px {
    top: 99px;
  }

  .lg\:right-99px {
    right: 99px;
  }

  .lg\:bottom-99px {
    bottom: 99px;
  }

  .lg\:left-99px {
    left: 99px;
  }

  .lg\:top-100px {
    top: 100px;
  }

  .lg\:right-100px {
    right: 100px;
  }

  .lg\:bottom-100px {
    bottom: 100px;
  }

  .lg\:left-100px {
    left: 100px;
  }

  .lg\:top-101px {
    top: 101px;
  }

  .lg\:right-101px {
    right: 101px;
  }

  .lg\:bottom-101px {
    bottom: 101px;
  }

  .lg\:left-101px {
    left: 101px;
  }

  .lg\:top-102px {
    top: 102px;
  }

  .lg\:right-102px {
    right: 102px;
  }

  .lg\:bottom-102px {
    bottom: 102px;
  }

  .lg\:left-102px {
    left: 102px;
  }

  .lg\:top-103px {
    top: 103px;
  }

  .lg\:right-103px {
    right: 103px;
  }

  .lg\:bottom-103px {
    bottom: 103px;
  }

  .lg\:left-103px {
    left: 103px;
  }

  .lg\:top-104px {
    top: 104px;
  }

  .lg\:right-104px {
    right: 104px;
  }

  .lg\:bottom-104px {
    bottom: 104px;
  }

  .lg\:left-104px {
    left: 104px;
  }

  .lg\:top-105px {
    top: 105px;
  }

  .lg\:right-105px {
    right: 105px;
  }

  .lg\:bottom-105px {
    bottom: 105px;
  }

  .lg\:left-105px {
    left: 105px;
  }

  .lg\:top-106px {
    top: 106px;
  }

  .lg\:right-106px {
    right: 106px;
  }

  .lg\:bottom-106px {
    bottom: 106px;
  }

  .lg\:left-106px {
    left: 106px;
  }

  .lg\:top-107px {
    top: 107px;
  }

  .lg\:right-107px {
    right: 107px;
  }

  .lg\:bottom-107px {
    bottom: 107px;
  }

  .lg\:left-107px {
    left: 107px;
  }

  .lg\:top-108px {
    top: 108px;
  }

  .lg\:right-108px {
    right: 108px;
  }

  .lg\:bottom-108px {
    bottom: 108px;
  }

  .lg\:left-108px {
    left: 108px;
  }

  .lg\:top-109px {
    top: 109px;
  }

  .lg\:right-109px {
    right: 109px;
  }

  .lg\:bottom-109px {
    bottom: 109px;
  }

  .lg\:left-109px {
    left: 109px;
  }

  .lg\:top-110px {
    top: 110px;
  }

  .lg\:right-110px {
    right: 110px;
  }

  .lg\:bottom-110px {
    bottom: 110px;
  }

  .lg\:left-110px {
    left: 110px;
  }

  .lg\:top-111px {
    top: 111px;
  }

  .lg\:right-111px {
    right: 111px;
  }

  .lg\:bottom-111px {
    bottom: 111px;
  }

  .lg\:left-111px {
    left: 111px;
  }

  .lg\:top-112px {
    top: 112px;
  }

  .lg\:right-112px {
    right: 112px;
  }

  .lg\:bottom-112px {
    bottom: 112px;
  }

  .lg\:left-112px {
    left: 112px;
  }

  .lg\:top-113px {
    top: 113px;
  }

  .lg\:right-113px {
    right: 113px;
  }

  .lg\:bottom-113px {
    bottom: 113px;
  }

  .lg\:left-113px {
    left: 113px;
  }

  .lg\:top-114px {
    top: 114px;
  }

  .lg\:right-114px {
    right: 114px;
  }

  .lg\:bottom-114px {
    bottom: 114px;
  }

  .lg\:left-114px {
    left: 114px;
  }

  .lg\:top-115px {
    top: 115px;
  }

  .lg\:right-115px {
    right: 115px;
  }

  .lg\:bottom-115px {
    bottom: 115px;
  }

  .lg\:left-115px {
    left: 115px;
  }

  .lg\:top-116px {
    top: 116px;
  }

  .lg\:right-116px {
    right: 116px;
  }

  .lg\:bottom-116px {
    bottom: 116px;
  }

  .lg\:left-116px {
    left: 116px;
  }

  .lg\:top-117px {
    top: 117px;
  }

  .lg\:right-117px {
    right: 117px;
  }

  .lg\:bottom-117px {
    bottom: 117px;
  }

  .lg\:left-117px {
    left: 117px;
  }

  .lg\:top-118px {
    top: 118px;
  }

  .lg\:right-118px {
    right: 118px;
  }

  .lg\:bottom-118px {
    bottom: 118px;
  }

  .lg\:left-118px {
    left: 118px;
  }

  .lg\:top-119px {
    top: 119px;
  }

  .lg\:right-119px {
    right: 119px;
  }

  .lg\:bottom-119px {
    bottom: 119px;
  }

  .lg\:left-119px {
    left: 119px;
  }

  .lg\:top-120px {
    top: 120px;
  }

  .lg\:right-120px {
    right: 120px;
  }

  .lg\:bottom-120px {
    bottom: 120px;
  }

  .lg\:left-120px {
    left: 120px;
  }

  .lg\:top-121px {
    top: 121px;
  }

  .lg\:right-121px {
    right: 121px;
  }

  .lg\:bottom-121px {
    bottom: 121px;
  }

  .lg\:left-121px {
    left: 121px;
  }

  .lg\:top-122px {
    top: 122px;
  }

  .lg\:right-122px {
    right: 122px;
  }

  .lg\:bottom-122px {
    bottom: 122px;
  }

  .lg\:left-122px {
    left: 122px;
  }

  .lg\:top-123px {
    top: 123px;
  }

  .lg\:right-123px {
    right: 123px;
  }

  .lg\:bottom-123px {
    bottom: 123px;
  }

  .lg\:left-123px {
    left: 123px;
  }

  .lg\:top-124px {
    top: 124px;
  }

  .lg\:right-124px {
    right: 124px;
  }

  .lg\:bottom-124px {
    bottom: 124px;
  }

  .lg\:left-124px {
    left: 124px;
  }

  .lg\:top-125px {
    top: 125px;
  }

  .lg\:right-125px {
    right: 125px;
  }

  .lg\:bottom-125px {
    bottom: 125px;
  }

  .lg\:left-125px {
    left: 125px;
  }

  .lg\:top-126px {
    top: 126px;
  }

  .lg\:right-126px {
    right: 126px;
  }

  .lg\:bottom-126px {
    bottom: 126px;
  }

  .lg\:left-126px {
    left: 126px;
  }

  .lg\:top-127px {
    top: 127px;
  }

  .lg\:right-127px {
    right: 127px;
  }

  .lg\:bottom-127px {
    bottom: 127px;
  }

  .lg\:left-127px {
    left: 127px;
  }

  .lg\:top-128px {
    top: 128px;
  }

  .lg\:right-128px {
    right: 128px;
  }

  .lg\:bottom-128px {
    bottom: 128px;
  }

  .lg\:left-128px {
    left: 128px;
  }

  .lg\:top-129px {
    top: 129px;
  }

  .lg\:right-129px {
    right: 129px;
  }

  .lg\:bottom-129px {
    bottom: 129px;
  }

  .lg\:left-129px {
    left: 129px;
  }

  .lg\:top-130px {
    top: 130px;
  }

  .lg\:right-130px {
    right: 130px;
  }

  .lg\:bottom-130px {
    bottom: 130px;
  }

  .lg\:left-130px {
    left: 130px;
  }

  .lg\:top-133px {
    top: 133px;
  }

  .lg\:right-133px {
    right: 133px;
  }

  .lg\:bottom-133px {
    bottom: 133px;
  }

  .lg\:left-133px {
    left: 133px;
  }

  .lg\:top-140px {
    top: 140px;
  }

  .lg\:right-140px {
    right: 140px;
  }

  .lg\:bottom-140px {
    bottom: 140px;
  }

  .lg\:left-140px {
    left: 140px;
  }

  .lg\:top-195px {
    top: 195px;
  }

  .lg\:right-195px {
    right: 195px;
  }

  .lg\:bottom-195px {
    bottom: 195px;
  }

  .lg\:left-195px {
    left: 195px;
  }

  .lg\:top-200px {
    top: 200px;
  }

  .lg\:right-200px {
    right: 200px;
  }

  .lg\:bottom-200px {
    bottom: 200px;
  }

  .lg\:left-200px {
    left: 200px;
  }

  .lg\:top-210px {
    top: 210px;
  }

  .lg\:right-210px {
    right: 210px;
  }

  .lg\:bottom-210px {
    bottom: 210px;
  }

  .lg\:left-210px {
    left: 210px;
  }

  .lg\:top-222px {
    top: 222px;
  }

  .lg\:right-222px {
    right: 222px;
  }

  .lg\:bottom-222px {
    bottom: 222px;
  }

  .lg\:left-222px {
    left: 222px;
  }

  .lg\:top-258px {
    top: 258px;
  }

  .lg\:right-258px {
    right: 258px;
  }

  .lg\:bottom-258px {
    bottom: 258px;
  }

  .lg\:left-258px {
    left: 258px;
  }

  .lg\:top-280px {
    top: 280px;
  }

  .lg\:right-280px {
    right: 280px;
  }

  .lg\:bottom-280px {
    bottom: 280px;
  }

  .lg\:left-280px {
    left: 280px;
  }

  .lg\:top-334px {
    top: 334px;
  }

  .lg\:right-334px {
    right: 334px;
  }

  .lg\:bottom-334px {
    bottom: 334px;
  }

  .lg\:left-334px {
    left: 334px;
  }

  .lg\:top-388px {
    top: 388px;
  }

  .lg\:right-388px {
    right: 388px;
  }

  .lg\:bottom-388px {
    bottom: 388px;
  }

  .lg\:left-388px {
    left: 388px;
  }

  .lg\:top-480px {
    top: 480px;
  }

  .lg\:right-480px {
    right: 480px;
  }

  .lg\:bottom-480px {
    bottom: 480px;
  }

  .lg\:left-480px {
    left: 480px;
  }

  .lg\:top-490px {
    top: 490px;
  }

  .lg\:right-490px {
    right: 490px;
  }

  .lg\:bottom-490px {
    bottom: 490px;
  }

  .lg\:left-490px {
    left: 490px;
  }

  .lg\:top-505px {
    top: 505px;
  }

  .lg\:right-505px {
    right: 505px;
  }

  .lg\:bottom-505px {
    bottom: 505px;
  }

  .lg\:left-505px {
    left: 505px;
  }

  .lg\:top-507px {
    top: 507px;
  }

  .lg\:right-507px {
    right: 507px;
  }

  .lg\:bottom-507px {
    bottom: 507px;
  }

  .lg\:left-507px {
    left: 507px;
  }

  .lg\:top-760px {
    top: 760px;
  }

  .lg\:right-760px {
    right: 760px;
  }

  .lg\:bottom-760px {
    bottom: 760px;
  }

  .lg\:left-760px {
    left: 760px;
  }

  .lg\:top-780px {
    top: 780px;
  }

  .lg\:right-780px {
    right: 780px;
  }

  .lg\:bottom-780px {
    bottom: 780px;
  }

  .lg\:left-780px {
    left: 780px;
  }

  .lg\:top-980px {
    top: 980px;
  }

  .lg\:right-980px {
    right: 980px;
  }

  .lg\:bottom-980px {
    bottom: 980px;
  }

  .lg\:left-980px {
    left: 980px;
  }

  .lg\:top-1366px {
    top: 1366px;
  }

  .lg\:right-1366px {
    right: 1366px;
  }

  .lg\:bottom-1366px {
    bottom: 1366px;
  }

  .lg\:left-1366px {
    left: 1366px;
  }

  .lg\:-top-0 {
    top: 0px;
  }

  .lg\:-right-0 {
    right: 0px;
  }

  .lg\:-bottom-0 {
    bottom: 0px;
  }

  .lg\:-left-0 {
    left: 0px;
  }

  .lg\:-top-1 {
    top: -0.25rem;
  }

  .lg\:-right-1 {
    right: -0.25rem;
  }

  .lg\:-bottom-1 {
    bottom: -0.25rem;
  }

  .lg\:-left-1 {
    left: -0.25rem;
  }

  .lg\:-top-2 {
    top: -0.5rem;
  }

  .lg\:-right-2 {
    right: -0.5rem;
  }

  .lg\:-bottom-2 {
    bottom: -0.5rem;
  }

  .lg\:-left-2 {
    left: -0.5rem;
  }

  .lg\:-top-3 {
    top: -0.75rem;
  }

  .lg\:-right-3 {
    right: -0.75rem;
  }

  .lg\:-bottom-3 {
    bottom: -0.75rem;
  }

  .lg\:-left-3 {
    left: -0.75rem;
  }

  .lg\:-top-4 {
    top: -1rem;
  }

  .lg\:-right-4 {
    right: -1rem;
  }

  .lg\:-bottom-4 {
    bottom: -1rem;
  }

  .lg\:-left-4 {
    left: -1rem;
  }

  .lg\:-top-5 {
    top: -1.25rem;
  }

  .lg\:-right-5 {
    right: -1.25rem;
  }

  .lg\:-bottom-5 {
    bottom: -1.25rem;
  }

  .lg\:-left-5 {
    left: -1.25rem;
  }

  .lg\:-top-6 {
    top: -1.5rem;
  }

  .lg\:-right-6 {
    right: -1.5rem;
  }

  .lg\:-bottom-6 {
    bottom: -1.5rem;
  }

  .lg\:-left-6 {
    left: -1.5rem;
  }

  .lg\:-top-7 {
    top: -1.75rem;
  }

  .lg\:-right-7 {
    right: -1.75rem;
  }

  .lg\:-bottom-7 {
    bottom: -1.75rem;
  }

  .lg\:-left-7 {
    left: -1.75rem;
  }

  .lg\:-top-8 {
    top: -2rem;
  }

  .lg\:-right-8 {
    right: -2rem;
  }

  .lg\:-bottom-8 {
    bottom: -2rem;
  }

  .lg\:-left-8 {
    left: -2rem;
  }

  .lg\:-top-9 {
    top: -2.25rem;
  }

  .lg\:-right-9 {
    right: -2.25rem;
  }

  .lg\:-bottom-9 {
    bottom: -2.25rem;
  }

  .lg\:-left-9 {
    left: -2.25rem;
  }

  .lg\:-top-10 {
    top: -2.5rem;
  }

  .lg\:-right-10 {
    right: -2.5rem;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem;
  }

  .lg\:-left-10 {
    left: -2.5rem;
  }

  .lg\:-top-11 {
    top: -2.75rem;
  }

  .lg\:-right-11 {
    right: -2.75rem;
  }

  .lg\:-bottom-11 {
    bottom: -2.75rem;
  }

  .lg\:-left-11 {
    left: -2.75rem;
  }

  .lg\:-top-12 {
    top: -3rem;
  }

  .lg\:-right-12 {
    right: -3rem;
  }

  .lg\:-bottom-12 {
    bottom: -3rem;
  }

  .lg\:-left-12 {
    left: -3rem;
  }

  .lg\:-top-14 {
    top: -3.5rem;
  }

  .lg\:-right-14 {
    right: -3.5rem;
  }

  .lg\:-bottom-14 {
    bottom: -3.5rem;
  }

  .lg\:-left-14 {
    left: -3.5rem;
  }

  .lg\:-top-16 {
    top: -4rem;
  }

  .lg\:-right-16 {
    right: -4rem;
  }

  .lg\:-bottom-16 {
    bottom: -4rem;
  }

  .lg\:-left-16 {
    left: -4rem;
  }

  .lg\:-top-20 {
    top: -5rem;
  }

  .lg\:-right-20 {
    right: -5rem;
  }

  .lg\:-bottom-20 {
    bottom: -5rem;
  }

  .lg\:-left-20 {
    left: -5rem;
  }

  .lg\:-top-24 {
    top: -6rem;
  }

  .lg\:-right-24 {
    right: -6rem;
  }

  .lg\:-bottom-24 {
    bottom: -6rem;
  }

  .lg\:-left-24 {
    left: -6rem;
  }

  .lg\:-top-28 {
    top: -7rem;
  }

  .lg\:-right-28 {
    right: -7rem;
  }

  .lg\:-bottom-28 {
    bottom: -7rem;
  }

  .lg\:-left-28 {
    left: -7rem;
  }

  .lg\:-top-32 {
    top: -8rem;
  }

  .lg\:-right-32 {
    right: -8rem;
  }

  .lg\:-bottom-32 {
    bottom: -8rem;
  }

  .lg\:-left-32 {
    left: -8rem;
  }

  .lg\:-top-36 {
    top: -9rem;
  }

  .lg\:-right-36 {
    right: -9rem;
  }

  .lg\:-bottom-36 {
    bottom: -9rem;
  }

  .lg\:-left-36 {
    left: -9rem;
  }

  .lg\:-top-40 {
    top: -10rem;
  }

  .lg\:-right-40 {
    right: -10rem;
  }

  .lg\:-bottom-40 {
    bottom: -10rem;
  }

  .lg\:-left-40 {
    left: -10rem;
  }

  .lg\:-top-44 {
    top: -11rem;
  }

  .lg\:-right-44 {
    right: -11rem;
  }

  .lg\:-bottom-44 {
    bottom: -11rem;
  }

  .lg\:-left-44 {
    left: -11rem;
  }

  .lg\:-top-48 {
    top: -12rem;
  }

  .lg\:-right-48 {
    right: -12rem;
  }

  .lg\:-bottom-48 {
    bottom: -12rem;
  }

  .lg\:-left-48 {
    left: -12rem;
  }

  .lg\:-top-52 {
    top: -13rem;
  }

  .lg\:-right-52 {
    right: -13rem;
  }

  .lg\:-bottom-52 {
    bottom: -13rem;
  }

  .lg\:-left-52 {
    left: -13rem;
  }

  .lg\:-top-56 {
    top: -14rem;
  }

  .lg\:-right-56 {
    right: -14rem;
  }

  .lg\:-bottom-56 {
    bottom: -14rem;
  }

  .lg\:-left-56 {
    left: -14rem;
  }

  .lg\:-top-60 {
    top: -15rem;
  }

  .lg\:-right-60 {
    right: -15rem;
  }

  .lg\:-bottom-60 {
    bottom: -15rem;
  }

  .lg\:-left-60 {
    left: -15rem;
  }

  .lg\:-top-64 {
    top: -16rem;
  }

  .lg\:-right-64 {
    right: -16rem;
  }

  .lg\:-bottom-64 {
    bottom: -16rem;
  }

  .lg\:-left-64 {
    left: -16rem;
  }

  .lg\:-top-72 {
    top: -18rem;
  }

  .lg\:-right-72 {
    right: -18rem;
  }

  .lg\:-bottom-72 {
    bottom: -18rem;
  }

  .lg\:-left-72 {
    left: -18rem;
  }

  .lg\:-top-80 {
    top: -20rem;
  }

  .lg\:-right-80 {
    right: -20rem;
  }

  .lg\:-bottom-80 {
    bottom: -20rem;
  }

  .lg\:-left-80 {
    left: -20rem;
  }

  .lg\:-top-96 {
    top: -24rem;
  }

  .lg\:-right-96 {
    right: -24rem;
  }

  .lg\:-bottom-96 {
    bottom: -24rem;
  }

  .lg\:-left-96 {
    left: -24rem;
  }

  .lg\:-top-px {
    top: -1px;
  }

  .lg\:-right-px {
    right: -1px;
  }

  .lg\:-bottom-px {
    bottom: -1px;
  }

  .lg\:-left-px {
    left: -1px;
  }

  .lg\:-top-0\.5 {
    top: -0.125rem;
  }

  .lg\:-right-0\.5 {
    right: -0.125rem;
  }

  .lg\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .lg\:-left-0\.5 {
    left: -0.125rem;
  }

  .lg\:-top-1\.5 {
    top: -0.375rem;
  }

  .lg\:-right-1\.5 {
    right: -0.375rem;
  }

  .lg\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .lg\:-left-1\.5 {
    left: -0.375rem;
  }

  .lg\:-top-2\.5 {
    top: -0.625rem;
  }

  .lg\:-right-2\.5 {
    right: -0.625rem;
  }

  .lg\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .lg\:-left-2\.5 {
    left: -0.625rem;
  }

  .lg\:-top-3\.5 {
    top: -0.875rem;
  }

  .lg\:-right-3\.5 {
    right: -0.875rem;
  }

  .lg\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .lg\:-left-3\.5 {
    left: -0.875rem;
  }

  .lg\:-top-1px {
    top: -1px;
  }

  .lg\:-right-1px {
    right: -1px;
  }

  .lg\:-bottom-1px {
    bottom: -1px;
  }

  .lg\:-left-1px {
    left: -1px;
  }

  .lg\:-top-2px {
    top: -2px;
  }

  .lg\:-right-2px {
    right: -2px;
  }

  .lg\:-bottom-2px {
    bottom: -2px;
  }

  .lg\:-left-2px {
    left: -2px;
  }

  .lg\:-top-3px {
    top: -3px;
  }

  .lg\:-right-3px {
    right: -3px;
  }

  .lg\:-bottom-3px {
    bottom: -3px;
  }

  .lg\:-left-3px {
    left: -3px;
  }

  .lg\:-top-4px {
    top: -4px;
  }

  .lg\:-right-4px {
    right: -4px;
  }

  .lg\:-bottom-4px {
    bottom: -4px;
  }

  .lg\:-left-4px {
    left: -4px;
  }

  .lg\:-top-5px {
    top: -5px;
  }

  .lg\:-right-5px {
    right: -5px;
  }

  .lg\:-bottom-5px {
    bottom: -5px;
  }

  .lg\:-left-5px {
    left: -5px;
  }

  .lg\:-top-6px {
    top: -6px;
  }

  .lg\:-right-6px {
    right: -6px;
  }

  .lg\:-bottom-6px {
    bottom: -6px;
  }

  .lg\:-left-6px {
    left: -6px;
  }

  .lg\:-top-7px {
    top: -7px;
  }

  .lg\:-right-7px {
    right: -7px;
  }

  .lg\:-bottom-7px {
    bottom: -7px;
  }

  .lg\:-left-7px {
    left: -7px;
  }

  .lg\:-top-8px {
    top: -8px;
  }

  .lg\:-right-8px {
    right: -8px;
  }

  .lg\:-bottom-8px {
    bottom: -8px;
  }

  .lg\:-left-8px {
    left: -8px;
  }

  .lg\:-top-9px {
    top: -9px;
  }

  .lg\:-right-9px {
    right: -9px;
  }

  .lg\:-bottom-9px {
    bottom: -9px;
  }

  .lg\:-left-9px {
    left: -9px;
  }

  .lg\:-top-10px {
    top: -10px;
  }

  .lg\:-right-10px {
    right: -10px;
  }

  .lg\:-bottom-10px {
    bottom: -10px;
  }

  .lg\:-left-10px {
    left: -10px;
  }

  .lg\:-top-11px {
    top: -11px;
  }

  .lg\:-right-11px {
    right: -11px;
  }

  .lg\:-bottom-11px {
    bottom: -11px;
  }

  .lg\:-left-11px {
    left: -11px;
  }

  .lg\:-top-12px {
    top: -12px;
  }

  .lg\:-right-12px {
    right: -12px;
  }

  .lg\:-bottom-12px {
    bottom: -12px;
  }

  .lg\:-left-12px {
    left: -12px;
  }

  .lg\:-top-13px {
    top: -13px;
  }

  .lg\:-right-13px {
    right: -13px;
  }

  .lg\:-bottom-13px {
    bottom: -13px;
  }

  .lg\:-left-13px {
    left: -13px;
  }

  .lg\:-top-14px {
    top: -14px;
  }

  .lg\:-right-14px {
    right: -14px;
  }

  .lg\:-bottom-14px {
    bottom: -14px;
  }

  .lg\:-left-14px {
    left: -14px;
  }

  .lg\:-top-15px {
    top: -15px;
  }

  .lg\:-right-15px {
    right: -15px;
  }

  .lg\:-bottom-15px {
    bottom: -15px;
  }

  .lg\:-left-15px {
    left: -15px;
  }

  .lg\:-top-16px {
    top: -16px;
  }

  .lg\:-right-16px {
    right: -16px;
  }

  .lg\:-bottom-16px {
    bottom: -16px;
  }

  .lg\:-left-16px {
    left: -16px;
  }

  .lg\:-top-17px {
    top: -17px;
  }

  .lg\:-right-17px {
    right: -17px;
  }

  .lg\:-bottom-17px {
    bottom: -17px;
  }

  .lg\:-left-17px {
    left: -17px;
  }

  .lg\:-top-18px {
    top: -18px;
  }

  .lg\:-right-18px {
    right: -18px;
  }

  .lg\:-bottom-18px {
    bottom: -18px;
  }

  .lg\:-left-18px {
    left: -18px;
  }

  .lg\:-top-19px {
    top: -19px;
  }

  .lg\:-right-19px {
    right: -19px;
  }

  .lg\:-bottom-19px {
    bottom: -19px;
  }

  .lg\:-left-19px {
    left: -19px;
  }

  .lg\:-top-20px {
    top: -20px;
  }

  .lg\:-right-20px {
    right: -20px;
  }

  .lg\:-bottom-20px {
    bottom: -20px;
  }

  .lg\:-left-20px {
    left: -20px;
  }

  .lg\:-top-21px {
    top: -21px;
  }

  .lg\:-right-21px {
    right: -21px;
  }

  .lg\:-bottom-21px {
    bottom: -21px;
  }

  .lg\:-left-21px {
    left: -21px;
  }

  .lg\:-top-22px {
    top: -22px;
  }

  .lg\:-right-22px {
    right: -22px;
  }

  .lg\:-bottom-22px {
    bottom: -22px;
  }

  .lg\:-left-22px {
    left: -22px;
  }

  .lg\:-top-23px {
    top: -23px;
  }

  .lg\:-right-23px {
    right: -23px;
  }

  .lg\:-bottom-23px {
    bottom: -23px;
  }

  .lg\:-left-23px {
    left: -23px;
  }

  .lg\:-top-24px {
    top: -24px;
  }

  .lg\:-right-24px {
    right: -24px;
  }

  .lg\:-bottom-24px {
    bottom: -24px;
  }

  .lg\:-left-24px {
    left: -24px;
  }

  .lg\:-top-25px {
    top: -25px;
  }

  .lg\:-right-25px {
    right: -25px;
  }

  .lg\:-bottom-25px {
    bottom: -25px;
  }

  .lg\:-left-25px {
    left: -25px;
  }

  .lg\:-top-26px {
    top: -26px;
  }

  .lg\:-right-26px {
    right: -26px;
  }

  .lg\:-bottom-26px {
    bottom: -26px;
  }

  .lg\:-left-26px {
    left: -26px;
  }

  .lg\:-top-27px {
    top: -27px;
  }

  .lg\:-right-27px {
    right: -27px;
  }

  .lg\:-bottom-27px {
    bottom: -27px;
  }

  .lg\:-left-27px {
    left: -27px;
  }

  .lg\:-top-28px {
    top: -28px;
  }

  .lg\:-right-28px {
    right: -28px;
  }

  .lg\:-bottom-28px {
    bottom: -28px;
  }

  .lg\:-left-28px {
    left: -28px;
  }

  .lg\:-top-29px {
    top: -29px;
  }

  .lg\:-right-29px {
    right: -29px;
  }

  .lg\:-bottom-29px {
    bottom: -29px;
  }

  .lg\:-left-29px {
    left: -29px;
  }

  .lg\:-top-30px {
    top: -30px;
  }

  .lg\:-right-30px {
    right: -30px;
  }

  .lg\:-bottom-30px {
    bottom: -30px;
  }

  .lg\:-left-30px {
    left: -30px;
  }

  .lg\:-top-31px {
    top: -31px;
  }

  .lg\:-right-31px {
    right: -31px;
  }

  .lg\:-bottom-31px {
    bottom: -31px;
  }

  .lg\:-left-31px {
    left: -31px;
  }

  .lg\:-top-32px {
    top: -32px;
  }

  .lg\:-right-32px {
    right: -32px;
  }

  .lg\:-bottom-32px {
    bottom: -32px;
  }

  .lg\:-left-32px {
    left: -32px;
  }

  .lg\:-top-33px {
    top: -33px;
  }

  .lg\:-right-33px {
    right: -33px;
  }

  .lg\:-bottom-33px {
    bottom: -33px;
  }

  .lg\:-left-33px {
    left: -33px;
  }

  .lg\:-top-34px {
    top: -34px;
  }

  .lg\:-right-34px {
    right: -34px;
  }

  .lg\:-bottom-34px {
    bottom: -34px;
  }

  .lg\:-left-34px {
    left: -34px;
  }

  .lg\:-top-35px {
    top: -35px;
  }

  .lg\:-right-35px {
    right: -35px;
  }

  .lg\:-bottom-35px {
    bottom: -35px;
  }

  .lg\:-left-35px {
    left: -35px;
  }

  .lg\:-top-36px {
    top: -36px;
  }

  .lg\:-right-36px {
    right: -36px;
  }

  .lg\:-bottom-36px {
    bottom: -36px;
  }

  .lg\:-left-36px {
    left: -36px;
  }

  .lg\:-top-37px {
    top: -37px;
  }

  .lg\:-right-37px {
    right: -37px;
  }

  .lg\:-bottom-37px {
    bottom: -37px;
  }

  .lg\:-left-37px {
    left: -37px;
  }

  .lg\:-top-38px {
    top: -38px;
  }

  .lg\:-right-38px {
    right: -38px;
  }

  .lg\:-bottom-38px {
    bottom: -38px;
  }

  .lg\:-left-38px {
    left: -38px;
  }

  .lg\:-top-39px {
    top: -39px;
  }

  .lg\:-right-39px {
    right: -39px;
  }

  .lg\:-bottom-39px {
    bottom: -39px;
  }

  .lg\:-left-39px {
    left: -39px;
  }

  .lg\:-top-40px {
    top: -40px;
  }

  .lg\:-right-40px {
    right: -40px;
  }

  .lg\:-bottom-40px {
    bottom: -40px;
  }

  .lg\:-left-40px {
    left: -40px;
  }

  .lg\:-top-41px {
    top: -41px;
  }

  .lg\:-right-41px {
    right: -41px;
  }

  .lg\:-bottom-41px {
    bottom: -41px;
  }

  .lg\:-left-41px {
    left: -41px;
  }

  .lg\:-top-42px {
    top: -42px;
  }

  .lg\:-right-42px {
    right: -42px;
  }

  .lg\:-bottom-42px {
    bottom: -42px;
  }

  .lg\:-left-42px {
    left: -42px;
  }

  .lg\:-top-43px {
    top: -43px;
  }

  .lg\:-right-43px {
    right: -43px;
  }

  .lg\:-bottom-43px {
    bottom: -43px;
  }

  .lg\:-left-43px {
    left: -43px;
  }

  .lg\:-top-44px {
    top: -44px;
  }

  .lg\:-right-44px {
    right: -44px;
  }

  .lg\:-bottom-44px {
    bottom: -44px;
  }

  .lg\:-left-44px {
    left: -44px;
  }

  .lg\:-top-45px {
    top: -45px;
  }

  .lg\:-right-45px {
    right: -45px;
  }

  .lg\:-bottom-45px {
    bottom: -45px;
  }

  .lg\:-left-45px {
    left: -45px;
  }

  .lg\:-top-46px {
    top: -46px;
  }

  .lg\:-right-46px {
    right: -46px;
  }

  .lg\:-bottom-46px {
    bottom: -46px;
  }

  .lg\:-left-46px {
    left: -46px;
  }

  .lg\:-top-47px {
    top: -47px;
  }

  .lg\:-right-47px {
    right: -47px;
  }

  .lg\:-bottom-47px {
    bottom: -47px;
  }

  .lg\:-left-47px {
    left: -47px;
  }

  .lg\:-top-48px {
    top: -48px;
  }

  .lg\:-right-48px {
    right: -48px;
  }

  .lg\:-bottom-48px {
    bottom: -48px;
  }

  .lg\:-left-48px {
    left: -48px;
  }

  .lg\:-top-49px {
    top: -49px;
  }

  .lg\:-right-49px {
    right: -49px;
  }

  .lg\:-bottom-49px {
    bottom: -49px;
  }

  .lg\:-left-49px {
    left: -49px;
  }

  .lg\:-top-50px {
    top: -50px;
  }

  .lg\:-right-50px {
    right: -50px;
  }

  .lg\:-bottom-50px {
    bottom: -50px;
  }

  .lg\:-left-50px {
    left: -50px;
  }

  .lg\:-top-51px {
    top: -51px;
  }

  .lg\:-right-51px {
    right: -51px;
  }

  .lg\:-bottom-51px {
    bottom: -51px;
  }

  .lg\:-left-51px {
    left: -51px;
  }

  .lg\:-top-52px {
    top: -52px;
  }

  .lg\:-right-52px {
    right: -52px;
  }

  .lg\:-bottom-52px {
    bottom: -52px;
  }

  .lg\:-left-52px {
    left: -52px;
  }

  .lg\:-top-53px {
    top: -53px;
  }

  .lg\:-right-53px {
    right: -53px;
  }

  .lg\:-bottom-53px {
    bottom: -53px;
  }

  .lg\:-left-53px {
    left: -53px;
  }

  .lg\:-top-54px {
    top: -54px;
  }

  .lg\:-right-54px {
    right: -54px;
  }

  .lg\:-bottom-54px {
    bottom: -54px;
  }

  .lg\:-left-54px {
    left: -54px;
  }

  .lg\:-top-55px {
    top: -55px;
  }

  .lg\:-right-55px {
    right: -55px;
  }

  .lg\:-bottom-55px {
    bottom: -55px;
  }

  .lg\:-left-55px {
    left: -55px;
  }

  .lg\:-top-56px {
    top: -56px;
  }

  .lg\:-right-56px {
    right: -56px;
  }

  .lg\:-bottom-56px {
    bottom: -56px;
  }

  .lg\:-left-56px {
    left: -56px;
  }

  .lg\:-top-57px {
    top: -57px;
  }

  .lg\:-right-57px {
    right: -57px;
  }

  .lg\:-bottom-57px {
    bottom: -57px;
  }

  .lg\:-left-57px {
    left: -57px;
  }

  .lg\:-top-58px {
    top: -58px;
  }

  .lg\:-right-58px {
    right: -58px;
  }

  .lg\:-bottom-58px {
    bottom: -58px;
  }

  .lg\:-left-58px {
    left: -58px;
  }

  .lg\:-top-59px {
    top: -59px;
  }

  .lg\:-right-59px {
    right: -59px;
  }

  .lg\:-bottom-59px {
    bottom: -59px;
  }

  .lg\:-left-59px {
    left: -59px;
  }

  .lg\:-top-60px {
    top: -60px;
  }

  .lg\:-right-60px {
    right: -60px;
  }

  .lg\:-bottom-60px {
    bottom: -60px;
  }

  .lg\:-left-60px {
    left: -60px;
  }

  .lg\:-top-61px {
    top: -61px;
  }

  .lg\:-right-61px {
    right: -61px;
  }

  .lg\:-bottom-61px {
    bottom: -61px;
  }

  .lg\:-left-61px {
    left: -61px;
  }

  .lg\:-top-62px {
    top: -62px;
  }

  .lg\:-right-62px {
    right: -62px;
  }

  .lg\:-bottom-62px {
    bottom: -62px;
  }

  .lg\:-left-62px {
    left: -62px;
  }

  .lg\:-top-63px {
    top: -63px;
  }

  .lg\:-right-63px {
    right: -63px;
  }

  .lg\:-bottom-63px {
    bottom: -63px;
  }

  .lg\:-left-63px {
    left: -63px;
  }

  .lg\:-top-64px {
    top: -64px;
  }

  .lg\:-right-64px {
    right: -64px;
  }

  .lg\:-bottom-64px {
    bottom: -64px;
  }

  .lg\:-left-64px {
    left: -64px;
  }

  .lg\:-top-65px {
    top: -65px;
  }

  .lg\:-right-65px {
    right: -65px;
  }

  .lg\:-bottom-65px {
    bottom: -65px;
  }

  .lg\:-left-65px {
    left: -65px;
  }

  .lg\:-top-66px {
    top: -66px;
  }

  .lg\:-right-66px {
    right: -66px;
  }

  .lg\:-bottom-66px {
    bottom: -66px;
  }

  .lg\:-left-66px {
    left: -66px;
  }

  .lg\:-top-67px {
    top: -67px;
  }

  .lg\:-right-67px {
    right: -67px;
  }

  .lg\:-bottom-67px {
    bottom: -67px;
  }

  .lg\:-left-67px {
    left: -67px;
  }

  .lg\:-top-68px {
    top: -68px;
  }

  .lg\:-right-68px {
    right: -68px;
  }

  .lg\:-bottom-68px {
    bottom: -68px;
  }

  .lg\:-left-68px {
    left: -68px;
  }

  .lg\:-top-69px {
    top: -69px;
  }

  .lg\:-right-69px {
    right: -69px;
  }

  .lg\:-bottom-69px {
    bottom: -69px;
  }

  .lg\:-left-69px {
    left: -69px;
  }

  .lg\:-top-70px {
    top: -70px;
  }

  .lg\:-right-70px {
    right: -70px;
  }

  .lg\:-bottom-70px {
    bottom: -70px;
  }

  .lg\:-left-70px {
    left: -70px;
  }

  .lg\:-top-71px {
    top: -71px;
  }

  .lg\:-right-71px {
    right: -71px;
  }

  .lg\:-bottom-71px {
    bottom: -71px;
  }

  .lg\:-left-71px {
    left: -71px;
  }

  .lg\:-top-72px {
    top: -72px;
  }

  .lg\:-right-72px {
    right: -72px;
  }

  .lg\:-bottom-72px {
    bottom: -72px;
  }

  .lg\:-left-72px {
    left: -72px;
  }

  .lg\:-top-73px {
    top: -73px;
  }

  .lg\:-right-73px {
    right: -73px;
  }

  .lg\:-bottom-73px {
    bottom: -73px;
  }

  .lg\:-left-73px {
    left: -73px;
  }

  .lg\:-top-74px {
    top: -74px;
  }

  .lg\:-right-74px {
    right: -74px;
  }

  .lg\:-bottom-74px {
    bottom: -74px;
  }

  .lg\:-left-74px {
    left: -74px;
  }

  .lg\:-top-75px {
    top: -75px;
  }

  .lg\:-right-75px {
    right: -75px;
  }

  .lg\:-bottom-75px {
    bottom: -75px;
  }

  .lg\:-left-75px {
    left: -75px;
  }

  .lg\:-top-76px {
    top: -76px;
  }

  .lg\:-right-76px {
    right: -76px;
  }

  .lg\:-bottom-76px {
    bottom: -76px;
  }

  .lg\:-left-76px {
    left: -76px;
  }

  .lg\:-top-77px {
    top: -77px;
  }

  .lg\:-right-77px {
    right: -77px;
  }

  .lg\:-bottom-77px {
    bottom: -77px;
  }

  .lg\:-left-77px {
    left: -77px;
  }

  .lg\:-top-78px {
    top: -78px;
  }

  .lg\:-right-78px {
    right: -78px;
  }

  .lg\:-bottom-78px {
    bottom: -78px;
  }

  .lg\:-left-78px {
    left: -78px;
  }

  .lg\:-top-79px {
    top: -79px;
  }

  .lg\:-right-79px {
    right: -79px;
  }

  .lg\:-bottom-79px {
    bottom: -79px;
  }

  .lg\:-left-79px {
    left: -79px;
  }

  .lg\:-top-80px {
    top: -80px;
  }

  .lg\:-right-80px {
    right: -80px;
  }

  .lg\:-bottom-80px {
    bottom: -80px;
  }

  .lg\:-left-80px {
    left: -80px;
  }

  .lg\:-top-81px {
    top: -81px;
  }

  .lg\:-right-81px {
    right: -81px;
  }

  .lg\:-bottom-81px {
    bottom: -81px;
  }

  .lg\:-left-81px {
    left: -81px;
  }

  .lg\:-top-82px {
    top: -82px;
  }

  .lg\:-right-82px {
    right: -82px;
  }

  .lg\:-bottom-82px {
    bottom: -82px;
  }

  .lg\:-left-82px {
    left: -82px;
  }

  .lg\:-top-83px {
    top: -83px;
  }

  .lg\:-right-83px {
    right: -83px;
  }

  .lg\:-bottom-83px {
    bottom: -83px;
  }

  .lg\:-left-83px {
    left: -83px;
  }

  .lg\:-top-84px {
    top: -84px;
  }

  .lg\:-right-84px {
    right: -84px;
  }

  .lg\:-bottom-84px {
    bottom: -84px;
  }

  .lg\:-left-84px {
    left: -84px;
  }

  .lg\:-top-85px {
    top: -85px;
  }

  .lg\:-right-85px {
    right: -85px;
  }

  .lg\:-bottom-85px {
    bottom: -85px;
  }

  .lg\:-left-85px {
    left: -85px;
  }

  .lg\:-top-86px {
    top: -86px;
  }

  .lg\:-right-86px {
    right: -86px;
  }

  .lg\:-bottom-86px {
    bottom: -86px;
  }

  .lg\:-left-86px {
    left: -86px;
  }

  .lg\:-top-87px {
    top: -87px;
  }

  .lg\:-right-87px {
    right: -87px;
  }

  .lg\:-bottom-87px {
    bottom: -87px;
  }

  .lg\:-left-87px {
    left: -87px;
  }

  .lg\:-top-88px {
    top: -88px;
  }

  .lg\:-right-88px {
    right: -88px;
  }

  .lg\:-bottom-88px {
    bottom: -88px;
  }

  .lg\:-left-88px {
    left: -88px;
  }

  .lg\:-top-89px {
    top: -89px;
  }

  .lg\:-right-89px {
    right: -89px;
  }

  .lg\:-bottom-89px {
    bottom: -89px;
  }

  .lg\:-left-89px {
    left: -89px;
  }

  .lg\:-top-90px {
    top: -90px;
  }

  .lg\:-right-90px {
    right: -90px;
  }

  .lg\:-bottom-90px {
    bottom: -90px;
  }

  .lg\:-left-90px {
    left: -90px;
  }

  .lg\:-top-91px {
    top: -91px;
  }

  .lg\:-right-91px {
    right: -91px;
  }

  .lg\:-bottom-91px {
    bottom: -91px;
  }

  .lg\:-left-91px {
    left: -91px;
  }

  .lg\:-top-92px {
    top: -92px;
  }

  .lg\:-right-92px {
    right: -92px;
  }

  .lg\:-bottom-92px {
    bottom: -92px;
  }

  .lg\:-left-92px {
    left: -92px;
  }

  .lg\:-top-93px {
    top: -93px;
  }

  .lg\:-right-93px {
    right: -93px;
  }

  .lg\:-bottom-93px {
    bottom: -93px;
  }

  .lg\:-left-93px {
    left: -93px;
  }

  .lg\:-top-94px {
    top: -94px;
  }

  .lg\:-right-94px {
    right: -94px;
  }

  .lg\:-bottom-94px {
    bottom: -94px;
  }

  .lg\:-left-94px {
    left: -94px;
  }

  .lg\:-top-95px {
    top: -95px;
  }

  .lg\:-right-95px {
    right: -95px;
  }

  .lg\:-bottom-95px {
    bottom: -95px;
  }

  .lg\:-left-95px {
    left: -95px;
  }

  .lg\:-top-96px {
    top: -96px;
  }

  .lg\:-right-96px {
    right: -96px;
  }

  .lg\:-bottom-96px {
    bottom: -96px;
  }

  .lg\:-left-96px {
    left: -96px;
  }

  .lg\:-top-97px {
    top: -97px;
  }

  .lg\:-right-97px {
    right: -97px;
  }

  .lg\:-bottom-97px {
    bottom: -97px;
  }

  .lg\:-left-97px {
    left: -97px;
  }

  .lg\:-top-98px {
    top: -98px;
  }

  .lg\:-right-98px {
    right: -98px;
  }

  .lg\:-bottom-98px {
    bottom: -98px;
  }

  .lg\:-left-98px {
    left: -98px;
  }

  .lg\:-top-99px {
    top: -99px;
  }

  .lg\:-right-99px {
    right: -99px;
  }

  .lg\:-bottom-99px {
    bottom: -99px;
  }

  .lg\:-left-99px {
    left: -99px;
  }

  .lg\:-top-100px {
    top: -100px;
  }

  .lg\:-right-100px {
    right: -100px;
  }

  .lg\:-bottom-100px {
    bottom: -100px;
  }

  .lg\:-left-100px {
    left: -100px;
  }

  .lg\:-top-101px {
    top: -101px;
  }

  .lg\:-right-101px {
    right: -101px;
  }

  .lg\:-bottom-101px {
    bottom: -101px;
  }

  .lg\:-left-101px {
    left: -101px;
  }

  .lg\:-top-102px {
    top: -102px;
  }

  .lg\:-right-102px {
    right: -102px;
  }

  .lg\:-bottom-102px {
    bottom: -102px;
  }

  .lg\:-left-102px {
    left: -102px;
  }

  .lg\:-top-103px {
    top: -103px;
  }

  .lg\:-right-103px {
    right: -103px;
  }

  .lg\:-bottom-103px {
    bottom: -103px;
  }

  .lg\:-left-103px {
    left: -103px;
  }

  .lg\:-top-104px {
    top: -104px;
  }

  .lg\:-right-104px {
    right: -104px;
  }

  .lg\:-bottom-104px {
    bottom: -104px;
  }

  .lg\:-left-104px {
    left: -104px;
  }

  .lg\:-top-105px {
    top: -105px;
  }

  .lg\:-right-105px {
    right: -105px;
  }

  .lg\:-bottom-105px {
    bottom: -105px;
  }

  .lg\:-left-105px {
    left: -105px;
  }

  .lg\:-top-106px {
    top: -106px;
  }

  .lg\:-right-106px {
    right: -106px;
  }

  .lg\:-bottom-106px {
    bottom: -106px;
  }

  .lg\:-left-106px {
    left: -106px;
  }

  .lg\:-top-107px {
    top: -107px;
  }

  .lg\:-right-107px {
    right: -107px;
  }

  .lg\:-bottom-107px {
    bottom: -107px;
  }

  .lg\:-left-107px {
    left: -107px;
  }

  .lg\:-top-108px {
    top: -108px;
  }

  .lg\:-right-108px {
    right: -108px;
  }

  .lg\:-bottom-108px {
    bottom: -108px;
  }

  .lg\:-left-108px {
    left: -108px;
  }

  .lg\:-top-109px {
    top: -109px;
  }

  .lg\:-right-109px {
    right: -109px;
  }

  .lg\:-bottom-109px {
    bottom: -109px;
  }

  .lg\:-left-109px {
    left: -109px;
  }

  .lg\:-top-110px {
    top: -110px;
  }

  .lg\:-right-110px {
    right: -110px;
  }

  .lg\:-bottom-110px {
    bottom: -110px;
  }

  .lg\:-left-110px {
    left: -110px;
  }

  .lg\:-top-111px {
    top: -111px;
  }

  .lg\:-right-111px {
    right: -111px;
  }

  .lg\:-bottom-111px {
    bottom: -111px;
  }

  .lg\:-left-111px {
    left: -111px;
  }

  .lg\:-top-112px {
    top: -112px;
  }

  .lg\:-right-112px {
    right: -112px;
  }

  .lg\:-bottom-112px {
    bottom: -112px;
  }

  .lg\:-left-112px {
    left: -112px;
  }

  .lg\:-top-113px {
    top: -113px;
  }

  .lg\:-right-113px {
    right: -113px;
  }

  .lg\:-bottom-113px {
    bottom: -113px;
  }

  .lg\:-left-113px {
    left: -113px;
  }

  .lg\:-top-114px {
    top: -114px;
  }

  .lg\:-right-114px {
    right: -114px;
  }

  .lg\:-bottom-114px {
    bottom: -114px;
  }

  .lg\:-left-114px {
    left: -114px;
  }

  .lg\:-top-115px {
    top: -115px;
  }

  .lg\:-right-115px {
    right: -115px;
  }

  .lg\:-bottom-115px {
    bottom: -115px;
  }

  .lg\:-left-115px {
    left: -115px;
  }

  .lg\:-top-116px {
    top: -116px;
  }

  .lg\:-right-116px {
    right: -116px;
  }

  .lg\:-bottom-116px {
    bottom: -116px;
  }

  .lg\:-left-116px {
    left: -116px;
  }

  .lg\:-top-117px {
    top: -117px;
  }

  .lg\:-right-117px {
    right: -117px;
  }

  .lg\:-bottom-117px {
    bottom: -117px;
  }

  .lg\:-left-117px {
    left: -117px;
  }

  .lg\:-top-118px {
    top: -118px;
  }

  .lg\:-right-118px {
    right: -118px;
  }

  .lg\:-bottom-118px {
    bottom: -118px;
  }

  .lg\:-left-118px {
    left: -118px;
  }

  .lg\:-top-119px {
    top: -119px;
  }

  .lg\:-right-119px {
    right: -119px;
  }

  .lg\:-bottom-119px {
    bottom: -119px;
  }

  .lg\:-left-119px {
    left: -119px;
  }

  .lg\:-top-120px {
    top: -120px;
  }

  .lg\:-right-120px {
    right: -120px;
  }

  .lg\:-bottom-120px {
    bottom: -120px;
  }

  .lg\:-left-120px {
    left: -120px;
  }

  .lg\:-top-121px {
    top: -121px;
  }

  .lg\:-right-121px {
    right: -121px;
  }

  .lg\:-bottom-121px {
    bottom: -121px;
  }

  .lg\:-left-121px {
    left: -121px;
  }

  .lg\:-top-122px {
    top: -122px;
  }

  .lg\:-right-122px {
    right: -122px;
  }

  .lg\:-bottom-122px {
    bottom: -122px;
  }

  .lg\:-left-122px {
    left: -122px;
  }

  .lg\:-top-123px {
    top: -123px;
  }

  .lg\:-right-123px {
    right: -123px;
  }

  .lg\:-bottom-123px {
    bottom: -123px;
  }

  .lg\:-left-123px {
    left: -123px;
  }

  .lg\:-top-124px {
    top: -124px;
  }

  .lg\:-right-124px {
    right: -124px;
  }

  .lg\:-bottom-124px {
    bottom: -124px;
  }

  .lg\:-left-124px {
    left: -124px;
  }

  .lg\:-top-125px {
    top: -125px;
  }

  .lg\:-right-125px {
    right: -125px;
  }

  .lg\:-bottom-125px {
    bottom: -125px;
  }

  .lg\:-left-125px {
    left: -125px;
  }

  .lg\:-top-126px {
    top: -126px;
  }

  .lg\:-right-126px {
    right: -126px;
  }

  .lg\:-bottom-126px {
    bottom: -126px;
  }

  .lg\:-left-126px {
    left: -126px;
  }

  .lg\:-top-127px {
    top: -127px;
  }

  .lg\:-right-127px {
    right: -127px;
  }

  .lg\:-bottom-127px {
    bottom: -127px;
  }

  .lg\:-left-127px {
    left: -127px;
  }

  .lg\:-top-128px {
    top: -128px;
  }

  .lg\:-right-128px {
    right: -128px;
  }

  .lg\:-bottom-128px {
    bottom: -128px;
  }

  .lg\:-left-128px {
    left: -128px;
  }

  .lg\:-top-129px {
    top: -129px;
  }

  .lg\:-right-129px {
    right: -129px;
  }

  .lg\:-bottom-129px {
    bottom: -129px;
  }

  .lg\:-left-129px {
    left: -129px;
  }

  .lg\:-top-130px {
    top: -130px;
  }

  .lg\:-right-130px {
    right: -130px;
  }

  .lg\:-bottom-130px {
    bottom: -130px;
  }

  .lg\:-left-130px {
    left: -130px;
  }

  .lg\:-top-133px {
    top: -133px;
  }

  .lg\:-right-133px {
    right: -133px;
  }

  .lg\:-bottom-133px {
    bottom: -133px;
  }

  .lg\:-left-133px {
    left: -133px;
  }

  .lg\:-top-140px {
    top: -140px;
  }

  .lg\:-right-140px {
    right: -140px;
  }

  .lg\:-bottom-140px {
    bottom: -140px;
  }

  .lg\:-left-140px {
    left: -140px;
  }

  .lg\:-top-195px {
    top: -195px;
  }

  .lg\:-right-195px {
    right: -195px;
  }

  .lg\:-bottom-195px {
    bottom: -195px;
  }

  .lg\:-left-195px {
    left: -195px;
  }

  .lg\:-top-200px {
    top: -200px;
  }

  .lg\:-right-200px {
    right: -200px;
  }

  .lg\:-bottom-200px {
    bottom: -200px;
  }

  .lg\:-left-200px {
    left: -200px;
  }

  .lg\:-top-210px {
    top: -210px;
  }

  .lg\:-right-210px {
    right: -210px;
  }

  .lg\:-bottom-210px {
    bottom: -210px;
  }

  .lg\:-left-210px {
    left: -210px;
  }

  .lg\:-top-222px {
    top: -222px;
  }

  .lg\:-right-222px {
    right: -222px;
  }

  .lg\:-bottom-222px {
    bottom: -222px;
  }

  .lg\:-left-222px {
    left: -222px;
  }

  .lg\:-top-258px {
    top: -258px;
  }

  .lg\:-right-258px {
    right: -258px;
  }

  .lg\:-bottom-258px {
    bottom: -258px;
  }

  .lg\:-left-258px {
    left: -258px;
  }

  .lg\:-top-280px {
    top: -280px;
  }

  .lg\:-right-280px {
    right: -280px;
  }

  .lg\:-bottom-280px {
    bottom: -280px;
  }

  .lg\:-left-280px {
    left: -280px;
  }

  .lg\:-top-334px {
    top: -334px;
  }

  .lg\:-right-334px {
    right: -334px;
  }

  .lg\:-bottom-334px {
    bottom: -334px;
  }

  .lg\:-left-334px {
    left: -334px;
  }

  .lg\:-top-388px {
    top: -388px;
  }

  .lg\:-right-388px {
    right: -388px;
  }

  .lg\:-bottom-388px {
    bottom: -388px;
  }

  .lg\:-left-388px {
    left: -388px;
  }

  .lg\:-top-480px {
    top: -480px;
  }

  .lg\:-right-480px {
    right: -480px;
  }

  .lg\:-bottom-480px {
    bottom: -480px;
  }

  .lg\:-left-480px {
    left: -480px;
  }

  .lg\:-top-490px {
    top: -490px;
  }

  .lg\:-right-490px {
    right: -490px;
  }

  .lg\:-bottom-490px {
    bottom: -490px;
  }

  .lg\:-left-490px {
    left: -490px;
  }

  .lg\:-top-505px {
    top: -505px;
  }

  .lg\:-right-505px {
    right: -505px;
  }

  .lg\:-bottom-505px {
    bottom: -505px;
  }

  .lg\:-left-505px {
    left: -505px;
  }

  .lg\:-top-507px {
    top: -507px;
  }

  .lg\:-right-507px {
    right: -507px;
  }

  .lg\:-bottom-507px {
    bottom: -507px;
  }

  .lg\:-left-507px {
    left: -507px;
  }

  .lg\:-top-760px {
    top: -760px;
  }

  .lg\:-right-760px {
    right: -760px;
  }

  .lg\:-bottom-760px {
    bottom: -760px;
  }

  .lg\:-left-760px {
    left: -760px;
  }

  .lg\:-top-780px {
    top: -780px;
  }

  .lg\:-right-780px {
    right: -780px;
  }

  .lg\:-bottom-780px {
    bottom: -780px;
  }

  .lg\:-left-780px {
    left: -780px;
  }

  .lg\:-top-980px {
    top: -980px;
  }

  .lg\:-right-980px {
    right: -980px;
  }

  .lg\:-bottom-980px {
    bottom: -980px;
  }

  .lg\:-left-980px {
    left: -980px;
  }

  .lg\:-top-1366px {
    top: -1366px;
  }

  .lg\:-right-1366px {
    right: -1366px;
  }

  .lg\:-bottom-1366px {
    bottom: -1366px;
  }

  .lg\:-left-1366px {
    left: -1366px;
  }

  .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);
  }

  .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);
  }

  .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\: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\: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\: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 {
    --tw-ring-offset-color: #000;
  }

  .lg\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .lg\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .lg\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .lg\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .lg\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .lg\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .lg\:ring-offset-main-bg {
    --tw-ring-offset-color: #20264B;
  }

  .lg\:ring-offset-main-bg-2 {
    --tw-ring-offset-color: #101435;
  }

  .lg\:ring-offset-main-bg-3 {
    --tw-ring-offset-color: #101531;
  }

  .lg\:ring-offset-web-logo-brown {
    --tw-ring-offset-color: #B27D1A;
  }

  .lg\:ring-offset-public-logo-brown {
    --tw-ring-offset-color: #9A6D0A;
  }

  .lg\:ring-offset-button-primary-pink {
    --tw-ring-offset-color: #CF125B;
  }

  .lg\:ring-offset-button-secondary-black {
    --tw-ring-offset-color: #000000;
  }

  .lg\:ring-offset-link-text-white {
    --tw-ring-offset-color: #ffffff;
  }

  .lg\:ring-offset-sub-text-brown {
    --tw-ring-offset-color: #A29063;
  }

  .lg\:ring-offset-body-brown {
    --tw-ring-offset-color: #8D8779;
  }

  .lg\:ring-offset-copyright-gray {
    --tw-ring-offset-color: #D5D5D5;
  }

  .lg\:ring-offset-breadcrumb-gray {
    --tw-ring-offset-color: #858593;
  }

  .lg\:ring-offset-dark-text-white {
    --tw-ring-offset-color: #ffffff;
  }

  .lg\:ring-offset-background-black-a {
    --tw-ring-offset-color: #191919;
  }

  .lg\:ring-offset-background-black-b {
    --tw-ring-offset-color: #343445;
  }

  .lg\:ring-offset-background-black-c {
    --tw-ring-offset-color: #101531;
  }

  .lg\:ring-offset-background-black-d {
    --tw-ring-offset-color: #040822;
  }

  .lg\:ring-offset-product-detail-body-white {
    --tw-ring-offset-color: #F7F3EF;
  }

  .lg\:ring-offset-primary-pink {
    --tw-ring-offset-color: #D52525;
  }

  .lg\:ring-offset-footer-divide-gray {
    --tw-ring-offset-color: #545467;
  }

  .lg\:ring-offset-detail-text-brown {
    --tw-ring-offset-color: #6A510E;
  }

  .lg\:ring-offset-detail-desc-brown {
    --tw-ring-offset-color: #676051;
  }

  .lg\:ring-offset-border-brown {
    --tw-ring-offset-color: #E8DFD6;
  }

  .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:focus-within {
    --tw-ring-offset-color: #000;
  }

  .lg\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .lg\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .lg\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .lg\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .lg\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .lg\:focus-within\:ring-offset-main-bg:focus-within {
    --tw-ring-offset-color: #20264B;
  }

  .lg\:focus-within\:ring-offset-main-bg-2:focus-within {
    --tw-ring-offset-color: #101435;
  }

  .lg\:focus-within\:ring-offset-main-bg-3:focus-within {
    --tw-ring-offset-color: #101531;
  }

  .lg\:focus-within\:ring-offset-web-logo-brown:focus-within {
    --tw-ring-offset-color: #B27D1A;
  }

  .lg\:focus-within\:ring-offset-public-logo-brown:focus-within {
    --tw-ring-offset-color: #9A6D0A;
  }

  .lg\:focus-within\:ring-offset-button-primary-pink:focus-within {
    --tw-ring-offset-color: #CF125B;
  }

  .lg\:focus-within\:ring-offset-button-secondary-black:focus-within {
    --tw-ring-offset-color: #000000;
  }

  .lg\:focus-within\:ring-offset-link-text-white:focus-within {
    --tw-ring-offset-color: #ffffff;
  }

  .lg\:focus-within\:ring-offset-sub-text-brown:focus-within {
    --tw-ring-offset-color: #A29063;
  }

  .lg\:focus-within\:ring-offset-body-brown:focus-within {
    --tw-ring-offset-color: #8D8779;
  }

  .lg\:focus-within\:ring-offset-copyright-gray:focus-within {
    --tw-ring-offset-color: #D5D5D5;
  }

  .lg\:focus-within\:ring-offset-breadcrumb-gray:focus-within {
    --tw-ring-offset-color: #858593;
  }

  .lg\:focus-within\:ring-offset-dark-text-white:focus-within {
    --tw-ring-offset-color: #ffffff;
  }

  .lg\:focus-within\:ring-offset-background-black-a:focus-within {
    --tw-ring-offset-color: #191919;
  }

  .lg\:focus-within\:ring-offset-background-black-b:focus-within {
    --tw-ring-offset-color: #343445;
  }

  .lg\:focus-within\:ring-offset-background-black-c:focus-within {
    --tw-ring-offset-color: #101531;
  }

  .lg\:focus-within\:ring-offset-background-black-d:focus-within {
    --tw-ring-offset-color: #040822;
  }

  .lg\:focus-within\:ring-offset-product-detail-body-white:focus-within {
    --tw-ring-offset-color: #F7F3EF;
  }

  .lg\:focus-within\:ring-offset-primary-pink:focus-within {
    --tw-ring-offset-color: #D52525;
  }

  .lg\:focus-within\:ring-offset-footer-divide-gray:focus-within {
    --tw-ring-offset-color: #545467;
  }

  .lg\:focus-within\:ring-offset-detail-text-brown:focus-within {
    --tw-ring-offset-color: #6A510E;
  }

  .lg\:focus-within\:ring-offset-detail-desc-brown:focus-within {
    --tw-ring-offset-color: #676051;
  }

  .lg\:focus-within\:ring-offset-border-brown:focus-within {
    --tw-ring-offset-color: #E8DFD6;
  }

  .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:focus {
    --tw-ring-offset-color: #000;
  }

  .lg\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .lg\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .lg\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .lg\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .lg\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .lg\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .lg\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .lg\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .lg\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .lg\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .lg\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .lg\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .lg\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .lg\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .lg\:focus\:ring-offset-main-bg:focus {
    --tw-ring-offset-color: #20264B;
  }

  .lg\:focus\:ring-offset-main-bg-2:focus {
    --tw-ring-offset-color: #101435;
  }

  .lg\:focus\:ring-offset-main-bg-3:focus {
    --tw-ring-offset-color: #101531;
  }

  .lg\:focus\:ring-offset-web-logo-brown:focus {
    --tw-ring-offset-color: #B27D1A;
  }

  .lg\:focus\:ring-offset-public-logo-brown:focus {
    --tw-ring-offset-color: #9A6D0A;
  }

  .lg\:focus\:ring-offset-button-primary-pink:focus {
    --tw-ring-offset-color: #CF125B;
  }

  .lg\:focus\:ring-offset-button-secondary-black:focus {
    --tw-ring-offset-color: #000000;
  }

  .lg\:focus\:ring-offset-link-text-white:focus {
    --tw-ring-offset-color: #ffffff;
  }

  .lg\:focus\:ring-offset-sub-text-brown:focus {
    --tw-ring-offset-color: #A29063;
  }

  .lg\:focus\:ring-offset-body-brown:focus {
    --tw-ring-offset-color: #8D8779;
  }

  .lg\:focus\:ring-offset-copyright-gray:focus {
    --tw-ring-offset-color: #D5D5D5;
  }

  .lg\:focus\:ring-offset-breadcrumb-gray:focus {
    --tw-ring-offset-color: #858593;
  }

  .lg\:focus\:ring-offset-dark-text-white:focus {
    --tw-ring-offset-color: #ffffff;
  }

  .lg\:focus\:ring-offset-background-black-a:focus {
    --tw-ring-offset-color: #191919;
  }

  .lg\:focus\:ring-offset-background-black-b:focus {
    --tw-ring-offset-color: #343445;
  }

  .lg\:focus\:ring-offset-background-black-c:focus {
    --tw-ring-offset-color: #101531;
  }

  .lg\:focus\:ring-offset-background-black-d:focus {
    --tw-ring-offset-color: #040822;
  }

  .lg\:focus\:ring-offset-product-detail-body-white:focus {
    --tw-ring-offset-color: #F7F3EF;
  }

  .lg\:focus\:ring-offset-primary-pink:focus {
    --tw-ring-offset-color: #D52525;
  }

  .lg\:focus\:ring-offset-footer-divide-gray:focus {
    --tw-ring-offset-color: #545467;
  }

  .lg\:focus\:ring-offset-detail-text-brown:focus {
    --tw-ring-offset-color: #6A510E;
  }

  .lg\:focus\:ring-offset-detail-desc-brown:focus {
    --tw-ring-offset-color: #676051;
  }

  .lg\:focus\:ring-offset-border-brown:focus {
    --tw-ring-offset-color: #E8DFD6;
  }

  .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 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:ring-main-bg {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
  }

  .lg\:ring-main-bg-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
  }

  .lg\:ring-main-bg-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .lg\:ring-web-logo-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
  }

  .lg\:ring-public-logo-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
  }

  .lg\:ring-button-primary-pink {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
  }

  .lg\:ring-button-secondary-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-link-text-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-sub-text-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
  }

  .lg\:ring-body-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
  }

  .lg\:ring-copyright-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
  }

  .lg\:ring-breadcrumb-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
  }

  .lg\:ring-dark-text-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-background-black-a {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
  }

  .lg\:ring-background-black-b {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
  }

  .lg\:ring-background-black-c {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .lg\:ring-background-black-d {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
  }

  .lg\:ring-product-detail-body-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
  }

  .lg\:ring-primary-pink {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
  }

  .lg\:ring-footer-divide-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
  }

  .lg\:ring-detail-text-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
  }

  .lg\:ring-detail-desc-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
  }

  .lg\:ring-border-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 223, 214, 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:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, 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-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-main-bg:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-main-bg-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-main-bg-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-web-logo-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-public-logo-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-button-primary-pink:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-button-secondary-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-link-text-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sub-text-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-body-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-copyright-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-breadcrumb-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-dark-text-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-background-black-a:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-background-black-b:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-background-black-c:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-background-black-d:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-product-detail-body-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-primary-pink:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-footer-divide-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-detail-text-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-detail-desc-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-border-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 223, 214, 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:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, 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-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-main-bg:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-main-bg-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-main-bg-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-web-logo-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-public-logo-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-button-primary-pink:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-button-secondary-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-link-text-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sub-text-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-body-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-copyright-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-breadcrumb-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-dark-text-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-background-black-a:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-background-black-b:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-background-black-c:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-background-black-d:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-product-detail-body-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-primary-pink:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-footer-divide-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-detail-text-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-detail-desc-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-border-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 223, 214, 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 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:text-main-bg {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .lg\:text-main-bg-2 {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .lg\:text-main-bg-3 {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .lg\:text-web-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .lg\:text-public-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .lg\:text-button-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .lg\:text-button-secondary-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-link-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-sub-text-brown {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .lg\:text-body-brown {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .lg\:text-copyright-gray {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .lg\:text-breadcrumb-gray {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .lg\:text-dark-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-background-black-a {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .lg\:text-background-black-b {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .lg\:text-background-black-c {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .lg\:text-background-black-d {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .lg\:text-product-detail-body-white {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .lg\:text-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .lg\:text-footer-divide-gray {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .lg\:text-detail-text-brown {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .lg\:text-detail-desc-brown {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .lg\:text-border-brown {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, 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 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-main-bg {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-main-bg-2 {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-main-bg-3 {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-web-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-public-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-button-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-button-secondary-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-link-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sub-text-brown {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-body-brown {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-copyright-gray {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-breadcrumb-gray {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-dark-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-background-black-a {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-background-black-b {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-background-black-c {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-background-black-d {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-product-detail-body-white {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-footer-divide-gray {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-detail-text-brown {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-detail-desc-brown {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-border-brown {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, 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:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-main-bg:focus-within {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-main-bg-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-main-bg-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-web-logo-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-public-logo-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-button-primary-pink:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-button-secondary-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-link-text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sub-text-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-body-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-copyright-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-breadcrumb-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-dark-text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-background-black-a:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-background-black-b:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-background-black-c:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-background-black-d:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-product-detail-body-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-primary-pink:focus-within {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-footer-divide-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-detail-text-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-detail-desc-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-border-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-text-opacity));
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-current:hover {
    color: currentColor;
  }

  .lg\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:hover\:text-main-bg:hover {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .lg\:hover\:text-main-bg-2:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .lg\:hover\:text-main-bg-3:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .lg\:hover\:text-web-logo-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .lg\:hover\:text-public-logo-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .lg\:hover\:text-button-primary-pink:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .lg\:hover\:text-button-secondary-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-link-text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sub-text-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .lg\:hover\:text-body-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .lg\:hover\:text-copyright-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .lg\:hover\:text-breadcrumb-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .lg\:hover\:text-dark-text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-background-black-a:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .lg\:hover\:text-background-black-b:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .lg\:hover\:text-background-black-c:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .lg\:hover\:text-background-black-d:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .lg\:hover\:text-product-detail-body-white:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .lg\:hover\:text-primary-pink:hover {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .lg\:hover\:text-footer-divide-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .lg\:hover\:text-detail-text-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .lg\:hover\:text-detail-desc-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .lg\:hover\:text-border-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-text-opacity));
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-current:focus {
    color: currentColor;
  }

  .lg\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:focus\:text-main-bg:focus {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .lg\:focus\:text-main-bg-2:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .lg\:focus\:text-main-bg-3:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .lg\:focus\:text-web-logo-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .lg\:focus\:text-public-logo-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .lg\:focus\:text-button-primary-pink:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .lg\:focus\:text-button-secondary-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-link-text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sub-text-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .lg\:focus\:text-body-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .lg\:focus\:text-copyright-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .lg\:focus\:text-breadcrumb-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .lg\:focus\:text-dark-text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-background-black-a:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .lg\:focus\:text-background-black-b:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .lg\:focus\:text-background-black-c:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .lg\:focus\:text-background-black-d:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .lg\:focus\:text-product-detail-body-white:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .lg\:focus\:text-primary-pink:focus {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .lg\:focus\:text-footer-divide-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .lg\:focus\:text-detail-text-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .lg\:focus\:text-detail-desc-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .lg\:focus\:text-border-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, 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\:tracking-footer-wide {
    letter-spacing: .4rem;
  }

  .lg\:tracking-copyright-wide {
    letter-spacing: .35rem;
  }

  .lg\:tracking-contact-btn-wide {
    letter-spacing: .28rem;
  }

  .lg\:tracking-60av {
    letter-spacing: 0.06em;
  }

  .lg\:tracking-90av {
    letter-spacing: 0.09em;
  }

  .lg\:tracking-100av {
    letter-spacing: 0.1em;
  }

  .lg\:tracking-120av {
    letter-spacing: 0.12em;
  }

  .lg\:tracking-140av {
    letter-spacing: 0.14em;
  }

  .lg\:tracking-180av {
    letter-spacing: 0.18em;
  }

  .lg\:tracking-200av {
    letter-spacing: 0.2em;
  }

  .lg\:tracking-240av {
    letter-spacing: 0.24em;
  }

  .lg\:tracking-300av {
    letter-spacing: 0.3em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all {
    -webkit-user-select: all;
            user-select: all;
  }

  .lg\:select-auto {
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-11 {
    width: 2.75rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-0\.5 {
    width: 0.125rem;
  }

  .lg\:w-1\.5 {
    width: 0.375rem;
  }

  .lg\:w-2\.5 {
    width: 0.625rem;
  }

  .lg\:w-3\.5 {
    width: 0.875rem;
  }

  .lg\:w-1px {
    width: 1px;
  }

  .lg\:w-2px {
    width: 2px;
  }

  .lg\:w-3px {
    width: 3px;
  }

  .lg\:w-4px {
    width: 4px;
  }

  .lg\:w-5px {
    width: 5px;
  }

  .lg\:w-6px {
    width: 6px;
  }

  .lg\:w-7px {
    width: 7px;
  }

  .lg\:w-8px {
    width: 8px;
  }

  .lg\:w-9px {
    width: 9px;
  }

  .lg\:w-10px {
    width: 10px;
  }

  .lg\:w-11px {
    width: 11px;
  }

  .lg\:w-12px {
    width: 12px;
  }

  .lg\:w-13px {
    width: 13px;
  }

  .lg\:w-14px {
    width: 14px;
  }

  .lg\:w-15px {
    width: 15px;
  }

  .lg\:w-16px {
    width: 16px;
  }

  .lg\:w-17px {
    width: 17px;
  }

  .lg\:w-18px {
    width: 18px;
  }

  .lg\:w-19px {
    width: 19px;
  }

  .lg\:w-20px {
    width: 20px;
  }

  .lg\:w-21px {
    width: 21px;
  }

  .lg\:w-22px {
    width: 22px;
  }

  .lg\:w-23px {
    width: 23px;
  }

  .lg\:w-24px {
    width: 24px;
  }

  .lg\:w-25px {
    width: 25px;
  }

  .lg\:w-26px {
    width: 26px;
  }

  .lg\:w-27px {
    width: 27px;
  }

  .lg\:w-28px {
    width: 28px;
  }

  .lg\:w-29px {
    width: 29px;
  }

  .lg\:w-30px {
    width: 30px;
  }

  .lg\:w-31px {
    width: 31px;
  }

  .lg\:w-32px {
    width: 32px;
  }

  .lg\:w-33px {
    width: 33px;
  }

  .lg\:w-34px {
    width: 34px;
  }

  .lg\:w-35px {
    width: 35px;
  }

  .lg\:w-36px {
    width: 36px;
  }

  .lg\:w-37px {
    width: 37px;
  }

  .lg\:w-38px {
    width: 38px;
  }

  .lg\:w-39px {
    width: 39px;
  }

  .lg\:w-40px {
    width: 40px;
  }

  .lg\:w-41px {
    width: 41px;
  }

  .lg\:w-42px {
    width: 42px;
  }

  .lg\:w-43px {
    width: 43px;
  }

  .lg\:w-44px {
    width: 44px;
  }

  .lg\:w-45px {
    width: 45px;
  }

  .lg\:w-46px {
    width: 46px;
  }

  .lg\:w-47px {
    width: 47px;
  }

  .lg\:w-48px {
    width: 48px;
  }

  .lg\:w-49px {
    width: 49px;
  }

  .lg\:w-50px {
    width: 50px;
  }

  .lg\:w-51px {
    width: 51px;
  }

  .lg\:w-52px {
    width: 52px;
  }

  .lg\:w-53px {
    width: 53px;
  }

  .lg\:w-54px {
    width: 54px;
  }

  .lg\:w-55px {
    width: 55px;
  }

  .lg\:w-56px {
    width: 56px;
  }

  .lg\:w-57px {
    width: 57px;
  }

  .lg\:w-58px {
    width: 58px;
  }

  .lg\:w-59px {
    width: 59px;
  }

  .lg\:w-60px {
    width: 60px;
  }

  .lg\:w-61px {
    width: 61px;
  }

  .lg\:w-62px {
    width: 62px;
  }

  .lg\:w-63px {
    width: 63px;
  }

  .lg\:w-64px {
    width: 64px;
  }

  .lg\:w-65px {
    width: 65px;
  }

  .lg\:w-66px {
    width: 66px;
  }

  .lg\:w-67px {
    width: 67px;
  }

  .lg\:w-68px {
    width: 68px;
  }

  .lg\:w-69px {
    width: 69px;
  }

  .lg\:w-70px {
    width: 70px;
  }

  .lg\:w-71px {
    width: 71px;
  }

  .lg\:w-72px {
    width: 72px;
  }

  .lg\:w-73px {
    width: 73px;
  }

  .lg\:w-74px {
    width: 74px;
  }

  .lg\:w-75px {
    width: 75px;
  }

  .lg\:w-76px {
    width: 76px;
  }

  .lg\:w-77px {
    width: 77px;
  }

  .lg\:w-78px {
    width: 78px;
  }

  .lg\:w-79px {
    width: 79px;
  }

  .lg\:w-80px {
    width: 80px;
  }

  .lg\:w-81px {
    width: 81px;
  }

  .lg\:w-82px {
    width: 82px;
  }

  .lg\:w-83px {
    width: 83px;
  }

  .lg\:w-84px {
    width: 84px;
  }

  .lg\:w-85px {
    width: 85px;
  }

  .lg\:w-86px {
    width: 86px;
  }

  .lg\:w-87px {
    width: 87px;
  }

  .lg\:w-88px {
    width: 88px;
  }

  .lg\:w-89px {
    width: 89px;
  }

  .lg\:w-90px {
    width: 90px;
  }

  .lg\:w-91px {
    width: 91px;
  }

  .lg\:w-92px {
    width: 92px;
  }

  .lg\:w-93px {
    width: 93px;
  }

  .lg\:w-94px {
    width: 94px;
  }

  .lg\:w-95px {
    width: 95px;
  }

  .lg\:w-96px {
    width: 96px;
  }

  .lg\:w-97px {
    width: 97px;
  }

  .lg\:w-98px {
    width: 98px;
  }

  .lg\:w-99px {
    width: 99px;
  }

  .lg\:w-100px {
    width: 100px;
  }

  .lg\:w-101px {
    width: 101px;
  }

  .lg\:w-102px {
    width: 102px;
  }

  .lg\:w-103px {
    width: 103px;
  }

  .lg\:w-104px {
    width: 104px;
  }

  .lg\:w-105px {
    width: 105px;
  }

  .lg\:w-106px {
    width: 106px;
  }

  .lg\:w-107px {
    width: 107px;
  }

  .lg\:w-108px {
    width: 108px;
  }

  .lg\:w-109px {
    width: 109px;
  }

  .lg\:w-110px {
    width: 110px;
  }

  .lg\:w-111px {
    width: 111px;
  }

  .lg\:w-112px {
    width: 112px;
  }

  .lg\:w-113px {
    width: 113px;
  }

  .lg\:w-114px {
    width: 114px;
  }

  .lg\:w-115px {
    width: 115px;
  }

  .lg\:w-116px {
    width: 116px;
  }

  .lg\:w-117px {
    width: 117px;
  }

  .lg\:w-118px {
    width: 118px;
  }

  .lg\:w-119px {
    width: 119px;
  }

  .lg\:w-120px {
    width: 120px;
  }

  .lg\:w-121px {
    width: 121px;
  }

  .lg\:w-122px {
    width: 122px;
  }

  .lg\:w-123px {
    width: 123px;
  }

  .lg\:w-124px {
    width: 124px;
  }

  .lg\:w-125px {
    width: 125px;
  }

  .lg\:w-126px {
    width: 126px;
  }

  .lg\:w-127px {
    width: 127px;
  }

  .lg\:w-128px {
    width: 128px;
  }

  .lg\:w-129px {
    width: 129px;
  }

  .lg\:w-130px {
    width: 130px;
  }

  .lg\:w-133px {
    width: 133px;
  }

  .lg\:w-140px {
    width: 140px;
  }

  .lg\:w-195px {
    width: 195px;
  }

  .lg\:w-200px {
    width: 200px;
  }

  .lg\:w-210px {
    width: 210px;
  }

  .lg\:w-222px {
    width: 222px;
  }

  .lg\:w-258px {
    width: 258px;
  }

  .lg\:w-280px {
    width: 280px;
  }

  .lg\:w-334px {
    width: 334px;
  }

  .lg\:w-388px {
    width: 388px;
  }

  .lg\:w-480px {
    width: 480px;
  }

  .lg\:w-490px {
    width: 490px;
  }

  .lg\:w-505px {
    width: 505px;
  }

  .lg\:w-507px {
    width: 507px;
  }

  .lg\:w-760px {
    width: 760px;
  }

  .lg\:w-780px {
    width: 780px;
  }

  .lg\:w-980px {
    width: 980px;
  }

  .lg\:w-1366px {
    width: 1366px;
  }

  .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: min-content;
  }

  .lg\:w-max {
    width: -webkit-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\: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\: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\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-11 {
    gap: 2.75rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-36 {
    gap: 9rem;
  }

  .lg\:gap-40 {
    gap: 10rem;
  }

  .lg\:gap-44 {
    gap: 11rem;
  }

  .lg\:gap-48 {
    gap: 12rem;
  }

  .lg\:gap-52 {
    gap: 13rem;
  }

  .lg\:gap-56 {
    gap: 14rem;
  }

  .lg\:gap-60 {
    gap: 15rem;
  }

  .lg\:gap-64 {
    gap: 16rem;
  }

  .lg\:gap-72 {
    gap: 18rem;
  }

  .lg\:gap-80 {
    gap: 20rem;
  }

  .lg\:gap-96 {
    gap: 24rem;
  }

  .lg\:gap-px {
    gap: 1px;
  }

  .lg\:gap-0\.5 {
    gap: 0.125rem;
  }

  .lg\:gap-1\.5 {
    gap: 0.375rem;
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

  .lg\:gap-3\.5 {
    gap: 0.875rem;
  }

  .lg\:gap-1px {
    gap: 1px;
  }

  .lg\:gap-2px {
    gap: 2px;
  }

  .lg\:gap-3px {
    gap: 3px;
  }

  .lg\:gap-4px {
    gap: 4px;
  }

  .lg\:gap-5px {
    gap: 5px;
  }

  .lg\:gap-6px {
    gap: 6px;
  }

  .lg\:gap-7px {
    gap: 7px;
  }

  .lg\:gap-8px {
    gap: 8px;
  }

  .lg\:gap-9px {
    gap: 9px;
  }

  .lg\:gap-10px {
    gap: 10px;
  }

  .lg\:gap-11px {
    gap: 11px;
  }

  .lg\:gap-12px {
    gap: 12px;
  }

  .lg\:gap-13px {
    gap: 13px;
  }

  .lg\:gap-14px {
    gap: 14px;
  }

  .lg\:gap-15px {
    gap: 15px;
  }

  .lg\:gap-16px {
    gap: 16px;
  }

  .lg\:gap-17px {
    gap: 17px;
  }

  .lg\:gap-18px {
    gap: 18px;
  }

  .lg\:gap-19px {
    gap: 19px;
  }

  .lg\:gap-20px {
    gap: 20px;
  }

  .lg\:gap-21px {
    gap: 21px;
  }

  .lg\:gap-22px {
    gap: 22px;
  }

  .lg\:gap-23px {
    gap: 23px;
  }

  .lg\:gap-24px {
    gap: 24px;
  }

  .lg\:gap-25px {
    gap: 25px;
  }

  .lg\:gap-26px {
    gap: 26px;
  }

  .lg\:gap-27px {
    gap: 27px;
  }

  .lg\:gap-28px {
    gap: 28px;
  }

  .lg\:gap-29px {
    gap: 29px;
  }

  .lg\:gap-30px {
    gap: 30px;
  }

  .lg\:gap-31px {
    gap: 31px;
  }

  .lg\:gap-32px {
    gap: 32px;
  }

  .lg\:gap-33px {
    gap: 33px;
  }

  .lg\:gap-34px {
    gap: 34px;
  }

  .lg\:gap-35px {
    gap: 35px;
  }

  .lg\:gap-36px {
    gap: 36px;
  }

  .lg\:gap-37px {
    gap: 37px;
  }

  .lg\:gap-38px {
    gap: 38px;
  }

  .lg\:gap-39px {
    gap: 39px;
  }

  .lg\:gap-40px {
    gap: 40px;
  }

  .lg\:gap-41px {
    gap: 41px;
  }

  .lg\:gap-42px {
    gap: 42px;
  }

  .lg\:gap-43px {
    gap: 43px;
  }

  .lg\:gap-44px {
    gap: 44px;
  }

  .lg\:gap-45px {
    gap: 45px;
  }

  .lg\:gap-46px {
    gap: 46px;
  }

  .lg\:gap-47px {
    gap: 47px;
  }

  .lg\:gap-48px {
    gap: 48px;
  }

  .lg\:gap-49px {
    gap: 49px;
  }

  .lg\:gap-50px {
    gap: 50px;
  }

  .lg\:gap-51px {
    gap: 51px;
  }

  .lg\:gap-52px {
    gap: 52px;
  }

  .lg\:gap-53px {
    gap: 53px;
  }

  .lg\:gap-54px {
    gap: 54px;
  }

  .lg\:gap-55px {
    gap: 55px;
  }

  .lg\:gap-56px {
    gap: 56px;
  }

  .lg\:gap-57px {
    gap: 57px;
  }

  .lg\:gap-58px {
    gap: 58px;
  }

  .lg\:gap-59px {
    gap: 59px;
  }

  .lg\:gap-60px {
    gap: 60px;
  }

  .lg\:gap-61px {
    gap: 61px;
  }

  .lg\:gap-62px {
    gap: 62px;
  }

  .lg\:gap-63px {
    gap: 63px;
  }

  .lg\:gap-64px {
    gap: 64px;
  }

  .lg\:gap-65px {
    gap: 65px;
  }

  .lg\:gap-66px {
    gap: 66px;
  }

  .lg\:gap-67px {
    gap: 67px;
  }

  .lg\:gap-68px {
    gap: 68px;
  }

  .lg\:gap-69px {
    gap: 69px;
  }

  .lg\:gap-70px {
    gap: 70px;
  }

  .lg\:gap-71px {
    gap: 71px;
  }

  .lg\:gap-72px {
    gap: 72px;
  }

  .lg\:gap-73px {
    gap: 73px;
  }

  .lg\:gap-74px {
    gap: 74px;
  }

  .lg\:gap-75px {
    gap: 75px;
  }

  .lg\:gap-76px {
    gap: 76px;
  }

  .lg\:gap-77px {
    gap: 77px;
  }

  .lg\:gap-78px {
    gap: 78px;
  }

  .lg\:gap-79px {
    gap: 79px;
  }

  .lg\:gap-80px {
    gap: 80px;
  }

  .lg\:gap-81px {
    gap: 81px;
  }

  .lg\:gap-82px {
    gap: 82px;
  }

  .lg\:gap-83px {
    gap: 83px;
  }

  .lg\:gap-84px {
    gap: 84px;
  }

  .lg\:gap-85px {
    gap: 85px;
  }

  .lg\:gap-86px {
    gap: 86px;
  }

  .lg\:gap-87px {
    gap: 87px;
  }

  .lg\:gap-88px {
    gap: 88px;
  }

  .lg\:gap-89px {
    gap: 89px;
  }

  .lg\:gap-90px {
    gap: 90px;
  }

  .lg\:gap-91px {
    gap: 91px;
  }

  .lg\:gap-92px {
    gap: 92px;
  }

  .lg\:gap-93px {
    gap: 93px;
  }

  .lg\:gap-94px {
    gap: 94px;
  }

  .lg\:gap-95px {
    gap: 95px;
  }

  .lg\:gap-96px {
    gap: 96px;
  }

  .lg\:gap-97px {
    gap: 97px;
  }

  .lg\:gap-98px {
    gap: 98px;
  }

  .lg\:gap-99px {
    gap: 99px;
  }

  .lg\:gap-100px {
    gap: 100px;
  }

  .lg\:gap-101px {
    gap: 101px;
  }

  .lg\:gap-102px {
    gap: 102px;
  }

  .lg\:gap-103px {
    gap: 103px;
  }

  .lg\:gap-104px {
    gap: 104px;
  }

  .lg\:gap-105px {
    gap: 105px;
  }

  .lg\:gap-106px {
    gap: 106px;
  }

  .lg\:gap-107px {
    gap: 107px;
  }

  .lg\:gap-108px {
    gap: 108px;
  }

  .lg\:gap-109px {
    gap: 109px;
  }

  .lg\:gap-110px {
    gap: 110px;
  }

  .lg\:gap-111px {
    gap: 111px;
  }

  .lg\:gap-112px {
    gap: 112px;
  }

  .lg\:gap-113px {
    gap: 113px;
  }

  .lg\:gap-114px {
    gap: 114px;
  }

  .lg\:gap-115px {
    gap: 115px;
  }

  .lg\:gap-116px {
    gap: 116px;
  }

  .lg\:gap-117px {
    gap: 117px;
  }

  .lg\:gap-118px {
    gap: 118px;
  }

  .lg\:gap-119px {
    gap: 119px;
  }

  .lg\:gap-120px {
    gap: 120px;
  }

  .lg\:gap-121px {
    gap: 121px;
  }

  .lg\:gap-122px {
    gap: 122px;
  }

  .lg\:gap-123px {
    gap: 123px;
  }

  .lg\:gap-124px {
    gap: 124px;
  }

  .lg\:gap-125px {
    gap: 125px;
  }

  .lg\:gap-126px {
    gap: 126px;
  }

  .lg\:gap-127px {
    gap: 127px;
  }

  .lg\:gap-128px {
    gap: 128px;
  }

  .lg\:gap-129px {
    gap: 129px;
  }

  .lg\:gap-130px {
    gap: 130px;
  }

  .lg\:gap-133px {
    gap: 133px;
  }

  .lg\:gap-140px {
    gap: 140px;
  }

  .lg\:gap-195px {
    gap: 195px;
  }

  .lg\:gap-200px {
    gap: 200px;
  }

  .lg\:gap-210px {
    gap: 210px;
  }

  .lg\:gap-222px {
    gap: 222px;
  }

  .lg\:gap-258px {
    gap: 258px;
  }

  .lg\:gap-280px {
    gap: 280px;
  }

  .lg\:gap-334px {
    gap: 334px;
  }

  .lg\:gap-388px {
    gap: 388px;
  }

  .lg\:gap-480px {
    gap: 480px;
  }

  .lg\:gap-490px {
    gap: 490px;
  }

  .lg\:gap-505px {
    gap: 505px;
  }

  .lg\:gap-507px {
    gap: 507px;
  }

  .lg\:gap-760px {
    gap: 760px;
  }

  .lg\:gap-780px {
    gap: 780px;
  }

  .lg\:gap-980px {
    gap: 980px;
  }

  .lg\:gap-1366px {
    gap: 1366px;
  }

  .lg\:gap-x-0 {
    column-gap: 0px;
  }

  .lg\:gap-x-1 {
    column-gap: 0.25rem;
  }

  .lg\:gap-x-2 {
    column-gap: 0.5rem;
  }

  .lg\:gap-x-3 {
    column-gap: 0.75rem;
  }

  .lg\:gap-x-4 {
    column-gap: 1rem;
  }

  .lg\:gap-x-5 {
    column-gap: 1.25rem;
  }

  .lg\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .lg\:gap-x-7 {
    column-gap: 1.75rem;
  }

  .lg\:gap-x-8 {
    column-gap: 2rem;
  }

  .lg\:gap-x-9 {
    column-gap: 2.25rem;
  }

  .lg\:gap-x-10 {
    column-gap: 2.5rem;
  }

  .lg\:gap-x-11 {
    column-gap: 2.75rem;
  }

  .lg\:gap-x-12 {
    column-gap: 3rem;
  }

  .lg\:gap-x-14 {
    column-gap: 3.5rem;
  }

  .lg\:gap-x-16 {
    column-gap: 4rem;
  }

  .lg\:gap-x-20 {
    column-gap: 5rem;
  }

  .lg\:gap-x-24 {
    column-gap: 6rem;
  }

  .lg\:gap-x-28 {
    column-gap: 7rem;
  }

  .lg\:gap-x-32 {
    column-gap: 8rem;
  }

  .lg\:gap-x-36 {
    column-gap: 9rem;
  }

  .lg\:gap-x-40 {
    column-gap: 10rem;
  }

  .lg\:gap-x-44 {
    column-gap: 11rem;
  }

  .lg\:gap-x-48 {
    column-gap: 12rem;
  }

  .lg\:gap-x-52 {
    column-gap: 13rem;
  }

  .lg\:gap-x-56 {
    column-gap: 14rem;
  }

  .lg\:gap-x-60 {
    column-gap: 15rem;
  }

  .lg\:gap-x-64 {
    column-gap: 16rem;
  }

  .lg\:gap-x-72 {
    column-gap: 18rem;
  }

  .lg\:gap-x-80 {
    column-gap: 20rem;
  }

  .lg\:gap-x-96 {
    column-gap: 24rem;
  }

  .lg\:gap-x-px {
    column-gap: 1px;
  }

  .lg\:gap-x-0\.5 {
    column-gap: 0.125rem;
  }

  .lg\:gap-x-1\.5 {
    column-gap: 0.375rem;
  }

  .lg\:gap-x-2\.5 {
    column-gap: 0.625rem;
  }

  .lg\:gap-x-3\.5 {
    column-gap: 0.875rem;
  }

  .lg\:gap-x-1px {
    column-gap: 1px;
  }

  .lg\:gap-x-2px {
    column-gap: 2px;
  }

  .lg\:gap-x-3px {
    column-gap: 3px;
  }

  .lg\:gap-x-4px {
    column-gap: 4px;
  }

  .lg\:gap-x-5px {
    column-gap: 5px;
  }

  .lg\:gap-x-6px {
    column-gap: 6px;
  }

  .lg\:gap-x-7px {
    column-gap: 7px;
  }

  .lg\:gap-x-8px {
    column-gap: 8px;
  }

  .lg\:gap-x-9px {
    column-gap: 9px;
  }

  .lg\:gap-x-10px {
    column-gap: 10px;
  }

  .lg\:gap-x-11px {
    column-gap: 11px;
  }

  .lg\:gap-x-12px {
    column-gap: 12px;
  }

  .lg\:gap-x-13px {
    column-gap: 13px;
  }

  .lg\:gap-x-14px {
    column-gap: 14px;
  }

  .lg\:gap-x-15px {
    column-gap: 15px;
  }

  .lg\:gap-x-16px {
    column-gap: 16px;
  }

  .lg\:gap-x-17px {
    column-gap: 17px;
  }

  .lg\:gap-x-18px {
    column-gap: 18px;
  }

  .lg\:gap-x-19px {
    column-gap: 19px;
  }

  .lg\:gap-x-20px {
    column-gap: 20px;
  }

  .lg\:gap-x-21px {
    column-gap: 21px;
  }

  .lg\:gap-x-22px {
    column-gap: 22px;
  }

  .lg\:gap-x-23px {
    column-gap: 23px;
  }

  .lg\:gap-x-24px {
    column-gap: 24px;
  }

  .lg\:gap-x-25px {
    column-gap: 25px;
  }

  .lg\:gap-x-26px {
    column-gap: 26px;
  }

  .lg\:gap-x-27px {
    column-gap: 27px;
  }

  .lg\:gap-x-28px {
    column-gap: 28px;
  }

  .lg\:gap-x-29px {
    column-gap: 29px;
  }

  .lg\:gap-x-30px {
    column-gap: 30px;
  }

  .lg\:gap-x-31px {
    column-gap: 31px;
  }

  .lg\:gap-x-32px {
    column-gap: 32px;
  }

  .lg\:gap-x-33px {
    column-gap: 33px;
  }

  .lg\:gap-x-34px {
    column-gap: 34px;
  }

  .lg\:gap-x-35px {
    column-gap: 35px;
  }

  .lg\:gap-x-36px {
    column-gap: 36px;
  }

  .lg\:gap-x-37px {
    column-gap: 37px;
  }

  .lg\:gap-x-38px {
    column-gap: 38px;
  }

  .lg\:gap-x-39px {
    column-gap: 39px;
  }

  .lg\:gap-x-40px {
    column-gap: 40px;
  }

  .lg\:gap-x-41px {
    column-gap: 41px;
  }

  .lg\:gap-x-42px {
    column-gap: 42px;
  }

  .lg\:gap-x-43px {
    column-gap: 43px;
  }

  .lg\:gap-x-44px {
    column-gap: 44px;
  }

  .lg\:gap-x-45px {
    column-gap: 45px;
  }

  .lg\:gap-x-46px {
    column-gap: 46px;
  }

  .lg\:gap-x-47px {
    column-gap: 47px;
  }

  .lg\:gap-x-48px {
    column-gap: 48px;
  }

  .lg\:gap-x-49px {
    column-gap: 49px;
  }

  .lg\:gap-x-50px {
    column-gap: 50px;
  }

  .lg\:gap-x-51px {
    column-gap: 51px;
  }

  .lg\:gap-x-52px {
    column-gap: 52px;
  }

  .lg\:gap-x-53px {
    column-gap: 53px;
  }

  .lg\:gap-x-54px {
    column-gap: 54px;
  }

  .lg\:gap-x-55px {
    column-gap: 55px;
  }

  .lg\:gap-x-56px {
    column-gap: 56px;
  }

  .lg\:gap-x-57px {
    column-gap: 57px;
  }

  .lg\:gap-x-58px {
    column-gap: 58px;
  }

  .lg\:gap-x-59px {
    column-gap: 59px;
  }

  .lg\:gap-x-60px {
    column-gap: 60px;
  }

  .lg\:gap-x-61px {
    column-gap: 61px;
  }

  .lg\:gap-x-62px {
    column-gap: 62px;
  }

  .lg\:gap-x-63px {
    column-gap: 63px;
  }

  .lg\:gap-x-64px {
    column-gap: 64px;
  }

  .lg\:gap-x-65px {
    column-gap: 65px;
  }

  .lg\:gap-x-66px {
    column-gap: 66px;
  }

  .lg\:gap-x-67px {
    column-gap: 67px;
  }

  .lg\:gap-x-68px {
    column-gap: 68px;
  }

  .lg\:gap-x-69px {
    column-gap: 69px;
  }

  .lg\:gap-x-70px {
    column-gap: 70px;
  }

  .lg\:gap-x-71px {
    column-gap: 71px;
  }

  .lg\:gap-x-72px {
    column-gap: 72px;
  }

  .lg\:gap-x-73px {
    column-gap: 73px;
  }

  .lg\:gap-x-74px {
    column-gap: 74px;
  }

  .lg\:gap-x-75px {
    column-gap: 75px;
  }

  .lg\:gap-x-76px {
    column-gap: 76px;
  }

  .lg\:gap-x-77px {
    column-gap: 77px;
  }

  .lg\:gap-x-78px {
    column-gap: 78px;
  }

  .lg\:gap-x-79px {
    column-gap: 79px;
  }

  .lg\:gap-x-80px {
    column-gap: 80px;
  }

  .lg\:gap-x-81px {
    column-gap: 81px;
  }

  .lg\:gap-x-82px {
    column-gap: 82px;
  }

  .lg\:gap-x-83px {
    column-gap: 83px;
  }

  .lg\:gap-x-84px {
    column-gap: 84px;
  }

  .lg\:gap-x-85px {
    column-gap: 85px;
  }

  .lg\:gap-x-86px {
    column-gap: 86px;
  }

  .lg\:gap-x-87px {
    column-gap: 87px;
  }

  .lg\:gap-x-88px {
    column-gap: 88px;
  }

  .lg\:gap-x-89px {
    column-gap: 89px;
  }

  .lg\:gap-x-90px {
    column-gap: 90px;
  }

  .lg\:gap-x-91px {
    column-gap: 91px;
  }

  .lg\:gap-x-92px {
    column-gap: 92px;
  }

  .lg\:gap-x-93px {
    column-gap: 93px;
  }

  .lg\:gap-x-94px {
    column-gap: 94px;
  }

  .lg\:gap-x-95px {
    column-gap: 95px;
  }

  .lg\:gap-x-96px {
    column-gap: 96px;
  }

  .lg\:gap-x-97px {
    column-gap: 97px;
  }

  .lg\:gap-x-98px {
    column-gap: 98px;
  }

  .lg\:gap-x-99px {
    column-gap: 99px;
  }

  .lg\:gap-x-100px {
    column-gap: 100px;
  }

  .lg\:gap-x-101px {
    column-gap: 101px;
  }

  .lg\:gap-x-102px {
    column-gap: 102px;
  }

  .lg\:gap-x-103px {
    column-gap: 103px;
  }

  .lg\:gap-x-104px {
    column-gap: 104px;
  }

  .lg\:gap-x-105px {
    column-gap: 105px;
  }

  .lg\:gap-x-106px {
    column-gap: 106px;
  }

  .lg\:gap-x-107px {
    column-gap: 107px;
  }

  .lg\:gap-x-108px {
    column-gap: 108px;
  }

  .lg\:gap-x-109px {
    column-gap: 109px;
  }

  .lg\:gap-x-110px {
    column-gap: 110px;
  }

  .lg\:gap-x-111px {
    column-gap: 111px;
  }

  .lg\:gap-x-112px {
    column-gap: 112px;
  }

  .lg\:gap-x-113px {
    column-gap: 113px;
  }

  .lg\:gap-x-114px {
    column-gap: 114px;
  }

  .lg\:gap-x-115px {
    column-gap: 115px;
  }

  .lg\:gap-x-116px {
    column-gap: 116px;
  }

  .lg\:gap-x-117px {
    column-gap: 117px;
  }

  .lg\:gap-x-118px {
    column-gap: 118px;
  }

  .lg\:gap-x-119px {
    column-gap: 119px;
  }

  .lg\:gap-x-120px {
    column-gap: 120px;
  }

  .lg\:gap-x-121px {
    column-gap: 121px;
  }

  .lg\:gap-x-122px {
    column-gap: 122px;
  }

  .lg\:gap-x-123px {
    column-gap: 123px;
  }

  .lg\:gap-x-124px {
    column-gap: 124px;
  }

  .lg\:gap-x-125px {
    column-gap: 125px;
  }

  .lg\:gap-x-126px {
    column-gap: 126px;
  }

  .lg\:gap-x-127px {
    column-gap: 127px;
  }

  .lg\:gap-x-128px {
    column-gap: 128px;
  }

  .lg\:gap-x-129px {
    column-gap: 129px;
  }

  .lg\:gap-x-130px {
    column-gap: 130px;
  }

  .lg\:gap-x-133px {
    column-gap: 133px;
  }

  .lg\:gap-x-140px {
    column-gap: 140px;
  }

  .lg\:gap-x-195px {
    column-gap: 195px;
  }

  .lg\:gap-x-200px {
    column-gap: 200px;
  }

  .lg\:gap-x-210px {
    column-gap: 210px;
  }

  .lg\:gap-x-222px {
    column-gap: 222px;
  }

  .lg\:gap-x-258px {
    column-gap: 258px;
  }

  .lg\:gap-x-280px {
    column-gap: 280px;
  }

  .lg\:gap-x-334px {
    column-gap: 334px;
  }

  .lg\:gap-x-388px {
    column-gap: 388px;
  }

  .lg\:gap-x-480px {
    column-gap: 480px;
  }

  .lg\:gap-x-490px {
    column-gap: 490px;
  }

  .lg\:gap-x-505px {
    column-gap: 505px;
  }

  .lg\:gap-x-507px {
    column-gap: 507px;
  }

  .lg\:gap-x-760px {
    column-gap: 760px;
  }

  .lg\:gap-x-780px {
    column-gap: 780px;
  }

  .lg\:gap-x-980px {
    column-gap: 980px;
  }

  .lg\:gap-x-1366px {
    column-gap: 1366px;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .lg\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

  .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-20 {
    row-gap: 5rem;
  }

  .lg\:gap-y-24 {
    row-gap: 6rem;
  }

  .lg\:gap-y-28 {
    row-gap: 7rem;
  }

  .lg\:gap-y-32 {
    row-gap: 8rem;
  }

  .lg\:gap-y-36 {
    row-gap: 9rem;
  }

  .lg\:gap-y-40 {
    row-gap: 10rem;
  }

  .lg\:gap-y-44 {
    row-gap: 11rem;
  }

  .lg\:gap-y-48 {
    row-gap: 12rem;
  }

  .lg\:gap-y-52 {
    row-gap: 13rem;
  }

  .lg\:gap-y-56 {
    row-gap: 14rem;
  }

  .lg\:gap-y-60 {
    row-gap: 15rem;
  }

  .lg\:gap-y-64 {
    row-gap: 16rem;
  }

  .lg\:gap-y-72 {
    row-gap: 18rem;
  }

  .lg\:gap-y-80 {
    row-gap: 20rem;
  }

  .lg\:gap-y-96 {
    row-gap: 24rem;
  }

  .lg\:gap-y-px {
    row-gap: 1px;
  }

  .lg\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .lg\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .lg\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .lg\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .lg\:gap-y-1px {
    row-gap: 1px;
  }

  .lg\:gap-y-2px {
    row-gap: 2px;
  }

  .lg\:gap-y-3px {
    row-gap: 3px;
  }

  .lg\:gap-y-4px {
    row-gap: 4px;
  }

  .lg\:gap-y-5px {
    row-gap: 5px;
  }

  .lg\:gap-y-6px {
    row-gap: 6px;
  }

  .lg\:gap-y-7px {
    row-gap: 7px;
  }

  .lg\:gap-y-8px {
    row-gap: 8px;
  }

  .lg\:gap-y-9px {
    row-gap: 9px;
  }

  .lg\:gap-y-10px {
    row-gap: 10px;
  }

  .lg\:gap-y-11px {
    row-gap: 11px;
  }

  .lg\:gap-y-12px {
    row-gap: 12px;
  }

  .lg\:gap-y-13px {
    row-gap: 13px;
  }

  .lg\:gap-y-14px {
    row-gap: 14px;
  }

  .lg\:gap-y-15px {
    row-gap: 15px;
  }

  .lg\:gap-y-16px {
    row-gap: 16px;
  }

  .lg\:gap-y-17px {
    row-gap: 17px;
  }

  .lg\:gap-y-18px {
    row-gap: 18px;
  }

  .lg\:gap-y-19px {
    row-gap: 19px;
  }

  .lg\:gap-y-20px {
    row-gap: 20px;
  }

  .lg\:gap-y-21px {
    row-gap: 21px;
  }

  .lg\:gap-y-22px {
    row-gap: 22px;
  }

  .lg\:gap-y-23px {
    row-gap: 23px;
  }

  .lg\:gap-y-24px {
    row-gap: 24px;
  }

  .lg\:gap-y-25px {
    row-gap: 25px;
  }

  .lg\:gap-y-26px {
    row-gap: 26px;
  }

  .lg\:gap-y-27px {
    row-gap: 27px;
  }

  .lg\:gap-y-28px {
    row-gap: 28px;
  }

  .lg\:gap-y-29px {
    row-gap: 29px;
  }

  .lg\:gap-y-30px {
    row-gap: 30px;
  }

  .lg\:gap-y-31px {
    row-gap: 31px;
  }

  .lg\:gap-y-32px {
    row-gap: 32px;
  }

  .lg\:gap-y-33px {
    row-gap: 33px;
  }

  .lg\:gap-y-34px {
    row-gap: 34px;
  }

  .lg\:gap-y-35px {
    row-gap: 35px;
  }

  .lg\:gap-y-36px {
    row-gap: 36px;
  }

  .lg\:gap-y-37px {
    row-gap: 37px;
  }

  .lg\:gap-y-38px {
    row-gap: 38px;
  }

  .lg\:gap-y-39px {
    row-gap: 39px;
  }

  .lg\:gap-y-40px {
    row-gap: 40px;
  }

  .lg\:gap-y-41px {
    row-gap: 41px;
  }

  .lg\:gap-y-42px {
    row-gap: 42px;
  }

  .lg\:gap-y-43px {
    row-gap: 43px;
  }

  .lg\:gap-y-44px {
    row-gap: 44px;
  }

  .lg\:gap-y-45px {
    row-gap: 45px;
  }

  .lg\:gap-y-46px {
    row-gap: 46px;
  }

  .lg\:gap-y-47px {
    row-gap: 47px;
  }

  .lg\:gap-y-48px {
    row-gap: 48px;
  }

  .lg\:gap-y-49px {
    row-gap: 49px;
  }

  .lg\:gap-y-50px {
    row-gap: 50px;
  }

  .lg\:gap-y-51px {
    row-gap: 51px;
  }

  .lg\:gap-y-52px {
    row-gap: 52px;
  }

  .lg\:gap-y-53px {
    row-gap: 53px;
  }

  .lg\:gap-y-54px {
    row-gap: 54px;
  }

  .lg\:gap-y-55px {
    row-gap: 55px;
  }

  .lg\:gap-y-56px {
    row-gap: 56px;
  }

  .lg\:gap-y-57px {
    row-gap: 57px;
  }

  .lg\:gap-y-58px {
    row-gap: 58px;
  }

  .lg\:gap-y-59px {
    row-gap: 59px;
  }

  .lg\:gap-y-60px {
    row-gap: 60px;
  }

  .lg\:gap-y-61px {
    row-gap: 61px;
  }

  .lg\:gap-y-62px {
    row-gap: 62px;
  }

  .lg\:gap-y-63px {
    row-gap: 63px;
  }

  .lg\:gap-y-64px {
    row-gap: 64px;
  }

  .lg\:gap-y-65px {
    row-gap: 65px;
  }

  .lg\:gap-y-66px {
    row-gap: 66px;
  }

  .lg\:gap-y-67px {
    row-gap: 67px;
  }

  .lg\:gap-y-68px {
    row-gap: 68px;
  }

  .lg\:gap-y-69px {
    row-gap: 69px;
  }

  .lg\:gap-y-70px {
    row-gap: 70px;
  }

  .lg\:gap-y-71px {
    row-gap: 71px;
  }

  .lg\:gap-y-72px {
    row-gap: 72px;
  }

  .lg\:gap-y-73px {
    row-gap: 73px;
  }

  .lg\:gap-y-74px {
    row-gap: 74px;
  }

  .lg\:gap-y-75px {
    row-gap: 75px;
  }

  .lg\:gap-y-76px {
    row-gap: 76px;
  }

  .lg\:gap-y-77px {
    row-gap: 77px;
  }

  .lg\:gap-y-78px {
    row-gap: 78px;
  }

  .lg\:gap-y-79px {
    row-gap: 79px;
  }

  .lg\:gap-y-80px {
    row-gap: 80px;
  }

  .lg\:gap-y-81px {
    row-gap: 81px;
  }

  .lg\:gap-y-82px {
    row-gap: 82px;
  }

  .lg\:gap-y-83px {
    row-gap: 83px;
  }

  .lg\:gap-y-84px {
    row-gap: 84px;
  }

  .lg\:gap-y-85px {
    row-gap: 85px;
  }

  .lg\:gap-y-86px {
    row-gap: 86px;
  }

  .lg\:gap-y-87px {
    row-gap: 87px;
  }

  .lg\:gap-y-88px {
    row-gap: 88px;
  }

  .lg\:gap-y-89px {
    row-gap: 89px;
  }

  .lg\:gap-y-90px {
    row-gap: 90px;
  }

  .lg\:gap-y-91px {
    row-gap: 91px;
  }

  .lg\:gap-y-92px {
    row-gap: 92px;
  }

  .lg\:gap-y-93px {
    row-gap: 93px;
  }

  .lg\:gap-y-94px {
    row-gap: 94px;
  }

  .lg\:gap-y-95px {
    row-gap: 95px;
  }

  .lg\:gap-y-96px {
    row-gap: 96px;
  }

  .lg\:gap-y-97px {
    row-gap: 97px;
  }

  .lg\:gap-y-98px {
    row-gap: 98px;
  }

  .lg\:gap-y-99px {
    row-gap: 99px;
  }

  .lg\:gap-y-100px {
    row-gap: 100px;
  }

  .lg\:gap-y-101px {
    row-gap: 101px;
  }

  .lg\:gap-y-102px {
    row-gap: 102px;
  }

  .lg\:gap-y-103px {
    row-gap: 103px;
  }

  .lg\:gap-y-104px {
    row-gap: 104px;
  }

  .lg\:gap-y-105px {
    row-gap: 105px;
  }

  .lg\:gap-y-106px {
    row-gap: 106px;
  }

  .lg\:gap-y-107px {
    row-gap: 107px;
  }

  .lg\:gap-y-108px {
    row-gap: 108px;
  }

  .lg\:gap-y-109px {
    row-gap: 109px;
  }

  .lg\:gap-y-110px {
    row-gap: 110px;
  }

  .lg\:gap-y-111px {
    row-gap: 111px;
  }

  .lg\:gap-y-112px {
    row-gap: 112px;
  }

  .lg\:gap-y-113px {
    row-gap: 113px;
  }

  .lg\:gap-y-114px {
    row-gap: 114px;
  }

  .lg\:gap-y-115px {
    row-gap: 115px;
  }

  .lg\:gap-y-116px {
    row-gap: 116px;
  }

  .lg\:gap-y-117px {
    row-gap: 117px;
  }

  .lg\:gap-y-118px {
    row-gap: 118px;
  }

  .lg\:gap-y-119px {
    row-gap: 119px;
  }

  .lg\:gap-y-120px {
    row-gap: 120px;
  }

  .lg\:gap-y-121px {
    row-gap: 121px;
  }

  .lg\:gap-y-122px {
    row-gap: 122px;
  }

  .lg\:gap-y-123px {
    row-gap: 123px;
  }

  .lg\:gap-y-124px {
    row-gap: 124px;
  }

  .lg\:gap-y-125px {
    row-gap: 125px;
  }

  .lg\:gap-y-126px {
    row-gap: 126px;
  }

  .lg\:gap-y-127px {
    row-gap: 127px;
  }

  .lg\:gap-y-128px {
    row-gap: 128px;
  }

  .lg\:gap-y-129px {
    row-gap: 129px;
  }

  .lg\:gap-y-130px {
    row-gap: 130px;
  }

  .lg\:gap-y-133px {
    row-gap: 133px;
  }

  .lg\:gap-y-140px {
    row-gap: 140px;
  }

  .lg\:gap-y-195px {
    row-gap: 195px;
  }

  .lg\:gap-y-200px {
    row-gap: 200px;
  }

  .lg\:gap-y-210px {
    row-gap: 210px;
  }

  .lg\:gap-y-222px {
    row-gap: 222px;
  }

  .lg\:gap-y-258px {
    row-gap: 258px;
  }

  .lg\:gap-y-280px {
    row-gap: 280px;
  }

  .lg\:gap-y-334px {
    row-gap: 334px;
  }

  .lg\:gap-y-388px {
    row-gap: 388px;
  }

  .lg\:gap-y-480px {
    row-gap: 480px;
  }

  .lg\:gap-y-490px {
    row-gap: 490px;
  }

  .lg\:gap-y-505px {
    row-gap: 505px;
  }

  .lg\:gap-y-507px {
    row-gap: 507px;
  }

  .lg\:gap-y-760px {
    row-gap: 760px;
  }

  .lg\:gap-y-780px {
    row-gap: 780px;
  }

  .lg\:gap-y-980px {
    row-gap: 980px;
  }

  .lg\:gap-y-1366px {
    row-gap: 1366px;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:col-auto {
    grid-column: auto;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:col-end-1 {
    grid-column-end: 1;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:row-auto {
    grid-row: auto;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-start-4 {
    grid-row-start: 4;
  }

  .lg\:row-start-5 {
    grid-row-start: 5;
  }

  .lg\:row-start-6 {
    grid-row-start: 6;
  }

  .lg\:row-start-7 {
    grid-row-start: 7;
  }

  .lg\:row-start-auto {
    grid-row-start: auto;
  }

  .lg\:row-end-1 {
    grid-row-end: 1;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:row-end-5 {
    grid-row-end: 5;
  }

  .lg\:row-end-6 {
    grid-row-end: 6;
  }

  .lg\:row-end-7 {
    grid-row-end: 7;
  }

  .lg\:row-end-auto {
    grid-row-end: auto;
  }

  .lg\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-none {
    transform: none;
  }

  .lg\:origin-center {
    transform-origin: center;
  }

  .lg\:origin-top {
    transform-origin: top;
  }

  .lg\:origin-top-right {
    transform-origin: top right;
  }

  .lg\:origin-right {
    transform-origin: right;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .lg\:origin-bottom {
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg\:origin-left {
    transform-origin: left;
  }

  .lg\:origin-top-left {
    transform-origin: top left;
  }

  .lg\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .lg\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .lg\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .lg\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .lg\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .lg\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .lg\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .lg\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .lg\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .lg\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .lg\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .lg\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .lg\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .lg\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .lg\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .lg\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .lg\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .lg\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .lg\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .lg\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .lg\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .lg\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .lg\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .lg\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .lg\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .lg\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .lg\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .lg\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .lg\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .lg\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .lg\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .lg\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .lg\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .lg\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .lg\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .lg\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .lg\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .lg\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .lg\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .lg\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .lg\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .lg\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .lg\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .lg\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .lg\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .lg\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .lg\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .lg\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .lg\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .lg\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .lg\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .lg\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .lg\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .lg\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .lg\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .lg\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .lg\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .lg\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .lg\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .lg\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .lg\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .lg\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .lg\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .lg\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .lg\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .lg\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .lg\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .lg\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .lg\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .lg\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .lg\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .lg\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .lg\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .lg\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .lg\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .lg\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .lg\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .lg\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .lg\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .lg\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .lg\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .lg\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .lg\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .lg\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .lg\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .lg\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .lg\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .lg\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .lg\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .lg\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .lg\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .lg\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .lg\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .lg\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .lg\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .lg\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .lg\:translate-x-1px {
    --tw-translate-x: 1px;
  }

  .lg\:translate-x-2px {
    --tw-translate-x: 2px;
  }

  .lg\:translate-x-3px {
    --tw-translate-x: 3px;
  }

  .lg\:translate-x-4px {
    --tw-translate-x: 4px;
  }

  .lg\:translate-x-5px {
    --tw-translate-x: 5px;
  }

  .lg\:translate-x-6px {
    --tw-translate-x: 6px;
  }

  .lg\:translate-x-7px {
    --tw-translate-x: 7px;
  }

  .lg\:translate-x-8px {
    --tw-translate-x: 8px;
  }

  .lg\:translate-x-9px {
    --tw-translate-x: 9px;
  }

  .lg\:translate-x-10px {
    --tw-translate-x: 10px;
  }

  .lg\:translate-x-11px {
    --tw-translate-x: 11px;
  }

  .lg\:translate-x-12px {
    --tw-translate-x: 12px;
  }

  .lg\:translate-x-13px {
    --tw-translate-x: 13px;
  }

  .lg\:translate-x-14px {
    --tw-translate-x: 14px;
  }

  .lg\:translate-x-15px {
    --tw-translate-x: 15px;
  }

  .lg\:translate-x-16px {
    --tw-translate-x: 16px;
  }

  .lg\:translate-x-17px {
    --tw-translate-x: 17px;
  }

  .lg\:translate-x-18px {
    --tw-translate-x: 18px;
  }

  .lg\:translate-x-19px {
    --tw-translate-x: 19px;
  }

  .lg\:translate-x-20px {
    --tw-translate-x: 20px;
  }

  .lg\:translate-x-21px {
    --tw-translate-x: 21px;
  }

  .lg\:translate-x-22px {
    --tw-translate-x: 22px;
  }

  .lg\:translate-x-23px {
    --tw-translate-x: 23px;
  }

  .lg\:translate-x-24px {
    --tw-translate-x: 24px;
  }

  .lg\:translate-x-25px {
    --tw-translate-x: 25px;
  }

  .lg\:translate-x-26px {
    --tw-translate-x: 26px;
  }

  .lg\:translate-x-27px {
    --tw-translate-x: 27px;
  }

  .lg\:translate-x-28px {
    --tw-translate-x: 28px;
  }

  .lg\:translate-x-29px {
    --tw-translate-x: 29px;
  }

  .lg\:translate-x-30px {
    --tw-translate-x: 30px;
  }

  .lg\:translate-x-31px {
    --tw-translate-x: 31px;
  }

  .lg\:translate-x-32px {
    --tw-translate-x: 32px;
  }

  .lg\:translate-x-33px {
    --tw-translate-x: 33px;
  }

  .lg\:translate-x-34px {
    --tw-translate-x: 34px;
  }

  .lg\:translate-x-35px {
    --tw-translate-x: 35px;
  }

  .lg\:translate-x-36px {
    --tw-translate-x: 36px;
  }

  .lg\:translate-x-37px {
    --tw-translate-x: 37px;
  }

  .lg\:translate-x-38px {
    --tw-translate-x: 38px;
  }

  .lg\:translate-x-39px {
    --tw-translate-x: 39px;
  }

  .lg\:translate-x-40px {
    --tw-translate-x: 40px;
  }

  .lg\:translate-x-41px {
    --tw-translate-x: 41px;
  }

  .lg\:translate-x-42px {
    --tw-translate-x: 42px;
  }

  .lg\:translate-x-43px {
    --tw-translate-x: 43px;
  }

  .lg\:translate-x-44px {
    --tw-translate-x: 44px;
  }

  .lg\:translate-x-45px {
    --tw-translate-x: 45px;
  }

  .lg\:translate-x-46px {
    --tw-translate-x: 46px;
  }

  .lg\:translate-x-47px {
    --tw-translate-x: 47px;
  }

  .lg\:translate-x-48px {
    --tw-translate-x: 48px;
  }

  .lg\:translate-x-49px {
    --tw-translate-x: 49px;
  }

  .lg\:translate-x-50px {
    --tw-translate-x: 50px;
  }

  .lg\:translate-x-51px {
    --tw-translate-x: 51px;
  }

  .lg\:translate-x-52px {
    --tw-translate-x: 52px;
  }

  .lg\:translate-x-53px {
    --tw-translate-x: 53px;
  }

  .lg\:translate-x-54px {
    --tw-translate-x: 54px;
  }

  .lg\:translate-x-55px {
    --tw-translate-x: 55px;
  }

  .lg\:translate-x-56px {
    --tw-translate-x: 56px;
  }

  .lg\:translate-x-57px {
    --tw-translate-x: 57px;
  }

  .lg\:translate-x-58px {
    --tw-translate-x: 58px;
  }

  .lg\:translate-x-59px {
    --tw-translate-x: 59px;
  }

  .lg\:translate-x-60px {
    --tw-translate-x: 60px;
  }

  .lg\:translate-x-61px {
    --tw-translate-x: 61px;
  }

  .lg\:translate-x-62px {
    --tw-translate-x: 62px;
  }

  .lg\:translate-x-63px {
    --tw-translate-x: 63px;
  }

  .lg\:translate-x-64px {
    --tw-translate-x: 64px;
  }

  .lg\:translate-x-65px {
    --tw-translate-x: 65px;
  }

  .lg\:translate-x-66px {
    --tw-translate-x: 66px;
  }

  .lg\:translate-x-67px {
    --tw-translate-x: 67px;
  }

  .lg\:translate-x-68px {
    --tw-translate-x: 68px;
  }

  .lg\:translate-x-69px {
    --tw-translate-x: 69px;
  }

  .lg\:translate-x-70px {
    --tw-translate-x: 70px;
  }

  .lg\:translate-x-71px {
    --tw-translate-x: 71px;
  }

  .lg\:translate-x-72px {
    --tw-translate-x: 72px;
  }

  .lg\:translate-x-73px {
    --tw-translate-x: 73px;
  }

  .lg\:translate-x-74px {
    --tw-translate-x: 74px;
  }

  .lg\:translate-x-75px {
    --tw-translate-x: 75px;
  }

  .lg\:translate-x-76px {
    --tw-translate-x: 76px;
  }

  .lg\:translate-x-77px {
    --tw-translate-x: 77px;
  }

  .lg\:translate-x-78px {
    --tw-translate-x: 78px;
  }

  .lg\:translate-x-79px {
    --tw-translate-x: 79px;
  }

  .lg\:translate-x-80px {
    --tw-translate-x: 80px;
  }

  .lg\:translate-x-81px {
    --tw-translate-x: 81px;
  }

  .lg\:translate-x-82px {
    --tw-translate-x: 82px;
  }

  .lg\:translate-x-83px {
    --tw-translate-x: 83px;
  }

  .lg\:translate-x-84px {
    --tw-translate-x: 84px;
  }

  .lg\:translate-x-85px {
    --tw-translate-x: 85px;
  }

  .lg\:translate-x-86px {
    --tw-translate-x: 86px;
  }

  .lg\:translate-x-87px {
    --tw-translate-x: 87px;
  }

  .lg\:translate-x-88px {
    --tw-translate-x: 88px;
  }

  .lg\:translate-x-89px {
    --tw-translate-x: 89px;
  }

  .lg\:translate-x-90px {
    --tw-translate-x: 90px;
  }

  .lg\:translate-x-91px {
    --tw-translate-x: 91px;
  }

  .lg\:translate-x-92px {
    --tw-translate-x: 92px;
  }

  .lg\:translate-x-93px {
    --tw-translate-x: 93px;
  }

  .lg\:translate-x-94px {
    --tw-translate-x: 94px;
  }

  .lg\:translate-x-95px {
    --tw-translate-x: 95px;
  }

  .lg\:translate-x-96px {
    --tw-translate-x: 96px;
  }

  .lg\:translate-x-97px {
    --tw-translate-x: 97px;
  }

  .lg\:translate-x-98px {
    --tw-translate-x: 98px;
  }

  .lg\:translate-x-99px {
    --tw-translate-x: 99px;
  }

  .lg\:translate-x-100px {
    --tw-translate-x: 100px;
  }

  .lg\:translate-x-101px {
    --tw-translate-x: 101px;
  }

  .lg\:translate-x-102px {
    --tw-translate-x: 102px;
  }

  .lg\:translate-x-103px {
    --tw-translate-x: 103px;
  }

  .lg\:translate-x-104px {
    --tw-translate-x: 104px;
  }

  .lg\:translate-x-105px {
    --tw-translate-x: 105px;
  }

  .lg\:translate-x-106px {
    --tw-translate-x: 106px;
  }

  .lg\:translate-x-107px {
    --tw-translate-x: 107px;
  }

  .lg\:translate-x-108px {
    --tw-translate-x: 108px;
  }

  .lg\:translate-x-109px {
    --tw-translate-x: 109px;
  }

  .lg\:translate-x-110px {
    --tw-translate-x: 110px;
  }

  .lg\:translate-x-111px {
    --tw-translate-x: 111px;
  }

  .lg\:translate-x-112px {
    --tw-translate-x: 112px;
  }

  .lg\:translate-x-113px {
    --tw-translate-x: 113px;
  }

  .lg\:translate-x-114px {
    --tw-translate-x: 114px;
  }

  .lg\:translate-x-115px {
    --tw-translate-x: 115px;
  }

  .lg\:translate-x-116px {
    --tw-translate-x: 116px;
  }

  .lg\:translate-x-117px {
    --tw-translate-x: 117px;
  }

  .lg\:translate-x-118px {
    --tw-translate-x: 118px;
  }

  .lg\:translate-x-119px {
    --tw-translate-x: 119px;
  }

  .lg\:translate-x-120px {
    --tw-translate-x: 120px;
  }

  .lg\:translate-x-121px {
    --tw-translate-x: 121px;
  }

  .lg\:translate-x-122px {
    --tw-translate-x: 122px;
  }

  .lg\:translate-x-123px {
    --tw-translate-x: 123px;
  }

  .lg\:translate-x-124px {
    --tw-translate-x: 124px;
  }

  .lg\:translate-x-125px {
    --tw-translate-x: 125px;
  }

  .lg\:translate-x-126px {
    --tw-translate-x: 126px;
  }

  .lg\:translate-x-127px {
    --tw-translate-x: 127px;
  }

  .lg\:translate-x-128px {
    --tw-translate-x: 128px;
  }

  .lg\:translate-x-129px {
    --tw-translate-x: 129px;
  }

  .lg\:translate-x-130px {
    --tw-translate-x: 130px;
  }

  .lg\:translate-x-133px {
    --tw-translate-x: 133px;
  }

  .lg\:translate-x-140px {
    --tw-translate-x: 140px;
  }

  .lg\:translate-x-195px {
    --tw-translate-x: 195px;
  }

  .lg\:translate-x-200px {
    --tw-translate-x: 200px;
  }

  .lg\:translate-x-210px {
    --tw-translate-x: 210px;
  }

  .lg\:translate-x-222px {
    --tw-translate-x: 222px;
  }

  .lg\:translate-x-258px {
    --tw-translate-x: 258px;
  }

  .lg\:translate-x-280px {
    --tw-translate-x: 280px;
  }

  .lg\:translate-x-334px {
    --tw-translate-x: 334px;
  }

  .lg\:translate-x-388px {
    --tw-translate-x: 388px;
  }

  .lg\:translate-x-480px {
    --tw-translate-x: 480px;
  }

  .lg\:translate-x-490px {
    --tw-translate-x: 490px;
  }

  .lg\:translate-x-505px {
    --tw-translate-x: 505px;
  }

  .lg\:translate-x-507px {
    --tw-translate-x: 507px;
  }

  .lg\:translate-x-760px {
    --tw-translate-x: 760px;
  }

  .lg\:translate-x-780px {
    --tw-translate-x: 780px;
  }

  .lg\:translate-x-980px {
    --tw-translate-x: 980px;
  }

  .lg\:translate-x-1366px {
    --tw-translate-x: 1366px;
  }

  .lg\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .lg\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .lg\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .lg\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .lg\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .lg\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .lg\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .lg\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .lg\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .lg\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .lg\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .lg\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .lg\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .lg\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .lg\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .lg\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .lg\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .lg\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .lg\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .lg\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .lg\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .lg\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .lg\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .lg\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .lg\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .lg\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .lg\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .lg\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .lg\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .lg\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .lg\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .lg\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .lg\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .lg\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .lg\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .lg\:-translate-x-1px {
    --tw-translate-x: -1px;
  }

  .lg\:-translate-x-2px {
    --tw-translate-x: -2px;
  }

  .lg\:-translate-x-3px {
    --tw-translate-x: -3px;
  }

  .lg\:-translate-x-4px {
    --tw-translate-x: -4px;
  }

  .lg\:-translate-x-5px {
    --tw-translate-x: -5px;
  }

  .lg\:-translate-x-6px {
    --tw-translate-x: -6px;
  }

  .lg\:-translate-x-7px {
    --tw-translate-x: -7px;
  }

  .lg\:-translate-x-8px {
    --tw-translate-x: -8px;
  }

  .lg\:-translate-x-9px {
    --tw-translate-x: -9px;
  }

  .lg\:-translate-x-10px {
    --tw-translate-x: -10px;
  }

  .lg\:-translate-x-11px {
    --tw-translate-x: -11px;
  }

  .lg\:-translate-x-12px {
    --tw-translate-x: -12px;
  }

  .lg\:-translate-x-13px {
    --tw-translate-x: -13px;
  }

  .lg\:-translate-x-14px {
    --tw-translate-x: -14px;
  }

  .lg\:-translate-x-15px {
    --tw-translate-x: -15px;
  }

  .lg\:-translate-x-16px {
    --tw-translate-x: -16px;
  }

  .lg\:-translate-x-17px {
    --tw-translate-x: -17px;
  }

  .lg\:-translate-x-18px {
    --tw-translate-x: -18px;
  }

  .lg\:-translate-x-19px {
    --tw-translate-x: -19px;
  }

  .lg\:-translate-x-20px {
    --tw-translate-x: -20px;
  }

  .lg\:-translate-x-21px {
    --tw-translate-x: -21px;
  }

  .lg\:-translate-x-22px {
    --tw-translate-x: -22px;
  }

  .lg\:-translate-x-23px {
    --tw-translate-x: -23px;
  }

  .lg\:-translate-x-24px {
    --tw-translate-x: -24px;
  }

  .lg\:-translate-x-25px {
    --tw-translate-x: -25px;
  }

  .lg\:-translate-x-26px {
    --tw-translate-x: -26px;
  }

  .lg\:-translate-x-27px {
    --tw-translate-x: -27px;
  }

  .lg\:-translate-x-28px {
    --tw-translate-x: -28px;
  }

  .lg\:-translate-x-29px {
    --tw-translate-x: -29px;
  }

  .lg\:-translate-x-30px {
    --tw-translate-x: -30px;
  }

  .lg\:-translate-x-31px {
    --tw-translate-x: -31px;
  }

  .lg\:-translate-x-32px {
    --tw-translate-x: -32px;
  }

  .lg\:-translate-x-33px {
    --tw-translate-x: -33px;
  }

  .lg\:-translate-x-34px {
    --tw-translate-x: -34px;
  }

  .lg\:-translate-x-35px {
    --tw-translate-x: -35px;
  }

  .lg\:-translate-x-36px {
    --tw-translate-x: -36px;
  }

  .lg\:-translate-x-37px {
    --tw-translate-x: -37px;
  }

  .lg\:-translate-x-38px {
    --tw-translate-x: -38px;
  }

  .lg\:-translate-x-39px {
    --tw-translate-x: -39px;
  }

  .lg\:-translate-x-40px {
    --tw-translate-x: -40px;
  }

  .lg\:-translate-x-41px {
    --tw-translate-x: -41px;
  }

  .lg\:-translate-x-42px {
    --tw-translate-x: -42px;
  }

  .lg\:-translate-x-43px {
    --tw-translate-x: -43px;
  }

  .lg\:-translate-x-44px {
    --tw-translate-x: -44px;
  }

  .lg\:-translate-x-45px {
    --tw-translate-x: -45px;
  }

  .lg\:-translate-x-46px {
    --tw-translate-x: -46px;
  }

  .lg\:-translate-x-47px {
    --tw-translate-x: -47px;
  }

  .lg\:-translate-x-48px {
    --tw-translate-x: -48px;
  }

  .lg\:-translate-x-49px {
    --tw-translate-x: -49px;
  }

  .lg\:-translate-x-50px {
    --tw-translate-x: -50px;
  }

  .lg\:-translate-x-51px {
    --tw-translate-x: -51px;
  }

  .lg\:-translate-x-52px {
    --tw-translate-x: -52px;
  }

  .lg\:-translate-x-53px {
    --tw-translate-x: -53px;
  }

  .lg\:-translate-x-54px {
    --tw-translate-x: -54px;
  }

  .lg\:-translate-x-55px {
    --tw-translate-x: -55px;
  }

  .lg\:-translate-x-56px {
    --tw-translate-x: -56px;
  }

  .lg\:-translate-x-57px {
    --tw-translate-x: -57px;
  }

  .lg\:-translate-x-58px {
    --tw-translate-x: -58px;
  }

  .lg\:-translate-x-59px {
    --tw-translate-x: -59px;
  }

  .lg\:-translate-x-60px {
    --tw-translate-x: -60px;
  }

  .lg\:-translate-x-61px {
    --tw-translate-x: -61px;
  }

  .lg\:-translate-x-62px {
    --tw-translate-x: -62px;
  }

  .lg\:-translate-x-63px {
    --tw-translate-x: -63px;
  }

  .lg\:-translate-x-64px {
    --tw-translate-x: -64px;
  }

  .lg\:-translate-x-65px {
    --tw-translate-x: -65px;
  }

  .lg\:-translate-x-66px {
    --tw-translate-x: -66px;
  }

  .lg\:-translate-x-67px {
    --tw-translate-x: -67px;
  }

  .lg\:-translate-x-68px {
    --tw-translate-x: -68px;
  }

  .lg\:-translate-x-69px {
    --tw-translate-x: -69px;
  }

  .lg\:-translate-x-70px {
    --tw-translate-x: -70px;
  }

  .lg\:-translate-x-71px {
    --tw-translate-x: -71px;
  }

  .lg\:-translate-x-72px {
    --tw-translate-x: -72px;
  }

  .lg\:-translate-x-73px {
    --tw-translate-x: -73px;
  }

  .lg\:-translate-x-74px {
    --tw-translate-x: -74px;
  }

  .lg\:-translate-x-75px {
    --tw-translate-x: -75px;
  }

  .lg\:-translate-x-76px {
    --tw-translate-x: -76px;
  }

  .lg\:-translate-x-77px {
    --tw-translate-x: -77px;
  }

  .lg\:-translate-x-78px {
    --tw-translate-x: -78px;
  }

  .lg\:-translate-x-79px {
    --tw-translate-x: -79px;
  }

  .lg\:-translate-x-80px {
    --tw-translate-x: -80px;
  }

  .lg\:-translate-x-81px {
    --tw-translate-x: -81px;
  }

  .lg\:-translate-x-82px {
    --tw-translate-x: -82px;
  }

  .lg\:-translate-x-83px {
    --tw-translate-x: -83px;
  }

  .lg\:-translate-x-84px {
    --tw-translate-x: -84px;
  }

  .lg\:-translate-x-85px {
    --tw-translate-x: -85px;
  }

  .lg\:-translate-x-86px {
    --tw-translate-x: -86px;
  }

  .lg\:-translate-x-87px {
    --tw-translate-x: -87px;
  }

  .lg\:-translate-x-88px {
    --tw-translate-x: -88px;
  }

  .lg\:-translate-x-89px {
    --tw-translate-x: -89px;
  }

  .lg\:-translate-x-90px {
    --tw-translate-x: -90px;
  }

  .lg\:-translate-x-91px {
    --tw-translate-x: -91px;
  }

  .lg\:-translate-x-92px {
    --tw-translate-x: -92px;
  }

  .lg\:-translate-x-93px {
    --tw-translate-x: -93px;
  }

  .lg\:-translate-x-94px {
    --tw-translate-x: -94px;
  }

  .lg\:-translate-x-95px {
    --tw-translate-x: -95px;
  }

  .lg\:-translate-x-96px {
    --tw-translate-x: -96px;
  }

  .lg\:-translate-x-97px {
    --tw-translate-x: -97px;
  }

  .lg\:-translate-x-98px {
    --tw-translate-x: -98px;
  }

  .lg\:-translate-x-99px {
    --tw-translate-x: -99px;
  }

  .lg\:-translate-x-100px {
    --tw-translate-x: -100px;
  }

  .lg\:-translate-x-101px {
    --tw-translate-x: -101px;
  }

  .lg\:-translate-x-102px {
    --tw-translate-x: -102px;
  }

  .lg\:-translate-x-103px {
    --tw-translate-x: -103px;
  }

  .lg\:-translate-x-104px {
    --tw-translate-x: -104px;
  }

  .lg\:-translate-x-105px {
    --tw-translate-x: -105px;
  }

  .lg\:-translate-x-106px {
    --tw-translate-x: -106px;
  }

  .lg\:-translate-x-107px {
    --tw-translate-x: -107px;
  }

  .lg\:-translate-x-108px {
    --tw-translate-x: -108px;
  }

  .lg\:-translate-x-109px {
    --tw-translate-x: -109px;
  }

  .lg\:-translate-x-110px {
    --tw-translate-x: -110px;
  }

  .lg\:-translate-x-111px {
    --tw-translate-x: -111px;
  }

  .lg\:-translate-x-112px {
    --tw-translate-x: -112px;
  }

  .lg\:-translate-x-113px {
    --tw-translate-x: -113px;
  }

  .lg\:-translate-x-114px {
    --tw-translate-x: -114px;
  }

  .lg\:-translate-x-115px {
    --tw-translate-x: -115px;
  }

  .lg\:-translate-x-116px {
    --tw-translate-x: -116px;
  }

  .lg\:-translate-x-117px {
    --tw-translate-x: -117px;
  }

  .lg\:-translate-x-118px {
    --tw-translate-x: -118px;
  }

  .lg\:-translate-x-119px {
    --tw-translate-x: -119px;
  }

  .lg\:-translate-x-120px {
    --tw-translate-x: -120px;
  }

  .lg\:-translate-x-121px {
    --tw-translate-x: -121px;
  }

  .lg\:-translate-x-122px {
    --tw-translate-x: -122px;
  }

  .lg\:-translate-x-123px {
    --tw-translate-x: -123px;
  }

  .lg\:-translate-x-124px {
    --tw-translate-x: -124px;
  }

  .lg\:-translate-x-125px {
    --tw-translate-x: -125px;
  }

  .lg\:-translate-x-126px {
    --tw-translate-x: -126px;
  }

  .lg\:-translate-x-127px {
    --tw-translate-x: -127px;
  }

  .lg\:-translate-x-128px {
    --tw-translate-x: -128px;
  }

  .lg\:-translate-x-129px {
    --tw-translate-x: -129px;
  }

  .lg\:-translate-x-130px {
    --tw-translate-x: -130px;
  }

  .lg\:-translate-x-133px {
    --tw-translate-x: -133px;
  }

  .lg\:-translate-x-140px {
    --tw-translate-x: -140px;
  }

  .lg\:-translate-x-195px {
    --tw-translate-x: -195px;
  }

  .lg\:-translate-x-200px {
    --tw-translate-x: -200px;
  }

  .lg\:-translate-x-210px {
    --tw-translate-x: -210px;
  }

  .lg\:-translate-x-222px {
    --tw-translate-x: -222px;
  }

  .lg\:-translate-x-258px {
    --tw-translate-x: -258px;
  }

  .lg\:-translate-x-280px {
    --tw-translate-x: -280px;
  }

  .lg\:-translate-x-334px {
    --tw-translate-x: -334px;
  }

  .lg\:-translate-x-388px {
    --tw-translate-x: -388px;
  }

  .lg\:-translate-x-480px {
    --tw-translate-x: -480px;
  }

  .lg\:-translate-x-490px {
    --tw-translate-x: -490px;
  }

  .lg\:-translate-x-505px {
    --tw-translate-x: -505px;
  }

  .lg\:-translate-x-507px {
    --tw-translate-x: -507px;
  }

  .lg\:-translate-x-760px {
    --tw-translate-x: -760px;
  }

  .lg\:-translate-x-780px {
    --tw-translate-x: -780px;
  }

  .lg\:-translate-x-980px {
    --tw-translate-x: -980px;
  }

  .lg\:-translate-x-1366px {
    --tw-translate-x: -1366px;
  }

  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .lg\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .lg\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .lg\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .lg\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .lg\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .lg\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .lg\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .lg\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .lg\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .lg\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .lg\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .lg\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .lg\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .lg\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .lg\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .lg\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .lg\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .lg\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .lg\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .lg\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .lg\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .lg\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .lg\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .lg\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .lg\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .lg\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .lg\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .lg\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .lg\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .lg\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .lg\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .lg\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .lg\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .lg\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .lg\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .lg\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .lg\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .lg\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .lg\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .lg\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .lg\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .lg\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .lg\:translate-y-1px {
    --tw-translate-y: 1px;
  }

  .lg\:translate-y-2px {
    --tw-translate-y: 2px;
  }

  .lg\:translate-y-3px {
    --tw-translate-y: 3px;
  }

  .lg\:translate-y-4px {
    --tw-translate-y: 4px;
  }

  .lg\:translate-y-5px {
    --tw-translate-y: 5px;
  }

  .lg\:translate-y-6px {
    --tw-translate-y: 6px;
  }

  .lg\:translate-y-7px {
    --tw-translate-y: 7px;
  }

  .lg\:translate-y-8px {
    --tw-translate-y: 8px;
  }

  .lg\:translate-y-9px {
    --tw-translate-y: 9px;
  }

  .lg\:translate-y-10px {
    --tw-translate-y: 10px;
  }

  .lg\:translate-y-11px {
    --tw-translate-y: 11px;
  }

  .lg\:translate-y-12px {
    --tw-translate-y: 12px;
  }

  .lg\:translate-y-13px {
    --tw-translate-y: 13px;
  }

  .lg\:translate-y-14px {
    --tw-translate-y: 14px;
  }

  .lg\:translate-y-15px {
    --tw-translate-y: 15px;
  }

  .lg\:translate-y-16px {
    --tw-translate-y: 16px;
  }

  .lg\:translate-y-17px {
    --tw-translate-y: 17px;
  }

  .lg\:translate-y-18px {
    --tw-translate-y: 18px;
  }

  .lg\:translate-y-19px {
    --tw-translate-y: 19px;
  }

  .lg\:translate-y-20px {
    --tw-translate-y: 20px;
  }

  .lg\:translate-y-21px {
    --tw-translate-y: 21px;
  }

  .lg\:translate-y-22px {
    --tw-translate-y: 22px;
  }

  .lg\:translate-y-23px {
    --tw-translate-y: 23px;
  }

  .lg\:translate-y-24px {
    --tw-translate-y: 24px;
  }

  .lg\:translate-y-25px {
    --tw-translate-y: 25px;
  }

  .lg\:translate-y-26px {
    --tw-translate-y: 26px;
  }

  .lg\:translate-y-27px {
    --tw-translate-y: 27px;
  }

  .lg\:translate-y-28px {
    --tw-translate-y: 28px;
  }

  .lg\:translate-y-29px {
    --tw-translate-y: 29px;
  }

  .lg\:translate-y-30px {
    --tw-translate-y: 30px;
  }

  .lg\:translate-y-31px {
    --tw-translate-y: 31px;
  }

  .lg\:translate-y-32px {
    --tw-translate-y: 32px;
  }

  .lg\:translate-y-33px {
    --tw-translate-y: 33px;
  }

  .lg\:translate-y-34px {
    --tw-translate-y: 34px;
  }

  .lg\:translate-y-35px {
    --tw-translate-y: 35px;
  }

  .lg\:translate-y-36px {
    --tw-translate-y: 36px;
  }

  .lg\:translate-y-37px {
    --tw-translate-y: 37px;
  }

  .lg\:translate-y-38px {
    --tw-translate-y: 38px;
  }

  .lg\:translate-y-39px {
    --tw-translate-y: 39px;
  }

  .lg\:translate-y-40px {
    --tw-translate-y: 40px;
  }

  .lg\:translate-y-41px {
    --tw-translate-y: 41px;
  }

  .lg\:translate-y-42px {
    --tw-translate-y: 42px;
  }

  .lg\:translate-y-43px {
    --tw-translate-y: 43px;
  }

  .lg\:translate-y-44px {
    --tw-translate-y: 44px;
  }

  .lg\:translate-y-45px {
    --tw-translate-y: 45px;
  }

  .lg\:translate-y-46px {
    --tw-translate-y: 46px;
  }

  .lg\:translate-y-47px {
    --tw-translate-y: 47px;
  }

  .lg\:translate-y-48px {
    --tw-translate-y: 48px;
  }

  .lg\:translate-y-49px {
    --tw-translate-y: 49px;
  }

  .lg\:translate-y-50px {
    --tw-translate-y: 50px;
  }

  .lg\:translate-y-51px {
    --tw-translate-y: 51px;
  }

  .lg\:translate-y-52px {
    --tw-translate-y: 52px;
  }

  .lg\:translate-y-53px {
    --tw-translate-y: 53px;
  }

  .lg\:translate-y-54px {
    --tw-translate-y: 54px;
  }

  .lg\:translate-y-55px {
    --tw-translate-y: 55px;
  }

  .lg\:translate-y-56px {
    --tw-translate-y: 56px;
  }

  .lg\:translate-y-57px {
    --tw-translate-y: 57px;
  }

  .lg\:translate-y-58px {
    --tw-translate-y: 58px;
  }

  .lg\:translate-y-59px {
    --tw-translate-y: 59px;
  }

  .lg\:translate-y-60px {
    --tw-translate-y: 60px;
  }

  .lg\:translate-y-61px {
    --tw-translate-y: 61px;
  }

  .lg\:translate-y-62px {
    --tw-translate-y: 62px;
  }

  .lg\:translate-y-63px {
    --tw-translate-y: 63px;
  }

  .lg\:translate-y-64px {
    --tw-translate-y: 64px;
  }

  .lg\:translate-y-65px {
    --tw-translate-y: 65px;
  }

  .lg\:translate-y-66px {
    --tw-translate-y: 66px;
  }

  .lg\:translate-y-67px {
    --tw-translate-y: 67px;
  }

  .lg\:translate-y-68px {
    --tw-translate-y: 68px;
  }

  .lg\:translate-y-69px {
    --tw-translate-y: 69px;
  }

  .lg\:translate-y-70px {
    --tw-translate-y: 70px;
  }

  .lg\:translate-y-71px {
    --tw-translate-y: 71px;
  }

  .lg\:translate-y-72px {
    --tw-translate-y: 72px;
  }

  .lg\:translate-y-73px {
    --tw-translate-y: 73px;
  }

  .lg\:translate-y-74px {
    --tw-translate-y: 74px;
  }

  .lg\:translate-y-75px {
    --tw-translate-y: 75px;
  }

  .lg\:translate-y-76px {
    --tw-translate-y: 76px;
  }

  .lg\:translate-y-77px {
    --tw-translate-y: 77px;
  }

  .lg\:translate-y-78px {
    --tw-translate-y: 78px;
  }

  .lg\:translate-y-79px {
    --tw-translate-y: 79px;
  }

  .lg\:translate-y-80px {
    --tw-translate-y: 80px;
  }

  .lg\:translate-y-81px {
    --tw-translate-y: 81px;
  }

  .lg\:translate-y-82px {
    --tw-translate-y: 82px;
  }

  .lg\:translate-y-83px {
    --tw-translate-y: 83px;
  }

  .lg\:translate-y-84px {
    --tw-translate-y: 84px;
  }

  .lg\:translate-y-85px {
    --tw-translate-y: 85px;
  }

  .lg\:translate-y-86px {
    --tw-translate-y: 86px;
  }

  .lg\:translate-y-87px {
    --tw-translate-y: 87px;
  }

  .lg\:translate-y-88px {
    --tw-translate-y: 88px;
  }

  .lg\:translate-y-89px {
    --tw-translate-y: 89px;
  }

  .lg\:translate-y-90px {
    --tw-translate-y: 90px;
  }

  .lg\:translate-y-91px {
    --tw-translate-y: 91px;
  }

  .lg\:translate-y-92px {
    --tw-translate-y: 92px;
  }

  .lg\:translate-y-93px {
    --tw-translate-y: 93px;
  }

  .lg\:translate-y-94px {
    --tw-translate-y: 94px;
  }

  .lg\:translate-y-95px {
    --tw-translate-y: 95px;
  }

  .lg\:translate-y-96px {
    --tw-translate-y: 96px;
  }

  .lg\:translate-y-97px {
    --tw-translate-y: 97px;
  }

  .lg\:translate-y-98px {
    --tw-translate-y: 98px;
  }

  .lg\:translate-y-99px {
    --tw-translate-y: 99px;
  }

  .lg\:translate-y-100px {
    --tw-translate-y: 100px;
  }

  .lg\:translate-y-101px {
    --tw-translate-y: 101px;
  }

  .lg\:translate-y-102px {
    --tw-translate-y: 102px;
  }

  .lg\:translate-y-103px {
    --tw-translate-y: 103px;
  }

  .lg\:translate-y-104px {
    --tw-translate-y: 104px;
  }

  .lg\:translate-y-105px {
    --tw-translate-y: 105px;
  }

  .lg\:translate-y-106px {
    --tw-translate-y: 106px;
  }

  .lg\:translate-y-107px {
    --tw-translate-y: 107px;
  }

  .lg\:translate-y-108px {
    --tw-translate-y: 108px;
  }

  .lg\:translate-y-109px {
    --tw-translate-y: 109px;
  }

  .lg\:translate-y-110px {
    --tw-translate-y: 110px;
  }

  .lg\:translate-y-111px {
    --tw-translate-y: 111px;
  }

  .lg\:translate-y-112px {
    --tw-translate-y: 112px;
  }

  .lg\:translate-y-113px {
    --tw-translate-y: 113px;
  }

  .lg\:translate-y-114px {
    --tw-translate-y: 114px;
  }

  .lg\:translate-y-115px {
    --tw-translate-y: 115px;
  }

  .lg\:translate-y-116px {
    --tw-translate-y: 116px;
  }

  .lg\:translate-y-117px {
    --tw-translate-y: 117px;
  }

  .lg\:translate-y-118px {
    --tw-translate-y: 118px;
  }

  .lg\:translate-y-119px {
    --tw-translate-y: 119px;
  }

  .lg\:translate-y-120px {
    --tw-translate-y: 120px;
  }

  .lg\:translate-y-121px {
    --tw-translate-y: 121px;
  }

  .lg\:translate-y-122px {
    --tw-translate-y: 122px;
  }

  .lg\:translate-y-123px {
    --tw-translate-y: 123px;
  }

  .lg\:translate-y-124px {
    --tw-translate-y: 124px;
  }

  .lg\:translate-y-125px {
    --tw-translate-y: 125px;
  }

  .lg\:translate-y-126px {
    --tw-translate-y: 126px;
  }

  .lg\:translate-y-127px {
    --tw-translate-y: 127px;
  }

  .lg\:translate-y-128px {
    --tw-translate-y: 128px;
  }

  .lg\:translate-y-129px {
    --tw-translate-y: 129px;
  }

  .lg\:translate-y-130px {
    --tw-translate-y: 130px;
  }

  .lg\:translate-y-133px {
    --tw-translate-y: 133px;
  }

  .lg\:translate-y-140px {
    --tw-translate-y: 140px;
  }

  .lg\:translate-y-195px {
    --tw-translate-y: 195px;
  }

  .lg\:translate-y-200px {
    --tw-translate-y: 200px;
  }

  .lg\:translate-y-210px {
    --tw-translate-y: 210px;
  }

  .lg\:translate-y-222px {
    --tw-translate-y: 222px;
  }

  .lg\:translate-y-258px {
    --tw-translate-y: 258px;
  }

  .lg\:translate-y-280px {
    --tw-translate-y: 280px;
  }

  .lg\:translate-y-334px {
    --tw-translate-y: 334px;
  }

  .lg\:translate-y-388px {
    --tw-translate-y: 388px;
  }

  .lg\:translate-y-480px {
    --tw-translate-y: 480px;
  }

  .lg\:translate-y-490px {
    --tw-translate-y: 490px;
  }

  .lg\:translate-y-505px {
    --tw-translate-y: 505px;
  }

  .lg\:translate-y-507px {
    --tw-translate-y: 507px;
  }

  .lg\:translate-y-760px {
    --tw-translate-y: 760px;
  }

  .lg\:translate-y-780px {
    --tw-translate-y: 780px;
  }

  .lg\:translate-y-980px {
    --tw-translate-y: 980px;
  }

  .lg\:translate-y-1366px {
    --tw-translate-y: 1366px;
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .lg\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .lg\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .lg\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .lg\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .lg\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .lg\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .lg\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .lg\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .lg\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .lg\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .lg\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .lg\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .lg\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .lg\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .lg\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .lg\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .lg\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .lg\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .lg\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .lg\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .lg\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .lg\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .lg\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .lg\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .lg\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .lg\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .lg\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .lg\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .lg\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .lg\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .lg\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .lg\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .lg\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .lg\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .lg\:-translate-y-1px {
    --tw-translate-y: -1px;
  }

  .lg\:-translate-y-2px {
    --tw-translate-y: -2px;
  }

  .lg\:-translate-y-3px {
    --tw-translate-y: -3px;
  }

  .lg\:-translate-y-4px {
    --tw-translate-y: -4px;
  }

  .lg\:-translate-y-5px {
    --tw-translate-y: -5px;
  }

  .lg\:-translate-y-6px {
    --tw-translate-y: -6px;
  }

  .lg\:-translate-y-7px {
    --tw-translate-y: -7px;
  }

  .lg\:-translate-y-8px {
    --tw-translate-y: -8px;
  }

  .lg\:-translate-y-9px {
    --tw-translate-y: -9px;
  }

  .lg\:-translate-y-10px {
    --tw-translate-y: -10px;
  }

  .lg\:-translate-y-11px {
    --tw-translate-y: -11px;
  }

  .lg\:-translate-y-12px {
    --tw-translate-y: -12px;
  }

  .lg\:-translate-y-13px {
    --tw-translate-y: -13px;
  }

  .lg\:-translate-y-14px {
    --tw-translate-y: -14px;
  }

  .lg\:-translate-y-15px {
    --tw-translate-y: -15px;
  }

  .lg\:-translate-y-16px {
    --tw-translate-y: -16px;
  }

  .lg\:-translate-y-17px {
    --tw-translate-y: -17px;
  }

  .lg\:-translate-y-18px {
    --tw-translate-y: -18px;
  }

  .lg\:-translate-y-19px {
    --tw-translate-y: -19px;
  }

  .lg\:-translate-y-20px {
    --tw-translate-y: -20px;
  }

  .lg\:-translate-y-21px {
    --tw-translate-y: -21px;
  }

  .lg\:-translate-y-22px {
    --tw-translate-y: -22px;
  }

  .lg\:-translate-y-23px {
    --tw-translate-y: -23px;
  }

  .lg\:-translate-y-24px {
    --tw-translate-y: -24px;
  }

  .lg\:-translate-y-25px {
    --tw-translate-y: -25px;
  }

  .lg\:-translate-y-26px {
    --tw-translate-y: -26px;
  }

  .lg\:-translate-y-27px {
    --tw-translate-y: -27px;
  }

  .lg\:-translate-y-28px {
    --tw-translate-y: -28px;
  }

  .lg\:-translate-y-29px {
    --tw-translate-y: -29px;
  }

  .lg\:-translate-y-30px {
    --tw-translate-y: -30px;
  }

  .lg\:-translate-y-31px {
    --tw-translate-y: -31px;
  }

  .lg\:-translate-y-32px {
    --tw-translate-y: -32px;
  }

  .lg\:-translate-y-33px {
    --tw-translate-y: -33px;
  }

  .lg\:-translate-y-34px {
    --tw-translate-y: -34px;
  }

  .lg\:-translate-y-35px {
    --tw-translate-y: -35px;
  }

  .lg\:-translate-y-36px {
    --tw-translate-y: -36px;
  }

  .lg\:-translate-y-37px {
    --tw-translate-y: -37px;
  }

  .lg\:-translate-y-38px {
    --tw-translate-y: -38px;
  }

  .lg\:-translate-y-39px {
    --tw-translate-y: -39px;
  }

  .lg\:-translate-y-40px {
    --tw-translate-y: -40px;
  }

  .lg\:-translate-y-41px {
    --tw-translate-y: -41px;
  }

  .lg\:-translate-y-42px {
    --tw-translate-y: -42px;
  }

  .lg\:-translate-y-43px {
    --tw-translate-y: -43px;
  }

  .lg\:-translate-y-44px {
    --tw-translate-y: -44px;
  }

  .lg\:-translate-y-45px {
    --tw-translate-y: -45px;
  }

  .lg\:-translate-y-46px {
    --tw-translate-y: -46px;
  }

  .lg\:-translate-y-47px {
    --tw-translate-y: -47px;
  }

  .lg\:-translate-y-48px {
    --tw-translate-y: -48px;
  }

  .lg\:-translate-y-49px {
    --tw-translate-y: -49px;
  }

  .lg\:-translate-y-50px {
    --tw-translate-y: -50px;
  }

  .lg\:-translate-y-51px {
    --tw-translate-y: -51px;
  }

  .lg\:-translate-y-52px {
    --tw-translate-y: -52px;
  }

  .lg\:-translate-y-53px {
    --tw-translate-y: -53px;
  }

  .lg\:-translate-y-54px {
    --tw-translate-y: -54px;
  }

  .lg\:-translate-y-55px {
    --tw-translate-y: -55px;
  }

  .lg\:-translate-y-56px {
    --tw-translate-y: -56px;
  }

  .lg\:-translate-y-57px {
    --tw-translate-y: -57px;
  }

  .lg\:-translate-y-58px {
    --tw-translate-y: -58px;
  }

  .lg\:-translate-y-59px {
    --tw-translate-y: -59px;
  }

  .lg\:-translate-y-60px {
    --tw-translate-y: -60px;
  }

  .lg\:-translate-y-61px {
    --tw-translate-y: -61px;
  }

  .lg\:-translate-y-62px {
    --tw-translate-y: -62px;
  }

  .lg\:-translate-y-63px {
    --tw-translate-y: -63px;
  }

  .lg\:-translate-y-64px {
    --tw-translate-y: -64px;
  }

  .lg\:-translate-y-65px {
    --tw-translate-y: -65px;
  }

  .lg\:-translate-y-66px {
    --tw-translate-y: -66px;
  }

  .lg\:-translate-y-67px {
    --tw-translate-y: -67px;
  }

  .lg\:-translate-y-68px {
    --tw-translate-y: -68px;
  }

  .lg\:-translate-y-69px {
    --tw-translate-y: -69px;
  }

  .lg\:-translate-y-70px {
    --tw-translate-y: -70px;
  }

  .lg\:-translate-y-71px {
    --tw-translate-y: -71px;
  }

  .lg\:-translate-y-72px {
    --tw-translate-y: -72px;
  }

  .lg\:-translate-y-73px {
    --tw-translate-y: -73px;
  }

  .lg\:-translate-y-74px {
    --tw-translate-y: -74px;
  }

  .lg\:-translate-y-75px {
    --tw-translate-y: -75px;
  }

  .lg\:-translate-y-76px {
    --tw-translate-y: -76px;
  }

  .lg\:-translate-y-77px {
    --tw-translate-y: -77px;
  }

  .lg\:-translate-y-78px {
    --tw-translate-y: -78px;
  }

  .lg\:-translate-y-79px {
    --tw-translate-y: -79px;
  }

  .lg\:-translate-y-80px {
    --tw-translate-y: -80px;
  }

  .lg\:-translate-y-81px {
    --tw-translate-y: -81px;
  }

  .lg\:-translate-y-82px {
    --tw-translate-y: -82px;
  }

  .lg\:-translate-y-83px {
    --tw-translate-y: -83px;
  }

  .lg\:-translate-y-84px {
    --tw-translate-y: -84px;
  }

  .lg\:-translate-y-85px {
    --tw-translate-y: -85px;
  }

  .lg\:-translate-y-86px {
    --tw-translate-y: -86px;
  }

  .lg\:-translate-y-87px {
    --tw-translate-y: -87px;
  }

  .lg\:-translate-y-88px {
    --tw-translate-y: -88px;
  }

  .lg\:-translate-y-89px {
    --tw-translate-y: -89px;
  }

  .lg\:-translate-y-90px {
    --tw-translate-y: -90px;
  }

  .lg\:-translate-y-91px {
    --tw-translate-y: -91px;
  }

  .lg\:-translate-y-92px {
    --tw-translate-y: -92px;
  }

  .lg\:-translate-y-93px {
    --tw-translate-y: -93px;
  }

  .lg\:-translate-y-94px {
    --tw-translate-y: -94px;
  }

  .lg\:-translate-y-95px {
    --tw-translate-y: -95px;
  }

  .lg\:-translate-y-96px {
    --tw-translate-y: -96px;
  }

  .lg\:-translate-y-97px {
    --tw-translate-y: -97px;
  }

  .lg\:-translate-y-98px {
    --tw-translate-y: -98px;
  }

  .lg\:-translate-y-99px {
    --tw-translate-y: -99px;
  }

  .lg\:-translate-y-100px {
    --tw-translate-y: -100px;
  }

  .lg\:-translate-y-101px {
    --tw-translate-y: -101px;
  }

  .lg\:-translate-y-102px {
    --tw-translate-y: -102px;
  }

  .lg\:-translate-y-103px {
    --tw-translate-y: -103px;
  }

  .lg\:-translate-y-104px {
    --tw-translate-y: -104px;
  }

  .lg\:-translate-y-105px {
    --tw-translate-y: -105px;
  }

  .lg\:-translate-y-106px {
    --tw-translate-y: -106px;
  }

  .lg\:-translate-y-107px {
    --tw-translate-y: -107px;
  }

  .lg\:-translate-y-108px {
    --tw-translate-y: -108px;
  }

  .lg\:-translate-y-109px {
    --tw-translate-y: -109px;
  }

  .lg\:-translate-y-110px {
    --tw-translate-y: -110px;
  }

  .lg\:-translate-y-111px {
    --tw-translate-y: -111px;
  }

  .lg\:-translate-y-112px {
    --tw-translate-y: -112px;
  }

  .lg\:-translate-y-113px {
    --tw-translate-y: -113px;
  }

  .lg\:-translate-y-114px {
    --tw-translate-y: -114px;
  }

  .lg\:-translate-y-115px {
    --tw-translate-y: -115px;
  }

  .lg\:-translate-y-116px {
    --tw-translate-y: -116px;
  }

  .lg\:-translate-y-117px {
    --tw-translate-y: -117px;
  }

  .lg\:-translate-y-118px {
    --tw-translate-y: -118px;
  }

  .lg\:-translate-y-119px {
    --tw-translate-y: -119px;
  }

  .lg\:-translate-y-120px {
    --tw-translate-y: -120px;
  }

  .lg\:-translate-y-121px {
    --tw-translate-y: -121px;
  }

  .lg\:-translate-y-122px {
    --tw-translate-y: -122px;
  }

  .lg\:-translate-y-123px {
    --tw-translate-y: -123px;
  }

  .lg\:-translate-y-124px {
    --tw-translate-y: -124px;
  }

  .lg\:-translate-y-125px {
    --tw-translate-y: -125px;
  }

  .lg\:-translate-y-126px {
    --tw-translate-y: -126px;
  }

  .lg\:-translate-y-127px {
    --tw-translate-y: -127px;
  }

  .lg\:-translate-y-128px {
    --tw-translate-y: -128px;
  }

  .lg\:-translate-y-129px {
    --tw-translate-y: -129px;
  }

  .lg\:-translate-y-130px {
    --tw-translate-y: -130px;
  }

  .lg\:-translate-y-133px {
    --tw-translate-y: -133px;
  }

  .lg\:-translate-y-140px {
    --tw-translate-y: -140px;
  }

  .lg\:-translate-y-195px {
    --tw-translate-y: -195px;
  }

  .lg\:-translate-y-200px {
    --tw-translate-y: -200px;
  }

  .lg\:-translate-y-210px {
    --tw-translate-y: -210px;
  }

  .lg\:-translate-y-222px {
    --tw-translate-y: -222px;
  }

  .lg\:-translate-y-258px {
    --tw-translate-y: -258px;
  }

  .lg\:-translate-y-280px {
    --tw-translate-y: -280px;
  }

  .lg\:-translate-y-334px {
    --tw-translate-y: -334px;
  }

  .lg\:-translate-y-388px {
    --tw-translate-y: -388px;
  }

  .lg\:-translate-y-480px {
    --tw-translate-y: -480px;
  }

  .lg\:-translate-y-490px {
    --tw-translate-y: -490px;
  }

  .lg\:-translate-y-505px {
    --tw-translate-y: -505px;
  }

  .lg\:-translate-y-507px {
    --tw-translate-y: -507px;
  }

  .lg\:-translate-y-760px {
    --tw-translate-y: -760px;
  }

  .lg\:-translate-y-780px {
    --tw-translate-y: -780px;
  }

  .lg\:-translate-y-980px {
    --tw-translate-y: -980px;
  }

  .lg\:-translate-y-1366px {
    --tw-translate-y: -1366px;
  }

  .lg\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .lg\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .lg\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .lg\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .lg\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .lg\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .lg\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .lg\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .lg\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .lg\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .lg\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .lg\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .lg\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .lg\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .lg\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .lg\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .lg\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .lg\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .lg\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .lg\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .lg\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .lg\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .lg\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .lg\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .lg\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .lg\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .lg\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .lg\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .lg\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .lg\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .lg\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .lg\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .lg\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .lg\:hover\:translate-x-1px:hover {
    --tw-translate-x: 1px;
  }

  .lg\:hover\:translate-x-2px:hover {
    --tw-translate-x: 2px;
  }

  .lg\:hover\:translate-x-3px:hover {
    --tw-translate-x: 3px;
  }

  .lg\:hover\:translate-x-4px:hover {
    --tw-translate-x: 4px;
  }

  .lg\:hover\:translate-x-5px:hover {
    --tw-translate-x: 5px;
  }

  .lg\:hover\:translate-x-6px:hover {
    --tw-translate-x: 6px;
  }

  .lg\:hover\:translate-x-7px:hover {
    --tw-translate-x: 7px;
  }

  .lg\:hover\:translate-x-8px:hover {
    --tw-translate-x: 8px;
  }

  .lg\:hover\:translate-x-9px:hover {
    --tw-translate-x: 9px;
  }

  .lg\:hover\:translate-x-10px:hover {
    --tw-translate-x: 10px;
  }

  .lg\:hover\:translate-x-11px:hover {
    --tw-translate-x: 11px;
  }

  .lg\:hover\:translate-x-12px:hover {
    --tw-translate-x: 12px;
  }

  .lg\:hover\:translate-x-13px:hover {
    --tw-translate-x: 13px;
  }

  .lg\:hover\:translate-x-14px:hover {
    --tw-translate-x: 14px;
  }

  .lg\:hover\:translate-x-15px:hover {
    --tw-translate-x: 15px;
  }

  .lg\:hover\:translate-x-16px:hover {
    --tw-translate-x: 16px;
  }

  .lg\:hover\:translate-x-17px:hover {
    --tw-translate-x: 17px;
  }

  .lg\:hover\:translate-x-18px:hover {
    --tw-translate-x: 18px;
  }

  .lg\:hover\:translate-x-19px:hover {
    --tw-translate-x: 19px;
  }

  .lg\:hover\:translate-x-20px:hover {
    --tw-translate-x: 20px;
  }

  .lg\:hover\:translate-x-21px:hover {
    --tw-translate-x: 21px;
  }

  .lg\:hover\:translate-x-22px:hover {
    --tw-translate-x: 22px;
  }

  .lg\:hover\:translate-x-23px:hover {
    --tw-translate-x: 23px;
  }

  .lg\:hover\:translate-x-24px:hover {
    --tw-translate-x: 24px;
  }

  .lg\:hover\:translate-x-25px:hover {
    --tw-translate-x: 25px;
  }

  .lg\:hover\:translate-x-26px:hover {
    --tw-translate-x: 26px;
  }

  .lg\:hover\:translate-x-27px:hover {
    --tw-translate-x: 27px;
  }

  .lg\:hover\:translate-x-28px:hover {
    --tw-translate-x: 28px;
  }

  .lg\:hover\:translate-x-29px:hover {
    --tw-translate-x: 29px;
  }

  .lg\:hover\:translate-x-30px:hover {
    --tw-translate-x: 30px;
  }

  .lg\:hover\:translate-x-31px:hover {
    --tw-translate-x: 31px;
  }

  .lg\:hover\:translate-x-32px:hover {
    --tw-translate-x: 32px;
  }

  .lg\:hover\:translate-x-33px:hover {
    --tw-translate-x: 33px;
  }

  .lg\:hover\:translate-x-34px:hover {
    --tw-translate-x: 34px;
  }

  .lg\:hover\:translate-x-35px:hover {
    --tw-translate-x: 35px;
  }

  .lg\:hover\:translate-x-36px:hover {
    --tw-translate-x: 36px;
  }

  .lg\:hover\:translate-x-37px:hover {
    --tw-translate-x: 37px;
  }

  .lg\:hover\:translate-x-38px:hover {
    --tw-translate-x: 38px;
  }

  .lg\:hover\:translate-x-39px:hover {
    --tw-translate-x: 39px;
  }

  .lg\:hover\:translate-x-40px:hover {
    --tw-translate-x: 40px;
  }

  .lg\:hover\:translate-x-41px:hover {
    --tw-translate-x: 41px;
  }

  .lg\:hover\:translate-x-42px:hover {
    --tw-translate-x: 42px;
  }

  .lg\:hover\:translate-x-43px:hover {
    --tw-translate-x: 43px;
  }

  .lg\:hover\:translate-x-44px:hover {
    --tw-translate-x: 44px;
  }

  .lg\:hover\:translate-x-45px:hover {
    --tw-translate-x: 45px;
  }

  .lg\:hover\:translate-x-46px:hover {
    --tw-translate-x: 46px;
  }

  .lg\:hover\:translate-x-47px:hover {
    --tw-translate-x: 47px;
  }

  .lg\:hover\:translate-x-48px:hover {
    --tw-translate-x: 48px;
  }

  .lg\:hover\:translate-x-49px:hover {
    --tw-translate-x: 49px;
  }

  .lg\:hover\:translate-x-50px:hover {
    --tw-translate-x: 50px;
  }

  .lg\:hover\:translate-x-51px:hover {
    --tw-translate-x: 51px;
  }

  .lg\:hover\:translate-x-52px:hover {
    --tw-translate-x: 52px;
  }

  .lg\:hover\:translate-x-53px:hover {
    --tw-translate-x: 53px;
  }

  .lg\:hover\:translate-x-54px:hover {
    --tw-translate-x: 54px;
  }

  .lg\:hover\:translate-x-55px:hover {
    --tw-translate-x: 55px;
  }

  .lg\:hover\:translate-x-56px:hover {
    --tw-translate-x: 56px;
  }

  .lg\:hover\:translate-x-57px:hover {
    --tw-translate-x: 57px;
  }

  .lg\:hover\:translate-x-58px:hover {
    --tw-translate-x: 58px;
  }

  .lg\:hover\:translate-x-59px:hover {
    --tw-translate-x: 59px;
  }

  .lg\:hover\:translate-x-60px:hover {
    --tw-translate-x: 60px;
  }

  .lg\:hover\:translate-x-61px:hover {
    --tw-translate-x: 61px;
  }

  .lg\:hover\:translate-x-62px:hover {
    --tw-translate-x: 62px;
  }

  .lg\:hover\:translate-x-63px:hover {
    --tw-translate-x: 63px;
  }

  .lg\:hover\:translate-x-64px:hover {
    --tw-translate-x: 64px;
  }

  .lg\:hover\:translate-x-65px:hover {
    --tw-translate-x: 65px;
  }

  .lg\:hover\:translate-x-66px:hover {
    --tw-translate-x: 66px;
  }

  .lg\:hover\:translate-x-67px:hover {
    --tw-translate-x: 67px;
  }

  .lg\:hover\:translate-x-68px:hover {
    --tw-translate-x: 68px;
  }

  .lg\:hover\:translate-x-69px:hover {
    --tw-translate-x: 69px;
  }

  .lg\:hover\:translate-x-70px:hover {
    --tw-translate-x: 70px;
  }

  .lg\:hover\:translate-x-71px:hover {
    --tw-translate-x: 71px;
  }

  .lg\:hover\:translate-x-72px:hover {
    --tw-translate-x: 72px;
  }

  .lg\:hover\:translate-x-73px:hover {
    --tw-translate-x: 73px;
  }

  .lg\:hover\:translate-x-74px:hover {
    --tw-translate-x: 74px;
  }

  .lg\:hover\:translate-x-75px:hover {
    --tw-translate-x: 75px;
  }

  .lg\:hover\:translate-x-76px:hover {
    --tw-translate-x: 76px;
  }

  .lg\:hover\:translate-x-77px:hover {
    --tw-translate-x: 77px;
  }

  .lg\:hover\:translate-x-78px:hover {
    --tw-translate-x: 78px;
  }

  .lg\:hover\:translate-x-79px:hover {
    --tw-translate-x: 79px;
  }

  .lg\:hover\:translate-x-80px:hover {
    --tw-translate-x: 80px;
  }

  .lg\:hover\:translate-x-81px:hover {
    --tw-translate-x: 81px;
  }

  .lg\:hover\:translate-x-82px:hover {
    --tw-translate-x: 82px;
  }

  .lg\:hover\:translate-x-83px:hover {
    --tw-translate-x: 83px;
  }

  .lg\:hover\:translate-x-84px:hover {
    --tw-translate-x: 84px;
  }

  .lg\:hover\:translate-x-85px:hover {
    --tw-translate-x: 85px;
  }

  .lg\:hover\:translate-x-86px:hover {
    --tw-translate-x: 86px;
  }

  .lg\:hover\:translate-x-87px:hover {
    --tw-translate-x: 87px;
  }

  .lg\:hover\:translate-x-88px:hover {
    --tw-translate-x: 88px;
  }

  .lg\:hover\:translate-x-89px:hover {
    --tw-translate-x: 89px;
  }

  .lg\:hover\:translate-x-90px:hover {
    --tw-translate-x: 90px;
  }

  .lg\:hover\:translate-x-91px:hover {
    --tw-translate-x: 91px;
  }

  .lg\:hover\:translate-x-92px:hover {
    --tw-translate-x: 92px;
  }

  .lg\:hover\:translate-x-93px:hover {
    --tw-translate-x: 93px;
  }

  .lg\:hover\:translate-x-94px:hover {
    --tw-translate-x: 94px;
  }

  .lg\:hover\:translate-x-95px:hover {
    --tw-translate-x: 95px;
  }

  .lg\:hover\:translate-x-96px:hover {
    --tw-translate-x: 96px;
  }

  .lg\:hover\:translate-x-97px:hover {
    --tw-translate-x: 97px;
  }

  .lg\:hover\:translate-x-98px:hover {
    --tw-translate-x: 98px;
  }

  .lg\:hover\:translate-x-99px:hover {
    --tw-translate-x: 99px;
  }

  .lg\:hover\:translate-x-100px:hover {
    --tw-translate-x: 100px;
  }

  .lg\:hover\:translate-x-101px:hover {
    --tw-translate-x: 101px;
  }

  .lg\:hover\:translate-x-102px:hover {
    --tw-translate-x: 102px;
  }

  .lg\:hover\:translate-x-103px:hover {
    --tw-translate-x: 103px;
  }

  .lg\:hover\:translate-x-104px:hover {
    --tw-translate-x: 104px;
  }

  .lg\:hover\:translate-x-105px:hover {
    --tw-translate-x: 105px;
  }

  .lg\:hover\:translate-x-106px:hover {
    --tw-translate-x: 106px;
  }

  .lg\:hover\:translate-x-107px:hover {
    --tw-translate-x: 107px;
  }

  .lg\:hover\:translate-x-108px:hover {
    --tw-translate-x: 108px;
  }

  .lg\:hover\:translate-x-109px:hover {
    --tw-translate-x: 109px;
  }

  .lg\:hover\:translate-x-110px:hover {
    --tw-translate-x: 110px;
  }

  .lg\:hover\:translate-x-111px:hover {
    --tw-translate-x: 111px;
  }

  .lg\:hover\:translate-x-112px:hover {
    --tw-translate-x: 112px;
  }

  .lg\:hover\:translate-x-113px:hover {
    --tw-translate-x: 113px;
  }

  .lg\:hover\:translate-x-114px:hover {
    --tw-translate-x: 114px;
  }

  .lg\:hover\:translate-x-115px:hover {
    --tw-translate-x: 115px;
  }

  .lg\:hover\:translate-x-116px:hover {
    --tw-translate-x: 116px;
  }

  .lg\:hover\:translate-x-117px:hover {
    --tw-translate-x: 117px;
  }

  .lg\:hover\:translate-x-118px:hover {
    --tw-translate-x: 118px;
  }

  .lg\:hover\:translate-x-119px:hover {
    --tw-translate-x: 119px;
  }

  .lg\:hover\:translate-x-120px:hover {
    --tw-translate-x: 120px;
  }

  .lg\:hover\:translate-x-121px:hover {
    --tw-translate-x: 121px;
  }

  .lg\:hover\:translate-x-122px:hover {
    --tw-translate-x: 122px;
  }

  .lg\:hover\:translate-x-123px:hover {
    --tw-translate-x: 123px;
  }

  .lg\:hover\:translate-x-124px:hover {
    --tw-translate-x: 124px;
  }

  .lg\:hover\:translate-x-125px:hover {
    --tw-translate-x: 125px;
  }

  .lg\:hover\:translate-x-126px:hover {
    --tw-translate-x: 126px;
  }

  .lg\:hover\:translate-x-127px:hover {
    --tw-translate-x: 127px;
  }

  .lg\:hover\:translate-x-128px:hover {
    --tw-translate-x: 128px;
  }

  .lg\:hover\:translate-x-129px:hover {
    --tw-translate-x: 129px;
  }

  .lg\:hover\:translate-x-130px:hover {
    --tw-translate-x: 130px;
  }

  .lg\:hover\:translate-x-133px:hover {
    --tw-translate-x: 133px;
  }

  .lg\:hover\:translate-x-140px:hover {
    --tw-translate-x: 140px;
  }

  .lg\:hover\:translate-x-195px:hover {
    --tw-translate-x: 195px;
  }

  .lg\:hover\:translate-x-200px:hover {
    --tw-translate-x: 200px;
  }

  .lg\:hover\:translate-x-210px:hover {
    --tw-translate-x: 210px;
  }

  .lg\:hover\:translate-x-222px:hover {
    --tw-translate-x: 222px;
  }

  .lg\:hover\:translate-x-258px:hover {
    --tw-translate-x: 258px;
  }

  .lg\:hover\:translate-x-280px:hover {
    --tw-translate-x: 280px;
  }

  .lg\:hover\:translate-x-334px:hover {
    --tw-translate-x: 334px;
  }

  .lg\:hover\:translate-x-388px:hover {
    --tw-translate-x: 388px;
  }

  .lg\:hover\:translate-x-480px:hover {
    --tw-translate-x: 480px;
  }

  .lg\:hover\:translate-x-490px:hover {
    --tw-translate-x: 490px;
  }

  .lg\:hover\:translate-x-505px:hover {
    --tw-translate-x: 505px;
  }

  .lg\:hover\:translate-x-507px:hover {
    --tw-translate-x: 507px;
  }

  .lg\:hover\:translate-x-760px:hover {
    --tw-translate-x: 760px;
  }

  .lg\:hover\:translate-x-780px:hover {
    --tw-translate-x: 780px;
  }

  .lg\:hover\:translate-x-980px:hover {
    --tw-translate-x: 980px;
  }

  .lg\:hover\:translate-x-1366px:hover {
    --tw-translate-x: 1366px;
  }

  .lg\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .lg\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .lg\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .lg\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .lg\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .lg\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .lg\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .lg\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .lg\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .lg\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .lg\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .lg\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .lg\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .lg\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .lg\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .lg\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .lg\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .lg\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .lg\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .lg\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .lg\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .lg\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .lg\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .lg\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .lg\:hover\:-translate-x-1px:hover {
    --tw-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-2px:hover {
    --tw-translate-x: -2px;
  }

  .lg\:hover\:-translate-x-3px:hover {
    --tw-translate-x: -3px;
  }

  .lg\:hover\:-translate-x-4px:hover {
    --tw-translate-x: -4px;
  }

  .lg\:hover\:-translate-x-5px:hover {
    --tw-translate-x: -5px;
  }

  .lg\:hover\:-translate-x-6px:hover {
    --tw-translate-x: -6px;
  }

  .lg\:hover\:-translate-x-7px:hover {
    --tw-translate-x: -7px;
  }

  .lg\:hover\:-translate-x-8px:hover {
    --tw-translate-x: -8px;
  }

  .lg\:hover\:-translate-x-9px:hover {
    --tw-translate-x: -9px;
  }

  .lg\:hover\:-translate-x-10px:hover {
    --tw-translate-x: -10px;
  }

  .lg\:hover\:-translate-x-11px:hover {
    --tw-translate-x: -11px;
  }

  .lg\:hover\:-translate-x-12px:hover {
    --tw-translate-x: -12px;
  }

  .lg\:hover\:-translate-x-13px:hover {
    --tw-translate-x: -13px;
  }

  .lg\:hover\:-translate-x-14px:hover {
    --tw-translate-x: -14px;
  }

  .lg\:hover\:-translate-x-15px:hover {
    --tw-translate-x: -15px;
  }

  .lg\:hover\:-translate-x-16px:hover {
    --tw-translate-x: -16px;
  }

  .lg\:hover\:-translate-x-17px:hover {
    --tw-translate-x: -17px;
  }

  .lg\:hover\:-translate-x-18px:hover {
    --tw-translate-x: -18px;
  }

  .lg\:hover\:-translate-x-19px:hover {
    --tw-translate-x: -19px;
  }

  .lg\:hover\:-translate-x-20px:hover {
    --tw-translate-x: -20px;
  }

  .lg\:hover\:-translate-x-21px:hover {
    --tw-translate-x: -21px;
  }

  .lg\:hover\:-translate-x-22px:hover {
    --tw-translate-x: -22px;
  }

  .lg\:hover\:-translate-x-23px:hover {
    --tw-translate-x: -23px;
  }

  .lg\:hover\:-translate-x-24px:hover {
    --tw-translate-x: -24px;
  }

  .lg\:hover\:-translate-x-25px:hover {
    --tw-translate-x: -25px;
  }

  .lg\:hover\:-translate-x-26px:hover {
    --tw-translate-x: -26px;
  }

  .lg\:hover\:-translate-x-27px:hover {
    --tw-translate-x: -27px;
  }

  .lg\:hover\:-translate-x-28px:hover {
    --tw-translate-x: -28px;
  }

  .lg\:hover\:-translate-x-29px:hover {
    --tw-translate-x: -29px;
  }

  .lg\:hover\:-translate-x-30px:hover {
    --tw-translate-x: -30px;
  }

  .lg\:hover\:-translate-x-31px:hover {
    --tw-translate-x: -31px;
  }

  .lg\:hover\:-translate-x-32px:hover {
    --tw-translate-x: -32px;
  }

  .lg\:hover\:-translate-x-33px:hover {
    --tw-translate-x: -33px;
  }

  .lg\:hover\:-translate-x-34px:hover {
    --tw-translate-x: -34px;
  }

  .lg\:hover\:-translate-x-35px:hover {
    --tw-translate-x: -35px;
  }

  .lg\:hover\:-translate-x-36px:hover {
    --tw-translate-x: -36px;
  }

  .lg\:hover\:-translate-x-37px:hover {
    --tw-translate-x: -37px;
  }

  .lg\:hover\:-translate-x-38px:hover {
    --tw-translate-x: -38px;
  }

  .lg\:hover\:-translate-x-39px:hover {
    --tw-translate-x: -39px;
  }

  .lg\:hover\:-translate-x-40px:hover {
    --tw-translate-x: -40px;
  }

  .lg\:hover\:-translate-x-41px:hover {
    --tw-translate-x: -41px;
  }

  .lg\:hover\:-translate-x-42px:hover {
    --tw-translate-x: -42px;
  }

  .lg\:hover\:-translate-x-43px:hover {
    --tw-translate-x: -43px;
  }

  .lg\:hover\:-translate-x-44px:hover {
    --tw-translate-x: -44px;
  }

  .lg\:hover\:-translate-x-45px:hover {
    --tw-translate-x: -45px;
  }

  .lg\:hover\:-translate-x-46px:hover {
    --tw-translate-x: -46px;
  }

  .lg\:hover\:-translate-x-47px:hover {
    --tw-translate-x: -47px;
  }

  .lg\:hover\:-translate-x-48px:hover {
    --tw-translate-x: -48px;
  }

  .lg\:hover\:-translate-x-49px:hover {
    --tw-translate-x: -49px;
  }

  .lg\:hover\:-translate-x-50px:hover {
    --tw-translate-x: -50px;
  }

  .lg\:hover\:-translate-x-51px:hover {
    --tw-translate-x: -51px;
  }

  .lg\:hover\:-translate-x-52px:hover {
    --tw-translate-x: -52px;
  }

  .lg\:hover\:-translate-x-53px:hover {
    --tw-translate-x: -53px;
  }

  .lg\:hover\:-translate-x-54px:hover {
    --tw-translate-x: -54px;
  }

  .lg\:hover\:-translate-x-55px:hover {
    --tw-translate-x: -55px;
  }

  .lg\:hover\:-translate-x-56px:hover {
    --tw-translate-x: -56px;
  }

  .lg\:hover\:-translate-x-57px:hover {
    --tw-translate-x: -57px;
  }

  .lg\:hover\:-translate-x-58px:hover {
    --tw-translate-x: -58px;
  }

  .lg\:hover\:-translate-x-59px:hover {
    --tw-translate-x: -59px;
  }

  .lg\:hover\:-translate-x-60px:hover {
    --tw-translate-x: -60px;
  }

  .lg\:hover\:-translate-x-61px:hover {
    --tw-translate-x: -61px;
  }

  .lg\:hover\:-translate-x-62px:hover {
    --tw-translate-x: -62px;
  }

  .lg\:hover\:-translate-x-63px:hover {
    --tw-translate-x: -63px;
  }

  .lg\:hover\:-translate-x-64px:hover {
    --tw-translate-x: -64px;
  }

  .lg\:hover\:-translate-x-65px:hover {
    --tw-translate-x: -65px;
  }

  .lg\:hover\:-translate-x-66px:hover {
    --tw-translate-x: -66px;
  }

  .lg\:hover\:-translate-x-67px:hover {
    --tw-translate-x: -67px;
  }

  .lg\:hover\:-translate-x-68px:hover {
    --tw-translate-x: -68px;
  }

  .lg\:hover\:-translate-x-69px:hover {
    --tw-translate-x: -69px;
  }

  .lg\:hover\:-translate-x-70px:hover {
    --tw-translate-x: -70px;
  }

  .lg\:hover\:-translate-x-71px:hover {
    --tw-translate-x: -71px;
  }

  .lg\:hover\:-translate-x-72px:hover {
    --tw-translate-x: -72px;
  }

  .lg\:hover\:-translate-x-73px:hover {
    --tw-translate-x: -73px;
  }

  .lg\:hover\:-translate-x-74px:hover {
    --tw-translate-x: -74px;
  }

  .lg\:hover\:-translate-x-75px:hover {
    --tw-translate-x: -75px;
  }

  .lg\:hover\:-translate-x-76px:hover {
    --tw-translate-x: -76px;
  }

  .lg\:hover\:-translate-x-77px:hover {
    --tw-translate-x: -77px;
  }

  .lg\:hover\:-translate-x-78px:hover {
    --tw-translate-x: -78px;
  }

  .lg\:hover\:-translate-x-79px:hover {
    --tw-translate-x: -79px;
  }

  .lg\:hover\:-translate-x-80px:hover {
    --tw-translate-x: -80px;
  }

  .lg\:hover\:-translate-x-81px:hover {
    --tw-translate-x: -81px;
  }

  .lg\:hover\:-translate-x-82px:hover {
    --tw-translate-x: -82px;
  }

  .lg\:hover\:-translate-x-83px:hover {
    --tw-translate-x: -83px;
  }

  .lg\:hover\:-translate-x-84px:hover {
    --tw-translate-x: -84px;
  }

  .lg\:hover\:-translate-x-85px:hover {
    --tw-translate-x: -85px;
  }

  .lg\:hover\:-translate-x-86px:hover {
    --tw-translate-x: -86px;
  }

  .lg\:hover\:-translate-x-87px:hover {
    --tw-translate-x: -87px;
  }

  .lg\:hover\:-translate-x-88px:hover {
    --tw-translate-x: -88px;
  }

  .lg\:hover\:-translate-x-89px:hover {
    --tw-translate-x: -89px;
  }

  .lg\:hover\:-translate-x-90px:hover {
    --tw-translate-x: -90px;
  }

  .lg\:hover\:-translate-x-91px:hover {
    --tw-translate-x: -91px;
  }

  .lg\:hover\:-translate-x-92px:hover {
    --tw-translate-x: -92px;
  }

  .lg\:hover\:-translate-x-93px:hover {
    --tw-translate-x: -93px;
  }

  .lg\:hover\:-translate-x-94px:hover {
    --tw-translate-x: -94px;
  }

  .lg\:hover\:-translate-x-95px:hover {
    --tw-translate-x: -95px;
  }

  .lg\:hover\:-translate-x-96px:hover {
    --tw-translate-x: -96px;
  }

  .lg\:hover\:-translate-x-97px:hover {
    --tw-translate-x: -97px;
  }

  .lg\:hover\:-translate-x-98px:hover {
    --tw-translate-x: -98px;
  }

  .lg\:hover\:-translate-x-99px:hover {
    --tw-translate-x: -99px;
  }

  .lg\:hover\:-translate-x-100px:hover {
    --tw-translate-x: -100px;
  }

  .lg\:hover\:-translate-x-101px:hover {
    --tw-translate-x: -101px;
  }

  .lg\:hover\:-translate-x-102px:hover {
    --tw-translate-x: -102px;
  }

  .lg\:hover\:-translate-x-103px:hover {
    --tw-translate-x: -103px;
  }

  .lg\:hover\:-translate-x-104px:hover {
    --tw-translate-x: -104px;
  }

  .lg\:hover\:-translate-x-105px:hover {
    --tw-translate-x: -105px;
  }

  .lg\:hover\:-translate-x-106px:hover {
    --tw-translate-x: -106px;
  }

  .lg\:hover\:-translate-x-107px:hover {
    --tw-translate-x: -107px;
  }

  .lg\:hover\:-translate-x-108px:hover {
    --tw-translate-x: -108px;
  }

  .lg\:hover\:-translate-x-109px:hover {
    --tw-translate-x: -109px;
  }

  .lg\:hover\:-translate-x-110px:hover {
    --tw-translate-x: -110px;
  }

  .lg\:hover\:-translate-x-111px:hover {
    --tw-translate-x: -111px;
  }

  .lg\:hover\:-translate-x-112px:hover {
    --tw-translate-x: -112px;
  }

  .lg\:hover\:-translate-x-113px:hover {
    --tw-translate-x: -113px;
  }

  .lg\:hover\:-translate-x-114px:hover {
    --tw-translate-x: -114px;
  }

  .lg\:hover\:-translate-x-115px:hover {
    --tw-translate-x: -115px;
  }

  .lg\:hover\:-translate-x-116px:hover {
    --tw-translate-x: -116px;
  }

  .lg\:hover\:-translate-x-117px:hover {
    --tw-translate-x: -117px;
  }

  .lg\:hover\:-translate-x-118px:hover {
    --tw-translate-x: -118px;
  }

  .lg\:hover\:-translate-x-119px:hover {
    --tw-translate-x: -119px;
  }

  .lg\:hover\:-translate-x-120px:hover {
    --tw-translate-x: -120px;
  }

  .lg\:hover\:-translate-x-121px:hover {
    --tw-translate-x: -121px;
  }

  .lg\:hover\:-translate-x-122px:hover {
    --tw-translate-x: -122px;
  }

  .lg\:hover\:-translate-x-123px:hover {
    --tw-translate-x: -123px;
  }

  .lg\:hover\:-translate-x-124px:hover {
    --tw-translate-x: -124px;
  }

  .lg\:hover\:-translate-x-125px:hover {
    --tw-translate-x: -125px;
  }

  .lg\:hover\:-translate-x-126px:hover {
    --tw-translate-x: -126px;
  }

  .lg\:hover\:-translate-x-127px:hover {
    --tw-translate-x: -127px;
  }

  .lg\:hover\:-translate-x-128px:hover {
    --tw-translate-x: -128px;
  }

  .lg\:hover\:-translate-x-129px:hover {
    --tw-translate-x: -129px;
  }

  .lg\:hover\:-translate-x-130px:hover {
    --tw-translate-x: -130px;
  }

  .lg\:hover\:-translate-x-133px:hover {
    --tw-translate-x: -133px;
  }

  .lg\:hover\:-translate-x-140px:hover {
    --tw-translate-x: -140px;
  }

  .lg\:hover\:-translate-x-195px:hover {
    --tw-translate-x: -195px;
  }

  .lg\:hover\:-translate-x-200px:hover {
    --tw-translate-x: -200px;
  }

  .lg\:hover\:-translate-x-210px:hover {
    --tw-translate-x: -210px;
  }

  .lg\:hover\:-translate-x-222px:hover {
    --tw-translate-x: -222px;
  }

  .lg\:hover\:-translate-x-258px:hover {
    --tw-translate-x: -258px;
  }

  .lg\:hover\:-translate-x-280px:hover {
    --tw-translate-x: -280px;
  }

  .lg\:hover\:-translate-x-334px:hover {
    --tw-translate-x: -334px;
  }

  .lg\:hover\:-translate-x-388px:hover {
    --tw-translate-x: -388px;
  }

  .lg\:hover\:-translate-x-480px:hover {
    --tw-translate-x: -480px;
  }

  .lg\:hover\:-translate-x-490px:hover {
    --tw-translate-x: -490px;
  }

  .lg\:hover\:-translate-x-505px:hover {
    --tw-translate-x: -505px;
  }

  .lg\:hover\:-translate-x-507px:hover {
    --tw-translate-x: -507px;
  }

  .lg\:hover\:-translate-x-760px:hover {
    --tw-translate-x: -760px;
  }

  .lg\:hover\:-translate-x-780px:hover {
    --tw-translate-x: -780px;
  }

  .lg\:hover\:-translate-x-980px:hover {
    --tw-translate-x: -980px;
  }

  .lg\:hover\:-translate-x-1366px:hover {
    --tw-translate-x: -1366px;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .lg\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .lg\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .lg\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .lg\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .lg\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .lg\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .lg\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .lg\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .lg\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .lg\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .lg\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .lg\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .lg\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .lg\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .lg\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .lg\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .lg\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .lg\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .lg\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .lg\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .lg\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .lg\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .lg\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .lg\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .lg\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .lg\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .lg\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .lg\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .lg\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .lg\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .lg\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .lg\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .lg\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .lg\:hover\:translate-y-1px:hover {
    --tw-translate-y: 1px;
  }

  .lg\:hover\:translate-y-2px:hover {
    --tw-translate-y: 2px;
  }

  .lg\:hover\:translate-y-3px:hover {
    --tw-translate-y: 3px;
  }

  .lg\:hover\:translate-y-4px:hover {
    --tw-translate-y: 4px;
  }

  .lg\:hover\:translate-y-5px:hover {
    --tw-translate-y: 5px;
  }

  .lg\:hover\:translate-y-6px:hover {
    --tw-translate-y: 6px;
  }

  .lg\:hover\:translate-y-7px:hover {
    --tw-translate-y: 7px;
  }

  .lg\:hover\:translate-y-8px:hover {
    --tw-translate-y: 8px;
  }

  .lg\:hover\:translate-y-9px:hover {
    --tw-translate-y: 9px;
  }

  .lg\:hover\:translate-y-10px:hover {
    --tw-translate-y: 10px;
  }

  .lg\:hover\:translate-y-11px:hover {
    --tw-translate-y: 11px;
  }

  .lg\:hover\:translate-y-12px:hover {
    --tw-translate-y: 12px;
  }

  .lg\:hover\:translate-y-13px:hover {
    --tw-translate-y: 13px;
  }

  .lg\:hover\:translate-y-14px:hover {
    --tw-translate-y: 14px;
  }

  .lg\:hover\:translate-y-15px:hover {
    --tw-translate-y: 15px;
  }

  .lg\:hover\:translate-y-16px:hover {
    --tw-translate-y: 16px;
  }

  .lg\:hover\:translate-y-17px:hover {
    --tw-translate-y: 17px;
  }

  .lg\:hover\:translate-y-18px:hover {
    --tw-translate-y: 18px;
  }

  .lg\:hover\:translate-y-19px:hover {
    --tw-translate-y: 19px;
  }

  .lg\:hover\:translate-y-20px:hover {
    --tw-translate-y: 20px;
  }

  .lg\:hover\:translate-y-21px:hover {
    --tw-translate-y: 21px;
  }

  .lg\:hover\:translate-y-22px:hover {
    --tw-translate-y: 22px;
  }

  .lg\:hover\:translate-y-23px:hover {
    --tw-translate-y: 23px;
  }

  .lg\:hover\:translate-y-24px:hover {
    --tw-translate-y: 24px;
  }

  .lg\:hover\:translate-y-25px:hover {
    --tw-translate-y: 25px;
  }

  .lg\:hover\:translate-y-26px:hover {
    --tw-translate-y: 26px;
  }

  .lg\:hover\:translate-y-27px:hover {
    --tw-translate-y: 27px;
  }

  .lg\:hover\:translate-y-28px:hover {
    --tw-translate-y: 28px;
  }

  .lg\:hover\:translate-y-29px:hover {
    --tw-translate-y: 29px;
  }

  .lg\:hover\:translate-y-30px:hover {
    --tw-translate-y: 30px;
  }

  .lg\:hover\:translate-y-31px:hover {
    --tw-translate-y: 31px;
  }

  .lg\:hover\:translate-y-32px:hover {
    --tw-translate-y: 32px;
  }

  .lg\:hover\:translate-y-33px:hover {
    --tw-translate-y: 33px;
  }

  .lg\:hover\:translate-y-34px:hover {
    --tw-translate-y: 34px;
  }

  .lg\:hover\:translate-y-35px:hover {
    --tw-translate-y: 35px;
  }

  .lg\:hover\:translate-y-36px:hover {
    --tw-translate-y: 36px;
  }

  .lg\:hover\:translate-y-37px:hover {
    --tw-translate-y: 37px;
  }

  .lg\:hover\:translate-y-38px:hover {
    --tw-translate-y: 38px;
  }

  .lg\:hover\:translate-y-39px:hover {
    --tw-translate-y: 39px;
  }

  .lg\:hover\:translate-y-40px:hover {
    --tw-translate-y: 40px;
  }

  .lg\:hover\:translate-y-41px:hover {
    --tw-translate-y: 41px;
  }

  .lg\:hover\:translate-y-42px:hover {
    --tw-translate-y: 42px;
  }

  .lg\:hover\:translate-y-43px:hover {
    --tw-translate-y: 43px;
  }

  .lg\:hover\:translate-y-44px:hover {
    --tw-translate-y: 44px;
  }

  .lg\:hover\:translate-y-45px:hover {
    --tw-translate-y: 45px;
  }

  .lg\:hover\:translate-y-46px:hover {
    --tw-translate-y: 46px;
  }

  .lg\:hover\:translate-y-47px:hover {
    --tw-translate-y: 47px;
  }

  .lg\:hover\:translate-y-48px:hover {
    --tw-translate-y: 48px;
  }

  .lg\:hover\:translate-y-49px:hover {
    --tw-translate-y: 49px;
  }

  .lg\:hover\:translate-y-50px:hover {
    --tw-translate-y: 50px;
  }

  .lg\:hover\:translate-y-51px:hover {
    --tw-translate-y: 51px;
  }

  .lg\:hover\:translate-y-52px:hover {
    --tw-translate-y: 52px;
  }

  .lg\:hover\:translate-y-53px:hover {
    --tw-translate-y: 53px;
  }

  .lg\:hover\:translate-y-54px:hover {
    --tw-translate-y: 54px;
  }

  .lg\:hover\:translate-y-55px:hover {
    --tw-translate-y: 55px;
  }

  .lg\:hover\:translate-y-56px:hover {
    --tw-translate-y: 56px;
  }

  .lg\:hover\:translate-y-57px:hover {
    --tw-translate-y: 57px;
  }

  .lg\:hover\:translate-y-58px:hover {
    --tw-translate-y: 58px;
  }

  .lg\:hover\:translate-y-59px:hover {
    --tw-translate-y: 59px;
  }

  .lg\:hover\:translate-y-60px:hover {
    --tw-translate-y: 60px;
  }

  .lg\:hover\:translate-y-61px:hover {
    --tw-translate-y: 61px;
  }

  .lg\:hover\:translate-y-62px:hover {
    --tw-translate-y: 62px;
  }

  .lg\:hover\:translate-y-63px:hover {
    --tw-translate-y: 63px;
  }

  .lg\:hover\:translate-y-64px:hover {
    --tw-translate-y: 64px;
  }

  .lg\:hover\:translate-y-65px:hover {
    --tw-translate-y: 65px;
  }

  .lg\:hover\:translate-y-66px:hover {
    --tw-translate-y: 66px;
  }

  .lg\:hover\:translate-y-67px:hover {
    --tw-translate-y: 67px;
  }

  .lg\:hover\:translate-y-68px:hover {
    --tw-translate-y: 68px;
  }

  .lg\:hover\:translate-y-69px:hover {
    --tw-translate-y: 69px;
  }

  .lg\:hover\:translate-y-70px:hover {
    --tw-translate-y: 70px;
  }

  .lg\:hover\:translate-y-71px:hover {
    --tw-translate-y: 71px;
  }

  .lg\:hover\:translate-y-72px:hover {
    --tw-translate-y: 72px;
  }

  .lg\:hover\:translate-y-73px:hover {
    --tw-translate-y: 73px;
  }

  .lg\:hover\:translate-y-74px:hover {
    --tw-translate-y: 74px;
  }

  .lg\:hover\:translate-y-75px:hover {
    --tw-translate-y: 75px;
  }

  .lg\:hover\:translate-y-76px:hover {
    --tw-translate-y: 76px;
  }

  .lg\:hover\:translate-y-77px:hover {
    --tw-translate-y: 77px;
  }

  .lg\:hover\:translate-y-78px:hover {
    --tw-translate-y: 78px;
  }

  .lg\:hover\:translate-y-79px:hover {
    --tw-translate-y: 79px;
  }

  .lg\:hover\:translate-y-80px:hover {
    --tw-translate-y: 80px;
  }

  .lg\:hover\:translate-y-81px:hover {
    --tw-translate-y: 81px;
  }

  .lg\:hover\:translate-y-82px:hover {
    --tw-translate-y: 82px;
  }

  .lg\:hover\:translate-y-83px:hover {
    --tw-translate-y: 83px;
  }

  .lg\:hover\:translate-y-84px:hover {
    --tw-translate-y: 84px;
  }

  .lg\:hover\:translate-y-85px:hover {
    --tw-translate-y: 85px;
  }

  .lg\:hover\:translate-y-86px:hover {
    --tw-translate-y: 86px;
  }

  .lg\:hover\:translate-y-87px:hover {
    --tw-translate-y: 87px;
  }

  .lg\:hover\:translate-y-88px:hover {
    --tw-translate-y: 88px;
  }

  .lg\:hover\:translate-y-89px:hover {
    --tw-translate-y: 89px;
  }

  .lg\:hover\:translate-y-90px:hover {
    --tw-translate-y: 90px;
  }

  .lg\:hover\:translate-y-91px:hover {
    --tw-translate-y: 91px;
  }

  .lg\:hover\:translate-y-92px:hover {
    --tw-translate-y: 92px;
  }

  .lg\:hover\:translate-y-93px:hover {
    --tw-translate-y: 93px;
  }

  .lg\:hover\:translate-y-94px:hover {
    --tw-translate-y: 94px;
  }

  .lg\:hover\:translate-y-95px:hover {
    --tw-translate-y: 95px;
  }

  .lg\:hover\:translate-y-96px:hover {
    --tw-translate-y: 96px;
  }

  .lg\:hover\:translate-y-97px:hover {
    --tw-translate-y: 97px;
  }

  .lg\:hover\:translate-y-98px:hover {
    --tw-translate-y: 98px;
  }

  .lg\:hover\:translate-y-99px:hover {
    --tw-translate-y: 99px;
  }

  .lg\:hover\:translate-y-100px:hover {
    --tw-translate-y: 100px;
  }

  .lg\:hover\:translate-y-101px:hover {
    --tw-translate-y: 101px;
  }

  .lg\:hover\:translate-y-102px:hover {
    --tw-translate-y: 102px;
  }

  .lg\:hover\:translate-y-103px:hover {
    --tw-translate-y: 103px;
  }

  .lg\:hover\:translate-y-104px:hover {
    --tw-translate-y: 104px;
  }

  .lg\:hover\:translate-y-105px:hover {
    --tw-translate-y: 105px;
  }

  .lg\:hover\:translate-y-106px:hover {
    --tw-translate-y: 106px;
  }

  .lg\:hover\:translate-y-107px:hover {
    --tw-translate-y: 107px;
  }

  .lg\:hover\:translate-y-108px:hover {
    --tw-translate-y: 108px;
  }

  .lg\:hover\:translate-y-109px:hover {
    --tw-translate-y: 109px;
  }

  .lg\:hover\:translate-y-110px:hover {
    --tw-translate-y: 110px;
  }

  .lg\:hover\:translate-y-111px:hover {
    --tw-translate-y: 111px;
  }

  .lg\:hover\:translate-y-112px:hover {
    --tw-translate-y: 112px;
  }

  .lg\:hover\:translate-y-113px:hover {
    --tw-translate-y: 113px;
  }

  .lg\:hover\:translate-y-114px:hover {
    --tw-translate-y: 114px;
  }

  .lg\:hover\:translate-y-115px:hover {
    --tw-translate-y: 115px;
  }

  .lg\:hover\:translate-y-116px:hover {
    --tw-translate-y: 116px;
  }

  .lg\:hover\:translate-y-117px:hover {
    --tw-translate-y: 117px;
  }

  .lg\:hover\:translate-y-118px:hover {
    --tw-translate-y: 118px;
  }

  .lg\:hover\:translate-y-119px:hover {
    --tw-translate-y: 119px;
  }

  .lg\:hover\:translate-y-120px:hover {
    --tw-translate-y: 120px;
  }

  .lg\:hover\:translate-y-121px:hover {
    --tw-translate-y: 121px;
  }

  .lg\:hover\:translate-y-122px:hover {
    --tw-translate-y: 122px;
  }

  .lg\:hover\:translate-y-123px:hover {
    --tw-translate-y: 123px;
  }

  .lg\:hover\:translate-y-124px:hover {
    --tw-translate-y: 124px;
  }

  .lg\:hover\:translate-y-125px:hover {
    --tw-translate-y: 125px;
  }

  .lg\:hover\:translate-y-126px:hover {
    --tw-translate-y: 126px;
  }

  .lg\:hover\:translate-y-127px:hover {
    --tw-translate-y: 127px;
  }

  .lg\:hover\:translate-y-128px:hover {
    --tw-translate-y: 128px;
  }

  .lg\:hover\:translate-y-129px:hover {
    --tw-translate-y: 129px;
  }

  .lg\:hover\:translate-y-130px:hover {
    --tw-translate-y: 130px;
  }

  .lg\:hover\:translate-y-133px:hover {
    --tw-translate-y: 133px;
  }

  .lg\:hover\:translate-y-140px:hover {
    --tw-translate-y: 140px;
  }

  .lg\:hover\:translate-y-195px:hover {
    --tw-translate-y: 195px;
  }

  .lg\:hover\:translate-y-200px:hover {
    --tw-translate-y: 200px;
  }

  .lg\:hover\:translate-y-210px:hover {
    --tw-translate-y: 210px;
  }

  .lg\:hover\:translate-y-222px:hover {
    --tw-translate-y: 222px;
  }

  .lg\:hover\:translate-y-258px:hover {
    --tw-translate-y: 258px;
  }

  .lg\:hover\:translate-y-280px:hover {
    --tw-translate-y: 280px;
  }

  .lg\:hover\:translate-y-334px:hover {
    --tw-translate-y: 334px;
  }

  .lg\:hover\:translate-y-388px:hover {
    --tw-translate-y: 388px;
  }

  .lg\:hover\:translate-y-480px:hover {
    --tw-translate-y: 480px;
  }

  .lg\:hover\:translate-y-490px:hover {
    --tw-translate-y: 490px;
  }

  .lg\:hover\:translate-y-505px:hover {
    --tw-translate-y: 505px;
  }

  .lg\:hover\:translate-y-507px:hover {
    --tw-translate-y: 507px;
  }

  .lg\:hover\:translate-y-760px:hover {
    --tw-translate-y: 760px;
  }

  .lg\:hover\:translate-y-780px:hover {
    --tw-translate-y: 780px;
  }

  .lg\:hover\:translate-y-980px:hover {
    --tw-translate-y: 980px;
  }

  .lg\:hover\:translate-y-1366px:hover {
    --tw-translate-y: 1366px;
  }

  .lg\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .lg\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .lg\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .lg\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .lg\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .lg\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .lg\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .lg\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .lg\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .lg\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .lg\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .lg\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .lg\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .lg\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .lg\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .lg\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .lg\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .lg\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .lg\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .lg\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .lg\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .lg\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .lg\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .lg\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .lg\:hover\:-translate-y-1px:hover {
    --tw-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-2px:hover {
    --tw-translate-y: -2px;
  }

  .lg\:hover\:-translate-y-3px:hover {
    --tw-translate-y: -3px;
  }

  .lg\:hover\:-translate-y-4px:hover {
    --tw-translate-y: -4px;
  }

  .lg\:hover\:-translate-y-5px:hover {
    --tw-translate-y: -5px;
  }

  .lg\:hover\:-translate-y-6px:hover {
    --tw-translate-y: -6px;
  }

  .lg\:hover\:-translate-y-7px:hover {
    --tw-translate-y: -7px;
  }

  .lg\:hover\:-translate-y-8px:hover {
    --tw-translate-y: -8px;
  }

  .lg\:hover\:-translate-y-9px:hover {
    --tw-translate-y: -9px;
  }

  .lg\:hover\:-translate-y-10px:hover {
    --tw-translate-y: -10px;
  }

  .lg\:hover\:-translate-y-11px:hover {
    --tw-translate-y: -11px;
  }

  .lg\:hover\:-translate-y-12px:hover {
    --tw-translate-y: -12px;
  }

  .lg\:hover\:-translate-y-13px:hover {
    --tw-translate-y: -13px;
  }

  .lg\:hover\:-translate-y-14px:hover {
    --tw-translate-y: -14px;
  }

  .lg\:hover\:-translate-y-15px:hover {
    --tw-translate-y: -15px;
  }

  .lg\:hover\:-translate-y-16px:hover {
    --tw-translate-y: -16px;
  }

  .lg\:hover\:-translate-y-17px:hover {
    --tw-translate-y: -17px;
  }

  .lg\:hover\:-translate-y-18px:hover {
    --tw-translate-y: -18px;
  }

  .lg\:hover\:-translate-y-19px:hover {
    --tw-translate-y: -19px;
  }

  .lg\:hover\:-translate-y-20px:hover {
    --tw-translate-y: -20px;
  }

  .lg\:hover\:-translate-y-21px:hover {
    --tw-translate-y: -21px;
  }

  .lg\:hover\:-translate-y-22px:hover {
    --tw-translate-y: -22px;
  }

  .lg\:hover\:-translate-y-23px:hover {
    --tw-translate-y: -23px;
  }

  .lg\:hover\:-translate-y-24px:hover {
    --tw-translate-y: -24px;
  }

  .lg\:hover\:-translate-y-25px:hover {
    --tw-translate-y: -25px;
  }

  .lg\:hover\:-translate-y-26px:hover {
    --tw-translate-y: -26px;
  }

  .lg\:hover\:-translate-y-27px:hover {
    --tw-translate-y: -27px;
  }

  .lg\:hover\:-translate-y-28px:hover {
    --tw-translate-y: -28px;
  }

  .lg\:hover\:-translate-y-29px:hover {
    --tw-translate-y: -29px;
  }

  .lg\:hover\:-translate-y-30px:hover {
    --tw-translate-y: -30px;
  }

  .lg\:hover\:-translate-y-31px:hover {
    --tw-translate-y: -31px;
  }

  .lg\:hover\:-translate-y-32px:hover {
    --tw-translate-y: -32px;
  }

  .lg\:hover\:-translate-y-33px:hover {
    --tw-translate-y: -33px;
  }

  .lg\:hover\:-translate-y-34px:hover {
    --tw-translate-y: -34px;
  }

  .lg\:hover\:-translate-y-35px:hover {
    --tw-translate-y: -35px;
  }

  .lg\:hover\:-translate-y-36px:hover {
    --tw-translate-y: -36px;
  }

  .lg\:hover\:-translate-y-37px:hover {
    --tw-translate-y: -37px;
  }

  .lg\:hover\:-translate-y-38px:hover {
    --tw-translate-y: -38px;
  }

  .lg\:hover\:-translate-y-39px:hover {
    --tw-translate-y: -39px;
  }

  .lg\:hover\:-translate-y-40px:hover {
    --tw-translate-y: -40px;
  }

  .lg\:hover\:-translate-y-41px:hover {
    --tw-translate-y: -41px;
  }

  .lg\:hover\:-translate-y-42px:hover {
    --tw-translate-y: -42px;
  }

  .lg\:hover\:-translate-y-43px:hover {
    --tw-translate-y: -43px;
  }

  .lg\:hover\:-translate-y-44px:hover {
    --tw-translate-y: -44px;
  }

  .lg\:hover\:-translate-y-45px:hover {
    --tw-translate-y: -45px;
  }

  .lg\:hover\:-translate-y-46px:hover {
    --tw-translate-y: -46px;
  }

  .lg\:hover\:-translate-y-47px:hover {
    --tw-translate-y: -47px;
  }

  .lg\:hover\:-translate-y-48px:hover {
    --tw-translate-y: -48px;
  }

  .lg\:hover\:-translate-y-49px:hover {
    --tw-translate-y: -49px;
  }

  .lg\:hover\:-translate-y-50px:hover {
    --tw-translate-y: -50px;
  }

  .lg\:hover\:-translate-y-51px:hover {
    --tw-translate-y: -51px;
  }

  .lg\:hover\:-translate-y-52px:hover {
    --tw-translate-y: -52px;
  }

  .lg\:hover\:-translate-y-53px:hover {
    --tw-translate-y: -53px;
  }

  .lg\:hover\:-translate-y-54px:hover {
    --tw-translate-y: -54px;
  }

  .lg\:hover\:-translate-y-55px:hover {
    --tw-translate-y: -55px;
  }

  .lg\:hover\:-translate-y-56px:hover {
    --tw-translate-y: -56px;
  }

  .lg\:hover\:-translate-y-57px:hover {
    --tw-translate-y: -57px;
  }

  .lg\:hover\:-translate-y-58px:hover {
    --tw-translate-y: -58px;
  }

  .lg\:hover\:-translate-y-59px:hover {
    --tw-translate-y: -59px;
  }

  .lg\:hover\:-translate-y-60px:hover {
    --tw-translate-y: -60px;
  }

  .lg\:hover\:-translate-y-61px:hover {
    --tw-translate-y: -61px;
  }

  .lg\:hover\:-translate-y-62px:hover {
    --tw-translate-y: -62px;
  }

  .lg\:hover\:-translate-y-63px:hover {
    --tw-translate-y: -63px;
  }

  .lg\:hover\:-translate-y-64px:hover {
    --tw-translate-y: -64px;
  }

  .lg\:hover\:-translate-y-65px:hover {
    --tw-translate-y: -65px;
  }

  .lg\:hover\:-translate-y-66px:hover {
    --tw-translate-y: -66px;
  }

  .lg\:hover\:-translate-y-67px:hover {
    --tw-translate-y: -67px;
  }

  .lg\:hover\:-translate-y-68px:hover {
    --tw-translate-y: -68px;
  }

  .lg\:hover\:-translate-y-69px:hover {
    --tw-translate-y: -69px;
  }

  .lg\:hover\:-translate-y-70px:hover {
    --tw-translate-y: -70px;
  }

  .lg\:hover\:-translate-y-71px:hover {
    --tw-translate-y: -71px;
  }

  .lg\:hover\:-translate-y-72px:hover {
    --tw-translate-y: -72px;
  }

  .lg\:hover\:-translate-y-73px:hover {
    --tw-translate-y: -73px;
  }

  .lg\:hover\:-translate-y-74px:hover {
    --tw-translate-y: -74px;
  }

  .lg\:hover\:-translate-y-75px:hover {
    --tw-translate-y: -75px;
  }

  .lg\:hover\:-translate-y-76px:hover {
    --tw-translate-y: -76px;
  }

  .lg\:hover\:-translate-y-77px:hover {
    --tw-translate-y: -77px;
  }

  .lg\:hover\:-translate-y-78px:hover {
    --tw-translate-y: -78px;
  }

  .lg\:hover\:-translate-y-79px:hover {
    --tw-translate-y: -79px;
  }

  .lg\:hover\:-translate-y-80px:hover {
    --tw-translate-y: -80px;
  }

  .lg\:hover\:-translate-y-81px:hover {
    --tw-translate-y: -81px;
  }

  .lg\:hover\:-translate-y-82px:hover {
    --tw-translate-y: -82px;
  }

  .lg\:hover\:-translate-y-83px:hover {
    --tw-translate-y: -83px;
  }

  .lg\:hover\:-translate-y-84px:hover {
    --tw-translate-y: -84px;
  }

  .lg\:hover\:-translate-y-85px:hover {
    --tw-translate-y: -85px;
  }

  .lg\:hover\:-translate-y-86px:hover {
    --tw-translate-y: -86px;
  }

  .lg\:hover\:-translate-y-87px:hover {
    --tw-translate-y: -87px;
  }

  .lg\:hover\:-translate-y-88px:hover {
    --tw-translate-y: -88px;
  }

  .lg\:hover\:-translate-y-89px:hover {
    --tw-translate-y: -89px;
  }

  .lg\:hover\:-translate-y-90px:hover {
    --tw-translate-y: -90px;
  }

  .lg\:hover\:-translate-y-91px:hover {
    --tw-translate-y: -91px;
  }

  .lg\:hover\:-translate-y-92px:hover {
    --tw-translate-y: -92px;
  }

  .lg\:hover\:-translate-y-93px:hover {
    --tw-translate-y: -93px;
  }

  .lg\:hover\:-translate-y-94px:hover {
    --tw-translate-y: -94px;
  }

  .lg\:hover\:-translate-y-95px:hover {
    --tw-translate-y: -95px;
  }

  .lg\:hover\:-translate-y-96px:hover {
    --tw-translate-y: -96px;
  }

  .lg\:hover\:-translate-y-97px:hover {
    --tw-translate-y: -97px;
  }

  .lg\:hover\:-translate-y-98px:hover {
    --tw-translate-y: -98px;
  }

  .lg\:hover\:-translate-y-99px:hover {
    --tw-translate-y: -99px;
  }

  .lg\:hover\:-translate-y-100px:hover {
    --tw-translate-y: -100px;
  }

  .lg\:hover\:-translate-y-101px:hover {
    --tw-translate-y: -101px;
  }

  .lg\:hover\:-translate-y-102px:hover {
    --tw-translate-y: -102px;
  }

  .lg\:hover\:-translate-y-103px:hover {
    --tw-translate-y: -103px;
  }

  .lg\:hover\:-translate-y-104px:hover {
    --tw-translate-y: -104px;
  }

  .lg\:hover\:-translate-y-105px:hover {
    --tw-translate-y: -105px;
  }

  .lg\:hover\:-translate-y-106px:hover {
    --tw-translate-y: -106px;
  }

  .lg\:hover\:-translate-y-107px:hover {
    --tw-translate-y: -107px;
  }

  .lg\:hover\:-translate-y-108px:hover {
    --tw-translate-y: -108px;
  }

  .lg\:hover\:-translate-y-109px:hover {
    --tw-translate-y: -109px;
  }

  .lg\:hover\:-translate-y-110px:hover {
    --tw-translate-y: -110px;
  }

  .lg\:hover\:-translate-y-111px:hover {
    --tw-translate-y: -111px;
  }

  .lg\:hover\:-translate-y-112px:hover {
    --tw-translate-y: -112px;
  }

  .lg\:hover\:-translate-y-113px:hover {
    --tw-translate-y: -113px;
  }

  .lg\:hover\:-translate-y-114px:hover {
    --tw-translate-y: -114px;
  }

  .lg\:hover\:-translate-y-115px:hover {
    --tw-translate-y: -115px;
  }

  .lg\:hover\:-translate-y-116px:hover {
    --tw-translate-y: -116px;
  }

  .lg\:hover\:-translate-y-117px:hover {
    --tw-translate-y: -117px;
  }

  .lg\:hover\:-translate-y-118px:hover {
    --tw-translate-y: -118px;
  }

  .lg\:hover\:-translate-y-119px:hover {
    --tw-translate-y: -119px;
  }

  .lg\:hover\:-translate-y-120px:hover {
    --tw-translate-y: -120px;
  }

  .lg\:hover\:-translate-y-121px:hover {
    --tw-translate-y: -121px;
  }

  .lg\:hover\:-translate-y-122px:hover {
    --tw-translate-y: -122px;
  }

  .lg\:hover\:-translate-y-123px:hover {
    --tw-translate-y: -123px;
  }

  .lg\:hover\:-translate-y-124px:hover {
    --tw-translate-y: -124px;
  }

  .lg\:hover\:-translate-y-125px:hover {
    --tw-translate-y: -125px;
  }

  .lg\:hover\:-translate-y-126px:hover {
    --tw-translate-y: -126px;
  }

  .lg\:hover\:-translate-y-127px:hover {
    --tw-translate-y: -127px;
  }

  .lg\:hover\:-translate-y-128px:hover {
    --tw-translate-y: -128px;
  }

  .lg\:hover\:-translate-y-129px:hover {
    --tw-translate-y: -129px;
  }

  .lg\:hover\:-translate-y-130px:hover {
    --tw-translate-y: -130px;
  }

  .lg\:hover\:-translate-y-133px:hover {
    --tw-translate-y: -133px;
  }

  .lg\:hover\:-translate-y-140px:hover {
    --tw-translate-y: -140px;
  }

  .lg\:hover\:-translate-y-195px:hover {
    --tw-translate-y: -195px;
  }

  .lg\:hover\:-translate-y-200px:hover {
    --tw-translate-y: -200px;
  }

  .lg\:hover\:-translate-y-210px:hover {
    --tw-translate-y: -210px;
  }

  .lg\:hover\:-translate-y-222px:hover {
    --tw-translate-y: -222px;
  }

  .lg\:hover\:-translate-y-258px:hover {
    --tw-translate-y: -258px;
  }

  .lg\:hover\:-translate-y-280px:hover {
    --tw-translate-y: -280px;
  }

  .lg\:hover\:-translate-y-334px:hover {
    --tw-translate-y: -334px;
  }

  .lg\:hover\:-translate-y-388px:hover {
    --tw-translate-y: -388px;
  }

  .lg\:hover\:-translate-y-480px:hover {
    --tw-translate-y: -480px;
  }

  .lg\:hover\:-translate-y-490px:hover {
    --tw-translate-y: -490px;
  }

  .lg\:hover\:-translate-y-505px:hover {
    --tw-translate-y: -505px;
  }

  .lg\:hover\:-translate-y-507px:hover {
    --tw-translate-y: -507px;
  }

  .lg\:hover\:-translate-y-760px:hover {
    --tw-translate-y: -760px;
  }

  .lg\:hover\:-translate-y-780px:hover {
    --tw-translate-y: -780px;
  }

  .lg\:hover\:-translate-y-980px:hover {
    --tw-translate-y: -980px;
  }

  .lg\:hover\:-translate-y-1366px:hover {
    --tw-translate-y: -1366px;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .lg\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .lg\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .lg\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .lg\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .lg\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .lg\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .lg\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .lg\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .lg\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .lg\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .lg\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .lg\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .lg\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .lg\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .lg\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .lg\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .lg\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .lg\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .lg\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .lg\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .lg\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .lg\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .lg\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .lg\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .lg\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .lg\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .lg\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .lg\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .lg\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .lg\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .lg\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .lg\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .lg\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .lg\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .lg\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .lg\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .lg\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .lg\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .lg\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .lg\:focus\:translate-x-1px:focus {
    --tw-translate-x: 1px;
  }

  .lg\:focus\:translate-x-2px:focus {
    --tw-translate-x: 2px;
  }

  .lg\:focus\:translate-x-3px:focus {
    --tw-translate-x: 3px;
  }

  .lg\:focus\:translate-x-4px:focus {
    --tw-translate-x: 4px;
  }

  .lg\:focus\:translate-x-5px:focus {
    --tw-translate-x: 5px;
  }

  .lg\:focus\:translate-x-6px:focus {
    --tw-translate-x: 6px;
  }

  .lg\:focus\:translate-x-7px:focus {
    --tw-translate-x: 7px;
  }

  .lg\:focus\:translate-x-8px:focus {
    --tw-translate-x: 8px;
  }

  .lg\:focus\:translate-x-9px:focus {
    --tw-translate-x: 9px;
  }

  .lg\:focus\:translate-x-10px:focus {
    --tw-translate-x: 10px;
  }

  .lg\:focus\:translate-x-11px:focus {
    --tw-translate-x: 11px;
  }

  .lg\:focus\:translate-x-12px:focus {
    --tw-translate-x: 12px;
  }

  .lg\:focus\:translate-x-13px:focus {
    --tw-translate-x: 13px;
  }

  .lg\:focus\:translate-x-14px:focus {
    --tw-translate-x: 14px;
  }

  .lg\:focus\:translate-x-15px:focus {
    --tw-translate-x: 15px;
  }

  .lg\:focus\:translate-x-16px:focus {
    --tw-translate-x: 16px;
  }

  .lg\:focus\:translate-x-17px:focus {
    --tw-translate-x: 17px;
  }

  .lg\:focus\:translate-x-18px:focus {
    --tw-translate-x: 18px;
  }

  .lg\:focus\:translate-x-19px:focus {
    --tw-translate-x: 19px;
  }

  .lg\:focus\:translate-x-20px:focus {
    --tw-translate-x: 20px;
  }

  .lg\:focus\:translate-x-21px:focus {
    --tw-translate-x: 21px;
  }

  .lg\:focus\:translate-x-22px:focus {
    --tw-translate-x: 22px;
  }

  .lg\:focus\:translate-x-23px:focus {
    --tw-translate-x: 23px;
  }

  .lg\:focus\:translate-x-24px:focus {
    --tw-translate-x: 24px;
  }

  .lg\:focus\:translate-x-25px:focus {
    --tw-translate-x: 25px;
  }

  .lg\:focus\:translate-x-26px:focus {
    --tw-translate-x: 26px;
  }

  .lg\:focus\:translate-x-27px:focus {
    --tw-translate-x: 27px;
  }

  .lg\:focus\:translate-x-28px:focus {
    --tw-translate-x: 28px;
  }

  .lg\:focus\:translate-x-29px:focus {
    --tw-translate-x: 29px;
  }

  .lg\:focus\:translate-x-30px:focus {
    --tw-translate-x: 30px;
  }

  .lg\:focus\:translate-x-31px:focus {
    --tw-translate-x: 31px;
  }

  .lg\:focus\:translate-x-32px:focus {
    --tw-translate-x: 32px;
  }

  .lg\:focus\:translate-x-33px:focus {
    --tw-translate-x: 33px;
  }

  .lg\:focus\:translate-x-34px:focus {
    --tw-translate-x: 34px;
  }

  .lg\:focus\:translate-x-35px:focus {
    --tw-translate-x: 35px;
  }

  .lg\:focus\:translate-x-36px:focus {
    --tw-translate-x: 36px;
  }

  .lg\:focus\:translate-x-37px:focus {
    --tw-translate-x: 37px;
  }

  .lg\:focus\:translate-x-38px:focus {
    --tw-translate-x: 38px;
  }

  .lg\:focus\:translate-x-39px:focus {
    --tw-translate-x: 39px;
  }

  .lg\:focus\:translate-x-40px:focus {
    --tw-translate-x: 40px;
  }

  .lg\:focus\:translate-x-41px:focus {
    --tw-translate-x: 41px;
  }

  .lg\:focus\:translate-x-42px:focus {
    --tw-translate-x: 42px;
  }

  .lg\:focus\:translate-x-43px:focus {
    --tw-translate-x: 43px;
  }

  .lg\:focus\:translate-x-44px:focus {
    --tw-translate-x: 44px;
  }

  .lg\:focus\:translate-x-45px:focus {
    --tw-translate-x: 45px;
  }

  .lg\:focus\:translate-x-46px:focus {
    --tw-translate-x: 46px;
  }

  .lg\:focus\:translate-x-47px:focus {
    --tw-translate-x: 47px;
  }

  .lg\:focus\:translate-x-48px:focus {
    --tw-translate-x: 48px;
  }

  .lg\:focus\:translate-x-49px:focus {
    --tw-translate-x: 49px;
  }

  .lg\:focus\:translate-x-50px:focus {
    --tw-translate-x: 50px;
  }

  .lg\:focus\:translate-x-51px:focus {
    --tw-translate-x: 51px;
  }

  .lg\:focus\:translate-x-52px:focus {
    --tw-translate-x: 52px;
  }

  .lg\:focus\:translate-x-53px:focus {
    --tw-translate-x: 53px;
  }

  .lg\:focus\:translate-x-54px:focus {
    --tw-translate-x: 54px;
  }

  .lg\:focus\:translate-x-55px:focus {
    --tw-translate-x: 55px;
  }

  .lg\:focus\:translate-x-56px:focus {
    --tw-translate-x: 56px;
  }

  .lg\:focus\:translate-x-57px:focus {
    --tw-translate-x: 57px;
  }

  .lg\:focus\:translate-x-58px:focus {
    --tw-translate-x: 58px;
  }

  .lg\:focus\:translate-x-59px:focus {
    --tw-translate-x: 59px;
  }

  .lg\:focus\:translate-x-60px:focus {
    --tw-translate-x: 60px;
  }

  .lg\:focus\:translate-x-61px:focus {
    --tw-translate-x: 61px;
  }

  .lg\:focus\:translate-x-62px:focus {
    --tw-translate-x: 62px;
  }

  .lg\:focus\:translate-x-63px:focus {
    --tw-translate-x: 63px;
  }

  .lg\:focus\:translate-x-64px:focus {
    --tw-translate-x: 64px;
  }

  .lg\:focus\:translate-x-65px:focus {
    --tw-translate-x: 65px;
  }

  .lg\:focus\:translate-x-66px:focus {
    --tw-translate-x: 66px;
  }

  .lg\:focus\:translate-x-67px:focus {
    --tw-translate-x: 67px;
  }

  .lg\:focus\:translate-x-68px:focus {
    --tw-translate-x: 68px;
  }

  .lg\:focus\:translate-x-69px:focus {
    --tw-translate-x: 69px;
  }

  .lg\:focus\:translate-x-70px:focus {
    --tw-translate-x: 70px;
  }

  .lg\:focus\:translate-x-71px:focus {
    --tw-translate-x: 71px;
  }

  .lg\:focus\:translate-x-72px:focus {
    --tw-translate-x: 72px;
  }

  .lg\:focus\:translate-x-73px:focus {
    --tw-translate-x: 73px;
  }

  .lg\:focus\:translate-x-74px:focus {
    --tw-translate-x: 74px;
  }

  .lg\:focus\:translate-x-75px:focus {
    --tw-translate-x: 75px;
  }

  .lg\:focus\:translate-x-76px:focus {
    --tw-translate-x: 76px;
  }

  .lg\:focus\:translate-x-77px:focus {
    --tw-translate-x: 77px;
  }

  .lg\:focus\:translate-x-78px:focus {
    --tw-translate-x: 78px;
  }

  .lg\:focus\:translate-x-79px:focus {
    --tw-translate-x: 79px;
  }

  .lg\:focus\:translate-x-80px:focus {
    --tw-translate-x: 80px;
  }

  .lg\:focus\:translate-x-81px:focus {
    --tw-translate-x: 81px;
  }

  .lg\:focus\:translate-x-82px:focus {
    --tw-translate-x: 82px;
  }

  .lg\:focus\:translate-x-83px:focus {
    --tw-translate-x: 83px;
  }

  .lg\:focus\:translate-x-84px:focus {
    --tw-translate-x: 84px;
  }

  .lg\:focus\:translate-x-85px:focus {
    --tw-translate-x: 85px;
  }

  .lg\:focus\:translate-x-86px:focus {
    --tw-translate-x: 86px;
  }

  .lg\:focus\:translate-x-87px:focus {
    --tw-translate-x: 87px;
  }

  .lg\:focus\:translate-x-88px:focus {
    --tw-translate-x: 88px;
  }

  .lg\:focus\:translate-x-89px:focus {
    --tw-translate-x: 89px;
  }

  .lg\:focus\:translate-x-90px:focus {
    --tw-translate-x: 90px;
  }

  .lg\:focus\:translate-x-91px:focus {
    --tw-translate-x: 91px;
  }

  .lg\:focus\:translate-x-92px:focus {
    --tw-translate-x: 92px;
  }

  .lg\:focus\:translate-x-93px:focus {
    --tw-translate-x: 93px;
  }

  .lg\:focus\:translate-x-94px:focus {
    --tw-translate-x: 94px;
  }

  .lg\:focus\:translate-x-95px:focus {
    --tw-translate-x: 95px;
  }

  .lg\:focus\:translate-x-96px:focus {
    --tw-translate-x: 96px;
  }

  .lg\:focus\:translate-x-97px:focus {
    --tw-translate-x: 97px;
  }

  .lg\:focus\:translate-x-98px:focus {
    --tw-translate-x: 98px;
  }

  .lg\:focus\:translate-x-99px:focus {
    --tw-translate-x: 99px;
  }

  .lg\:focus\:translate-x-100px:focus {
    --tw-translate-x: 100px;
  }

  .lg\:focus\:translate-x-101px:focus {
    --tw-translate-x: 101px;
  }

  .lg\:focus\:translate-x-102px:focus {
    --tw-translate-x: 102px;
  }

  .lg\:focus\:translate-x-103px:focus {
    --tw-translate-x: 103px;
  }

  .lg\:focus\:translate-x-104px:focus {
    --tw-translate-x: 104px;
  }

  .lg\:focus\:translate-x-105px:focus {
    --tw-translate-x: 105px;
  }

  .lg\:focus\:translate-x-106px:focus {
    --tw-translate-x: 106px;
  }

  .lg\:focus\:translate-x-107px:focus {
    --tw-translate-x: 107px;
  }

  .lg\:focus\:translate-x-108px:focus {
    --tw-translate-x: 108px;
  }

  .lg\:focus\:translate-x-109px:focus {
    --tw-translate-x: 109px;
  }

  .lg\:focus\:translate-x-110px:focus {
    --tw-translate-x: 110px;
  }

  .lg\:focus\:translate-x-111px:focus {
    --tw-translate-x: 111px;
  }

  .lg\:focus\:translate-x-112px:focus {
    --tw-translate-x: 112px;
  }

  .lg\:focus\:translate-x-113px:focus {
    --tw-translate-x: 113px;
  }

  .lg\:focus\:translate-x-114px:focus {
    --tw-translate-x: 114px;
  }

  .lg\:focus\:translate-x-115px:focus {
    --tw-translate-x: 115px;
  }

  .lg\:focus\:translate-x-116px:focus {
    --tw-translate-x: 116px;
  }

  .lg\:focus\:translate-x-117px:focus {
    --tw-translate-x: 117px;
  }

  .lg\:focus\:translate-x-118px:focus {
    --tw-translate-x: 118px;
  }

  .lg\:focus\:translate-x-119px:focus {
    --tw-translate-x: 119px;
  }

  .lg\:focus\:translate-x-120px:focus {
    --tw-translate-x: 120px;
  }

  .lg\:focus\:translate-x-121px:focus {
    --tw-translate-x: 121px;
  }

  .lg\:focus\:translate-x-122px:focus {
    --tw-translate-x: 122px;
  }

  .lg\:focus\:translate-x-123px:focus {
    --tw-translate-x: 123px;
  }

  .lg\:focus\:translate-x-124px:focus {
    --tw-translate-x: 124px;
  }

  .lg\:focus\:translate-x-125px:focus {
    --tw-translate-x: 125px;
  }

  .lg\:focus\:translate-x-126px:focus {
    --tw-translate-x: 126px;
  }

  .lg\:focus\:translate-x-127px:focus {
    --tw-translate-x: 127px;
  }

  .lg\:focus\:translate-x-128px:focus {
    --tw-translate-x: 128px;
  }

  .lg\:focus\:translate-x-129px:focus {
    --tw-translate-x: 129px;
  }

  .lg\:focus\:translate-x-130px:focus {
    --tw-translate-x: 130px;
  }

  .lg\:focus\:translate-x-133px:focus {
    --tw-translate-x: 133px;
  }

  .lg\:focus\:translate-x-140px:focus {
    --tw-translate-x: 140px;
  }

  .lg\:focus\:translate-x-195px:focus {
    --tw-translate-x: 195px;
  }

  .lg\:focus\:translate-x-200px:focus {
    --tw-translate-x: 200px;
  }

  .lg\:focus\:translate-x-210px:focus {
    --tw-translate-x: 210px;
  }

  .lg\:focus\:translate-x-222px:focus {
    --tw-translate-x: 222px;
  }

  .lg\:focus\:translate-x-258px:focus {
    --tw-translate-x: 258px;
  }

  .lg\:focus\:translate-x-280px:focus {
    --tw-translate-x: 280px;
  }

  .lg\:focus\:translate-x-334px:focus {
    --tw-translate-x: 334px;
  }

  .lg\:focus\:translate-x-388px:focus {
    --tw-translate-x: 388px;
  }

  .lg\:focus\:translate-x-480px:focus {
    --tw-translate-x: 480px;
  }

  .lg\:focus\:translate-x-490px:focus {
    --tw-translate-x: 490px;
  }

  .lg\:focus\:translate-x-505px:focus {
    --tw-translate-x: 505px;
  }

  .lg\:focus\:translate-x-507px:focus {
    --tw-translate-x: 507px;
  }

  .lg\:focus\:translate-x-760px:focus {
    --tw-translate-x: 760px;
  }

  .lg\:focus\:translate-x-780px:focus {
    --tw-translate-x: 780px;
  }

  .lg\:focus\:translate-x-980px:focus {
    --tw-translate-x: 980px;
  }

  .lg\:focus\:translate-x-1366px:focus {
    --tw-translate-x: 1366px;
  }

  .lg\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .lg\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .lg\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .lg\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .lg\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .lg\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .lg\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .lg\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .lg\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .lg\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .lg\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .lg\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .lg\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .lg\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .lg\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .lg\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .lg\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .lg\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .lg\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .lg\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .lg\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .lg\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .lg\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .lg\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .lg\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .lg\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .lg\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .lg\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .lg\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .lg\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .lg\:focus\:-translate-x-1px:focus {
    --tw-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-2px:focus {
    --tw-translate-x: -2px;
  }

  .lg\:focus\:-translate-x-3px:focus {
    --tw-translate-x: -3px;
  }

  .lg\:focus\:-translate-x-4px:focus {
    --tw-translate-x: -4px;
  }

  .lg\:focus\:-translate-x-5px:focus {
    --tw-translate-x: -5px;
  }

  .lg\:focus\:-translate-x-6px:focus {
    --tw-translate-x: -6px;
  }

  .lg\:focus\:-translate-x-7px:focus {
    --tw-translate-x: -7px;
  }

  .lg\:focus\:-translate-x-8px:focus {
    --tw-translate-x: -8px;
  }

  .lg\:focus\:-translate-x-9px:focus {
    --tw-translate-x: -9px;
  }

  .lg\:focus\:-translate-x-10px:focus {
    --tw-translate-x: -10px;
  }

  .lg\:focus\:-translate-x-11px:focus {
    --tw-translate-x: -11px;
  }

  .lg\:focus\:-translate-x-12px:focus {
    --tw-translate-x: -12px;
  }

  .lg\:focus\:-translate-x-13px:focus {
    --tw-translate-x: -13px;
  }

  .lg\:focus\:-translate-x-14px:focus {
    --tw-translate-x: -14px;
  }

  .lg\:focus\:-translate-x-15px:focus {
    --tw-translate-x: -15px;
  }

  .lg\:focus\:-translate-x-16px:focus {
    --tw-translate-x: -16px;
  }

  .lg\:focus\:-translate-x-17px:focus {
    --tw-translate-x: -17px;
  }

  .lg\:focus\:-translate-x-18px:focus {
    --tw-translate-x: -18px;
  }

  .lg\:focus\:-translate-x-19px:focus {
    --tw-translate-x: -19px;
  }

  .lg\:focus\:-translate-x-20px:focus {
    --tw-translate-x: -20px;
  }

  .lg\:focus\:-translate-x-21px:focus {
    --tw-translate-x: -21px;
  }

  .lg\:focus\:-translate-x-22px:focus {
    --tw-translate-x: -22px;
  }

  .lg\:focus\:-translate-x-23px:focus {
    --tw-translate-x: -23px;
  }

  .lg\:focus\:-translate-x-24px:focus {
    --tw-translate-x: -24px;
  }

  .lg\:focus\:-translate-x-25px:focus {
    --tw-translate-x: -25px;
  }

  .lg\:focus\:-translate-x-26px:focus {
    --tw-translate-x: -26px;
  }

  .lg\:focus\:-translate-x-27px:focus {
    --tw-translate-x: -27px;
  }

  .lg\:focus\:-translate-x-28px:focus {
    --tw-translate-x: -28px;
  }

  .lg\:focus\:-translate-x-29px:focus {
    --tw-translate-x: -29px;
  }

  .lg\:focus\:-translate-x-30px:focus {
    --tw-translate-x: -30px;
  }

  .lg\:focus\:-translate-x-31px:focus {
    --tw-translate-x: -31px;
  }

  .lg\:focus\:-translate-x-32px:focus {
    --tw-translate-x: -32px;
  }

  .lg\:focus\:-translate-x-33px:focus {
    --tw-translate-x: -33px;
  }

  .lg\:focus\:-translate-x-34px:focus {
    --tw-translate-x: -34px;
  }

  .lg\:focus\:-translate-x-35px:focus {
    --tw-translate-x: -35px;
  }

  .lg\:focus\:-translate-x-36px:focus {
    --tw-translate-x: -36px;
  }

  .lg\:focus\:-translate-x-37px:focus {
    --tw-translate-x: -37px;
  }

  .lg\:focus\:-translate-x-38px:focus {
    --tw-translate-x: -38px;
  }

  .lg\:focus\:-translate-x-39px:focus {
    --tw-translate-x: -39px;
  }

  .lg\:focus\:-translate-x-40px:focus {
    --tw-translate-x: -40px;
  }

  .lg\:focus\:-translate-x-41px:focus {
    --tw-translate-x: -41px;
  }

  .lg\:focus\:-translate-x-42px:focus {
    --tw-translate-x: -42px;
  }

  .lg\:focus\:-translate-x-43px:focus {
    --tw-translate-x: -43px;
  }

  .lg\:focus\:-translate-x-44px:focus {
    --tw-translate-x: -44px;
  }

  .lg\:focus\:-translate-x-45px:focus {
    --tw-translate-x: -45px;
  }

  .lg\:focus\:-translate-x-46px:focus {
    --tw-translate-x: -46px;
  }

  .lg\:focus\:-translate-x-47px:focus {
    --tw-translate-x: -47px;
  }

  .lg\:focus\:-translate-x-48px:focus {
    --tw-translate-x: -48px;
  }

  .lg\:focus\:-translate-x-49px:focus {
    --tw-translate-x: -49px;
  }

  .lg\:focus\:-translate-x-50px:focus {
    --tw-translate-x: -50px;
  }

  .lg\:focus\:-translate-x-51px:focus {
    --tw-translate-x: -51px;
  }

  .lg\:focus\:-translate-x-52px:focus {
    --tw-translate-x: -52px;
  }

  .lg\:focus\:-translate-x-53px:focus {
    --tw-translate-x: -53px;
  }

  .lg\:focus\:-translate-x-54px:focus {
    --tw-translate-x: -54px;
  }

  .lg\:focus\:-translate-x-55px:focus {
    --tw-translate-x: -55px;
  }

  .lg\:focus\:-translate-x-56px:focus {
    --tw-translate-x: -56px;
  }

  .lg\:focus\:-translate-x-57px:focus {
    --tw-translate-x: -57px;
  }

  .lg\:focus\:-translate-x-58px:focus {
    --tw-translate-x: -58px;
  }

  .lg\:focus\:-translate-x-59px:focus {
    --tw-translate-x: -59px;
  }

  .lg\:focus\:-translate-x-60px:focus {
    --tw-translate-x: -60px;
  }

  .lg\:focus\:-translate-x-61px:focus {
    --tw-translate-x: -61px;
  }

  .lg\:focus\:-translate-x-62px:focus {
    --tw-translate-x: -62px;
  }

  .lg\:focus\:-translate-x-63px:focus {
    --tw-translate-x: -63px;
  }

  .lg\:focus\:-translate-x-64px:focus {
    --tw-translate-x: -64px;
  }

  .lg\:focus\:-translate-x-65px:focus {
    --tw-translate-x: -65px;
  }

  .lg\:focus\:-translate-x-66px:focus {
    --tw-translate-x: -66px;
  }

  .lg\:focus\:-translate-x-67px:focus {
    --tw-translate-x: -67px;
  }

  .lg\:focus\:-translate-x-68px:focus {
    --tw-translate-x: -68px;
  }

  .lg\:focus\:-translate-x-69px:focus {
    --tw-translate-x: -69px;
  }

  .lg\:focus\:-translate-x-70px:focus {
    --tw-translate-x: -70px;
  }

  .lg\:focus\:-translate-x-71px:focus {
    --tw-translate-x: -71px;
  }

  .lg\:focus\:-translate-x-72px:focus {
    --tw-translate-x: -72px;
  }

  .lg\:focus\:-translate-x-73px:focus {
    --tw-translate-x: -73px;
  }

  .lg\:focus\:-translate-x-74px:focus {
    --tw-translate-x: -74px;
  }

  .lg\:focus\:-translate-x-75px:focus {
    --tw-translate-x: -75px;
  }

  .lg\:focus\:-translate-x-76px:focus {
    --tw-translate-x: -76px;
  }

  .lg\:focus\:-translate-x-77px:focus {
    --tw-translate-x: -77px;
  }

  .lg\:focus\:-translate-x-78px:focus {
    --tw-translate-x: -78px;
  }

  .lg\:focus\:-translate-x-79px:focus {
    --tw-translate-x: -79px;
  }

  .lg\:focus\:-translate-x-80px:focus {
    --tw-translate-x: -80px;
  }

  .lg\:focus\:-translate-x-81px:focus {
    --tw-translate-x: -81px;
  }

  .lg\:focus\:-translate-x-82px:focus {
    --tw-translate-x: -82px;
  }

  .lg\:focus\:-translate-x-83px:focus {
    --tw-translate-x: -83px;
  }

  .lg\:focus\:-translate-x-84px:focus {
    --tw-translate-x: -84px;
  }

  .lg\:focus\:-translate-x-85px:focus {
    --tw-translate-x: -85px;
  }

  .lg\:focus\:-translate-x-86px:focus {
    --tw-translate-x: -86px;
  }

  .lg\:focus\:-translate-x-87px:focus {
    --tw-translate-x: -87px;
  }

  .lg\:focus\:-translate-x-88px:focus {
    --tw-translate-x: -88px;
  }

  .lg\:focus\:-translate-x-89px:focus {
    --tw-translate-x: -89px;
  }

  .lg\:focus\:-translate-x-90px:focus {
    --tw-translate-x: -90px;
  }

  .lg\:focus\:-translate-x-91px:focus {
    --tw-translate-x: -91px;
  }

  .lg\:focus\:-translate-x-92px:focus {
    --tw-translate-x: -92px;
  }

  .lg\:focus\:-translate-x-93px:focus {
    --tw-translate-x: -93px;
  }

  .lg\:focus\:-translate-x-94px:focus {
    --tw-translate-x: -94px;
  }

  .lg\:focus\:-translate-x-95px:focus {
    --tw-translate-x: -95px;
  }

  .lg\:focus\:-translate-x-96px:focus {
    --tw-translate-x: -96px;
  }

  .lg\:focus\:-translate-x-97px:focus {
    --tw-translate-x: -97px;
  }

  .lg\:focus\:-translate-x-98px:focus {
    --tw-translate-x: -98px;
  }

  .lg\:focus\:-translate-x-99px:focus {
    --tw-translate-x: -99px;
  }

  .lg\:focus\:-translate-x-100px:focus {
    --tw-translate-x: -100px;
  }

  .lg\:focus\:-translate-x-101px:focus {
    --tw-translate-x: -101px;
  }

  .lg\:focus\:-translate-x-102px:focus {
    --tw-translate-x: -102px;
  }

  .lg\:focus\:-translate-x-103px:focus {
    --tw-translate-x: -103px;
  }

  .lg\:focus\:-translate-x-104px:focus {
    --tw-translate-x: -104px;
  }

  .lg\:focus\:-translate-x-105px:focus {
    --tw-translate-x: -105px;
  }

  .lg\:focus\:-translate-x-106px:focus {
    --tw-translate-x: -106px;
  }

  .lg\:focus\:-translate-x-107px:focus {
    --tw-translate-x: -107px;
  }

  .lg\:focus\:-translate-x-108px:focus {
    --tw-translate-x: -108px;
  }

  .lg\:focus\:-translate-x-109px:focus {
    --tw-translate-x: -109px;
  }

  .lg\:focus\:-translate-x-110px:focus {
    --tw-translate-x: -110px;
  }

  .lg\:focus\:-translate-x-111px:focus {
    --tw-translate-x: -111px;
  }

  .lg\:focus\:-translate-x-112px:focus {
    --tw-translate-x: -112px;
  }

  .lg\:focus\:-translate-x-113px:focus {
    --tw-translate-x: -113px;
  }

  .lg\:focus\:-translate-x-114px:focus {
    --tw-translate-x: -114px;
  }

  .lg\:focus\:-translate-x-115px:focus {
    --tw-translate-x: -115px;
  }

  .lg\:focus\:-translate-x-116px:focus {
    --tw-translate-x: -116px;
  }

  .lg\:focus\:-translate-x-117px:focus {
    --tw-translate-x: -117px;
  }

  .lg\:focus\:-translate-x-118px:focus {
    --tw-translate-x: -118px;
  }

  .lg\:focus\:-translate-x-119px:focus {
    --tw-translate-x: -119px;
  }

  .lg\:focus\:-translate-x-120px:focus {
    --tw-translate-x: -120px;
  }

  .lg\:focus\:-translate-x-121px:focus {
    --tw-translate-x: -121px;
  }

  .lg\:focus\:-translate-x-122px:focus {
    --tw-translate-x: -122px;
  }

  .lg\:focus\:-translate-x-123px:focus {
    --tw-translate-x: -123px;
  }

  .lg\:focus\:-translate-x-124px:focus {
    --tw-translate-x: -124px;
  }

  .lg\:focus\:-translate-x-125px:focus {
    --tw-translate-x: -125px;
  }

  .lg\:focus\:-translate-x-126px:focus {
    --tw-translate-x: -126px;
  }

  .lg\:focus\:-translate-x-127px:focus {
    --tw-translate-x: -127px;
  }

  .lg\:focus\:-translate-x-128px:focus {
    --tw-translate-x: -128px;
  }

  .lg\:focus\:-translate-x-129px:focus {
    --tw-translate-x: -129px;
  }

  .lg\:focus\:-translate-x-130px:focus {
    --tw-translate-x: -130px;
  }

  .lg\:focus\:-translate-x-133px:focus {
    --tw-translate-x: -133px;
  }

  .lg\:focus\:-translate-x-140px:focus {
    --tw-translate-x: -140px;
  }

  .lg\:focus\:-translate-x-195px:focus {
    --tw-translate-x: -195px;
  }

  .lg\:focus\:-translate-x-200px:focus {
    --tw-translate-x: -200px;
  }

  .lg\:focus\:-translate-x-210px:focus {
    --tw-translate-x: -210px;
  }

  .lg\:focus\:-translate-x-222px:focus {
    --tw-translate-x: -222px;
  }

  .lg\:focus\:-translate-x-258px:focus {
    --tw-translate-x: -258px;
  }

  .lg\:focus\:-translate-x-280px:focus {
    --tw-translate-x: -280px;
  }

  .lg\:focus\:-translate-x-334px:focus {
    --tw-translate-x: -334px;
  }

  .lg\:focus\:-translate-x-388px:focus {
    --tw-translate-x: -388px;
  }

  .lg\:focus\:-translate-x-480px:focus {
    --tw-translate-x: -480px;
  }

  .lg\:focus\:-translate-x-490px:focus {
    --tw-translate-x: -490px;
  }

  .lg\:focus\:-translate-x-505px:focus {
    --tw-translate-x: -505px;
  }

  .lg\:focus\:-translate-x-507px:focus {
    --tw-translate-x: -507px;
  }

  .lg\:focus\:-translate-x-760px:focus {
    --tw-translate-x: -760px;
  }

  .lg\:focus\:-translate-x-780px:focus {
    --tw-translate-x: -780px;
  }

  .lg\:focus\:-translate-x-980px:focus {
    --tw-translate-x: -980px;
  }

  .lg\:focus\:-translate-x-1366px:focus {
    --tw-translate-x: -1366px;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .lg\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .lg\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .lg\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .lg\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .lg\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .lg\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .lg\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .lg\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .lg\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .lg\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .lg\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .lg\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .lg\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .lg\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .lg\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .lg\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .lg\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .lg\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .lg\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .lg\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .lg\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .lg\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .lg\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .lg\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .lg\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .lg\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .lg\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .lg\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .lg\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .lg\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .lg\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .lg\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .lg\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .lg\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .lg\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .lg\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .lg\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .lg\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .lg\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .lg\:focus\:translate-y-1px:focus {
    --tw-translate-y: 1px;
  }

  .lg\:focus\:translate-y-2px:focus {
    --tw-translate-y: 2px;
  }

  .lg\:focus\:translate-y-3px:focus {
    --tw-translate-y: 3px;
  }

  .lg\:focus\:translate-y-4px:focus {
    --tw-translate-y: 4px;
  }

  .lg\:focus\:translate-y-5px:focus {
    --tw-translate-y: 5px;
  }

  .lg\:focus\:translate-y-6px:focus {
    --tw-translate-y: 6px;
  }

  .lg\:focus\:translate-y-7px:focus {
    --tw-translate-y: 7px;
  }

  .lg\:focus\:translate-y-8px:focus {
    --tw-translate-y: 8px;
  }

  .lg\:focus\:translate-y-9px:focus {
    --tw-translate-y: 9px;
  }

  .lg\:focus\:translate-y-10px:focus {
    --tw-translate-y: 10px;
  }

  .lg\:focus\:translate-y-11px:focus {
    --tw-translate-y: 11px;
  }

  .lg\:focus\:translate-y-12px:focus {
    --tw-translate-y: 12px;
  }

  .lg\:focus\:translate-y-13px:focus {
    --tw-translate-y: 13px;
  }

  .lg\:focus\:translate-y-14px:focus {
    --tw-translate-y: 14px;
  }

  .lg\:focus\:translate-y-15px:focus {
    --tw-translate-y: 15px;
  }

  .lg\:focus\:translate-y-16px:focus {
    --tw-translate-y: 16px;
  }

  .lg\:focus\:translate-y-17px:focus {
    --tw-translate-y: 17px;
  }

  .lg\:focus\:translate-y-18px:focus {
    --tw-translate-y: 18px;
  }

  .lg\:focus\:translate-y-19px:focus {
    --tw-translate-y: 19px;
  }

  .lg\:focus\:translate-y-20px:focus {
    --tw-translate-y: 20px;
  }

  .lg\:focus\:translate-y-21px:focus {
    --tw-translate-y: 21px;
  }

  .lg\:focus\:translate-y-22px:focus {
    --tw-translate-y: 22px;
  }

  .lg\:focus\:translate-y-23px:focus {
    --tw-translate-y: 23px;
  }

  .lg\:focus\:translate-y-24px:focus {
    --tw-translate-y: 24px;
  }

  .lg\:focus\:translate-y-25px:focus {
    --tw-translate-y: 25px;
  }

  .lg\:focus\:translate-y-26px:focus {
    --tw-translate-y: 26px;
  }

  .lg\:focus\:translate-y-27px:focus {
    --tw-translate-y: 27px;
  }

  .lg\:focus\:translate-y-28px:focus {
    --tw-translate-y: 28px;
  }

  .lg\:focus\:translate-y-29px:focus {
    --tw-translate-y: 29px;
  }

  .lg\:focus\:translate-y-30px:focus {
    --tw-translate-y: 30px;
  }

  .lg\:focus\:translate-y-31px:focus {
    --tw-translate-y: 31px;
  }

  .lg\:focus\:translate-y-32px:focus {
    --tw-translate-y: 32px;
  }

  .lg\:focus\:translate-y-33px:focus {
    --tw-translate-y: 33px;
  }

  .lg\:focus\:translate-y-34px:focus {
    --tw-translate-y: 34px;
  }

  .lg\:focus\:translate-y-35px:focus {
    --tw-translate-y: 35px;
  }

  .lg\:focus\:translate-y-36px:focus {
    --tw-translate-y: 36px;
  }

  .lg\:focus\:translate-y-37px:focus {
    --tw-translate-y: 37px;
  }

  .lg\:focus\:translate-y-38px:focus {
    --tw-translate-y: 38px;
  }

  .lg\:focus\:translate-y-39px:focus {
    --tw-translate-y: 39px;
  }

  .lg\:focus\:translate-y-40px:focus {
    --tw-translate-y: 40px;
  }

  .lg\:focus\:translate-y-41px:focus {
    --tw-translate-y: 41px;
  }

  .lg\:focus\:translate-y-42px:focus {
    --tw-translate-y: 42px;
  }

  .lg\:focus\:translate-y-43px:focus {
    --tw-translate-y: 43px;
  }

  .lg\:focus\:translate-y-44px:focus {
    --tw-translate-y: 44px;
  }

  .lg\:focus\:translate-y-45px:focus {
    --tw-translate-y: 45px;
  }

  .lg\:focus\:translate-y-46px:focus {
    --tw-translate-y: 46px;
  }

  .lg\:focus\:translate-y-47px:focus {
    --tw-translate-y: 47px;
  }

  .lg\:focus\:translate-y-48px:focus {
    --tw-translate-y: 48px;
  }

  .lg\:focus\:translate-y-49px:focus {
    --tw-translate-y: 49px;
  }

  .lg\:focus\:translate-y-50px:focus {
    --tw-translate-y: 50px;
  }

  .lg\:focus\:translate-y-51px:focus {
    --tw-translate-y: 51px;
  }

  .lg\:focus\:translate-y-52px:focus {
    --tw-translate-y: 52px;
  }

  .lg\:focus\:translate-y-53px:focus {
    --tw-translate-y: 53px;
  }

  .lg\:focus\:translate-y-54px:focus {
    --tw-translate-y: 54px;
  }

  .lg\:focus\:translate-y-55px:focus {
    --tw-translate-y: 55px;
  }

  .lg\:focus\:translate-y-56px:focus {
    --tw-translate-y: 56px;
  }

  .lg\:focus\:translate-y-57px:focus {
    --tw-translate-y: 57px;
  }

  .lg\:focus\:translate-y-58px:focus {
    --tw-translate-y: 58px;
  }

  .lg\:focus\:translate-y-59px:focus {
    --tw-translate-y: 59px;
  }

  .lg\:focus\:translate-y-60px:focus {
    --tw-translate-y: 60px;
  }

  .lg\:focus\:translate-y-61px:focus {
    --tw-translate-y: 61px;
  }

  .lg\:focus\:translate-y-62px:focus {
    --tw-translate-y: 62px;
  }

  .lg\:focus\:translate-y-63px:focus {
    --tw-translate-y: 63px;
  }

  .lg\:focus\:translate-y-64px:focus {
    --tw-translate-y: 64px;
  }

  .lg\:focus\:translate-y-65px:focus {
    --tw-translate-y: 65px;
  }

  .lg\:focus\:translate-y-66px:focus {
    --tw-translate-y: 66px;
  }

  .lg\:focus\:translate-y-67px:focus {
    --tw-translate-y: 67px;
  }

  .lg\:focus\:translate-y-68px:focus {
    --tw-translate-y: 68px;
  }

  .lg\:focus\:translate-y-69px:focus {
    --tw-translate-y: 69px;
  }

  .lg\:focus\:translate-y-70px:focus {
    --tw-translate-y: 70px;
  }

  .lg\:focus\:translate-y-71px:focus {
    --tw-translate-y: 71px;
  }

  .lg\:focus\:translate-y-72px:focus {
    --tw-translate-y: 72px;
  }

  .lg\:focus\:translate-y-73px:focus {
    --tw-translate-y: 73px;
  }

  .lg\:focus\:translate-y-74px:focus {
    --tw-translate-y: 74px;
  }

  .lg\:focus\:translate-y-75px:focus {
    --tw-translate-y: 75px;
  }

  .lg\:focus\:translate-y-76px:focus {
    --tw-translate-y: 76px;
  }

  .lg\:focus\:translate-y-77px:focus {
    --tw-translate-y: 77px;
  }

  .lg\:focus\:translate-y-78px:focus {
    --tw-translate-y: 78px;
  }

  .lg\:focus\:translate-y-79px:focus {
    --tw-translate-y: 79px;
  }

  .lg\:focus\:translate-y-80px:focus {
    --tw-translate-y: 80px;
  }

  .lg\:focus\:translate-y-81px:focus {
    --tw-translate-y: 81px;
  }

  .lg\:focus\:translate-y-82px:focus {
    --tw-translate-y: 82px;
  }

  .lg\:focus\:translate-y-83px:focus {
    --tw-translate-y: 83px;
  }

  .lg\:focus\:translate-y-84px:focus {
    --tw-translate-y: 84px;
  }

  .lg\:focus\:translate-y-85px:focus {
    --tw-translate-y: 85px;
  }

  .lg\:focus\:translate-y-86px:focus {
    --tw-translate-y: 86px;
  }

  .lg\:focus\:translate-y-87px:focus {
    --tw-translate-y: 87px;
  }

  .lg\:focus\:translate-y-88px:focus {
    --tw-translate-y: 88px;
  }

  .lg\:focus\:translate-y-89px:focus {
    --tw-translate-y: 89px;
  }

  .lg\:focus\:translate-y-90px:focus {
    --tw-translate-y: 90px;
  }

  .lg\:focus\:translate-y-91px:focus {
    --tw-translate-y: 91px;
  }

  .lg\:focus\:translate-y-92px:focus {
    --tw-translate-y: 92px;
  }

  .lg\:focus\:translate-y-93px:focus {
    --tw-translate-y: 93px;
  }

  .lg\:focus\:translate-y-94px:focus {
    --tw-translate-y: 94px;
  }

  .lg\:focus\:translate-y-95px:focus {
    --tw-translate-y: 95px;
  }

  .lg\:focus\:translate-y-96px:focus {
    --tw-translate-y: 96px;
  }

  .lg\:focus\:translate-y-97px:focus {
    --tw-translate-y: 97px;
  }

  .lg\:focus\:translate-y-98px:focus {
    --tw-translate-y: 98px;
  }

  .lg\:focus\:translate-y-99px:focus {
    --tw-translate-y: 99px;
  }

  .lg\:focus\:translate-y-100px:focus {
    --tw-translate-y: 100px;
  }

  .lg\:focus\:translate-y-101px:focus {
    --tw-translate-y: 101px;
  }

  .lg\:focus\:translate-y-102px:focus {
    --tw-translate-y: 102px;
  }

  .lg\:focus\:translate-y-103px:focus {
    --tw-translate-y: 103px;
  }

  .lg\:focus\:translate-y-104px:focus {
    --tw-translate-y: 104px;
  }

  .lg\:focus\:translate-y-105px:focus {
    --tw-translate-y: 105px;
  }

  .lg\:focus\:translate-y-106px:focus {
    --tw-translate-y: 106px;
  }

  .lg\:focus\:translate-y-107px:focus {
    --tw-translate-y: 107px;
  }

  .lg\:focus\:translate-y-108px:focus {
    --tw-translate-y: 108px;
  }

  .lg\:focus\:translate-y-109px:focus {
    --tw-translate-y: 109px;
  }

  .lg\:focus\:translate-y-110px:focus {
    --tw-translate-y: 110px;
  }

  .lg\:focus\:translate-y-111px:focus {
    --tw-translate-y: 111px;
  }

  .lg\:focus\:translate-y-112px:focus {
    --tw-translate-y: 112px;
  }

  .lg\:focus\:translate-y-113px:focus {
    --tw-translate-y: 113px;
  }

  .lg\:focus\:translate-y-114px:focus {
    --tw-translate-y: 114px;
  }

  .lg\:focus\:translate-y-115px:focus {
    --tw-translate-y: 115px;
  }

  .lg\:focus\:translate-y-116px:focus {
    --tw-translate-y: 116px;
  }

  .lg\:focus\:translate-y-117px:focus {
    --tw-translate-y: 117px;
  }

  .lg\:focus\:translate-y-118px:focus {
    --tw-translate-y: 118px;
  }

  .lg\:focus\:translate-y-119px:focus {
    --tw-translate-y: 119px;
  }

  .lg\:focus\:translate-y-120px:focus {
    --tw-translate-y: 120px;
  }

  .lg\:focus\:translate-y-121px:focus {
    --tw-translate-y: 121px;
  }

  .lg\:focus\:translate-y-122px:focus {
    --tw-translate-y: 122px;
  }

  .lg\:focus\:translate-y-123px:focus {
    --tw-translate-y: 123px;
  }

  .lg\:focus\:translate-y-124px:focus {
    --tw-translate-y: 124px;
  }

  .lg\:focus\:translate-y-125px:focus {
    --tw-translate-y: 125px;
  }

  .lg\:focus\:translate-y-126px:focus {
    --tw-translate-y: 126px;
  }

  .lg\:focus\:translate-y-127px:focus {
    --tw-translate-y: 127px;
  }

  .lg\:focus\:translate-y-128px:focus {
    --tw-translate-y: 128px;
  }

  .lg\:focus\:translate-y-129px:focus {
    --tw-translate-y: 129px;
  }

  .lg\:focus\:translate-y-130px:focus {
    --tw-translate-y: 130px;
  }

  .lg\:focus\:translate-y-133px:focus {
    --tw-translate-y: 133px;
  }

  .lg\:focus\:translate-y-140px:focus {
    --tw-translate-y: 140px;
  }

  .lg\:focus\:translate-y-195px:focus {
    --tw-translate-y: 195px;
  }

  .lg\:focus\:translate-y-200px:focus {
    --tw-translate-y: 200px;
  }

  .lg\:focus\:translate-y-210px:focus {
    --tw-translate-y: 210px;
  }

  .lg\:focus\:translate-y-222px:focus {
    --tw-translate-y: 222px;
  }

  .lg\:focus\:translate-y-258px:focus {
    --tw-translate-y: 258px;
  }

  .lg\:focus\:translate-y-280px:focus {
    --tw-translate-y: 280px;
  }

  .lg\:focus\:translate-y-334px:focus {
    --tw-translate-y: 334px;
  }

  .lg\:focus\:translate-y-388px:focus {
    --tw-translate-y: 388px;
  }

  .lg\:focus\:translate-y-480px:focus {
    --tw-translate-y: 480px;
  }

  .lg\:focus\:translate-y-490px:focus {
    --tw-translate-y: 490px;
  }

  .lg\:focus\:translate-y-505px:focus {
    --tw-translate-y: 505px;
  }

  .lg\:focus\:translate-y-507px:focus {
    --tw-translate-y: 507px;
  }

  .lg\:focus\:translate-y-760px:focus {
    --tw-translate-y: 760px;
  }

  .lg\:focus\:translate-y-780px:focus {
    --tw-translate-y: 780px;
  }

  .lg\:focus\:translate-y-980px:focus {
    --tw-translate-y: 980px;
  }

  .lg\:focus\:translate-y-1366px:focus {
    --tw-translate-y: 1366px;
  }

  .lg\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .lg\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .lg\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .lg\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .lg\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .lg\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .lg\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .lg\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .lg\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .lg\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .lg\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .lg\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .lg\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .lg\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .lg\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .lg\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .lg\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .lg\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .lg\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .lg\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .lg\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .lg\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .lg\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .lg\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .lg\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .lg\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .lg\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .lg\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .lg\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .lg\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .lg\:focus\:-translate-y-1px:focus {
    --tw-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-2px:focus {
    --tw-translate-y: -2px;
  }

  .lg\:focus\:-translate-y-3px:focus {
    --tw-translate-y: -3px;
  }

  .lg\:focus\:-translate-y-4px:focus {
    --tw-translate-y: -4px;
  }

  .lg\:focus\:-translate-y-5px:focus {
    --tw-translate-y: -5px;
  }

  .lg\:focus\:-translate-y-6px:focus {
    --tw-translate-y: -6px;
  }

  .lg\:focus\:-translate-y-7px:focus {
    --tw-translate-y: -7px;
  }

  .lg\:focus\:-translate-y-8px:focus {
    --tw-translate-y: -8px;
  }

  .lg\:focus\:-translate-y-9px:focus {
    --tw-translate-y: -9px;
  }

  .lg\:focus\:-translate-y-10px:focus {
    --tw-translate-y: -10px;
  }

  .lg\:focus\:-translate-y-11px:focus {
    --tw-translate-y: -11px;
  }

  .lg\:focus\:-translate-y-12px:focus {
    --tw-translate-y: -12px;
  }

  .lg\:focus\:-translate-y-13px:focus {
    --tw-translate-y: -13px;
  }

  .lg\:focus\:-translate-y-14px:focus {
    --tw-translate-y: -14px;
  }

  .lg\:focus\:-translate-y-15px:focus {
    --tw-translate-y: -15px;
  }

  .lg\:focus\:-translate-y-16px:focus {
    --tw-translate-y: -16px;
  }

  .lg\:focus\:-translate-y-17px:focus {
    --tw-translate-y: -17px;
  }

  .lg\:focus\:-translate-y-18px:focus {
    --tw-translate-y: -18px;
  }

  .lg\:focus\:-translate-y-19px:focus {
    --tw-translate-y: -19px;
  }

  .lg\:focus\:-translate-y-20px:focus {
    --tw-translate-y: -20px;
  }

  .lg\:focus\:-translate-y-21px:focus {
    --tw-translate-y: -21px;
  }

  .lg\:focus\:-translate-y-22px:focus {
    --tw-translate-y: -22px;
  }

  .lg\:focus\:-translate-y-23px:focus {
    --tw-translate-y: -23px;
  }

  .lg\:focus\:-translate-y-24px:focus {
    --tw-translate-y: -24px;
  }

  .lg\:focus\:-translate-y-25px:focus {
    --tw-translate-y: -25px;
  }

  .lg\:focus\:-translate-y-26px:focus {
    --tw-translate-y: -26px;
  }

  .lg\:focus\:-translate-y-27px:focus {
    --tw-translate-y: -27px;
  }

  .lg\:focus\:-translate-y-28px:focus {
    --tw-translate-y: -28px;
  }

  .lg\:focus\:-translate-y-29px:focus {
    --tw-translate-y: -29px;
  }

  .lg\:focus\:-translate-y-30px:focus {
    --tw-translate-y: -30px;
  }

  .lg\:focus\:-translate-y-31px:focus {
    --tw-translate-y: -31px;
  }

  .lg\:focus\:-translate-y-32px:focus {
    --tw-translate-y: -32px;
  }

  .lg\:focus\:-translate-y-33px:focus {
    --tw-translate-y: -33px;
  }

  .lg\:focus\:-translate-y-34px:focus {
    --tw-translate-y: -34px;
  }

  .lg\:focus\:-translate-y-35px:focus {
    --tw-translate-y: -35px;
  }

  .lg\:focus\:-translate-y-36px:focus {
    --tw-translate-y: -36px;
  }

  .lg\:focus\:-translate-y-37px:focus {
    --tw-translate-y: -37px;
  }

  .lg\:focus\:-translate-y-38px:focus {
    --tw-translate-y: -38px;
  }

  .lg\:focus\:-translate-y-39px:focus {
    --tw-translate-y: -39px;
  }

  .lg\:focus\:-translate-y-40px:focus {
    --tw-translate-y: -40px;
  }

  .lg\:focus\:-translate-y-41px:focus {
    --tw-translate-y: -41px;
  }

  .lg\:focus\:-translate-y-42px:focus {
    --tw-translate-y: -42px;
  }

  .lg\:focus\:-translate-y-43px:focus {
    --tw-translate-y: -43px;
  }

  .lg\:focus\:-translate-y-44px:focus {
    --tw-translate-y: -44px;
  }

  .lg\:focus\:-translate-y-45px:focus {
    --tw-translate-y: -45px;
  }

  .lg\:focus\:-translate-y-46px:focus {
    --tw-translate-y: -46px;
  }

  .lg\:focus\:-translate-y-47px:focus {
    --tw-translate-y: -47px;
  }

  .lg\:focus\:-translate-y-48px:focus {
    --tw-translate-y: -48px;
  }

  .lg\:focus\:-translate-y-49px:focus {
    --tw-translate-y: -49px;
  }

  .lg\:focus\:-translate-y-50px:focus {
    --tw-translate-y: -50px;
  }

  .lg\:focus\:-translate-y-51px:focus {
    --tw-translate-y: -51px;
  }

  .lg\:focus\:-translate-y-52px:focus {
    --tw-translate-y: -52px;
  }

  .lg\:focus\:-translate-y-53px:focus {
    --tw-translate-y: -53px;
  }

  .lg\:focus\:-translate-y-54px:focus {
    --tw-translate-y: -54px;
  }

  .lg\:focus\:-translate-y-55px:focus {
    --tw-translate-y: -55px;
  }

  .lg\:focus\:-translate-y-56px:focus {
    --tw-translate-y: -56px;
  }

  .lg\:focus\:-translate-y-57px:focus {
    --tw-translate-y: -57px;
  }

  .lg\:focus\:-translate-y-58px:focus {
    --tw-translate-y: -58px;
  }

  .lg\:focus\:-translate-y-59px:focus {
    --tw-translate-y: -59px;
  }

  .lg\:focus\:-translate-y-60px:focus {
    --tw-translate-y: -60px;
  }

  .lg\:focus\:-translate-y-61px:focus {
    --tw-translate-y: -61px;
  }

  .lg\:focus\:-translate-y-62px:focus {
    --tw-translate-y: -62px;
  }

  .lg\:focus\:-translate-y-63px:focus {
    --tw-translate-y: -63px;
  }

  .lg\:focus\:-translate-y-64px:focus {
    --tw-translate-y: -64px;
  }

  .lg\:focus\:-translate-y-65px:focus {
    --tw-translate-y: -65px;
  }

  .lg\:focus\:-translate-y-66px:focus {
    --tw-translate-y: -66px;
  }

  .lg\:focus\:-translate-y-67px:focus {
    --tw-translate-y: -67px;
  }

  .lg\:focus\:-translate-y-68px:focus {
    --tw-translate-y: -68px;
  }

  .lg\:focus\:-translate-y-69px:focus {
    --tw-translate-y: -69px;
  }

  .lg\:focus\:-translate-y-70px:focus {
    --tw-translate-y: -70px;
  }

  .lg\:focus\:-translate-y-71px:focus {
    --tw-translate-y: -71px;
  }

  .lg\:focus\:-translate-y-72px:focus {
    --tw-translate-y: -72px;
  }

  .lg\:focus\:-translate-y-73px:focus {
    --tw-translate-y: -73px;
  }

  .lg\:focus\:-translate-y-74px:focus {
    --tw-translate-y: -74px;
  }

  .lg\:focus\:-translate-y-75px:focus {
    --tw-translate-y: -75px;
  }

  .lg\:focus\:-translate-y-76px:focus {
    --tw-translate-y: -76px;
  }

  .lg\:focus\:-translate-y-77px:focus {
    --tw-translate-y: -77px;
  }

  .lg\:focus\:-translate-y-78px:focus {
    --tw-translate-y: -78px;
  }

  .lg\:focus\:-translate-y-79px:focus {
    --tw-translate-y: -79px;
  }

  .lg\:focus\:-translate-y-80px:focus {
    --tw-translate-y: -80px;
  }

  .lg\:focus\:-translate-y-81px:focus {
    --tw-translate-y: -81px;
  }

  .lg\:focus\:-translate-y-82px:focus {
    --tw-translate-y: -82px;
  }

  .lg\:focus\:-translate-y-83px:focus {
    --tw-translate-y: -83px;
  }

  .lg\:focus\:-translate-y-84px:focus {
    --tw-translate-y: -84px;
  }

  .lg\:focus\:-translate-y-85px:focus {
    --tw-translate-y: -85px;
  }

  .lg\:focus\:-translate-y-86px:focus {
    --tw-translate-y: -86px;
  }

  .lg\:focus\:-translate-y-87px:focus {
    --tw-translate-y: -87px;
  }

  .lg\:focus\:-translate-y-88px:focus {
    --tw-translate-y: -88px;
  }

  .lg\:focus\:-translate-y-89px:focus {
    --tw-translate-y: -89px;
  }

  .lg\:focus\:-translate-y-90px:focus {
    --tw-translate-y: -90px;
  }

  .lg\:focus\:-translate-y-91px:focus {
    --tw-translate-y: -91px;
  }

  .lg\:focus\:-translate-y-92px:focus {
    --tw-translate-y: -92px;
  }

  .lg\:focus\:-translate-y-93px:focus {
    --tw-translate-y: -93px;
  }

  .lg\:focus\:-translate-y-94px:focus {
    --tw-translate-y: -94px;
  }

  .lg\:focus\:-translate-y-95px:focus {
    --tw-translate-y: -95px;
  }

  .lg\:focus\:-translate-y-96px:focus {
    --tw-translate-y: -96px;
  }

  .lg\:focus\:-translate-y-97px:focus {
    --tw-translate-y: -97px;
  }

  .lg\:focus\:-translate-y-98px:focus {
    --tw-translate-y: -98px;
  }

  .lg\:focus\:-translate-y-99px:focus {
    --tw-translate-y: -99px;
  }

  .lg\:focus\:-translate-y-100px:focus {
    --tw-translate-y: -100px;
  }

  .lg\:focus\:-translate-y-101px:focus {
    --tw-translate-y: -101px;
  }

  .lg\:focus\:-translate-y-102px:focus {
    --tw-translate-y: -102px;
  }

  .lg\:focus\:-translate-y-103px:focus {
    --tw-translate-y: -103px;
  }

  .lg\:focus\:-translate-y-104px:focus {
    --tw-translate-y: -104px;
  }

  .lg\:focus\:-translate-y-105px:focus {
    --tw-translate-y: -105px;
  }

  .lg\:focus\:-translate-y-106px:focus {
    --tw-translate-y: -106px;
  }

  .lg\:focus\:-translate-y-107px:focus {
    --tw-translate-y: -107px;
  }

  .lg\:focus\:-translate-y-108px:focus {
    --tw-translate-y: -108px;
  }

  .lg\:focus\:-translate-y-109px:focus {
    --tw-translate-y: -109px;
  }

  .lg\:focus\:-translate-y-110px:focus {
    --tw-translate-y: -110px;
  }

  .lg\:focus\:-translate-y-111px:focus {
    --tw-translate-y: -111px;
  }

  .lg\:focus\:-translate-y-112px:focus {
    --tw-translate-y: -112px;
  }

  .lg\:focus\:-translate-y-113px:focus {
    --tw-translate-y: -113px;
  }

  .lg\:focus\:-translate-y-114px:focus {
    --tw-translate-y: -114px;
  }

  .lg\:focus\:-translate-y-115px:focus {
    --tw-translate-y: -115px;
  }

  .lg\:focus\:-translate-y-116px:focus {
    --tw-translate-y: -116px;
  }

  .lg\:focus\:-translate-y-117px:focus {
    --tw-translate-y: -117px;
  }

  .lg\:focus\:-translate-y-118px:focus {
    --tw-translate-y: -118px;
  }

  .lg\:focus\:-translate-y-119px:focus {
    --tw-translate-y: -119px;
  }

  .lg\:focus\:-translate-y-120px:focus {
    --tw-translate-y: -120px;
  }

  .lg\:focus\:-translate-y-121px:focus {
    --tw-translate-y: -121px;
  }

  .lg\:focus\:-translate-y-122px:focus {
    --tw-translate-y: -122px;
  }

  .lg\:focus\:-translate-y-123px:focus {
    --tw-translate-y: -123px;
  }

  .lg\:focus\:-translate-y-124px:focus {
    --tw-translate-y: -124px;
  }

  .lg\:focus\:-translate-y-125px:focus {
    --tw-translate-y: -125px;
  }

  .lg\:focus\:-translate-y-126px:focus {
    --tw-translate-y: -126px;
  }

  .lg\:focus\:-translate-y-127px:focus {
    --tw-translate-y: -127px;
  }

  .lg\:focus\:-translate-y-128px:focus {
    --tw-translate-y: -128px;
  }

  .lg\:focus\:-translate-y-129px:focus {
    --tw-translate-y: -129px;
  }

  .lg\:focus\:-translate-y-130px:focus {
    --tw-translate-y: -130px;
  }

  .lg\:focus\:-translate-y-133px:focus {
    --tw-translate-y: -133px;
  }

  .lg\:focus\:-translate-y-140px:focus {
    --tw-translate-y: -140px;
  }

  .lg\:focus\:-translate-y-195px:focus {
    --tw-translate-y: -195px;
  }

  .lg\:focus\:-translate-y-200px:focus {
    --tw-translate-y: -200px;
  }

  .lg\:focus\:-translate-y-210px:focus {
    --tw-translate-y: -210px;
  }

  .lg\:focus\:-translate-y-222px:focus {
    --tw-translate-y: -222px;
  }

  .lg\:focus\:-translate-y-258px:focus {
    --tw-translate-y: -258px;
  }

  .lg\:focus\:-translate-y-280px:focus {
    --tw-translate-y: -280px;
  }

  .lg\:focus\:-translate-y-334px:focus {
    --tw-translate-y: -334px;
  }

  .lg\:focus\:-translate-y-388px:focus {
    --tw-translate-y: -388px;
  }

  .lg\:focus\:-translate-y-480px:focus {
    --tw-translate-y: -480px;
  }

  .lg\:focus\:-translate-y-490px:focus {
    --tw-translate-y: -490px;
  }

  .lg\:focus\:-translate-y-505px:focus {
    --tw-translate-y: -505px;
  }

  .lg\:focus\:-translate-y-507px:focus {
    --tw-translate-y: -507px;
  }

  .lg\:focus\:-translate-y-760px:focus {
    --tw-translate-y: -760px;
  }

  .lg\:focus\:-translate-y-780px:focus {
    --tw-translate-y: -780px;
  }

  .lg\:focus\:-translate-y-980px:focus {
    --tw-translate-y: -980px;
  }

  .lg\:focus\:-translate-y-1366px:focus {
    --tw-translate-y: -1366px;
  }

  .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 {
    animation: none;
  }

  .lg\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .lg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1366px) {
  .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: 1366px) {
    .xl\:container {
      max-width: 1366px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-1px > :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-1px > :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-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2px * var(--tw-space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-3px > :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-3px > :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-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4px * var(--tw-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-5px > :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-5px > :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-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6px * var(--tw-space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7px * var(--tw-space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-8px > :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-8px > :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-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9px * var(--tw-space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-10px > :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-10px > :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-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11px * var(--tw-space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-12px > :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-12px > :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-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13px * var(--tw-space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-14px > :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-14px > :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-15px > :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-15px > :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-16px > :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-16px > :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-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(17px * var(--tw-space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19px * var(--tw-space-x-reverse));
    margin-left: calc(19px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-20px > :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-20px > :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-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(21px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21px * var(--tw-space-x-reverse));
    margin-left: calc(21px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22px * var(--tw-space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23px * var(--tw-space-x-reverse));
    margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-24px > :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-24px > :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-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25px * var(--tw-space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26px * var(--tw-space-x-reverse));
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27px * var(--tw-space-x-reverse));
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-28px > :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-28px > :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-29px > :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-29px > :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-30px > :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-30px > :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-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31px * var(--tw-space-x-reverse));
    margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-32px > :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-32px > :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-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33px * var(--tw-space-x-reverse));
    margin-left: calc(33px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(34px * var(--tw-space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-35px > :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-35px > :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-36px > :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-36px > :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-37px > :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-37px > :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-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38px * var(--tw-space-x-reverse));
    margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-39px > :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-39px > :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-40px > :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-40px > :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-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41px * var(--tw-space-x-reverse));
    margin-left: calc(41px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(42px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(42px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(42px * var(--tw-space-x-reverse));
    margin-left: calc(42px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(43px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(43px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(43px * var(--tw-space-x-reverse));
    margin-left: calc(43px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(44px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(44px * var(--tw-space-x-reverse));
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45px * var(--tw-space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(46px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(46px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(46px * var(--tw-space-x-reverse));
    margin-left: calc(46px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-47px > :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-47px > :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-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(49px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(49px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(49px * var(--tw-space-x-reverse));
    margin-left: calc(49px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-50px > :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-50px > :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-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(51px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(51px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(51px * var(--tw-space-x-reverse));
    margin-left: calc(51px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(52px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(52px * var(--tw-space-x-reverse));
    margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(53px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(53px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(53px * var(--tw-space-x-reverse));
    margin-left: calc(53px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54px * var(--tw-space-x-reverse));
    margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(55px * var(--tw-space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-56px > :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-56px > :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-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(57px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(57px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(57px * var(--tw-space-x-reverse));
    margin-left: calc(57px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(58px * var(--tw-space-x-reverse));
    margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(59px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(59px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(59px * var(--tw-space-x-reverse));
    margin-left: calc(59px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(61px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(61px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(61px * var(--tw-space-x-reverse));
    margin-left: calc(61px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(62px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(62px * var(--tw-space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(63px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(63px * var(--tw-space-x-reverse));
    margin-left: calc(63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-64px > :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-64px > :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-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(65px * var(--tw-space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66px * var(--tw-space-x-reverse));
    margin-left: calc(66px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(67px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(67px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(67px * var(--tw-space-x-reverse));
    margin-left: calc(67px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(68px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(68px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(68px * var(--tw-space-x-reverse));
    margin-left: calc(68px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(69px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(69px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(69px * var(--tw-space-x-reverse));
    margin-left: calc(69px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-70px > :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-70px > :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-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(71px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(71px * var(--tw-space-x-reverse));
    margin-left: calc(71px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-72px > :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-72px > :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-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(73px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(73px * var(--tw-space-x-reverse));
    margin-left: calc(73px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(74px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(74px * var(--tw-space-x-reverse));
    margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-75px > :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-75px > :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-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(76px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(76px * var(--tw-space-x-reverse));
    margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(77px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(77px * var(--tw-space-x-reverse));
    margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(78px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(78px * var(--tw-space-x-reverse));
    margin-left: calc(78px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(79px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(79px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(79px * var(--tw-space-x-reverse));
    margin-left: calc(79px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-80px > :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-80px > :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-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(81px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(81px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(81px * var(--tw-space-x-reverse));
    margin-left: calc(81px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82px * var(--tw-space-x-reverse));
    margin-left: calc(82px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-83px > :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-83px > :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-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(84px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(84px * var(--tw-space-x-reverse));
    margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(85px * var(--tw-space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(86px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(86px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(86px * var(--tw-space-x-reverse));
    margin-left: calc(86px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(87px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(87px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(87px * var(--tw-space-x-reverse));
    margin-left: calc(87px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(88px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(88px * var(--tw-space-x-reverse));
    margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(89px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(89px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(89px * var(--tw-space-x-reverse));
    margin-left: calc(89px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90px * var(--tw-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(91px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(91px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(91px * var(--tw-space-x-reverse));
    margin-left: calc(91px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(92px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(92px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(92px * var(--tw-space-x-reverse));
    margin-left: calc(92px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(93px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(93px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(93px * var(--tw-space-x-reverse));
    margin-left: calc(93px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(94px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(94px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(94px * var(--tw-space-x-reverse));
    margin-left: calc(94px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96px * var(--tw-space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(97px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(97px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(97px * var(--tw-space-x-reverse));
    margin-left: calc(97px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(98px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(98px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(98px * var(--tw-space-x-reverse));
    margin-left: calc(98px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(99px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(99px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(99px * var(--tw-space-x-reverse));
    margin-left: calc(99px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-100px > :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-100px > :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-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(101px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(101px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(101px * var(--tw-space-x-reverse));
    margin-left: calc(101px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(102px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(102px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(102px * var(--tw-space-x-reverse));
    margin-left: calc(102px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(103px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(103px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(103px * var(--tw-space-x-reverse));
    margin-left: calc(103px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(104px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(104px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(104px * var(--tw-space-x-reverse));
    margin-left: calc(104px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(105px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(105px * var(--tw-space-x-reverse));
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(106px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(106px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(106px * var(--tw-space-x-reverse));
    margin-left: calc(106px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(107px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(107px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(107px * var(--tw-space-x-reverse));
    margin-left: calc(107px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(108px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(108px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(108px * var(--tw-space-x-reverse));
    margin-left: calc(108px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(109px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(109px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(109px * var(--tw-space-x-reverse));
    margin-left: calc(109px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(110px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(110px * var(--tw-space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(111px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(111px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(111px * var(--tw-space-x-reverse));
    margin-left: calc(111px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(112px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(112px * var(--tw-space-x-reverse));
    margin-left: calc(112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(113px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(113px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(113px * var(--tw-space-x-reverse));
    margin-left: calc(113px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(114px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(114px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(114px * var(--tw-space-x-reverse));
    margin-left: calc(114px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(115px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(115px * var(--tw-space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(116px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(116px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(116px * var(--tw-space-x-reverse));
    margin-left: calc(116px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(117px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(117px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(117px * var(--tw-space-x-reverse));
    margin-left: calc(117px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-118px > :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-118px > :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-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(119px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(119px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(119px * var(--tw-space-x-reverse));
    margin-left: calc(119px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(121px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(121px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(121px * var(--tw-space-x-reverse));
    margin-left: calc(121px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(122px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(122px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(122px * var(--tw-space-x-reverse));
    margin-left: calc(122px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(123px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(123px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(123px * var(--tw-space-x-reverse));
    margin-left: calc(123px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(124px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(124px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(124px * var(--tw-space-x-reverse));
    margin-left: calc(124px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(125px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(125px * var(--tw-space-x-reverse));
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(126px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(126px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(126px * var(--tw-space-x-reverse));
    margin-left: calc(126px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(127px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(127px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(127px * var(--tw-space-x-reverse));
    margin-left: calc(127px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(128px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(128px * var(--tw-space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(129px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(129px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(129px * var(--tw-space-x-reverse));
    margin-left: calc(129px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-130px > :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-130px > :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-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(133px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(133px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(133px * var(--tw-space-x-reverse));
    margin-left: calc(133px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(140px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(140px * var(--tw-space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(195px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(195px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(195px * var(--tw-space-x-reverse));
    margin-left: calc(195px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(210px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(210px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(210px * var(--tw-space-x-reverse));
    margin-left: calc(210px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(222px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(222px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(222px * var(--tw-space-x-reverse));
    margin-left: calc(222px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(258px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(258px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(258px * var(--tw-space-x-reverse));
    margin-left: calc(258px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(280px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(280px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(280px * var(--tw-space-x-reverse));
    margin-left: calc(280px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(334px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(334px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(334px * var(--tw-space-x-reverse));
    margin-left: calc(334px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(388px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(388px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(388px * var(--tw-space-x-reverse));
    margin-left: calc(388px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(480px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(480px * var(--tw-space-x-reverse));
    margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(490px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(490px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(490px * var(--tw-space-x-reverse));
    margin-left: calc(490px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(505px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(505px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(505px * var(--tw-space-x-reverse));
    margin-left: calc(505px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(507px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(507px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(507px * var(--tw-space-x-reverse));
    margin-left: calc(507px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(760px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(760px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(760px * var(--tw-space-x-reverse));
    margin-left: calc(760px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(780px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(780px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(780px * var(--tw-space-x-reverse));
    margin-left: calc(780px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(980px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(980px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(980px * var(--tw-space-x-reverse));
    margin-left: calc(980px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1366px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1366px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1366px * var(--tw-space-x-reverse));
    margin-left: calc(1366px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-1px > :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-1px > :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-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2px * var(--tw-space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-3px > :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-3px > :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-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4px * var(--tw-space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-5px > :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-5px > :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-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6px * var(--tw-space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7px * var(--tw-space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-8px > :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-8px > :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-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9px * var(--tw-space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-10px > :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-10px > :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-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11px * var(--tw-space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-12px > :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-12px > :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-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13px * var(--tw-space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-14px > :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-14px > :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-15px > :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-15px > :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-16px > :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-16px > :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-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-17px * var(--tw-space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px * var(--tw-space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19px * var(--tw-space-x-reverse));
    margin-left: calc(-19px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-20px > :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-20px > :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-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-21px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21px * var(--tw-space-x-reverse));
    margin-left: calc(-21px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22px * var(--tw-space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23px * var(--tw-space-x-reverse));
    margin-left: calc(-23px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-24px > :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-24px > :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-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25px * var(--tw-space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26px * var(--tw-space-x-reverse));
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27px * var(--tw-space-x-reverse));
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-28px > :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-28px > :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-29px > :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-29px > :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-30px > :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-30px > :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-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31px * var(--tw-space-x-reverse));
    margin-left: calc(-31px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-32px > :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-32px > :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-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33px * var(--tw-space-x-reverse));
    margin-left: calc(-33px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-34px * var(--tw-space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-35px > :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-35px > :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-36px > :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-36px > :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-37px > :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-37px > :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-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38px * var(--tw-space-x-reverse));
    margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-39px > :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-39px > :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-40px > :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-40px > :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-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41px * var(--tw-space-x-reverse));
    margin-left: calc(-41px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-42px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-42px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-42px * var(--tw-space-x-reverse));
    margin-left: calc(-42px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-43px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-43px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-43px * var(--tw-space-x-reverse));
    margin-left: calc(-43px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-44px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-44px * var(--tw-space-x-reverse));
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45px * var(--tw-space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-46px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-46px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-46px * var(--tw-space-x-reverse));
    margin-left: calc(-46px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-47px > :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-47px > :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-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-49px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-49px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-49px * var(--tw-space-x-reverse));
    margin-left: calc(-49px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-50px > :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-50px > :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-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-51px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-51px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-51px * var(--tw-space-x-reverse));
    margin-left: calc(-51px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-52px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-52px * var(--tw-space-x-reverse));
    margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-53px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-53px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-53px * var(--tw-space-x-reverse));
    margin-left: calc(-53px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54px * var(--tw-space-x-reverse));
    margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-55px * var(--tw-space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-56px > :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-56px > :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-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-57px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-57px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-57px * var(--tw-space-x-reverse));
    margin-left: calc(-57px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-58px * var(--tw-space-x-reverse));
    margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-59px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-59px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-59px * var(--tw-space-x-reverse));
    margin-left: calc(-59px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-61px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-61px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-61px * var(--tw-space-x-reverse));
    margin-left: calc(-61px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-62px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-62px * var(--tw-space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-63px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-63px * var(--tw-space-x-reverse));
    margin-left: calc(-63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-64px > :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-64px > :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-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-65px * var(--tw-space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66px * var(--tw-space-x-reverse));
    margin-left: calc(-66px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-67px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-67px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-67px * var(--tw-space-x-reverse));
    margin-left: calc(-67px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-68px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-68px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-68px * var(--tw-space-x-reverse));
    margin-left: calc(-68px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-69px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-69px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-69px * var(--tw-space-x-reverse));
    margin-left: calc(-69px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-70px > :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-70px > :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-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-71px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-71px * var(--tw-space-x-reverse));
    margin-left: calc(-71px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-72px > :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-72px > :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-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-73px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-73px * var(--tw-space-x-reverse));
    margin-left: calc(-73px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-74px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-74px * var(--tw-space-x-reverse));
    margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-75px > :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-75px > :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-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-76px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-76px * var(--tw-space-x-reverse));
    margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-77px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-77px * var(--tw-space-x-reverse));
    margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-78px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-78px * var(--tw-space-x-reverse));
    margin-left: calc(-78px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-79px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-79px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-79px * var(--tw-space-x-reverse));
    margin-left: calc(-79px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-80px > :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-80px > :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-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-81px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-81px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-81px * var(--tw-space-x-reverse));
    margin-left: calc(-81px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82px * var(--tw-space-x-reverse));
    margin-left: calc(-82px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-83px > :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-83px > :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-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-84px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-84px * var(--tw-space-x-reverse));
    margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-85px * var(--tw-space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-86px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-86px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-86px * var(--tw-space-x-reverse));
    margin-left: calc(-86px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-87px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-87px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-87px * var(--tw-space-x-reverse));
    margin-left: calc(-87px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-88px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-88px * var(--tw-space-x-reverse));
    margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-89px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-89px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-89px * var(--tw-space-x-reverse));
    margin-left: calc(-89px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90px * var(--tw-space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-91px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-91px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-91px * var(--tw-space-x-reverse));
    margin-left: calc(-91px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-92px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-92px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-92px * var(--tw-space-x-reverse));
    margin-left: calc(-92px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-93px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-93px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-93px * var(--tw-space-x-reverse));
    margin-left: calc(-93px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-94px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-94px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-94px * var(--tw-space-x-reverse));
    margin-left: calc(-94px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px * var(--tw-space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-97px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-97px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-97px * var(--tw-space-x-reverse));
    margin-left: calc(-97px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-98px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-98px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-98px * var(--tw-space-x-reverse));
    margin-left: calc(-98px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-99px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-99px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-99px * var(--tw-space-x-reverse));
    margin-left: calc(-99px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-100px > :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-100px > :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-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-101px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-101px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-101px * var(--tw-space-x-reverse));
    margin-left: calc(-101px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-102px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-102px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-102px * var(--tw-space-x-reverse));
    margin-left: calc(-102px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-103px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-103px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-103px * var(--tw-space-x-reverse));
    margin-left: calc(-103px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-104px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-104px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-104px * var(--tw-space-x-reverse));
    margin-left: calc(-104px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-105px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-105px * var(--tw-space-x-reverse));
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-106px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-106px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-106px * var(--tw-space-x-reverse));
    margin-left: calc(-106px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-107px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-107px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-107px * var(--tw-space-x-reverse));
    margin-left: calc(-107px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-108px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-108px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-108px * var(--tw-space-x-reverse));
    margin-left: calc(-108px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-109px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-109px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-109px * var(--tw-space-x-reverse));
    margin-left: calc(-109px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-110px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-110px * var(--tw-space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-111px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-111px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-111px * var(--tw-space-x-reverse));
    margin-left: calc(-111px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-112px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-112px * var(--tw-space-x-reverse));
    margin-left: calc(-112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-113px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-113px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-113px * var(--tw-space-x-reverse));
    margin-left: calc(-113px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-114px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-114px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-114px * var(--tw-space-x-reverse));
    margin-left: calc(-114px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-115px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-115px * var(--tw-space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-116px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-116px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-116px * var(--tw-space-x-reverse));
    margin-left: calc(-116px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-117px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-117px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-117px * var(--tw-space-x-reverse));
    margin-left: calc(-117px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-118px > :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-118px > :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-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-119px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-119px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-119px * var(--tw-space-x-reverse));
    margin-left: calc(-119px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-121px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-121px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-121px * var(--tw-space-x-reverse));
    margin-left: calc(-121px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-122px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-122px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-122px * var(--tw-space-x-reverse));
    margin-left: calc(-122px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-123px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-123px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-123px * var(--tw-space-x-reverse));
    margin-left: calc(-123px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-124px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-124px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-124px * var(--tw-space-x-reverse));
    margin-left: calc(-124px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-125px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-125px * var(--tw-space-x-reverse));
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-126px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-126px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-126px * var(--tw-space-x-reverse));
    margin-left: calc(-126px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-127px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-127px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-127px * var(--tw-space-x-reverse));
    margin-left: calc(-127px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-128px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-128px * var(--tw-space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-129px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-129px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-129px * var(--tw-space-x-reverse));
    margin-left: calc(-129px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-130px > :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-130px > :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-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-133px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-133px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-133px * var(--tw-space-x-reverse));
    margin-left: calc(-133px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-140px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-140px * var(--tw-space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-195px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-195px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-195px * var(--tw-space-x-reverse));
    margin-left: calc(-195px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-200px * var(--tw-space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-210px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-210px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-210px * var(--tw-space-x-reverse));
    margin-left: calc(-210px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-222px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-222px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-222px * var(--tw-space-x-reverse));
    margin-left: calc(-222px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-258px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-258px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-258px * var(--tw-space-x-reverse));
    margin-left: calc(-258px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-280px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-280px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-280px * var(--tw-space-x-reverse));
    margin-left: calc(-280px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-334px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-334px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-334px * var(--tw-space-x-reverse));
    margin-left: calc(-334px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-388px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-388px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-388px * var(--tw-space-x-reverse));
    margin-left: calc(-388px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-480px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-480px * var(--tw-space-x-reverse));
    margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-490px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-490px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-490px * var(--tw-space-x-reverse));
    margin-left: calc(-490px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-505px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-505px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-505px * var(--tw-space-x-reverse));
    margin-left: calc(-505px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-507px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-507px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-507px * var(--tw-space-x-reverse));
    margin-left: calc(-507px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-760px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-760px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-760px * var(--tw-space-x-reverse));
    margin-left: calc(-760px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-780px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-780px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-780px * var(--tw-space-x-reverse));
    margin-left: calc(-780px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-980px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-980px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-980px * var(--tw-space-x-reverse));
    margin-left: calc(-980px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1366px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1366px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1366px * var(--tw-space-x-reverse));
    margin-left: calc(-1366px * 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 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl\:divide-main-bg > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-divide-opacity));
  }

  .xl\:divide-main-bg-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-divide-opacity));
  }

  .xl\:divide-main-bg-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-divide-opacity));
  }

  .xl\:divide-web-logo-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-divide-opacity));
  }

  .xl\:divide-public-logo-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-divide-opacity));
  }

  .xl\:divide-button-primary-pink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-divide-opacity));
  }

  .xl\:divide-button-secondary-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-link-text-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-sub-text-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-divide-opacity));
  }

  .xl\:divide-body-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-divide-opacity));
  }

  .xl\:divide-copyright-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-divide-opacity));
  }

  .xl\:divide-breadcrumb-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-divide-opacity));
  }

  .xl\:divide-dark-text-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-background-black-a > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-divide-opacity));
  }

  .xl\:divide-background-black-b > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-divide-opacity));
  }

  .xl\:divide-background-black-c > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-divide-opacity));
  }

  .xl\:divide-background-black-d > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-divide-opacity));
  }

  .xl\:divide-product-detail-body-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-divide-opacity));
  }

  .xl\:divide-primary-pink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-divide-opacity));
  }

  .xl\:divide-footer-divide-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-divide-opacity));
  }

  .xl\:divide-detail-text-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-divide-opacity));
  }

  .xl\:divide-detail-desc-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-divide-opacity));
  }

  .xl\:divide-border-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 223, 214, 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;
            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 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:bg-main-bg {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .xl\:bg-main-bg-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .xl\:bg-main-bg-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .xl\:bg-web-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .xl\:bg-public-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .xl\:bg-button-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .xl\:bg-button-secondary-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-link-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-sub-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .xl\:bg-body-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .xl\:bg-copyright-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .xl\:bg-breadcrumb-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .xl\:bg-dark-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-background-black-a {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .xl\:bg-background-black-b {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .xl\:bg-background-black-c {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .xl\:bg-background-black-d {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .xl\:bg-product-detail-body-white {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .xl\:bg-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .xl\:bg-footer-divide-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .xl\:bg-detail-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .xl\:bg-detail-desc-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .xl\:bg-border-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, 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 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-main-bg {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-main-bg-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-main-bg-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-web-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-public-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-button-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-button-secondary-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-link-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sub-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-body-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-copyright-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-breadcrumb-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-dark-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-background-black-a {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-background-black-b {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-background-black-c {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-background-black-d {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-product-detail-body-white {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-footer-divide-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-detail-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-detail-desc-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-border-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, 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:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-main-bg:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-main-bg-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-main-bg-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-web-logo-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-public-logo-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-button-primary-pink:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-button-secondary-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-link-text-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sub-text-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-body-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-copyright-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-breadcrumb-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-dark-text-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-background-black-a:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-background-black-b:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-background-black-c:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-background-black-d:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-product-detail-body-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-primary-pink:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-footer-divide-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-detail-text-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-detail-desc-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-border-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-main-bg:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-main-bg-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-main-bg-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-web-logo-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-public-logo-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-button-primary-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-button-secondary-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-link-text-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sub-text-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-body-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-copyright-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-breadcrumb-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-dark-text-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-background-black-a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-background-black-b:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-background-black-c:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-background-black-d:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-product-detail-body-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-primary-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-footer-divide-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-detail-text-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-detail-desc-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-border-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 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-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-main-bg:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-main-bg-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-main-bg-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-web-logo-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-public-logo-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-button-primary-pink:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-button-secondary-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-link-text-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sub-text-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-body-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-copyright-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-breadcrumb-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-dark-text-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-background-black-a:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-background-black-b:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-background-black-c:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-background-black-d:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-product-detail-body-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-primary-pink:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-footer-divide-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-detail-text-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-detail-desc-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-border-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, 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\: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 {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 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-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:from-main-bg {
    --tw-gradient-from: #20264B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .xl\:from-main-bg-2 {
    --tw-gradient-from: #101435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .xl\:from-main-bg-3 {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .xl\:from-web-logo-brown {
    --tw-gradient-from: #B27D1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .xl\:from-public-logo-brown {
    --tw-gradient-from: #9A6D0A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .xl\:from-button-primary-pink {
    --tw-gradient-from: #CF125B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .xl\:from-button-secondary-black {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-link-text-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-sub-text-brown {
    --tw-gradient-from: #A29063;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .xl\:from-body-brown {
    --tw-gradient-from: #8D8779;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .xl\:from-copyright-gray {
    --tw-gradient-from: #D5D5D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .xl\:from-breadcrumb-gray {
    --tw-gradient-from: #858593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .xl\:from-dark-text-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-background-black-a {
    --tw-gradient-from: #191919;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .xl\:from-background-black-b {
    --tw-gradient-from: #343445;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .xl\:from-background-black-c {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .xl\:from-background-black-d {
    --tw-gradient-from: #040822;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .xl\:from-product-detail-body-white {
    --tw-gradient-from: #F7F3EF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .xl\:from-primary-pink {
    --tw-gradient-from: #D52525;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .xl\:from-footer-divide-gray {
    --tw-gradient-from: #545467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .xl\:from-detail-text-brown {
    --tw-gradient-from: #6A510E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .xl\:from-detail-desc-brown {
    --tw-gradient-from: #676051;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .xl\:from-border-brown {
    --tw-gradient-from: #E8DFD6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 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 {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:via-main-bg {
    --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .xl\:via-main-bg-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .xl\:via-main-bg-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .xl\:via-web-logo-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .xl\:via-public-logo-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .xl\:via-button-primary-pink {
    --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .xl\:via-button-secondary-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-link-text-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-sub-text-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .xl\:via-body-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .xl\:via-copyright-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .xl\:via-breadcrumb-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .xl\:via-dark-text-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-background-black-a {
    --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .xl\:via-background-black-b {
    --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .xl\:via-background-black-c {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .xl\:via-background-black-d {
    --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .xl\:via-product-detail-body-white {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .xl\:via-primary-pink {
    --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .xl\:via-footer-divide-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .xl\:via-detail-text-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .xl\:via-detail-desc-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .xl\:via-border-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .xl\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .xl\:to-current {
    --tw-gradient-to: currentColor;
  }

  .xl\:to-black {
    --tw-gradient-to: #000;
  }

  .xl\:to-white {
    --tw-gradient-to: #fff;
  }

  .xl\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .xl\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .xl\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .xl\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .xl\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .xl\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .xl\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .xl\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .xl\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .xl\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .xl\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .xl\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .xl\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .xl\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .xl\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .xl\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .xl\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .xl\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .xl\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .xl\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .xl\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .xl\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .xl\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .xl\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .xl\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .xl\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .xl\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .xl\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .xl\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .xl\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .xl\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .xl\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .xl\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .xl\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .xl\:to-main-bg {
    --tw-gradient-to: #20264B;
  }

  .xl\:to-main-bg-2 {
    --tw-gradient-to: #101435;
  }

  .xl\:to-main-bg-3 {
    --tw-gradient-to: #101531;
  }

  .xl\:to-web-logo-brown {
    --tw-gradient-to: #B27D1A;
  }

  .xl\:to-public-logo-brown {
    --tw-gradient-to: #9A6D0A;
  }

  .xl\:to-button-primary-pink {
    --tw-gradient-to: #CF125B;
  }

  .xl\:to-button-secondary-black {
    --tw-gradient-to: #000000;
  }

  .xl\:to-link-text-white {
    --tw-gradient-to: #ffffff;
  }

  .xl\:to-sub-text-brown {
    --tw-gradient-to: #A29063;
  }

  .xl\:to-body-brown {
    --tw-gradient-to: #8D8779;
  }

  .xl\:to-copyright-gray {
    --tw-gradient-to: #D5D5D5;
  }

  .xl\:to-breadcrumb-gray {
    --tw-gradient-to: #858593;
  }

  .xl\:to-dark-text-white {
    --tw-gradient-to: #ffffff;
  }

  .xl\:to-background-black-a {
    --tw-gradient-to: #191919;
  }

  .xl\:to-background-black-b {
    --tw-gradient-to: #343445;
  }

  .xl\:to-background-black-c {
    --tw-gradient-to: #101531;
  }

  .xl\:to-background-black-d {
    --tw-gradient-to: #040822;
  }

  .xl\:to-product-detail-body-white {
    --tw-gradient-to: #F7F3EF;
  }

  .xl\:to-primary-pink {
    --tw-gradient-to: #D52525;
  }

  .xl\:to-footer-divide-gray {
    --tw-gradient-to: #545467;
  }

  .xl\:to-detail-text-brown {
    --tw-gradient-to: #6A510E;
  }

  .xl\:to-detail-desc-brown {
    --tw-gradient-to: #676051;
  }

  .xl\:to-border-brown {
    --tw-gradient-to: #E8DFD6;
  }

  .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: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:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:hover\:from-main-bg:hover {
    --tw-gradient-from: #20264B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .xl\:hover\:from-main-bg-2:hover {
    --tw-gradient-from: #101435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .xl\:hover\:from-main-bg-3:hover {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .xl\:hover\:from-web-logo-brown:hover {
    --tw-gradient-from: #B27D1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .xl\:hover\:from-public-logo-brown:hover {
    --tw-gradient-from: #9A6D0A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .xl\:hover\:from-button-primary-pink:hover {
    --tw-gradient-from: #CF125B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .xl\:hover\:from-button-secondary-black:hover {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-link-text-white:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-sub-text-brown:hover {
    --tw-gradient-from: #A29063;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .xl\:hover\:from-body-brown:hover {
    --tw-gradient-from: #8D8779;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .xl\:hover\:from-copyright-gray:hover {
    --tw-gradient-from: #D5D5D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .xl\:hover\:from-breadcrumb-gray:hover {
    --tw-gradient-from: #858593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .xl\:hover\:from-dark-text-white:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-background-black-a:hover {
    --tw-gradient-from: #191919;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .xl\:hover\:from-background-black-b:hover {
    --tw-gradient-from: #343445;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .xl\:hover\:from-background-black-c:hover {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .xl\:hover\:from-background-black-d:hover {
    --tw-gradient-from: #040822;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .xl\:hover\:from-product-detail-body-white:hover {
    --tw-gradient-from: #F7F3EF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .xl\:hover\:from-primary-pink:hover {
    --tw-gradient-from: #D52525;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .xl\:hover\:from-footer-divide-gray:hover {
    --tw-gradient-from: #545467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .xl\:hover\:from-detail-text-brown:hover {
    --tw-gradient-from: #6A510E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .xl\:hover\:from-detail-desc-brown:hover {
    --tw-gradient-from: #676051;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .xl\:hover\:from-border-brown:hover {
    --tw-gradient-from: #E8DFD6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 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:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 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-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:hover\:via-main-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .xl\:hover\:via-main-bg-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .xl\:hover\:via-main-bg-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .xl\:hover\:via-web-logo-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .xl\:hover\:via-public-logo-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .xl\:hover\:via-button-primary-pink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .xl\:hover\:via-button-secondary-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-link-text-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-sub-text-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .xl\:hover\:via-body-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .xl\:hover\:via-copyright-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .xl\:hover\:via-breadcrumb-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .xl\:hover\:via-dark-text-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-background-black-a:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .xl\:hover\:via-background-black-b:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .xl\:hover\:via-background-black-c:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .xl\:hover\:via-background-black-d:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .xl\:hover\:via-product-detail-body-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .xl\:hover\:via-primary-pink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .xl\:hover\:via-footer-divide-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .xl\:hover\:via-detail-text-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .xl\:hover\:via-detail-desc-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .xl\:hover\:via-border-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .xl\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .xl\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .xl\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .xl\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .xl\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .xl\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .xl\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .xl\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .xl\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .xl\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .xl\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .xl\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .xl\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .xl\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .xl\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .xl\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .xl\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .xl\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .xl\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .xl\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .xl\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .xl\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .xl\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .xl\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .xl\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .xl\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .xl\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .xl\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .xl\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .xl\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .xl\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .xl\:hover\:to-main-bg:hover {
    --tw-gradient-to: #20264B;
  }

  .xl\:hover\:to-main-bg-2:hover {
    --tw-gradient-to: #101435;
  }

  .xl\:hover\:to-main-bg-3:hover {
    --tw-gradient-to: #101531;
  }

  .xl\:hover\:to-web-logo-brown:hover {
    --tw-gradient-to: #B27D1A;
  }

  .xl\:hover\:to-public-logo-brown:hover {
    --tw-gradient-to: #9A6D0A;
  }

  .xl\:hover\:to-button-primary-pink:hover {
    --tw-gradient-to: #CF125B;
  }

  .xl\:hover\:to-button-secondary-black:hover {
    --tw-gradient-to: #000000;
  }

  .xl\:hover\:to-link-text-white:hover {
    --tw-gradient-to: #ffffff;
  }

  .xl\:hover\:to-sub-text-brown:hover {
    --tw-gradient-to: #A29063;
  }

  .xl\:hover\:to-body-brown:hover {
    --tw-gradient-to: #8D8779;
  }

  .xl\:hover\:to-copyright-gray:hover {
    --tw-gradient-to: #D5D5D5;
  }

  .xl\:hover\:to-breadcrumb-gray:hover {
    --tw-gradient-to: #858593;
  }

  .xl\:hover\:to-dark-text-white:hover {
    --tw-gradient-to: #ffffff;
  }

  .xl\:hover\:to-background-black-a:hover {
    --tw-gradient-to: #191919;
  }

  .xl\:hover\:to-background-black-b:hover {
    --tw-gradient-to: #343445;
  }

  .xl\:hover\:to-background-black-c:hover {
    --tw-gradient-to: #101531;
  }

  .xl\:hover\:to-background-black-d:hover {
    --tw-gradient-to: #040822;
  }

  .xl\:hover\:to-product-detail-body-white:hover {
    --tw-gradient-to: #F7F3EF;
  }

  .xl\:hover\:to-primary-pink:hover {
    --tw-gradient-to: #D52525;
  }

  .xl\:hover\:to-footer-divide-gray:hover {
    --tw-gradient-to: #545467;
  }

  .xl\:hover\:to-detail-text-brown:hover {
    --tw-gradient-to: #6A510E;
  }

  .xl\:hover\:to-detail-desc-brown:hover {
    --tw-gradient-to: #676051;
  }

  .xl\:hover\:to-border-brown:hover {
    --tw-gradient-to: #E8DFD6;
  }

  .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: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:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:focus\:from-main-bg:focus {
    --tw-gradient-from: #20264B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .xl\:focus\:from-main-bg-2:focus {
    --tw-gradient-from: #101435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .xl\:focus\:from-main-bg-3:focus {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .xl\:focus\:from-web-logo-brown:focus {
    --tw-gradient-from: #B27D1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .xl\:focus\:from-public-logo-brown:focus {
    --tw-gradient-from: #9A6D0A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .xl\:focus\:from-button-primary-pink:focus {
    --tw-gradient-from: #CF125B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .xl\:focus\:from-button-secondary-black:focus {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-link-text-white:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-sub-text-brown:focus {
    --tw-gradient-from: #A29063;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .xl\:focus\:from-body-brown:focus {
    --tw-gradient-from: #8D8779;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .xl\:focus\:from-copyright-gray:focus {
    --tw-gradient-from: #D5D5D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .xl\:focus\:from-breadcrumb-gray:focus {
    --tw-gradient-from: #858593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .xl\:focus\:from-dark-text-white:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-background-black-a:focus {
    --tw-gradient-from: #191919;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .xl\:focus\:from-background-black-b:focus {
    --tw-gradient-from: #343445;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .xl\:focus\:from-background-black-c:focus {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .xl\:focus\:from-background-black-d:focus {
    --tw-gradient-from: #040822;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .xl\:focus\:from-product-detail-body-white:focus {
    --tw-gradient-from: #F7F3EF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .xl\:focus\:from-primary-pink:focus {
    --tw-gradient-from: #D52525;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .xl\:focus\:from-footer-divide-gray:focus {
    --tw-gradient-from: #545467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .xl\:focus\:from-detail-text-brown:focus {
    --tw-gradient-from: #6A510E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .xl\:focus\:from-detail-desc-brown:focus {
    --tw-gradient-from: #676051;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .xl\:focus\:from-border-brown:focus {
    --tw-gradient-from: #E8DFD6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 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:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 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-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:focus\:via-main-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .xl\:focus\:via-main-bg-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .xl\:focus\:via-main-bg-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .xl\:focus\:via-web-logo-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .xl\:focus\:via-public-logo-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .xl\:focus\:via-button-primary-pink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .xl\:focus\:via-button-secondary-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-link-text-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-sub-text-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .xl\:focus\:via-body-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .xl\:focus\:via-copyright-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .xl\:focus\:via-breadcrumb-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .xl\:focus\:via-dark-text-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-background-black-a:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .xl\:focus\:via-background-black-b:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .xl\:focus\:via-background-black-c:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .xl\:focus\:via-background-black-d:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .xl\:focus\:via-product-detail-body-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .xl\:focus\:via-primary-pink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .xl\:focus\:via-footer-divide-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .xl\:focus\:via-detail-text-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .xl\:focus\:via-detail-desc-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .xl\:focus\:via-border-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .xl\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .xl\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .xl\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .xl\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .xl\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .xl\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .xl\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .xl\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .xl\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .xl\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .xl\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .xl\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .xl\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .xl\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .xl\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .xl\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .xl\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .xl\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .xl\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .xl\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .xl\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .xl\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .xl\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .xl\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .xl\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .xl\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .xl\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .xl\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .xl\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .xl\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .xl\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .xl\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .xl\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .xl\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .xl\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .xl\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .xl\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .xl\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .xl\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .xl\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .xl\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .xl\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .xl\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .xl\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .xl\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .xl\:focus\:to-main-bg:focus {
    --tw-gradient-to: #20264B;
  }

  .xl\:focus\:to-main-bg-2:focus {
    --tw-gradient-to: #101435;
  }

  .xl\:focus\:to-main-bg-3:focus {
    --tw-gradient-to: #101531;
  }

  .xl\:focus\:to-web-logo-brown:focus {
    --tw-gradient-to: #B27D1A;
  }

  .xl\:focus\:to-public-logo-brown:focus {
    --tw-gradient-to: #9A6D0A;
  }

  .xl\:focus\:to-button-primary-pink:focus {
    --tw-gradient-to: #CF125B;
  }

  .xl\:focus\:to-button-secondary-black:focus {
    --tw-gradient-to: #000000;
  }

  .xl\:focus\:to-link-text-white:focus {
    --tw-gradient-to: #ffffff;
  }

  .xl\:focus\:to-sub-text-brown:focus {
    --tw-gradient-to: #A29063;
  }

  .xl\:focus\:to-body-brown:focus {
    --tw-gradient-to: #8D8779;
  }

  .xl\:focus\:to-copyright-gray:focus {
    --tw-gradient-to: #D5D5D5;
  }

  .xl\:focus\:to-breadcrumb-gray:focus {
    --tw-gradient-to: #858593;
  }

  .xl\:focus\:to-dark-text-white:focus {
    --tw-gradient-to: #ffffff;
  }

  .xl\:focus\:to-background-black-a:focus {
    --tw-gradient-to: #191919;
  }

  .xl\:focus\:to-background-black-b:focus {
    --tw-gradient-to: #343445;
  }

  .xl\:focus\:to-background-black-c:focus {
    --tw-gradient-to: #101531;
  }

  .xl\:focus\:to-background-black-d:focus {
    --tw-gradient-to: #040822;
  }

  .xl\:focus\:to-product-detail-body-white:focus {
    --tw-gradient-to: #F7F3EF;
  }

  .xl\:focus\:to-primary-pink:focus {
    --tw-gradient-to: #D52525;
  }

  .xl\:focus\:to-footer-divide-gray:focus {
    --tw-gradient-to: #545467;
  }

  .xl\:focus\:to-detail-text-brown:focus {
    --tw-gradient-to: #6A510E;
  }

  .xl\:focus\:to-detail-desc-brown:focus {
    --tw-gradient-to: #676051;
  }

  .xl\:focus\:to-border-brown:focus {
    --tw-gradient-to: #E8DFD6;
  }

  .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-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round {
    background-repeat: round;
  }

  .xl\:bg-repeat-space {
    background-repeat: space;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-collapse {
    border-collapse: collapse;
  }

  .xl\:border-separate {
    border-collapse: separate;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-current {
    border-color: currentColor;
  }

  .xl\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:border-main-bg {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .xl\:border-main-bg-2 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .xl\:border-main-bg-3 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .xl\:border-web-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .xl\:border-public-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .xl\:border-button-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .xl\:border-button-secondary-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-link-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-sub-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .xl\:border-body-brown {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .xl\:border-copyright-gray {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .xl\:border-breadcrumb-gray {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .xl\:border-dark-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-background-black-a {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .xl\:border-background-black-b {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .xl\:border-background-black-c {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .xl\:border-background-black-d {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .xl\:border-product-detail-body-white {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .xl\:border-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .xl\:border-footer-divide-gray {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .xl\:border-detail-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .xl\:border-detail-desc-brown {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .xl\:border-border-brown {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, 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 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-main-bg {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-main-bg-2 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-main-bg-3 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-web-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-public-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-button-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-button-secondary-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-link-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sub-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-body-brown {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-copyright-gray {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-breadcrumb-gray {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-dark-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-background-black-a {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-background-black-b {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-background-black-c {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-background-black-d {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-product-detail-body-white {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-footer-divide-gray {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-detail-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-detail-desc-brown {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-border-brown {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, 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:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-main-bg:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-main-bg-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-main-bg-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-web-logo-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-public-logo-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-button-primary-pink:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-button-secondary-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-link-text-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sub-text-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-body-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-copyright-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-breadcrumb-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-dark-text-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-background-black-a:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-background-black-b:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-background-black-c:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-background-black-d:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-product-detail-body-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-primary-pink:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-footer-divide-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-detail-text-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-detail-desc-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-border-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, var(--tw-border-opacity));
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .xl\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:hover\:border-main-bg:hover {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .xl\:hover\:border-main-bg-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .xl\:hover\:border-main-bg-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .xl\:hover\:border-web-logo-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .xl\:hover\:border-public-logo-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .xl\:hover\:border-button-primary-pink:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .xl\:hover\:border-button-secondary-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-link-text-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sub-text-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .xl\:hover\:border-body-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .xl\:hover\:border-copyright-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .xl\:hover\:border-breadcrumb-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .xl\:hover\:border-dark-text-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-background-black-a:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .xl\:hover\:border-background-black-b:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .xl\:hover\:border-background-black-c:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .xl\:hover\:border-background-black-d:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .xl\:hover\:border-product-detail-body-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .xl\:hover\:border-primary-pink:hover {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .xl\:hover\:border-footer-divide-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .xl\:hover\:border-detail-text-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .xl\:hover\:border-detail-desc-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .xl\:hover\:border-border-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, var(--tw-border-opacity));
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .xl\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, 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-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:focus\:border-main-bg:focus {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .xl\:focus\:border-main-bg-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .xl\:focus\:border-main-bg-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .xl\:focus\:border-web-logo-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .xl\:focus\:border-public-logo-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .xl\:focus\:border-button-primary-pink:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .xl\:focus\:border-button-secondary-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-link-text-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sub-text-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .xl\:focus\:border-body-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .xl\:focus\:border-copyright-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .xl\:focus\:border-breadcrumb-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .xl\:focus\:border-dark-text-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-background-black-a:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .xl\:focus\:border-background-black-b:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .xl\:focus\:border-background-black-c:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .xl\:focus\:border-background-black-d:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .xl\:focus\:border-product-detail-body-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .xl\:focus\:border-primary-pink:focus {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .xl\:focus\:border-footer-divide-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .xl\:focus\:border-detail-text-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .xl\:focus\:border-detail-desc-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .xl\:focus\:border-border-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, 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-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-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-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-help {
    cursor: help;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-caption {
    display: table-caption;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:table-column {
    display: table-column;
  }

  .xl\:table-column-group {
    display: table-column-group;
  }

  .xl\:table-footer-group {
    display: table-footer-group;
  }

  .xl\:table-header-group {
    display: table-header-group;
  }

  .xl\:table-row-group {
    display: table-row-group;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:flow-root {
    display: flow-root;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:inline-grid {
    display: inline-grid;
  }

  .xl\:contents {
    display: contents;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:place-items-auto {
    place-items: auto;
  }

  .xl\:place-items-start {
    place-items: start;
  }

  .xl\:place-items-end {
    place-items: end;
  }

  .xl\:place-items-center {
    place-items: center;
  }

  .xl\:place-items-stretch {
    place-items: stretch;
  }

  .xl\:place-content-center {
    place-content: center;
  }

  .xl\:place-content-start {
    place-content: start;
  }

  .xl\:place-content-end {
    place-content: end;
  }

  .xl\:place-content-between {
    place-content: space-between;
  }

  .xl\:place-content-around {
    place-content: space-around;
  }

  .xl\:place-content-evenly {
    place-content: space-evenly;
  }

  .xl\:place-content-stretch {
    place-content: stretch;
  }

  .xl\:place-self-auto {
    place-self: auto;
  }

  .xl\:place-self-start {
    place-self: start;
  }

  .xl\:place-self-end {
    place-self: end;
  }

  .xl\:place-self-center {
    place-self: center;
  }

  .xl\:place-self-stretch {
    place-self: stretch;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:content-evenly {
    align-content: space-evenly;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:justify-items-auto {
    justify-items: auto;
  }

  .xl\:justify-items-start {
    justify-items: start;
  }

  .xl\:justify-items-end {
    justify-items: end;
  }

  .xl\:justify-items-center {
    justify-items: center;
  }

  .xl\:justify-items-stretch {
    justify-items: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:justify-evenly {
    justify-content: space-evenly;
  }

  .xl\:justify-self-auto {
    justify-self: auto;
  }

  .xl\:justify-self-start {
    justify-self: start;
  }

  .xl\:justify-self-end {
    justify-self: end;
  }

  .xl\:justify-self-center {
    justify-self: center;
  }

  .xl\:justify-self-stretch {
    justify-self: stretch;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:order-4 {
    order: 4;
  }

  .xl\:order-5 {
    order: 5;
  }

  .xl\:order-6 {
    order: 6;
  }

  .xl\:order-7 {
    order: 7;
  }

  .xl\:order-8 {
    order: 8;
  }

  .xl\:order-9 {
    order: 9;
  }

  .xl\:order-10 {
    order: 10;
  }

  .xl\:order-11 {
    order: 11;
  }

  .xl\:order-12 {
    order: 12;
  }

  .xl\:order-first {
    order: -9999;
  }

  .xl\:order-last {
    order: 9999;
  }

  .xl\:order-none {
    order: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clear-left {
    clear: left;
  }

  .xl\:clear-right {
    clear: right;
  }

  .xl\:clear-both {
    clear: both;
  }

  .xl\:clear-none {
    clear: none;
  }

  .xl\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xl\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:font-josefin {
    font-family: Josefin Slab;
  }

  .xl\:font-eb-garamond {
    font-family: EB Garamond;
  }

  .xl\:font-hiragino-gothic {
    font-family: Hiragino Sans, Hiragino Kaku Gothic Std, 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-yu-gothic {
    font-family: Yu Gothic Std, 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-hiragino-mincho {
    font-family: ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, Hiragino Mincho Std, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  }

  .xl\:font-thin {
    font-weight: 100;
  }

  .xl\:font-extralight {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:h-0 {
    height: 0px;
  }

  .xl\:h-1 {
    height: 0.25rem;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-7 {
    height: 1.75rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-11 {
    height: 2.75rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-14 {
    height: 3.5rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-36 {
    height: 9rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-44 {
    height: 11rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-52 {
    height: 13rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:h-60 {
    height: 15rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-72 {
    height: 18rem;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-0\.5 {
    height: 0.125rem;
  }

  .xl\:h-1\.5 {
    height: 0.375rem;
  }

  .xl\:h-2\.5 {
    height: 0.625rem;
  }

  .xl\:h-3\.5 {
    height: 0.875rem;
  }

  .xl\:h-1px {
    height: 1px;
  }

  .xl\:h-2px {
    height: 2px;
  }

  .xl\:h-3px {
    height: 3px;
  }

  .xl\:h-4px {
    height: 4px;
  }

  .xl\:h-5px {
    height: 5px;
  }

  .xl\:h-6px {
    height: 6px;
  }

  .xl\:h-7px {
    height: 7px;
  }

  .xl\:h-8px {
    height: 8px;
  }

  .xl\:h-9px {
    height: 9px;
  }

  .xl\:h-10px {
    height: 10px;
  }

  .xl\:h-11px {
    height: 11px;
  }

  .xl\:h-12px {
    height: 12px;
  }

  .xl\:h-13px {
    height: 13px;
  }

  .xl\:h-14px {
    height: 14px;
  }

  .xl\:h-15px {
    height: 15px;
  }

  .xl\:h-16px {
    height: 16px;
  }

  .xl\:h-17px {
    height: 17px;
  }

  .xl\:h-18px {
    height: 18px;
  }

  .xl\:h-19px {
    height: 19px;
  }

  .xl\:h-20px {
    height: 20px;
  }

  .xl\:h-21px {
    height: 21px;
  }

  .xl\:h-22px {
    height: 22px;
  }

  .xl\:h-23px {
    height: 23px;
  }

  .xl\:h-24px {
    height: 24px;
  }

  .xl\:h-25px {
    height: 25px;
  }

  .xl\:h-26px {
    height: 26px;
  }

  .xl\:h-27px {
    height: 27px;
  }

  .xl\:h-28px {
    height: 28px;
  }

  .xl\:h-29px {
    height: 29px;
  }

  .xl\:h-30px {
    height: 30px;
  }

  .xl\:h-31px {
    height: 31px;
  }

  .xl\:h-32px {
    height: 32px;
  }

  .xl\:h-33px {
    height: 33px;
  }

  .xl\:h-34px {
    height: 34px;
  }

  .xl\:h-35px {
    height: 35px;
  }

  .xl\:h-36px {
    height: 36px;
  }

  .xl\:h-37px {
    height: 37px;
  }

  .xl\:h-38px {
    height: 38px;
  }

  .xl\:h-39px {
    height: 39px;
  }

  .xl\:h-40px {
    height: 40px;
  }

  .xl\:h-41px {
    height: 41px;
  }

  .xl\:h-42px {
    height: 42px;
  }

  .xl\:h-43px {
    height: 43px;
  }

  .xl\:h-44px {
    height: 44px;
  }

  .xl\:h-45px {
    height: 45px;
  }

  .xl\:h-46px {
    height: 46px;
  }

  .xl\:h-47px {
    height: 47px;
  }

  .xl\:h-48px {
    height: 48px;
  }

  .xl\:h-49px {
    height: 49px;
  }

  .xl\:h-50px {
    height: 50px;
  }

  .xl\:h-51px {
    height: 51px;
  }

  .xl\:h-52px {
    height: 52px;
  }

  .xl\:h-53px {
    height: 53px;
  }

  .xl\:h-54px {
    height: 54px;
  }

  .xl\:h-55px {
    height: 55px;
  }

  .xl\:h-56px {
    height: 56px;
  }

  .xl\:h-57px {
    height: 57px;
  }

  .xl\:h-58px {
    height: 58px;
  }

  .xl\:h-59px {
    height: 59px;
  }

  .xl\:h-60px {
    height: 60px;
  }

  .xl\:h-61px {
    height: 61px;
  }

  .xl\:h-62px {
    height: 62px;
  }

  .xl\:h-63px {
    height: 63px;
  }

  .xl\:h-64px {
    height: 64px;
  }

  .xl\:h-65px {
    height: 65px;
  }

  .xl\:h-66px {
    height: 66px;
  }

  .xl\:h-67px {
    height: 67px;
  }

  .xl\:h-68px {
    height: 68px;
  }

  .xl\:h-69px {
    height: 69px;
  }

  .xl\:h-70px {
    height: 70px;
  }

  .xl\:h-71px {
    height: 71px;
  }

  .xl\:h-72px {
    height: 72px;
  }

  .xl\:h-73px {
    height: 73px;
  }

  .xl\:h-74px {
    height: 74px;
  }

  .xl\:h-75px {
    height: 75px;
  }

  .xl\:h-76px {
    height: 76px;
  }

  .xl\:h-77px {
    height: 77px;
  }

  .xl\:h-78px {
    height: 78px;
  }

  .xl\:h-79px {
    height: 79px;
  }

  .xl\:h-80px {
    height: 80px;
  }

  .xl\:h-81px {
    height: 81px;
  }

  .xl\:h-82px {
    height: 82px;
  }

  .xl\:h-83px {
    height: 83px;
  }

  .xl\:h-84px {
    height: 84px;
  }

  .xl\:h-85px {
    height: 85px;
  }

  .xl\:h-86px {
    height: 86px;
  }

  .xl\:h-87px {
    height: 87px;
  }

  .xl\:h-88px {
    height: 88px;
  }

  .xl\:h-89px {
    height: 89px;
  }

  .xl\:h-90px {
    height: 90px;
  }

  .xl\:h-91px {
    height: 91px;
  }

  .xl\:h-92px {
    height: 92px;
  }

  .xl\:h-93px {
    height: 93px;
  }

  .xl\:h-94px {
    height: 94px;
  }

  .xl\:h-95px {
    height: 95px;
  }

  .xl\:h-96px {
    height: 96px;
  }

  .xl\:h-97px {
    height: 97px;
  }

  .xl\:h-98px {
    height: 98px;
  }

  .xl\:h-99px {
    height: 99px;
  }

  .xl\:h-100px {
    height: 100px;
  }

  .xl\:h-101px {
    height: 101px;
  }

  .xl\:h-102px {
    height: 102px;
  }

  .xl\:h-103px {
    height: 103px;
  }

  .xl\:h-104px {
    height: 104px;
  }

  .xl\:h-105px {
    height: 105px;
  }

  .xl\:h-106px {
    height: 106px;
  }

  .xl\:h-107px {
    height: 107px;
  }

  .xl\:h-108px {
    height: 108px;
  }

  .xl\:h-109px {
    height: 109px;
  }

  .xl\:h-110px {
    height: 110px;
  }

  .xl\:h-111px {
    height: 111px;
  }

  .xl\:h-112px {
    height: 112px;
  }

  .xl\:h-113px {
    height: 113px;
  }

  .xl\:h-114px {
    height: 114px;
  }

  .xl\:h-115px {
    height: 115px;
  }

  .xl\:h-116px {
    height: 116px;
  }

  .xl\:h-117px {
    height: 117px;
  }

  .xl\:h-118px {
    height: 118px;
  }

  .xl\:h-119px {
    height: 119px;
  }

  .xl\:h-120px {
    height: 120px;
  }

  .xl\:h-121px {
    height: 121px;
  }

  .xl\:h-122px {
    height: 122px;
  }

  .xl\:h-123px {
    height: 123px;
  }

  .xl\:h-124px {
    height: 124px;
  }

  .xl\:h-125px {
    height: 125px;
  }

  .xl\:h-126px {
    height: 126px;
  }

  .xl\:h-127px {
    height: 127px;
  }

  .xl\:h-128px {
    height: 128px;
  }

  .xl\:h-129px {
    height: 129px;
  }

  .xl\:h-130px {
    height: 130px;
  }

  .xl\:h-133px {
    height: 133px;
  }

  .xl\:h-140px {
    height: 140px;
  }

  .xl\:h-195px {
    height: 195px;
  }

  .xl\:h-200px {
    height: 200px;
  }

  .xl\:h-210px {
    height: 210px;
  }

  .xl\:h-222px {
    height: 222px;
  }

  .xl\:h-258px {
    height: 258px;
  }

  .xl\:h-280px {
    height: 280px;
  }

  .xl\:h-334px {
    height: 334px;
  }

  .xl\:h-388px {
    height: 388px;
  }

  .xl\:h-480px {
    height: 480px;
  }

  .xl\:h-490px {
    height: 490px;
  }

  .xl\:h-505px {
    height: 505px;
  }

  .xl\:h-507px {
    height: 507px;
  }

  .xl\:h-760px {
    height: 760px;
  }

  .xl\:h-780px {
    height: 780px;
  }

  .xl\:h-980px {
    height: 980px;
  }

  .xl\:h-1366px {
    height: 1366px;
  }

  .xl\:h-1\/2 {
    height: 50%;
  }

  .xl\:h-1\/3 {
    height: 33.333333%;
  }

  .xl\:h-2\/3 {
    height: 66.666667%;
  }

  .xl\:h-1\/4 {
    height: 25%;
  }

  .xl\:h-2\/4 {
    height: 50%;
  }

  .xl\:h-3\/4 {
    height: 75%;
  }

  .xl\:h-1\/5 {
    height: 20%;
  }

  .xl\:h-2\/5 {
    height: 40%;
  }

  .xl\:h-3\/5 {
    height: 60%;
  }

  .xl\:h-4\/5 {
    height: 80%;
  }

  .xl\:h-1\/6 {
    height: 16.666667%;
  }

  .xl\:h-2\/6 {
    height: 33.333333%;
  }

  .xl\:h-3\/6 {
    height: 50%;
  }

  .xl\:h-4\/6 {
    height: 66.666667%;
  }

  .xl\:h-5\/6 {
    height: 83.333333%;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:h-75vh {
    height: 75vh;
  }

  .xl\:h-85vh {
    height: 85vh;
  }

  .xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:text-34px {
    font-size: 34px;
  }

  .xl\:text-40px {
    font-size: 40px;
  }

  .xl\:text-52px {
    font-size: 52px;
  }

  .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\:leading-9x36 {
    line-height: 4;
  }

  .xl\:leading-10x36 {
    line-height: 3.6;
  }

  .xl\:leading-11x28 {
    line-height: 2.5;
  }

  .xl\:leading-12x39 {
    line-height: 3.3;
  }

  .xl\:leading-12x24 {
    line-height: 2;
  }

  .xl\:leading-14x28 {
    line-height: 2;
  }

  .xl\:leading-14x35 {
    line-height: 2.5;
  }

  .xl\:leading-14x39 {
    line-height: 2.8;
  }

  .xl\:leading-14x26 {
    line-height: 1.9;
  }

  .xl\:leading-14x40 {
    line-height: 2.9;
  }

  .xl\:leading-14x57 {
    line-height: 4.1;
  }

  .xl\:leading-14x36 {
    line-height: 2.6;
  }

  .xl\:leading-16x40 {
    line-height: 2.5;
  }

  .xl\:leading-16x39 {
    line-height: 0.4;
  }

  .xl\:leading-16x31 {
    line-height: 1.9;
  }

  .xl\:leading-16x36 {
    line-height: 2.25;
  }

  .xl\:leading-17x35 {
    line-height: 2.1;
  }

  .xl\:leading-18x39 {
    line-height: 2.2;
  }

  .xl\:leading-18x28 {
    line-height: 1.6;
  }

  .xl\:leading-18x30 {
    line-height: 1.7;
  }

  .xl\:leading-20x40 {
    line-height: 2;
  }

  .xl\:leading-20x39 {
    line-height: 2;
  }

  .xl\:leading-20x28 {
    line-height: 1.4;
  }

  .xl\:leading-22x40 {
    line-height: 1.8;
  }

  .xl\:leading-24x40 {
    line-height: 1.7;
  }

  .xl\:leading-28x39 {
    line-height: 1.4;
  }

  .xl\:leading-30x39 {
    line-height: 1.3;
  }

  .xl\:leading-34x39 {
    line-height: 1.1;
  }

  .xl\:leading-38x15 {
    line-height: 0.4;
  }

  .xl\:leading-52x39 {
    line-height: 0.75;
  }

  .xl\:leading-52x40 {
    line-height: 0.8;
  }

  .xl\:leading-52x36 {
    line-height: 0.7;
  }

  .xl\:leading-70x39 {
    line-height: 0.6;
  }

  .xl\:leading-90x36 {
    line-height: 0.4;
  }

  .xl\:list-inside {
    list-style-position: inside;
  }

  .xl\:list-outside {
    list-style-position: outside;
  }

  .xl\:list-none {
    list-style-type: none;
  }

  .xl\:list-disc {
    list-style-type: disc;
  }

  .xl\:list-decimal {
    list-style-type: decimal;
  }

  .xl\:m-0 {
    margin: 0px;
  }

  .xl\:m-1 {
    margin: 0.25rem;
  }

  .xl\:m-2 {
    margin: 0.5rem;
  }

  .xl\:m-3 {
    margin: 0.75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-7 {
    margin: 1.75rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-9 {
    margin: 2.25rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-11 {
    margin: 2.75rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-14 {
    margin: 3.5rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-28 {
    margin: 7rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-36 {
    margin: 9rem;
  }

  .xl\:m-40 {
    margin: 10rem;
  }

  .xl\:m-44 {
    margin: 11rem;
  }

  .xl\:m-48 {
    margin: 12rem;
  }

  .xl\:m-52 {
    margin: 13rem;
  }

  .xl\:m-56 {
    margin: 14rem;
  }

  .xl\:m-60 {
    margin: 15rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-72 {
    margin: 18rem;
  }

  .xl\:m-80 {
    margin: 20rem;
  }

  .xl\:m-96 {
    margin: 24rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:m-0\.5 {
    margin: 0.125rem;
  }

  .xl\:m-1\.5 {
    margin: 0.375rem;
  }

  .xl\:m-2\.5 {
    margin: 0.625rem;
  }

  .xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .xl\:m-1px {
    margin: 1px;
  }

  .xl\:m-2px {
    margin: 2px;
  }

  .xl\:m-3px {
    margin: 3px;
  }

  .xl\:m-4px {
    margin: 4px;
  }

  .xl\:m-5px {
    margin: 5px;
  }

  .xl\:m-6px {
    margin: 6px;
  }

  .xl\:m-7px {
    margin: 7px;
  }

  .xl\:m-8px {
    margin: 8px;
  }

  .xl\:m-9px {
    margin: 9px;
  }

  .xl\:m-10px {
    margin: 10px;
  }

  .xl\:m-11px {
    margin: 11px;
  }

  .xl\:m-12px {
    margin: 12px;
  }

  .xl\:m-13px {
    margin: 13px;
  }

  .xl\:m-14px {
    margin: 14px;
  }

  .xl\:m-15px {
    margin: 15px;
  }

  .xl\:m-16px {
    margin: 16px;
  }

  .xl\:m-17px {
    margin: 17px;
  }

  .xl\:m-18px {
    margin: 18px;
  }

  .xl\:m-19px {
    margin: 19px;
  }

  .xl\:m-20px {
    margin: 20px;
  }

  .xl\:m-21px {
    margin: 21px;
  }

  .xl\:m-22px {
    margin: 22px;
  }

  .xl\:m-23px {
    margin: 23px;
  }

  .xl\:m-24px {
    margin: 24px;
  }

  .xl\:m-25px {
    margin: 25px;
  }

  .xl\:m-26px {
    margin: 26px;
  }

  .xl\:m-27px {
    margin: 27px;
  }

  .xl\:m-28px {
    margin: 28px;
  }

  .xl\:m-29px {
    margin: 29px;
  }

  .xl\:m-30px {
    margin: 30px;
  }

  .xl\:m-31px {
    margin: 31px;
  }

  .xl\:m-32px {
    margin: 32px;
  }

  .xl\:m-33px {
    margin: 33px;
  }

  .xl\:m-34px {
    margin: 34px;
  }

  .xl\:m-35px {
    margin: 35px;
  }

  .xl\:m-36px {
    margin: 36px;
  }

  .xl\:m-37px {
    margin: 37px;
  }

  .xl\:m-38px {
    margin: 38px;
  }

  .xl\:m-39px {
    margin: 39px;
  }

  .xl\:m-40px {
    margin: 40px;
  }

  .xl\:m-41px {
    margin: 41px;
  }

  .xl\:m-42px {
    margin: 42px;
  }

  .xl\:m-43px {
    margin: 43px;
  }

  .xl\:m-44px {
    margin: 44px;
  }

  .xl\:m-45px {
    margin: 45px;
  }

  .xl\:m-46px {
    margin: 46px;
  }

  .xl\:m-47px {
    margin: 47px;
  }

  .xl\:m-48px {
    margin: 48px;
  }

  .xl\:m-49px {
    margin: 49px;
  }

  .xl\:m-50px {
    margin: 50px;
  }

  .xl\:m-51px {
    margin: 51px;
  }

  .xl\:m-52px {
    margin: 52px;
  }

  .xl\:m-53px {
    margin: 53px;
  }

  .xl\:m-54px {
    margin: 54px;
  }

  .xl\:m-55px {
    margin: 55px;
  }

  .xl\:m-56px {
    margin: 56px;
  }

  .xl\:m-57px {
    margin: 57px;
  }

  .xl\:m-58px {
    margin: 58px;
  }

  .xl\:m-59px {
    margin: 59px;
  }

  .xl\:m-60px {
    margin: 60px;
  }

  .xl\:m-61px {
    margin: 61px;
  }

  .xl\:m-62px {
    margin: 62px;
  }

  .xl\:m-63px {
    margin: 63px;
  }

  .xl\:m-64px {
    margin: 64px;
  }

  .xl\:m-65px {
    margin: 65px;
  }

  .xl\:m-66px {
    margin: 66px;
  }

  .xl\:m-67px {
    margin: 67px;
  }

  .xl\:m-68px {
    margin: 68px;
  }

  .xl\:m-69px {
    margin: 69px;
  }

  .xl\:m-70px {
    margin: 70px;
  }

  .xl\:m-71px {
    margin: 71px;
  }

  .xl\:m-72px {
    margin: 72px;
  }

  .xl\:m-73px {
    margin: 73px;
  }

  .xl\:m-74px {
    margin: 74px;
  }

  .xl\:m-75px {
    margin: 75px;
  }

  .xl\:m-76px {
    margin: 76px;
  }

  .xl\:m-77px {
    margin: 77px;
  }

  .xl\:m-78px {
    margin: 78px;
  }

  .xl\:m-79px {
    margin: 79px;
  }

  .xl\:m-80px {
    margin: 80px;
  }

  .xl\:m-81px {
    margin: 81px;
  }

  .xl\:m-82px {
    margin: 82px;
  }

  .xl\:m-83px {
    margin: 83px;
  }

  .xl\:m-84px {
    margin: 84px;
  }

  .xl\:m-85px {
    margin: 85px;
  }

  .xl\:m-86px {
    margin: 86px;
  }

  .xl\:m-87px {
    margin: 87px;
  }

  .xl\:m-88px {
    margin: 88px;
  }

  .xl\:m-89px {
    margin: 89px;
  }

  .xl\:m-90px {
    margin: 90px;
  }

  .xl\:m-91px {
    margin: 91px;
  }

  .xl\:m-92px {
    margin: 92px;
  }

  .xl\:m-93px {
    margin: 93px;
  }

  .xl\:m-94px {
    margin: 94px;
  }

  .xl\:m-95px {
    margin: 95px;
  }

  .xl\:m-96px {
    margin: 96px;
  }

  .xl\:m-97px {
    margin: 97px;
  }

  .xl\:m-98px {
    margin: 98px;
  }

  .xl\:m-99px {
    margin: 99px;
  }

  .xl\:m-100px {
    margin: 100px;
  }

  .xl\:m-101px {
    margin: 101px;
  }

  .xl\:m-102px {
    margin: 102px;
  }

  .xl\:m-103px {
    margin: 103px;
  }

  .xl\:m-104px {
    margin: 104px;
  }

  .xl\:m-105px {
    margin: 105px;
  }

  .xl\:m-106px {
    margin: 106px;
  }

  .xl\:m-107px {
    margin: 107px;
  }

  .xl\:m-108px {
    margin: 108px;
  }

  .xl\:m-109px {
    margin: 109px;
  }

  .xl\:m-110px {
    margin: 110px;
  }

  .xl\:m-111px {
    margin: 111px;
  }

  .xl\:m-112px {
    margin: 112px;
  }

  .xl\:m-113px {
    margin: 113px;
  }

  .xl\:m-114px {
    margin: 114px;
  }

  .xl\:m-115px {
    margin: 115px;
  }

  .xl\:m-116px {
    margin: 116px;
  }

  .xl\:m-117px {
    margin: 117px;
  }

  .xl\:m-118px {
    margin: 118px;
  }

  .xl\:m-119px {
    margin: 119px;
  }

  .xl\:m-120px {
    margin: 120px;
  }

  .xl\:m-121px {
    margin: 121px;
  }

  .xl\:m-122px {
    margin: 122px;
  }

  .xl\:m-123px {
    margin: 123px;
  }

  .xl\:m-124px {
    margin: 124px;
  }

  .xl\:m-125px {
    margin: 125px;
  }

  .xl\:m-126px {
    margin: 126px;
  }

  .xl\:m-127px {
    margin: 127px;
  }

  .xl\:m-128px {
    margin: 128px;
  }

  .xl\:m-129px {
    margin: 129px;
  }

  .xl\:m-130px {
    margin: 130px;
  }

  .xl\:m-133px {
    margin: 133px;
  }

  .xl\:m-140px {
    margin: 140px;
  }

  .xl\:m-195px {
    margin: 195px;
  }

  .xl\:m-200px {
    margin: 200px;
  }

  .xl\:m-210px {
    margin: 210px;
  }

  .xl\:m-222px {
    margin: 222px;
  }

  .xl\:m-258px {
    margin: 258px;
  }

  .xl\:m-280px {
    margin: 280px;
  }

  .xl\:m-334px {
    margin: 334px;
  }

  .xl\:m-388px {
    margin: 388px;
  }

  .xl\:m-480px {
    margin: 480px;
  }

  .xl\:m-490px {
    margin: 490px;
  }

  .xl\:m-505px {
    margin: 505px;
  }

  .xl\:m-507px {
    margin: 507px;
  }

  .xl\:m-760px {
    margin: 760px;
  }

  .xl\:m-780px {
    margin: 780px;
  }

  .xl\:m-980px {
    margin: 980px;
  }

  .xl\:m-1366px {
    margin: 1366px;
  }

  .xl\:-m-0 {
    margin: 0px;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-7 {
    margin: -1.75rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-9 {
    margin: -2.25rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-11 {
    margin: -2.75rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-14 {
    margin: -3.5rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-28 {
    margin: -7rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-36 {
    margin: -9rem;
  }

  .xl\:-m-40 {
    margin: -10rem;
  }

  .xl\:-m-44 {
    margin: -11rem;
  }

  .xl\:-m-48 {
    margin: -12rem;
  }

  .xl\:-m-52 {
    margin: -13rem;
  }

  .xl\:-m-56 {
    margin: -14rem;
  }

  .xl\:-m-60 {
    margin: -15rem;
  }

  .xl\:-m-64 {
    margin: -16rem;
  }

  .xl\:-m-72 {
    margin: -18rem;
  }

  .xl\:-m-80 {
    margin: -20rem;
  }

  .xl\:-m-96 {
    margin: -24rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-m-0\.5 {
    margin: -0.125rem;
  }

  .xl\:-m-1\.5 {
    margin: -0.375rem;
  }

  .xl\:-m-2\.5 {
    margin: -0.625rem;
  }

  .xl\:-m-3\.5 {
    margin: -0.875rem;
  }

  .xl\:-m-1px {
    margin: -1px;
  }

  .xl\:-m-2px {
    margin: -2px;
  }

  .xl\:-m-3px {
    margin: -3px;
  }

  .xl\:-m-4px {
    margin: -4px;
  }

  .xl\:-m-5px {
    margin: -5px;
  }

  .xl\:-m-6px {
    margin: -6px;
  }

  .xl\:-m-7px {
    margin: -7px;
  }

  .xl\:-m-8px {
    margin: -8px;
  }

  .xl\:-m-9px {
    margin: -9px;
  }

  .xl\:-m-10px {
    margin: -10px;
  }

  .xl\:-m-11px {
    margin: -11px;
  }

  .xl\:-m-12px {
    margin: -12px;
  }

  .xl\:-m-13px {
    margin: -13px;
  }

  .xl\:-m-14px {
    margin: -14px;
  }

  .xl\:-m-15px {
    margin: -15px;
  }

  .xl\:-m-16px {
    margin: -16px;
  }

  .xl\:-m-17px {
    margin: -17px;
  }

  .xl\:-m-18px {
    margin: -18px;
  }

  .xl\:-m-19px {
    margin: -19px;
  }

  .xl\:-m-20px {
    margin: -20px;
  }

  .xl\:-m-21px {
    margin: -21px;
  }

  .xl\:-m-22px {
    margin: -22px;
  }

  .xl\:-m-23px {
    margin: -23px;
  }

  .xl\:-m-24px {
    margin: -24px;
  }

  .xl\:-m-25px {
    margin: -25px;
  }

  .xl\:-m-26px {
    margin: -26px;
  }

  .xl\:-m-27px {
    margin: -27px;
  }

  .xl\:-m-28px {
    margin: -28px;
  }

  .xl\:-m-29px {
    margin: -29px;
  }

  .xl\:-m-30px {
    margin: -30px;
  }

  .xl\:-m-31px {
    margin: -31px;
  }

  .xl\:-m-32px {
    margin: -32px;
  }

  .xl\:-m-33px {
    margin: -33px;
  }

  .xl\:-m-34px {
    margin: -34px;
  }

  .xl\:-m-35px {
    margin: -35px;
  }

  .xl\:-m-36px {
    margin: -36px;
  }

  .xl\:-m-37px {
    margin: -37px;
  }

  .xl\:-m-38px {
    margin: -38px;
  }

  .xl\:-m-39px {
    margin: -39px;
  }

  .xl\:-m-40px {
    margin: -40px;
  }

  .xl\:-m-41px {
    margin: -41px;
  }

  .xl\:-m-42px {
    margin: -42px;
  }

  .xl\:-m-43px {
    margin: -43px;
  }

  .xl\:-m-44px {
    margin: -44px;
  }

  .xl\:-m-45px {
    margin: -45px;
  }

  .xl\:-m-46px {
    margin: -46px;
  }

  .xl\:-m-47px {
    margin: -47px;
  }

  .xl\:-m-48px {
    margin: -48px;
  }

  .xl\:-m-49px {
    margin: -49px;
  }

  .xl\:-m-50px {
    margin: -50px;
  }

  .xl\:-m-51px {
    margin: -51px;
  }

  .xl\:-m-52px {
    margin: -52px;
  }

  .xl\:-m-53px {
    margin: -53px;
  }

  .xl\:-m-54px {
    margin: -54px;
  }

  .xl\:-m-55px {
    margin: -55px;
  }

  .xl\:-m-56px {
    margin: -56px;
  }

  .xl\:-m-57px {
    margin: -57px;
  }

  .xl\:-m-58px {
    margin: -58px;
  }

  .xl\:-m-59px {
    margin: -59px;
  }

  .xl\:-m-60px {
    margin: -60px;
  }

  .xl\:-m-61px {
    margin: -61px;
  }

  .xl\:-m-62px {
    margin: -62px;
  }

  .xl\:-m-63px {
    margin: -63px;
  }

  .xl\:-m-64px {
    margin: -64px;
  }

  .xl\:-m-65px {
    margin: -65px;
  }

  .xl\:-m-66px {
    margin: -66px;
  }

  .xl\:-m-67px {
    margin: -67px;
  }

  .xl\:-m-68px {
    margin: -68px;
  }

  .xl\:-m-69px {
    margin: -69px;
  }

  .xl\:-m-70px {
    margin: -70px;
  }

  .xl\:-m-71px {
    margin: -71px;
  }

  .xl\:-m-72px {
    margin: -72px;
  }

  .xl\:-m-73px {
    margin: -73px;
  }

  .xl\:-m-74px {
    margin: -74px;
  }

  .xl\:-m-75px {
    margin: -75px;
  }

  .xl\:-m-76px {
    margin: -76px;
  }

  .xl\:-m-77px {
    margin: -77px;
  }

  .xl\:-m-78px {
    margin: -78px;
  }

  .xl\:-m-79px {
    margin: -79px;
  }

  .xl\:-m-80px {
    margin: -80px;
  }

  .xl\:-m-81px {
    margin: -81px;
  }

  .xl\:-m-82px {
    margin: -82px;
  }

  .xl\:-m-83px {
    margin: -83px;
  }

  .xl\:-m-84px {
    margin: -84px;
  }

  .xl\:-m-85px {
    margin: -85px;
  }

  .xl\:-m-86px {
    margin: -86px;
  }

  .xl\:-m-87px {
    margin: -87px;
  }

  .xl\:-m-88px {
    margin: -88px;
  }

  .xl\:-m-89px {
    margin: -89px;
  }

  .xl\:-m-90px {
    margin: -90px;
  }

  .xl\:-m-91px {
    margin: -91px;
  }

  .xl\:-m-92px {
    margin: -92px;
  }

  .xl\:-m-93px {
    margin: -93px;
  }

  .xl\:-m-94px {
    margin: -94px;
  }

  .xl\:-m-95px {
    margin: -95px;
  }

  .xl\:-m-96px {
    margin: -96px;
  }

  .xl\:-m-97px {
    margin: -97px;
  }

  .xl\:-m-98px {
    margin: -98px;
  }

  .xl\:-m-99px {
    margin: -99px;
  }

  .xl\:-m-100px {
    margin: -100px;
  }

  .xl\:-m-101px {
    margin: -101px;
  }

  .xl\:-m-102px {
    margin: -102px;
  }

  .xl\:-m-103px {
    margin: -103px;
  }

  .xl\:-m-104px {
    margin: -104px;
  }

  .xl\:-m-105px {
    margin: -105px;
  }

  .xl\:-m-106px {
    margin: -106px;
  }

  .xl\:-m-107px {
    margin: -107px;
  }

  .xl\:-m-108px {
    margin: -108px;
  }

  .xl\:-m-109px {
    margin: -109px;
  }

  .xl\:-m-110px {
    margin: -110px;
  }

  .xl\:-m-111px {
    margin: -111px;
  }

  .xl\:-m-112px {
    margin: -112px;
  }

  .xl\:-m-113px {
    margin: -113px;
  }

  .xl\:-m-114px {
    margin: -114px;
  }

  .xl\:-m-115px {
    margin: -115px;
  }

  .xl\:-m-116px {
    margin: -116px;
  }

  .xl\:-m-117px {
    margin: -117px;
  }

  .xl\:-m-118px {
    margin: -118px;
  }

  .xl\:-m-119px {
    margin: -119px;
  }

  .xl\:-m-120px {
    margin: -120px;
  }

  .xl\:-m-121px {
    margin: -121px;
  }

  .xl\:-m-122px {
    margin: -122px;
  }

  .xl\:-m-123px {
    margin: -123px;
  }

  .xl\:-m-124px {
    margin: -124px;
  }

  .xl\:-m-125px {
    margin: -125px;
  }

  .xl\:-m-126px {
    margin: -126px;
  }

  .xl\:-m-127px {
    margin: -127px;
  }

  .xl\:-m-128px {
    margin: -128px;
  }

  .xl\:-m-129px {
    margin: -129px;
  }

  .xl\:-m-130px {
    margin: -130px;
  }

  .xl\:-m-133px {
    margin: -133px;
  }

  .xl\:-m-140px {
    margin: -140px;
  }

  .xl\:-m-195px {
    margin: -195px;
  }

  .xl\:-m-200px {
    margin: -200px;
  }

  .xl\:-m-210px {
    margin: -210px;
  }

  .xl\:-m-222px {
    margin: -222px;
  }

  .xl\:-m-258px {
    margin: -258px;
  }

  .xl\:-m-280px {
    margin: -280px;
  }

  .xl\:-m-334px {
    margin: -334px;
  }

  .xl\:-m-388px {
    margin: -388px;
  }

  .xl\:-m-480px {
    margin: -480px;
  }

  .xl\:-m-490px {
    margin: -490px;
  }

  .xl\:-m-505px {
    margin: -505px;
  }

  .xl\:-m-507px {
    margin: -507px;
  }

  .xl\:-m-760px {
    margin: -760px;
  }

  .xl\:-m-780px {
    margin: -780px;
  }

  .xl\:-m-980px {
    margin: -980px;
  }

  .xl\:-m-1366px {
    margin: -1366px;
  }

  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:my-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-1px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xl\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }

  .xl\:my-3px {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .xl\:mx-3px {
    margin-left: 3px;
    margin-right: 3px;
  }

  .xl\:my-4px {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xl\:mx-4px {
    margin-left: 4px;
    margin-right: 4px;
  }

  .xl\:my-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xl\:mx-5px {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xl\:my-6px {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xl\:mx-6px {
    margin-left: 6px;
    margin-right: 6px;
  }

  .xl\:my-7px {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .xl\:mx-7px {
    margin-left: 7px;
    margin-right: 7px;
  }

  .xl\:my-8px {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xl\:mx-8px {
    margin-left: 8px;
    margin-right: 8px;
  }

  .xl\:my-9px {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .xl\:mx-9px {
    margin-left: 9px;
    margin-right: 9px;
  }

  .xl\:my-10px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xl\:mx-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xl\:my-11px {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .xl\:mx-11px {
    margin-left: 11px;
    margin-right: 11px;
  }

  .xl\:my-12px {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xl\:mx-12px {
    margin-left: 12px;
    margin-right: 12px;
  }

  .xl\:my-13px {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .xl\:mx-13px {
    margin-left: 13px;
    margin-right: 13px;
  }

  .xl\:my-14px {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xl\:mx-14px {
    margin-left: 14px;
    margin-right: 14px;
  }

  .xl\:my-15px {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xl\:mx-15px {
    margin-left: 15px;
    margin-right: 15px;
  }

  .xl\:my-16px {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xl\:mx-16px {
    margin-left: 16px;
    margin-right: 16px;
  }

  .xl\:my-17px {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .xl\:mx-17px {
    margin-left: 17px;
    margin-right: 17px;
  }

  .xl\:my-18px {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .xl\:mx-18px {
    margin-left: 18px;
    margin-right: 18px;
  }

  .xl\:my-19px {
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .xl\:mx-19px {
    margin-left: 19px;
    margin-right: 19px;
  }

  .xl\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl\:my-21px {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .xl\:mx-21px {
    margin-left: 21px;
    margin-right: 21px;
  }

  .xl\:my-22px {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .xl\:mx-22px {
    margin-left: 22px;
    margin-right: 22px;
  }

  .xl\:my-23px {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .xl\:mx-23px {
    margin-left: 23px;
    margin-right: 23px;
  }

  .xl\:my-24px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xl\:mx-24px {
    margin-left: 24px;
    margin-right: 24px;
  }

  .xl\:my-25px {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .xl\:mx-25px {
    margin-left: 25px;
    margin-right: 25px;
  }

  .xl\:my-26px {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .xl\:mx-26px {
    margin-left: 26px;
    margin-right: 26px;
  }

  .xl\:my-27px {
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .xl\:mx-27px {
    margin-left: 27px;
    margin-right: 27px;
  }

  .xl\:my-28px {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .xl\:mx-28px {
    margin-left: 28px;
    margin-right: 28px;
  }

  .xl\:my-29px {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .xl\:mx-29px {
    margin-left: 29px;
    margin-right: 29px;
  }

  .xl\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xl\:my-31px {
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .xl\:mx-31px {
    margin-left: 31px;
    margin-right: 31px;
  }

  .xl\:my-32px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .xl\:mx-32px {
    margin-left: 32px;
    margin-right: 32px;
  }

  .xl\:my-33px {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .xl\:mx-33px {
    margin-left: 33px;
    margin-right: 33px;
  }

  .xl\:my-34px {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .xl\:mx-34px {
    margin-left: 34px;
    margin-right: 34px;
  }

  .xl\:my-35px {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .xl\:mx-35px {
    margin-left: 35px;
    margin-right: 35px;
  }

  .xl\:my-36px {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xl\:mx-36px {
    margin-left: 36px;
    margin-right: 36px;
  }

  .xl\:my-37px {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .xl\:mx-37px {
    margin-left: 37px;
    margin-right: 37px;
  }

  .xl\:my-38px {
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .xl\:mx-38px {
    margin-left: 38px;
    margin-right: 38px;
  }

  .xl\:my-39px {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .xl\:mx-39px {
    margin-left: 39px;
    margin-right: 39px;
  }

  .xl\:my-40px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xl\:mx-40px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xl\:my-41px {
    margin-top: 41px;
    margin-bottom: 41px;
  }

  .xl\:mx-41px {
    margin-left: 41px;
    margin-right: 41px;
  }

  .xl\:my-42px {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .xl\:mx-42px {
    margin-left: 42px;
    margin-right: 42px;
  }

  .xl\:my-43px {
    margin-top: 43px;
    margin-bottom: 43px;
  }

  .xl\:mx-43px {
    margin-left: 43px;
    margin-right: 43px;
  }

  .xl\:my-44px {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .xl\:mx-44px {
    margin-left: 44px;
    margin-right: 44px;
  }

  .xl\:my-45px {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xl\:mx-45px {
    margin-left: 45px;
    margin-right: 45px;
  }

  .xl\:my-46px {
    margin-top: 46px;
    margin-bottom: 46px;
  }

  .xl\:mx-46px {
    margin-left: 46px;
    margin-right: 46px;
  }

  .xl\:my-47px {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .xl\:mx-47px {
    margin-left: 47px;
    margin-right: 47px;
  }

  .xl\:my-48px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .xl\:mx-48px {
    margin-left: 48px;
    margin-right: 48px;
  }

  .xl\:my-49px {
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .xl\:mx-49px {
    margin-left: 49px;
    margin-right: 49px;
  }

  .xl\:my-50px {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xl\:mx-50px {
    margin-left: 50px;
    margin-right: 50px;
  }

  .xl\:my-51px {
    margin-top: 51px;
    margin-bottom: 51px;
  }

  .xl\:mx-51px {
    margin-left: 51px;
    margin-right: 51px;
  }

  .xl\:my-52px {
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .xl\:mx-52px {
    margin-left: 52px;
    margin-right: 52px;
  }

  .xl\:my-53px {
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .xl\:mx-53px {
    margin-left: 53px;
    margin-right: 53px;
  }

  .xl\:my-54px {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .xl\:mx-54px {
    margin-left: 54px;
    margin-right: 54px;
  }

  .xl\:my-55px {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .xl\:mx-55px {
    margin-left: 55px;
    margin-right: 55px;
  }

  .xl\:my-56px {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .xl\:mx-56px {
    margin-left: 56px;
    margin-right: 56px;
  }

  .xl\:my-57px {
    margin-top: 57px;
    margin-bottom: 57px;
  }

  .xl\:mx-57px {
    margin-left: 57px;
    margin-right: 57px;
  }

  .xl\:my-58px {
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .xl\:mx-58px {
    margin-left: 58px;
    margin-right: 58px;
  }

  .xl\:my-59px {
    margin-top: 59px;
    margin-bottom: 59px;
  }

  .xl\:mx-59px {
    margin-left: 59px;
    margin-right: 59px;
  }

  .xl\:my-60px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xl\:mx-60px {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xl\:my-61px {
    margin-top: 61px;
    margin-bottom: 61px;
  }

  .xl\:mx-61px {
    margin-left: 61px;
    margin-right: 61px;
  }

  .xl\:my-62px {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .xl\:mx-62px {
    margin-left: 62px;
    margin-right: 62px;
  }

  .xl\:my-63px {
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .xl\:mx-63px {
    margin-left: 63px;
    margin-right: 63px;
  }

  .xl\:my-64px {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .xl\:mx-64px {
    margin-left: 64px;
    margin-right: 64px;
  }

  .xl\:my-65px {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .xl\:mx-65px {
    margin-left: 65px;
    margin-right: 65px;
  }

  .xl\:my-66px {
    margin-top: 66px;
    margin-bottom: 66px;
  }

  .xl\:mx-66px {
    margin-left: 66px;
    margin-right: 66px;
  }

  .xl\:my-67px {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .xl\:mx-67px {
    margin-left: 67px;
    margin-right: 67px;
  }

  .xl\:my-68px {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .xl\:mx-68px {
    margin-left: 68px;
    margin-right: 68px;
  }

  .xl\:my-69px {
    margin-top: 69px;
    margin-bottom: 69px;
  }

  .xl\:mx-69px {
    margin-left: 69px;
    margin-right: 69px;
  }

  .xl\:my-70px {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .xl\:mx-70px {
    margin-left: 70px;
    margin-right: 70px;
  }

  .xl\:my-71px {
    margin-top: 71px;
    margin-bottom: 71px;
  }

  .xl\:mx-71px {
    margin-left: 71px;
    margin-right: 71px;
  }

  .xl\:my-72px {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .xl\:mx-72px {
    margin-left: 72px;
    margin-right: 72px;
  }

  .xl\:my-73px {
    margin-top: 73px;
    margin-bottom: 73px;
  }

  .xl\:mx-73px {
    margin-left: 73px;
    margin-right: 73px;
  }

  .xl\:my-74px {
    margin-top: 74px;
    margin-bottom: 74px;
  }

  .xl\:mx-74px {
    margin-left: 74px;
    margin-right: 74px;
  }

  .xl\:my-75px {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .xl\:mx-75px {
    margin-left: 75px;
    margin-right: 75px;
  }

  .xl\:my-76px {
    margin-top: 76px;
    margin-bottom: 76px;
  }

  .xl\:mx-76px {
    margin-left: 76px;
    margin-right: 76px;
  }

  .xl\:my-77px {
    margin-top: 77px;
    margin-bottom: 77px;
  }

  .xl\:mx-77px {
    margin-left: 77px;
    margin-right: 77px;
  }

  .xl\:my-78px {
    margin-top: 78px;
    margin-bottom: 78px;
  }

  .xl\:mx-78px {
    margin-left: 78px;
    margin-right: 78px;
  }

  .xl\:my-79px {
    margin-top: 79px;
    margin-bottom: 79px;
  }

  .xl\:mx-79px {
    margin-left: 79px;
    margin-right: 79px;
  }

  .xl\:my-80px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xl\:mx-80px {
    margin-left: 80px;
    margin-right: 80px;
  }

  .xl\:my-81px {
    margin-top: 81px;
    margin-bottom: 81px;
  }

  .xl\:mx-81px {
    margin-left: 81px;
    margin-right: 81px;
  }

  .xl\:my-82px {
    margin-top: 82px;
    margin-bottom: 82px;
  }

  .xl\:mx-82px {
    margin-left: 82px;
    margin-right: 82px;
  }

  .xl\:my-83px {
    margin-top: 83px;
    margin-bottom: 83px;
  }

  .xl\:mx-83px {
    margin-left: 83px;
    margin-right: 83px;
  }

  .xl\:my-84px {
    margin-top: 84px;
    margin-bottom: 84px;
  }

  .xl\:mx-84px {
    margin-left: 84px;
    margin-right: 84px;
  }

  .xl\:my-85px {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .xl\:mx-85px {
    margin-left: 85px;
    margin-right: 85px;
  }

  .xl\:my-86px {
    margin-top: 86px;
    margin-bottom: 86px;
  }

  .xl\:mx-86px {
    margin-left: 86px;
    margin-right: 86px;
  }

  .xl\:my-87px {
    margin-top: 87px;
    margin-bottom: 87px;
  }

  .xl\:mx-87px {
    margin-left: 87px;
    margin-right: 87px;
  }

  .xl\:my-88px {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .xl\:mx-88px {
    margin-left: 88px;
    margin-right: 88px;
  }

  .xl\:my-89px {
    margin-top: 89px;
    margin-bottom: 89px;
  }

  .xl\:mx-89px {
    margin-left: 89px;
    margin-right: 89px;
  }

  .xl\:my-90px {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xl\:mx-90px {
    margin-left: 90px;
    margin-right: 90px;
  }

  .xl\:my-91px {
    margin-top: 91px;
    margin-bottom: 91px;
  }

  .xl\:mx-91px {
    margin-left: 91px;
    margin-right: 91px;
  }

  .xl\:my-92px {
    margin-top: 92px;
    margin-bottom: 92px;
  }

  .xl\:mx-92px {
    margin-left: 92px;
    margin-right: 92px;
  }

  .xl\:my-93px {
    margin-top: 93px;
    margin-bottom: 93px;
  }

  .xl\:mx-93px {
    margin-left: 93px;
    margin-right: 93px;
  }

  .xl\:my-94px {
    margin-top: 94px;
    margin-bottom: 94px;
  }

  .xl\:mx-94px {
    margin-left: 94px;
    margin-right: 94px;
  }

  .xl\:my-95px {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .xl\:mx-95px {
    margin-left: 95px;
    margin-right: 95px;
  }

  .xl\:my-96px {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .xl\:mx-96px {
    margin-left: 96px;
    margin-right: 96px;
  }

  .xl\:my-97px {
    margin-top: 97px;
    margin-bottom: 97px;
  }

  .xl\:mx-97px {
    margin-left: 97px;
    margin-right: 97px;
  }

  .xl\:my-98px {
    margin-top: 98px;
    margin-bottom: 98px;
  }

  .xl\:mx-98px {
    margin-left: 98px;
    margin-right: 98px;
  }

  .xl\:my-99px {
    margin-top: 99px;
    margin-bottom: 99px;
  }

  .xl\:mx-99px {
    margin-left: 99px;
    margin-right: 99px;
  }

  .xl\:my-100px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .xl\:mx-100px {
    margin-left: 100px;
    margin-right: 100px;
  }

  .xl\:my-101px {
    margin-top: 101px;
    margin-bottom: 101px;
  }

  .xl\:mx-101px {
    margin-left: 101px;
    margin-right: 101px;
  }

  .xl\:my-102px {
    margin-top: 102px;
    margin-bottom: 102px;
  }

  .xl\:mx-102px {
    margin-left: 102px;
    margin-right: 102px;
  }

  .xl\:my-103px {
    margin-top: 103px;
    margin-bottom: 103px;
  }

  .xl\:mx-103px {
    margin-left: 103px;
    margin-right: 103px;
  }

  .xl\:my-104px {
    margin-top: 104px;
    margin-bottom: 104px;
  }

  .xl\:mx-104px {
    margin-left: 104px;
    margin-right: 104px;
  }

  .xl\:my-105px {
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .xl\:mx-105px {
    margin-left: 105px;
    margin-right: 105px;
  }

  .xl\:my-106px {
    margin-top: 106px;
    margin-bottom: 106px;
  }

  .xl\:mx-106px {
    margin-left: 106px;
    margin-right: 106px;
  }

  .xl\:my-107px {
    margin-top: 107px;
    margin-bottom: 107px;
  }

  .xl\:mx-107px {
    margin-left: 107px;
    margin-right: 107px;
  }

  .xl\:my-108px {
    margin-top: 108px;
    margin-bottom: 108px;
  }

  .xl\:mx-108px {
    margin-left: 108px;
    margin-right: 108px;
  }

  .xl\:my-109px {
    margin-top: 109px;
    margin-bottom: 109px;
  }

  .xl\:mx-109px {
    margin-left: 109px;
    margin-right: 109px;
  }

  .xl\:my-110px {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .xl\:mx-110px {
    margin-left: 110px;
    margin-right: 110px;
  }

  .xl\:my-111px {
    margin-top: 111px;
    margin-bottom: 111px;
  }

  .xl\:mx-111px {
    margin-left: 111px;
    margin-right: 111px;
  }

  .xl\:my-112px {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .xl\:mx-112px {
    margin-left: 112px;
    margin-right: 112px;
  }

  .xl\:my-113px {
    margin-top: 113px;
    margin-bottom: 113px;
  }

  .xl\:mx-113px {
    margin-left: 113px;
    margin-right: 113px;
  }

  .xl\:my-114px {
    margin-top: 114px;
    margin-bottom: 114px;
  }

  .xl\:mx-114px {
    margin-left: 114px;
    margin-right: 114px;
  }

  .xl\:my-115px {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .xl\:mx-115px {
    margin-left: 115px;
    margin-right: 115px;
  }

  .xl\:my-116px {
    margin-top: 116px;
    margin-bottom: 116px;
  }

  .xl\:mx-116px {
    margin-left: 116px;
    margin-right: 116px;
  }

  .xl\:my-117px {
    margin-top: 117px;
    margin-bottom: 117px;
  }

  .xl\:mx-117px {
    margin-left: 117px;
    margin-right: 117px;
  }

  .xl\:my-118px {
    margin-top: 118px;
    margin-bottom: 118px;
  }

  .xl\:mx-118px {
    margin-left: 118px;
    margin-right: 118px;
  }

  .xl\:my-119px {
    margin-top: 119px;
    margin-bottom: 119px;
  }

  .xl\:mx-119px {
    margin-left: 119px;
    margin-right: 119px;
  }

  .xl\:my-120px {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xl\:mx-120px {
    margin-left: 120px;
    margin-right: 120px;
  }

  .xl\:my-121px {
    margin-top: 121px;
    margin-bottom: 121px;
  }

  .xl\:mx-121px {
    margin-left: 121px;
    margin-right: 121px;
  }

  .xl\:my-122px {
    margin-top: 122px;
    margin-bottom: 122px;
  }

  .xl\:mx-122px {
    margin-left: 122px;
    margin-right: 122px;
  }

  .xl\:my-123px {
    margin-top: 123px;
    margin-bottom: 123px;
  }

  .xl\:mx-123px {
    margin-left: 123px;
    margin-right: 123px;
  }

  .xl\:my-124px {
    margin-top: 124px;
    margin-bottom: 124px;
  }

  .xl\:mx-124px {
    margin-left: 124px;
    margin-right: 124px;
  }

  .xl\:my-125px {
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .xl\:mx-125px {
    margin-left: 125px;
    margin-right: 125px;
  }

  .xl\:my-126px {
    margin-top: 126px;
    margin-bottom: 126px;
  }

  .xl\:mx-126px {
    margin-left: 126px;
    margin-right: 126px;
  }

  .xl\:my-127px {
    margin-top: 127px;
    margin-bottom: 127px;
  }

  .xl\:mx-127px {
    margin-left: 127px;
    margin-right: 127px;
  }

  .xl\:my-128px {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .xl\:mx-128px {
    margin-left: 128px;
    margin-right: 128px;
  }

  .xl\:my-129px {
    margin-top: 129px;
    margin-bottom: 129px;
  }

  .xl\:mx-129px {
    margin-left: 129px;
    margin-right: 129px;
  }

  .xl\:my-130px {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .xl\:mx-130px {
    margin-left: 130px;
    margin-right: 130px;
  }

  .xl\:my-133px {
    margin-top: 133px;
    margin-bottom: 133px;
  }

  .xl\:mx-133px {
    margin-left: 133px;
    margin-right: 133px;
  }

  .xl\:my-140px {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .xl\:mx-140px {
    margin-left: 140px;
    margin-right: 140px;
  }

  .xl\:my-195px {
    margin-top: 195px;
    margin-bottom: 195px;
  }

  .xl\:mx-195px {
    margin-left: 195px;
    margin-right: 195px;
  }

  .xl\:my-200px {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .xl\:mx-200px {
    margin-left: 200px;
    margin-right: 200px;
  }

  .xl\:my-210px {
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .xl\:mx-210px {
    margin-left: 210px;
    margin-right: 210px;
  }

  .xl\:my-222px {
    margin-top: 222px;
    margin-bottom: 222px;
  }

  .xl\:mx-222px {
    margin-left: 222px;
    margin-right: 222px;
  }

  .xl\:my-258px {
    margin-top: 258px;
    margin-bottom: 258px;
  }

  .xl\:mx-258px {
    margin-left: 258px;
    margin-right: 258px;
  }

  .xl\:my-280px {
    margin-top: 280px;
    margin-bottom: 280px;
  }

  .xl\:mx-280px {
    margin-left: 280px;
    margin-right: 280px;
  }

  .xl\:my-334px {
    margin-top: 334px;
    margin-bottom: 334px;
  }

  .xl\:mx-334px {
    margin-left: 334px;
    margin-right: 334px;
  }

  .xl\:my-388px {
    margin-top: 388px;
    margin-bottom: 388px;
  }

  .xl\:mx-388px {
    margin-left: 388px;
    margin-right: 388px;
  }

  .xl\:my-480px {
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .xl\:mx-480px {
    margin-left: 480px;
    margin-right: 480px;
  }

  .xl\:my-490px {
    margin-top: 490px;
    margin-bottom: 490px;
  }

  .xl\:mx-490px {
    margin-left: 490px;
    margin-right: 490px;
  }

  .xl\:my-505px {
    margin-top: 505px;
    margin-bottom: 505px;
  }

  .xl\:mx-505px {
    margin-left: 505px;
    margin-right: 505px;
  }

  .xl\:my-507px {
    margin-top: 507px;
    margin-bottom: 507px;
  }

  .xl\:mx-507px {
    margin-left: 507px;
    margin-right: 507px;
  }

  .xl\:my-760px {
    margin-top: 760px;
    margin-bottom: 760px;
  }

  .xl\:mx-760px {
    margin-left: 760px;
    margin-right: 760px;
  }

  .xl\:my-780px {
    margin-top: 780px;
    margin-bottom: 780px;
  }

  .xl\:mx-780px {
    margin-left: 780px;
    margin-right: 780px;
  }

  .xl\:my-980px {
    margin-top: 980px;
    margin-bottom: 980px;
  }

  .xl\:mx-980px {
    margin-left: 980px;
    margin-right: 980px;
  }

  .xl\:my-1366px {
    margin-top: 1366px;
    margin-bottom: 1366px;
  }

  .xl\:mx-1366px {
    margin-left: 1366px;
    margin-right: 1366px;
  }

  .xl\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:-my-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-1px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xl\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }

  .xl\:-my-3px {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .xl\:-mx-3px {
    margin-left: -3px;
    margin-right: -3px;
  }

  .xl\:-my-4px {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .xl\:-mx-4px {
    margin-left: -4px;
    margin-right: -4px;
  }

  .xl\:-my-5px {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xl\:-mx-5px {
    margin-left: -5px;
    margin-right: -5px;
  }

  .xl\:-my-6px {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .xl\:-mx-6px {
    margin-left: -6px;
    margin-right: -6px;
  }

  .xl\:-my-7px {
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .xl\:-mx-7px {
    margin-left: -7px;
    margin-right: -7px;
  }

  .xl\:-my-8px {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xl\:-mx-8px {
    margin-left: -8px;
    margin-right: -8px;
  }

  .xl\:-my-9px {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .xl\:-mx-9px {
    margin-left: -9px;
    margin-right: -9px;
  }

  .xl\:-my-10px {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xl\:-mx-10px {
    margin-left: -10px;
    margin-right: -10px;
  }

  .xl\:-my-11px {
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .xl\:-mx-11px {
    margin-left: -11px;
    margin-right: -11px;
  }

  .xl\:-my-12px {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xl\:-mx-12px {
    margin-left: -12px;
    margin-right: -12px;
  }

  .xl\:-my-13px {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .xl\:-mx-13px {
    margin-left: -13px;
    margin-right: -13px;
  }

  .xl\:-my-14px {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .xl\:-mx-14px {
    margin-left: -14px;
    margin-right: -14px;
  }

  .xl\:-my-15px {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xl\:-mx-15px {
    margin-left: -15px;
    margin-right: -15px;
  }

  .xl\:-my-16px {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xl\:-mx-16px {
    margin-left: -16px;
    margin-right: -16px;
  }

  .xl\:-my-17px {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .xl\:-mx-17px {
    margin-left: -17px;
    margin-right: -17px;
  }

  .xl\:-my-18px {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .xl\:-mx-18px {
    margin-left: -18px;
    margin-right: -18px;
  }

  .xl\:-my-19px {
    margin-top: -19px;
    margin-bottom: -19px;
  }

  .xl\:-mx-19px {
    margin-left: -19px;
    margin-right: -19px;
  }

  .xl\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xl\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl\:-my-21px {
    margin-top: -21px;
    margin-bottom: -21px;
  }

  .xl\:-mx-21px {
    margin-left: -21px;
    margin-right: -21px;
  }

  .xl\:-my-22px {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .xl\:-mx-22px {
    margin-left: -22px;
    margin-right: -22px;
  }

  .xl\:-my-23px {
    margin-top: -23px;
    margin-bottom: -23px;
  }

  .xl\:-mx-23px {
    margin-left: -23px;
    margin-right: -23px;
  }

  .xl\:-my-24px {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xl\:-mx-24px {
    margin-left: -24px;
    margin-right: -24px;
  }

  .xl\:-my-25px {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .xl\:-mx-25px {
    margin-left: -25px;
    margin-right: -25px;
  }

  .xl\:-my-26px {
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .xl\:-mx-26px {
    margin-left: -26px;
    margin-right: -26px;
  }

  .xl\:-my-27px {
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .xl\:-mx-27px {
    margin-left: -27px;
    margin-right: -27px;
  }

  .xl\:-my-28px {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .xl\:-mx-28px {
    margin-left: -28px;
    margin-right: -28px;
  }

  .xl\:-my-29px {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .xl\:-mx-29px {
    margin-left: -29px;
    margin-right: -29px;
  }

  .xl\:-my-30px {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xl\:-mx-30px {
    margin-left: -30px;
    margin-right: -30px;
  }

  .xl\:-my-31px {
    margin-top: -31px;
    margin-bottom: -31px;
  }

  .xl\:-mx-31px {
    margin-left: -31px;
    margin-right: -31px;
  }

  .xl\:-my-32px {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .xl\:-mx-32px {
    margin-left: -32px;
    margin-right: -32px;
  }

  .xl\:-my-33px {
    margin-top: -33px;
    margin-bottom: -33px;
  }

  .xl\:-mx-33px {
    margin-left: -33px;
    margin-right: -33px;
  }

  .xl\:-my-34px {
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .xl\:-mx-34px {
    margin-left: -34px;
    margin-right: -34px;
  }

  .xl\:-my-35px {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .xl\:-mx-35px {
    margin-left: -35px;
    margin-right: -35px;
  }

  .xl\:-my-36px {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .xl\:-mx-36px {
    margin-left: -36px;
    margin-right: -36px;
  }

  .xl\:-my-37px {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .xl\:-mx-37px {
    margin-left: -37px;
    margin-right: -37px;
  }

  .xl\:-my-38px {
    margin-top: -38px;
    margin-bottom: -38px;
  }

  .xl\:-mx-38px {
    margin-left: -38px;
    margin-right: -38px;
  }

  .xl\:-my-39px {
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .xl\:-mx-39px {
    margin-left: -39px;
    margin-right: -39px;
  }

  .xl\:-my-40px {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xl\:-mx-40px {
    margin-left: -40px;
    margin-right: -40px;
  }

  .xl\:-my-41px {
    margin-top: -41px;
    margin-bottom: -41px;
  }

  .xl\:-mx-41px {
    margin-left: -41px;
    margin-right: -41px;
  }

  .xl\:-my-42px {
    margin-top: -42px;
    margin-bottom: -42px;
  }

  .xl\:-mx-42px {
    margin-left: -42px;
    margin-right: -42px;
  }

  .xl\:-my-43px {
    margin-top: -43px;
    margin-bottom: -43px;
  }

  .xl\:-mx-43px {
    margin-left: -43px;
    margin-right: -43px;
  }

  .xl\:-my-44px {
    margin-top: -44px;
    margin-bottom: -44px;
  }

  .xl\:-mx-44px {
    margin-left: -44px;
    margin-right: -44px;
  }

  .xl\:-my-45px {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .xl\:-mx-45px {
    margin-left: -45px;
    margin-right: -45px;
  }

  .xl\:-my-46px {
    margin-top: -46px;
    margin-bottom: -46px;
  }

  .xl\:-mx-46px {
    margin-left: -46px;
    margin-right: -46px;
  }

  .xl\:-my-47px {
    margin-top: -47px;
    margin-bottom: -47px;
  }

  .xl\:-mx-47px {
    margin-left: -47px;
    margin-right: -47px;
  }

  .xl\:-my-48px {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .xl\:-mx-48px {
    margin-left: -48px;
    margin-right: -48px;
  }

  .xl\:-my-49px {
    margin-top: -49px;
    margin-bottom: -49px;
  }

  .xl\:-mx-49px {
    margin-left: -49px;
    margin-right: -49px;
  }

  .xl\:-my-50px {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .xl\:-mx-50px {
    margin-left: -50px;
    margin-right: -50px;
  }

  .xl\:-my-51px {
    margin-top: -51px;
    margin-bottom: -51px;
  }

  .xl\:-mx-51px {
    margin-left: -51px;
    margin-right: -51px;
  }

  .xl\:-my-52px {
    margin-top: -52px;
    margin-bottom: -52px;
  }

  .xl\:-mx-52px {
    margin-left: -52px;
    margin-right: -52px;
  }

  .xl\:-my-53px {
    margin-top: -53px;
    margin-bottom: -53px;
  }

  .xl\:-mx-53px {
    margin-left: -53px;
    margin-right: -53px;
  }

  .xl\:-my-54px {
    margin-top: -54px;
    margin-bottom: -54px;
  }

  .xl\:-mx-54px {
    margin-left: -54px;
    margin-right: -54px;
  }

  .xl\:-my-55px {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .xl\:-mx-55px {
    margin-left: -55px;
    margin-right: -55px;
  }

  .xl\:-my-56px {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .xl\:-mx-56px {
    margin-left: -56px;
    margin-right: -56px;
  }

  .xl\:-my-57px {
    margin-top: -57px;
    margin-bottom: -57px;
  }

  .xl\:-mx-57px {
    margin-left: -57px;
    margin-right: -57px;
  }

  .xl\:-my-58px {
    margin-top: -58px;
    margin-bottom: -58px;
  }

  .xl\:-mx-58px {
    margin-left: -58px;
    margin-right: -58px;
  }

  .xl\:-my-59px {
    margin-top: -59px;
    margin-bottom: -59px;
  }

  .xl\:-mx-59px {
    margin-left: -59px;
    margin-right: -59px;
  }

  .xl\:-my-60px {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xl\:-mx-60px {
    margin-left: -60px;
    margin-right: -60px;
  }

  .xl\:-my-61px {
    margin-top: -61px;
    margin-bottom: -61px;
  }

  .xl\:-mx-61px {
    margin-left: -61px;
    margin-right: -61px;
  }

  .xl\:-my-62px {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .xl\:-mx-62px {
    margin-left: -62px;
    margin-right: -62px;
  }

  .xl\:-my-63px {
    margin-top: -63px;
    margin-bottom: -63px;
  }

  .xl\:-mx-63px {
    margin-left: -63px;
    margin-right: -63px;
  }

  .xl\:-my-64px {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .xl\:-mx-64px {
    margin-left: -64px;
    margin-right: -64px;
  }

  .xl\:-my-65px {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .xl\:-mx-65px {
    margin-left: -65px;
    margin-right: -65px;
  }

  .xl\:-my-66px {
    margin-top: -66px;
    margin-bottom: -66px;
  }

  .xl\:-mx-66px {
    margin-left: -66px;
    margin-right: -66px;
  }

  .xl\:-my-67px {
    margin-top: -67px;
    margin-bottom: -67px;
  }

  .xl\:-mx-67px {
    margin-left: -67px;
    margin-right: -67px;
  }

  .xl\:-my-68px {
    margin-top: -68px;
    margin-bottom: -68px;
  }

  .xl\:-mx-68px {
    margin-left: -68px;
    margin-right: -68px;
  }

  .xl\:-my-69px {
    margin-top: -69px;
    margin-bottom: -69px;
  }

  .xl\:-mx-69px {
    margin-left: -69px;
    margin-right: -69px;
  }

  .xl\:-my-70px {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .xl\:-mx-70px {
    margin-left: -70px;
    margin-right: -70px;
  }

  .xl\:-my-71px {
    margin-top: -71px;
    margin-bottom: -71px;
  }

  .xl\:-mx-71px {
    margin-left: -71px;
    margin-right: -71px;
  }

  .xl\:-my-72px {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .xl\:-mx-72px {
    margin-left: -72px;
    margin-right: -72px;
  }

  .xl\:-my-73px {
    margin-top: -73px;
    margin-bottom: -73px;
  }

  .xl\:-mx-73px {
    margin-left: -73px;
    margin-right: -73px;
  }

  .xl\:-my-74px {
    margin-top: -74px;
    margin-bottom: -74px;
  }

  .xl\:-mx-74px {
    margin-left: -74px;
    margin-right: -74px;
  }

  .xl\:-my-75px {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .xl\:-mx-75px {
    margin-left: -75px;
    margin-right: -75px;
  }

  .xl\:-my-76px {
    margin-top: -76px;
    margin-bottom: -76px;
  }

  .xl\:-mx-76px {
    margin-left: -76px;
    margin-right: -76px;
  }

  .xl\:-my-77px {
    margin-top: -77px;
    margin-bottom: -77px;
  }

  .xl\:-mx-77px {
    margin-left: -77px;
    margin-right: -77px;
  }

  .xl\:-my-78px {
    margin-top: -78px;
    margin-bottom: -78px;
  }

  .xl\:-mx-78px {
    margin-left: -78px;
    margin-right: -78px;
  }

  .xl\:-my-79px {
    margin-top: -79px;
    margin-bottom: -79px;
  }

  .xl\:-mx-79px {
    margin-left: -79px;
    margin-right: -79px;
  }

  .xl\:-my-80px {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xl\:-mx-80px {
    margin-left: -80px;
    margin-right: -80px;
  }

  .xl\:-my-81px {
    margin-top: -81px;
    margin-bottom: -81px;
  }

  .xl\:-mx-81px {
    margin-left: -81px;
    margin-right: -81px;
  }

  .xl\:-my-82px {
    margin-top: -82px;
    margin-bottom: -82px;
  }

  .xl\:-mx-82px {
    margin-left: -82px;
    margin-right: -82px;
  }

  .xl\:-my-83px {
    margin-top: -83px;
    margin-bottom: -83px;
  }

  .xl\:-mx-83px {
    margin-left: -83px;
    margin-right: -83px;
  }

  .xl\:-my-84px {
    margin-top: -84px;
    margin-bottom: -84px;
  }

  .xl\:-mx-84px {
    margin-left: -84px;
    margin-right: -84px;
  }

  .xl\:-my-85px {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .xl\:-mx-85px {
    margin-left: -85px;
    margin-right: -85px;
  }

  .xl\:-my-86px {
    margin-top: -86px;
    margin-bottom: -86px;
  }

  .xl\:-mx-86px {
    margin-left: -86px;
    margin-right: -86px;
  }

  .xl\:-my-87px {
    margin-top: -87px;
    margin-bottom: -87px;
  }

  .xl\:-mx-87px {
    margin-left: -87px;
    margin-right: -87px;
  }

  .xl\:-my-88px {
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .xl\:-mx-88px {
    margin-left: -88px;
    margin-right: -88px;
  }

  .xl\:-my-89px {
    margin-top: -89px;
    margin-bottom: -89px;
  }

  .xl\:-mx-89px {
    margin-left: -89px;
    margin-right: -89px;
  }

  .xl\:-my-90px {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .xl\:-mx-90px {
    margin-left: -90px;
    margin-right: -90px;
  }

  .xl\:-my-91px {
    margin-top: -91px;
    margin-bottom: -91px;
  }

  .xl\:-mx-91px {
    margin-left: -91px;
    margin-right: -91px;
  }

  .xl\:-my-92px {
    margin-top: -92px;
    margin-bottom: -92px;
  }

  .xl\:-mx-92px {
    margin-left: -92px;
    margin-right: -92px;
  }

  .xl\:-my-93px {
    margin-top: -93px;
    margin-bottom: -93px;
  }

  .xl\:-mx-93px {
    margin-left: -93px;
    margin-right: -93px;
  }

  .xl\:-my-94px {
    margin-top: -94px;
    margin-bottom: -94px;
  }

  .xl\:-mx-94px {
    margin-left: -94px;
    margin-right: -94px;
  }

  .xl\:-my-95px {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .xl\:-mx-95px {
    margin-left: -95px;
    margin-right: -95px;
  }

  .xl\:-my-96px {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .xl\:-mx-96px {
    margin-left: -96px;
    margin-right: -96px;
  }

  .xl\:-my-97px {
    margin-top: -97px;
    margin-bottom: -97px;
  }

  .xl\:-mx-97px {
    margin-left: -97px;
    margin-right: -97px;
  }

  .xl\:-my-98px {
    margin-top: -98px;
    margin-bottom: -98px;
  }

  .xl\:-mx-98px {
    margin-left: -98px;
    margin-right: -98px;
  }

  .xl\:-my-99px {
    margin-top: -99px;
    margin-bottom: -99px;
  }

  .xl\:-mx-99px {
    margin-left: -99px;
    margin-right: -99px;
  }

  .xl\:-my-100px {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .xl\:-mx-100px {
    margin-left: -100px;
    margin-right: -100px;
  }

  .xl\:-my-101px {
    margin-top: -101px;
    margin-bottom: -101px;
  }

  .xl\:-mx-101px {
    margin-left: -101px;
    margin-right: -101px;
  }

  .xl\:-my-102px {
    margin-top: -102px;
    margin-bottom: -102px;
  }

  .xl\:-mx-102px {
    margin-left: -102px;
    margin-right: -102px;
  }

  .xl\:-my-103px {
    margin-top: -103px;
    margin-bottom: -103px;
  }

  .xl\:-mx-103px {
    margin-left: -103px;
    margin-right: -103px;
  }

  .xl\:-my-104px {
    margin-top: -104px;
    margin-bottom: -104px;
  }

  .xl\:-mx-104px {
    margin-left: -104px;
    margin-right: -104px;
  }

  .xl\:-my-105px {
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .xl\:-mx-105px {
    margin-left: -105px;
    margin-right: -105px;
  }

  .xl\:-my-106px {
    margin-top: -106px;
    margin-bottom: -106px;
  }

  .xl\:-mx-106px {
    margin-left: -106px;
    margin-right: -106px;
  }

  .xl\:-my-107px {
    margin-top: -107px;
    margin-bottom: -107px;
  }

  .xl\:-mx-107px {
    margin-left: -107px;
    margin-right: -107px;
  }

  .xl\:-my-108px {
    margin-top: -108px;
    margin-bottom: -108px;
  }

  .xl\:-mx-108px {
    margin-left: -108px;
    margin-right: -108px;
  }

  .xl\:-my-109px {
    margin-top: -109px;
    margin-bottom: -109px;
  }

  .xl\:-mx-109px {
    margin-left: -109px;
    margin-right: -109px;
  }

  .xl\:-my-110px {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .xl\:-mx-110px {
    margin-left: -110px;
    margin-right: -110px;
  }

  .xl\:-my-111px {
    margin-top: -111px;
    margin-bottom: -111px;
  }

  .xl\:-mx-111px {
    margin-left: -111px;
    margin-right: -111px;
  }

  .xl\:-my-112px {
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .xl\:-mx-112px {
    margin-left: -112px;
    margin-right: -112px;
  }

  .xl\:-my-113px {
    margin-top: -113px;
    margin-bottom: -113px;
  }

  .xl\:-mx-113px {
    margin-left: -113px;
    margin-right: -113px;
  }

  .xl\:-my-114px {
    margin-top: -114px;
    margin-bottom: -114px;
  }

  .xl\:-mx-114px {
    margin-left: -114px;
    margin-right: -114px;
  }

  .xl\:-my-115px {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .xl\:-mx-115px {
    margin-left: -115px;
    margin-right: -115px;
  }

  .xl\:-my-116px {
    margin-top: -116px;
    margin-bottom: -116px;
  }

  .xl\:-mx-116px {
    margin-left: -116px;
    margin-right: -116px;
  }

  .xl\:-my-117px {
    margin-top: -117px;
    margin-bottom: -117px;
  }

  .xl\:-mx-117px {
    margin-left: -117px;
    margin-right: -117px;
  }

  .xl\:-my-118px {
    margin-top: -118px;
    margin-bottom: -118px;
  }

  .xl\:-mx-118px {
    margin-left: -118px;
    margin-right: -118px;
  }

  .xl\:-my-119px {
    margin-top: -119px;
    margin-bottom: -119px;
  }

  .xl\:-mx-119px {
    margin-left: -119px;
    margin-right: -119px;
  }

  .xl\:-my-120px {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .xl\:-mx-120px {
    margin-left: -120px;
    margin-right: -120px;
  }

  .xl\:-my-121px {
    margin-top: -121px;
    margin-bottom: -121px;
  }

  .xl\:-mx-121px {
    margin-left: -121px;
    margin-right: -121px;
  }

  .xl\:-my-122px {
    margin-top: -122px;
    margin-bottom: -122px;
  }

  .xl\:-mx-122px {
    margin-left: -122px;
    margin-right: -122px;
  }

  .xl\:-my-123px {
    margin-top: -123px;
    margin-bottom: -123px;
  }

  .xl\:-mx-123px {
    margin-left: -123px;
    margin-right: -123px;
  }

  .xl\:-my-124px {
    margin-top: -124px;
    margin-bottom: -124px;
  }

  .xl\:-mx-124px {
    margin-left: -124px;
    margin-right: -124px;
  }

  .xl\:-my-125px {
    margin-top: -125px;
    margin-bottom: -125px;
  }

  .xl\:-mx-125px {
    margin-left: -125px;
    margin-right: -125px;
  }

  .xl\:-my-126px {
    margin-top: -126px;
    margin-bottom: -126px;
  }

  .xl\:-mx-126px {
    margin-left: -126px;
    margin-right: -126px;
  }

  .xl\:-my-127px {
    margin-top: -127px;
    margin-bottom: -127px;
  }

  .xl\:-mx-127px {
    margin-left: -127px;
    margin-right: -127px;
  }

  .xl\:-my-128px {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .xl\:-mx-128px {
    margin-left: -128px;
    margin-right: -128px;
  }

  .xl\:-my-129px {
    margin-top: -129px;
    margin-bottom: -129px;
  }

  .xl\:-mx-129px {
    margin-left: -129px;
    margin-right: -129px;
  }

  .xl\:-my-130px {
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .xl\:-mx-130px {
    margin-left: -130px;
    margin-right: -130px;
  }

  .xl\:-my-133px {
    margin-top: -133px;
    margin-bottom: -133px;
  }

  .xl\:-mx-133px {
    margin-left: -133px;
    margin-right: -133px;
  }

  .xl\:-my-140px {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .xl\:-mx-140px {
    margin-left: -140px;
    margin-right: -140px;
  }

  .xl\:-my-195px {
    margin-top: -195px;
    margin-bottom: -195px;
  }

  .xl\:-mx-195px {
    margin-left: -195px;
    margin-right: -195px;
  }

  .xl\:-my-200px {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .xl\:-mx-200px {
    margin-left: -200px;
    margin-right: -200px;
  }

  .xl\:-my-210px {
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .xl\:-mx-210px {
    margin-left: -210px;
    margin-right: -210px;
  }

  .xl\:-my-222px {
    margin-top: -222px;
    margin-bottom: -222px;
  }

  .xl\:-mx-222px {
    margin-left: -222px;
    margin-right: -222px;
  }

  .xl\:-my-258px {
    margin-top: -258px;
    margin-bottom: -258px;
  }

  .xl\:-mx-258px {
    margin-left: -258px;
    margin-right: -258px;
  }

  .xl\:-my-280px {
    margin-top: -280px;
    margin-bottom: -280px;
  }

  .xl\:-mx-280px {
    margin-left: -280px;
    margin-right: -280px;
  }

  .xl\:-my-334px {
    margin-top: -334px;
    margin-bottom: -334px;
  }

  .xl\:-mx-334px {
    margin-left: -334px;
    margin-right: -334px;
  }

  .xl\:-my-388px {
    margin-top: -388px;
    margin-bottom: -388px;
  }

  .xl\:-mx-388px {
    margin-left: -388px;
    margin-right: -388px;
  }

  .xl\:-my-480px {
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .xl\:-mx-480px {
    margin-left: -480px;
    margin-right: -480px;
  }

  .xl\:-my-490px {
    margin-top: -490px;
    margin-bottom: -490px;
  }

  .xl\:-mx-490px {
    margin-left: -490px;
    margin-right: -490px;
  }

  .xl\:-my-505px {
    margin-top: -505px;
    margin-bottom: -505px;
  }

  .xl\:-mx-505px {
    margin-left: -505px;
    margin-right: -505px;
  }

  .xl\:-my-507px {
    margin-top: -507px;
    margin-bottom: -507px;
  }

  .xl\:-mx-507px {
    margin-left: -507px;
    margin-right: -507px;
  }

  .xl\:-my-760px {
    margin-top: -760px;
    margin-bottom: -760px;
  }

  .xl\:-mx-760px {
    margin-left: -760px;
    margin-right: -760px;
  }

  .xl\:-my-780px {
    margin-top: -780px;
    margin-bottom: -780px;
  }

  .xl\:-mx-780px {
    margin-left: -780px;
    margin-right: -780px;
  }

  .xl\:-my-980px {
    margin-top: -980px;
    margin-bottom: -980px;
  }

  .xl\:-mx-980px {
    margin-left: -980px;
    margin-right: -980px;
  }

  .xl\:-my-1366px {
    margin-top: -1366px;
    margin-bottom: -1366px;
  }

  .xl\:-mx-1366px {
    margin-left: -1366px;
    margin-right: -1366px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-28 {
    margin-top: 7rem;
  }

  .xl\:mr-28 {
    margin-right: 7rem;
  }

  .xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .xl\:ml-28 {
    margin-left: 7rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:mt-36 {
    margin-top: 9rem;
  }

  .xl\:mr-36 {
    margin-right: 9rem;
  }

  .xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .xl\:ml-36 {
    margin-left: 9rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:mt-44 {
    margin-top: 11rem;
  }

  .xl\:mr-44 {
    margin-right: 11rem;
  }

  .xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .xl\:ml-44 {
    margin-left: 11rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:mr-48 {
    margin-right: 12rem;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:mt-52 {
    margin-top: 13rem;
  }

  .xl\:mr-52 {
    margin-right: 13rem;
  }

  .xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .xl\:ml-52 {
    margin-left: 13rem;
  }

  .xl\:mt-56 {
    margin-top: 14rem;
  }

  .xl\:mr-56 {
    margin-right: 14rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:mt-60 {
    margin-top: 15rem;
  }

  .xl\:mr-60 {
    margin-right: 15rem;
  }

  .xl\:mb-60 {
    margin-bottom: 15rem;
  }

  .xl\:ml-60 {
    margin-left: 15rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:mt-72 {
    margin-top: 18rem;
  }

  .xl\:mr-72 {
    margin-right: 18rem;
  }

  .xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .xl\:ml-72 {
    margin-left: 18rem;
  }

  .xl\:mt-80 {
    margin-top: 20rem;
  }

  .xl\:mr-80 {
    margin-right: 20rem;
  }

  .xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .xl\:ml-80 {
    margin-left: 20rem;
  }

  .xl\:mt-96 {
    margin-top: 24rem;
  }

  .xl\:mr-96 {
    margin-right: 24rem;
  }

  .xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .xl\:ml-96 {
    margin-left: 24rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .xl\:mt-1px {
    margin-top: 1px;
  }

  .xl\:mr-1px {
    margin-right: 1px;
  }

  .xl\:mb-1px {
    margin-bottom: 1px;
  }

  .xl\:ml-1px {
    margin-left: 1px;
  }

  .xl\:mt-2px {
    margin-top: 2px;
  }

  .xl\:mr-2px {
    margin-right: 2px;
  }

  .xl\:mb-2px {
    margin-bottom: 2px;
  }

  .xl\:ml-2px {
    margin-left: 2px;
  }

  .xl\:mt-3px {
    margin-top: 3px;
  }

  .xl\:mr-3px {
    margin-right: 3px;
  }

  .xl\:mb-3px {
    margin-bottom: 3px;
  }

  .xl\:ml-3px {
    margin-left: 3px;
  }

  .xl\:mt-4px {
    margin-top: 4px;
  }

  .xl\:mr-4px {
    margin-right: 4px;
  }

  .xl\:mb-4px {
    margin-bottom: 4px;
  }

  .xl\:ml-4px {
    margin-left: 4px;
  }

  .xl\:mt-5px {
    margin-top: 5px;
  }

  .xl\:mr-5px {
    margin-right: 5px;
  }

  .xl\:mb-5px {
    margin-bottom: 5px;
  }

  .xl\:ml-5px {
    margin-left: 5px;
  }

  .xl\:mt-6px {
    margin-top: 6px;
  }

  .xl\:mr-6px {
    margin-right: 6px;
  }

  .xl\:mb-6px {
    margin-bottom: 6px;
  }

  .xl\:ml-6px {
    margin-left: 6px;
  }

  .xl\:mt-7px {
    margin-top: 7px;
  }

  .xl\:mr-7px {
    margin-right: 7px;
  }

  .xl\:mb-7px {
    margin-bottom: 7px;
  }

  .xl\:ml-7px {
    margin-left: 7px;
  }

  .xl\:mt-8px {
    margin-top: 8px;
  }

  .xl\:mr-8px {
    margin-right: 8px;
  }

  .xl\:mb-8px {
    margin-bottom: 8px;
  }

  .xl\:ml-8px {
    margin-left: 8px;
  }

  .xl\:mt-9px {
    margin-top: 9px;
  }

  .xl\:mr-9px {
    margin-right: 9px;
  }

  .xl\:mb-9px {
    margin-bottom: 9px;
  }

  .xl\:ml-9px {
    margin-left: 9px;
  }

  .xl\:mt-10px {
    margin-top: 10px;
  }

  .xl\:mr-10px {
    margin-right: 10px;
  }

  .xl\:mb-10px {
    margin-bottom: 10px;
  }

  .xl\:ml-10px {
    margin-left: 10px;
  }

  .xl\:mt-11px {
    margin-top: 11px;
  }

  .xl\:mr-11px {
    margin-right: 11px;
  }

  .xl\:mb-11px {
    margin-bottom: 11px;
  }

  .xl\:ml-11px {
    margin-left: 11px;
  }

  .xl\:mt-12px {
    margin-top: 12px;
  }

  .xl\:mr-12px {
    margin-right: 12px;
  }

  .xl\:mb-12px {
    margin-bottom: 12px;
  }

  .xl\:ml-12px {
    margin-left: 12px;
  }

  .xl\:mt-13px {
    margin-top: 13px;
  }

  .xl\:mr-13px {
    margin-right: 13px;
  }

  .xl\:mb-13px {
    margin-bottom: 13px;
  }

  .xl\:ml-13px {
    margin-left: 13px;
  }

  .xl\:mt-14px {
    margin-top: 14px;
  }

  .xl\:mr-14px {
    margin-right: 14px;
  }

  .xl\:mb-14px {
    margin-bottom: 14px;
  }

  .xl\:ml-14px {
    margin-left: 14px;
  }

  .xl\:mt-15px {
    margin-top: 15px;
  }

  .xl\:mr-15px {
    margin-right: 15px;
  }

  .xl\:mb-15px {
    margin-bottom: 15px;
  }

  .xl\:ml-15px {
    margin-left: 15px;
  }

  .xl\:mt-16px {
    margin-top: 16px;
  }

  .xl\:mr-16px {
    margin-right: 16px;
  }

  .xl\:mb-16px {
    margin-bottom: 16px;
  }

  .xl\:ml-16px {
    margin-left: 16px;
  }

  .xl\:mt-17px {
    margin-top: 17px;
  }

  .xl\:mr-17px {
    margin-right: 17px;
  }

  .xl\:mb-17px {
    margin-bottom: 17px;
  }

  .xl\:ml-17px {
    margin-left: 17px;
  }

  .xl\:mt-18px {
    margin-top: 18px;
  }

  .xl\:mr-18px {
    margin-right: 18px;
  }

  .xl\:mb-18px {
    margin-bottom: 18px;
  }

  .xl\:ml-18px {
    margin-left: 18px;
  }

  .xl\:mt-19px {
    margin-top: 19px;
  }

  .xl\:mr-19px {
    margin-right: 19px;
  }

  .xl\:mb-19px {
    margin-bottom: 19px;
  }

  .xl\:ml-19px {
    margin-left: 19px;
  }

  .xl\:mt-20px {
    margin-top: 20px;
  }

  .xl\:mr-20px {
    margin-right: 20px;
  }

  .xl\:mb-20px {
    margin-bottom: 20px;
  }

  .xl\:ml-20px {
    margin-left: 20px;
  }

  .xl\:mt-21px {
    margin-top: 21px;
  }

  .xl\:mr-21px {
    margin-right: 21px;
  }

  .xl\:mb-21px {
    margin-bottom: 21px;
  }

  .xl\:ml-21px {
    margin-left: 21px;
  }

  .xl\:mt-22px {
    margin-top: 22px;
  }

  .xl\:mr-22px {
    margin-right: 22px;
  }

  .xl\:mb-22px {
    margin-bottom: 22px;
  }

  .xl\:ml-22px {
    margin-left: 22px;
  }

  .xl\:mt-23px {
    margin-top: 23px;
  }

  .xl\:mr-23px {
    margin-right: 23px;
  }

  .xl\:mb-23px {
    margin-bottom: 23px;
  }

  .xl\:ml-23px {
    margin-left: 23px;
  }

  .xl\:mt-24px {
    margin-top: 24px;
  }

  .xl\:mr-24px {
    margin-right: 24px;
  }

  .xl\:mb-24px {
    margin-bottom: 24px;
  }

  .xl\:ml-24px {
    margin-left: 24px;
  }

  .xl\:mt-25px {
    margin-top: 25px;
  }

  .xl\:mr-25px {
    margin-right: 25px;
  }

  .xl\:mb-25px {
    margin-bottom: 25px;
  }

  .xl\:ml-25px {
    margin-left: 25px;
  }

  .xl\:mt-26px {
    margin-top: 26px;
  }

  .xl\:mr-26px {
    margin-right: 26px;
  }

  .xl\:mb-26px {
    margin-bottom: 26px;
  }

  .xl\:ml-26px {
    margin-left: 26px;
  }

  .xl\:mt-27px {
    margin-top: 27px;
  }

  .xl\:mr-27px {
    margin-right: 27px;
  }

  .xl\:mb-27px {
    margin-bottom: 27px;
  }

  .xl\:ml-27px {
    margin-left: 27px;
  }

  .xl\:mt-28px {
    margin-top: 28px;
  }

  .xl\:mr-28px {
    margin-right: 28px;
  }

  .xl\:mb-28px {
    margin-bottom: 28px;
  }

  .xl\:ml-28px {
    margin-left: 28px;
  }

  .xl\:mt-29px {
    margin-top: 29px;
  }

  .xl\:mr-29px {
    margin-right: 29px;
  }

  .xl\:mb-29px {
    margin-bottom: 29px;
  }

  .xl\:ml-29px {
    margin-left: 29px;
  }

  .xl\:mt-30px {
    margin-top: 30px;
  }

  .xl\:mr-30px {
    margin-right: 30px;
  }

  .xl\:mb-30px {
    margin-bottom: 30px;
  }

  .xl\:ml-30px {
    margin-left: 30px;
  }

  .xl\:mt-31px {
    margin-top: 31px;
  }

  .xl\:mr-31px {
    margin-right: 31px;
  }

  .xl\:mb-31px {
    margin-bottom: 31px;
  }

  .xl\:ml-31px {
    margin-left: 31px;
  }

  .xl\:mt-32px {
    margin-top: 32px;
  }

  .xl\:mr-32px {
    margin-right: 32px;
  }

  .xl\:mb-32px {
    margin-bottom: 32px;
  }

  .xl\:ml-32px {
    margin-left: 32px;
  }

  .xl\:mt-33px {
    margin-top: 33px;
  }

  .xl\:mr-33px {
    margin-right: 33px;
  }

  .xl\:mb-33px {
    margin-bottom: 33px;
  }

  .xl\:ml-33px {
    margin-left: 33px;
  }

  .xl\:mt-34px {
    margin-top: 34px;
  }

  .xl\:mr-34px {
    margin-right: 34px;
  }

  .xl\:mb-34px {
    margin-bottom: 34px;
  }

  .xl\:ml-34px {
    margin-left: 34px;
  }

  .xl\:mt-35px {
    margin-top: 35px;
  }

  .xl\:mr-35px {
    margin-right: 35px;
  }

  .xl\:mb-35px {
    margin-bottom: 35px;
  }

  .xl\:ml-35px {
    margin-left: 35px;
  }

  .xl\:mt-36px {
    margin-top: 36px;
  }

  .xl\:mr-36px {
    margin-right: 36px;
  }

  .xl\:mb-36px {
    margin-bottom: 36px;
  }

  .xl\:ml-36px {
    margin-left: 36px;
  }

  .xl\:mt-37px {
    margin-top: 37px;
  }

  .xl\:mr-37px {
    margin-right: 37px;
  }

  .xl\:mb-37px {
    margin-bottom: 37px;
  }

  .xl\:ml-37px {
    margin-left: 37px;
  }

  .xl\:mt-38px {
    margin-top: 38px;
  }

  .xl\:mr-38px {
    margin-right: 38px;
  }

  .xl\:mb-38px {
    margin-bottom: 38px;
  }

  .xl\:ml-38px {
    margin-left: 38px;
  }

  .xl\:mt-39px {
    margin-top: 39px;
  }

  .xl\:mr-39px {
    margin-right: 39px;
  }

  .xl\:mb-39px {
    margin-bottom: 39px;
  }

  .xl\:ml-39px {
    margin-left: 39px;
  }

  .xl\:mt-40px {
    margin-top: 40px;
  }

  .xl\:mr-40px {
    margin-right: 40px;
  }

  .xl\:mb-40px {
    margin-bottom: 40px;
  }

  .xl\:ml-40px {
    margin-left: 40px;
  }

  .xl\:mt-41px {
    margin-top: 41px;
  }

  .xl\:mr-41px {
    margin-right: 41px;
  }

  .xl\:mb-41px {
    margin-bottom: 41px;
  }

  .xl\:ml-41px {
    margin-left: 41px;
  }

  .xl\:mt-42px {
    margin-top: 42px;
  }

  .xl\:mr-42px {
    margin-right: 42px;
  }

  .xl\:mb-42px {
    margin-bottom: 42px;
  }

  .xl\:ml-42px {
    margin-left: 42px;
  }

  .xl\:mt-43px {
    margin-top: 43px;
  }

  .xl\:mr-43px {
    margin-right: 43px;
  }

  .xl\:mb-43px {
    margin-bottom: 43px;
  }

  .xl\:ml-43px {
    margin-left: 43px;
  }

  .xl\:mt-44px {
    margin-top: 44px;
  }

  .xl\:mr-44px {
    margin-right: 44px;
  }

  .xl\:mb-44px {
    margin-bottom: 44px;
  }

  .xl\:ml-44px {
    margin-left: 44px;
  }

  .xl\:mt-45px {
    margin-top: 45px;
  }

  .xl\:mr-45px {
    margin-right: 45px;
  }

  .xl\:mb-45px {
    margin-bottom: 45px;
  }

  .xl\:ml-45px {
    margin-left: 45px;
  }

  .xl\:mt-46px {
    margin-top: 46px;
  }

  .xl\:mr-46px {
    margin-right: 46px;
  }

  .xl\:mb-46px {
    margin-bottom: 46px;
  }

  .xl\:ml-46px {
    margin-left: 46px;
  }

  .xl\:mt-47px {
    margin-top: 47px;
  }

  .xl\:mr-47px {
    margin-right: 47px;
  }

  .xl\:mb-47px {
    margin-bottom: 47px;
  }

  .xl\:ml-47px {
    margin-left: 47px;
  }

  .xl\:mt-48px {
    margin-top: 48px;
  }

  .xl\:mr-48px {
    margin-right: 48px;
  }

  .xl\:mb-48px {
    margin-bottom: 48px;
  }

  .xl\:ml-48px {
    margin-left: 48px;
  }

  .xl\:mt-49px {
    margin-top: 49px;
  }

  .xl\:mr-49px {
    margin-right: 49px;
  }

  .xl\:mb-49px {
    margin-bottom: 49px;
  }

  .xl\:ml-49px {
    margin-left: 49px;
  }

  .xl\:mt-50px {
    margin-top: 50px;
  }

  .xl\:mr-50px {
    margin-right: 50px;
  }

  .xl\:mb-50px {
    margin-bottom: 50px;
  }

  .xl\:ml-50px {
    margin-left: 50px;
  }

  .xl\:mt-51px {
    margin-top: 51px;
  }

  .xl\:mr-51px {
    margin-right: 51px;
  }

  .xl\:mb-51px {
    margin-bottom: 51px;
  }

  .xl\:ml-51px {
    margin-left: 51px;
  }

  .xl\:mt-52px {
    margin-top: 52px;
  }

  .xl\:mr-52px {
    margin-right: 52px;
  }

  .xl\:mb-52px {
    margin-bottom: 52px;
  }

  .xl\:ml-52px {
    margin-left: 52px;
  }

  .xl\:mt-53px {
    margin-top: 53px;
  }

  .xl\:mr-53px {
    margin-right: 53px;
  }

  .xl\:mb-53px {
    margin-bottom: 53px;
  }

  .xl\:ml-53px {
    margin-left: 53px;
  }

  .xl\:mt-54px {
    margin-top: 54px;
  }

  .xl\:mr-54px {
    margin-right: 54px;
  }

  .xl\:mb-54px {
    margin-bottom: 54px;
  }

  .xl\:ml-54px {
    margin-left: 54px;
  }

  .xl\:mt-55px {
    margin-top: 55px;
  }

  .xl\:mr-55px {
    margin-right: 55px;
  }

  .xl\:mb-55px {
    margin-bottom: 55px;
  }

  .xl\:ml-55px {
    margin-left: 55px;
  }

  .xl\:mt-56px {
    margin-top: 56px;
  }

  .xl\:mr-56px {
    margin-right: 56px;
  }

  .xl\:mb-56px {
    margin-bottom: 56px;
  }

  .xl\:ml-56px {
    margin-left: 56px;
  }

  .xl\:mt-57px {
    margin-top: 57px;
  }

  .xl\:mr-57px {
    margin-right: 57px;
  }

  .xl\:mb-57px {
    margin-bottom: 57px;
  }

  .xl\:ml-57px {
    margin-left: 57px;
  }

  .xl\:mt-58px {
    margin-top: 58px;
  }

  .xl\:mr-58px {
    margin-right: 58px;
  }

  .xl\:mb-58px {
    margin-bottom: 58px;
  }

  .xl\:ml-58px {
    margin-left: 58px;
  }

  .xl\:mt-59px {
    margin-top: 59px;
  }

  .xl\:mr-59px {
    margin-right: 59px;
  }

  .xl\:mb-59px {
    margin-bottom: 59px;
  }

  .xl\:ml-59px {
    margin-left: 59px;
  }

  .xl\:mt-60px {
    margin-top: 60px;
  }

  .xl\:mr-60px {
    margin-right: 60px;
  }

  .xl\:mb-60px {
    margin-bottom: 60px;
  }

  .xl\:ml-60px {
    margin-left: 60px;
  }

  .xl\:mt-61px {
    margin-top: 61px;
  }

  .xl\:mr-61px {
    margin-right: 61px;
  }

  .xl\:mb-61px {
    margin-bottom: 61px;
  }

  .xl\:ml-61px {
    margin-left: 61px;
  }

  .xl\:mt-62px {
    margin-top: 62px;
  }

  .xl\:mr-62px {
    margin-right: 62px;
  }

  .xl\:mb-62px {
    margin-bottom: 62px;
  }

  .xl\:ml-62px {
    margin-left: 62px;
  }

  .xl\:mt-63px {
    margin-top: 63px;
  }

  .xl\:mr-63px {
    margin-right: 63px;
  }

  .xl\:mb-63px {
    margin-bottom: 63px;
  }

  .xl\:ml-63px {
    margin-left: 63px;
  }

  .xl\:mt-64px {
    margin-top: 64px;
  }

  .xl\:mr-64px {
    margin-right: 64px;
  }

  .xl\:mb-64px {
    margin-bottom: 64px;
  }

  .xl\:ml-64px {
    margin-left: 64px;
  }

  .xl\:mt-65px {
    margin-top: 65px;
  }

  .xl\:mr-65px {
    margin-right: 65px;
  }

  .xl\:mb-65px {
    margin-bottom: 65px;
  }

  .xl\:ml-65px {
    margin-left: 65px;
  }

  .xl\:mt-66px {
    margin-top: 66px;
  }

  .xl\:mr-66px {
    margin-right: 66px;
  }

  .xl\:mb-66px {
    margin-bottom: 66px;
  }

  .xl\:ml-66px {
    margin-left: 66px;
  }

  .xl\:mt-67px {
    margin-top: 67px;
  }

  .xl\:mr-67px {
    margin-right: 67px;
  }

  .xl\:mb-67px {
    margin-bottom: 67px;
  }

  .xl\:ml-67px {
    margin-left: 67px;
  }

  .xl\:mt-68px {
    margin-top: 68px;
  }

  .xl\:mr-68px {
    margin-right: 68px;
  }

  .xl\:mb-68px {
    margin-bottom: 68px;
  }

  .xl\:ml-68px {
    margin-left: 68px;
  }

  .xl\:mt-69px {
    margin-top: 69px;
  }

  .xl\:mr-69px {
    margin-right: 69px;
  }

  .xl\:mb-69px {
    margin-bottom: 69px;
  }

  .xl\:ml-69px {
    margin-left: 69px;
  }

  .xl\:mt-70px {
    margin-top: 70px;
  }

  .xl\:mr-70px {
    margin-right: 70px;
  }

  .xl\:mb-70px {
    margin-bottom: 70px;
  }

  .xl\:ml-70px {
    margin-left: 70px;
  }

  .xl\:mt-71px {
    margin-top: 71px;
  }

  .xl\:mr-71px {
    margin-right: 71px;
  }

  .xl\:mb-71px {
    margin-bottom: 71px;
  }

  .xl\:ml-71px {
    margin-left: 71px;
  }

  .xl\:mt-72px {
    margin-top: 72px;
  }

  .xl\:mr-72px {
    margin-right: 72px;
  }

  .xl\:mb-72px {
    margin-bottom: 72px;
  }

  .xl\:ml-72px {
    margin-left: 72px;
  }

  .xl\:mt-73px {
    margin-top: 73px;
  }

  .xl\:mr-73px {
    margin-right: 73px;
  }

  .xl\:mb-73px {
    margin-bottom: 73px;
  }

  .xl\:ml-73px {
    margin-left: 73px;
  }

  .xl\:mt-74px {
    margin-top: 74px;
  }

  .xl\:mr-74px {
    margin-right: 74px;
  }

  .xl\:mb-74px {
    margin-bottom: 74px;
  }

  .xl\:ml-74px {
    margin-left: 74px;
  }

  .xl\:mt-75px {
    margin-top: 75px;
  }

  .xl\:mr-75px {
    margin-right: 75px;
  }

  .xl\:mb-75px {
    margin-bottom: 75px;
  }

  .xl\:ml-75px {
    margin-left: 75px;
  }

  .xl\:mt-76px {
    margin-top: 76px;
  }

  .xl\:mr-76px {
    margin-right: 76px;
  }

  .xl\:mb-76px {
    margin-bottom: 76px;
  }

  .xl\:ml-76px {
    margin-left: 76px;
  }

  .xl\:mt-77px {
    margin-top: 77px;
  }

  .xl\:mr-77px {
    margin-right: 77px;
  }

  .xl\:mb-77px {
    margin-bottom: 77px;
  }

  .xl\:ml-77px {
    margin-left: 77px;
  }

  .xl\:mt-78px {
    margin-top: 78px;
  }

  .xl\:mr-78px {
    margin-right: 78px;
  }

  .xl\:mb-78px {
    margin-bottom: 78px;
  }

  .xl\:ml-78px {
    margin-left: 78px;
  }

  .xl\:mt-79px {
    margin-top: 79px;
  }

  .xl\:mr-79px {
    margin-right: 79px;
  }

  .xl\:mb-79px {
    margin-bottom: 79px;
  }

  .xl\:ml-79px {
    margin-left: 79px;
  }

  .xl\:mt-80px {
    margin-top: 80px;
  }

  .xl\:mr-80px {
    margin-right: 80px;
  }

  .xl\:mb-80px {
    margin-bottom: 80px;
  }

  .xl\:ml-80px {
    margin-left: 80px;
  }

  .xl\:mt-81px {
    margin-top: 81px;
  }

  .xl\:mr-81px {
    margin-right: 81px;
  }

  .xl\:mb-81px {
    margin-bottom: 81px;
  }

  .xl\:ml-81px {
    margin-left: 81px;
  }

  .xl\:mt-82px {
    margin-top: 82px;
  }

  .xl\:mr-82px {
    margin-right: 82px;
  }

  .xl\:mb-82px {
    margin-bottom: 82px;
  }

  .xl\:ml-82px {
    margin-left: 82px;
  }

  .xl\:mt-83px {
    margin-top: 83px;
  }

  .xl\:mr-83px {
    margin-right: 83px;
  }

  .xl\:mb-83px {
    margin-bottom: 83px;
  }

  .xl\:ml-83px {
    margin-left: 83px;
  }

  .xl\:mt-84px {
    margin-top: 84px;
  }

  .xl\:mr-84px {
    margin-right: 84px;
  }

  .xl\:mb-84px {
    margin-bottom: 84px;
  }

  .xl\:ml-84px {
    margin-left: 84px;
  }

  .xl\:mt-85px {
    margin-top: 85px;
  }

  .xl\:mr-85px {
    margin-right: 85px;
  }

  .xl\:mb-85px {
    margin-bottom: 85px;
  }

  .xl\:ml-85px {
    margin-left: 85px;
  }

  .xl\:mt-86px {
    margin-top: 86px;
  }

  .xl\:mr-86px {
    margin-right: 86px;
  }

  .xl\:mb-86px {
    margin-bottom: 86px;
  }

  .xl\:ml-86px {
    margin-left: 86px;
  }

  .xl\:mt-87px {
    margin-top: 87px;
  }

  .xl\:mr-87px {
    margin-right: 87px;
  }

  .xl\:mb-87px {
    margin-bottom: 87px;
  }

  .xl\:ml-87px {
    margin-left: 87px;
  }

  .xl\:mt-88px {
    margin-top: 88px;
  }

  .xl\:mr-88px {
    margin-right: 88px;
  }

  .xl\:mb-88px {
    margin-bottom: 88px;
  }

  .xl\:ml-88px {
    margin-left: 88px;
  }

  .xl\:mt-89px {
    margin-top: 89px;
  }

  .xl\:mr-89px {
    margin-right: 89px;
  }

  .xl\:mb-89px {
    margin-bottom: 89px;
  }

  .xl\:ml-89px {
    margin-left: 89px;
  }

  .xl\:mt-90px {
    margin-top: 90px;
  }

  .xl\:mr-90px {
    margin-right: 90px;
  }

  .xl\:mb-90px {
    margin-bottom: 90px;
  }

  .xl\:ml-90px {
    margin-left: 90px;
  }

  .xl\:mt-91px {
    margin-top: 91px;
  }

  .xl\:mr-91px {
    margin-right: 91px;
  }

  .xl\:mb-91px {
    margin-bottom: 91px;
  }

  .xl\:ml-91px {
    margin-left: 91px;
  }

  .xl\:mt-92px {
    margin-top: 92px;
  }

  .xl\:mr-92px {
    margin-right: 92px;
  }

  .xl\:mb-92px {
    margin-bottom: 92px;
  }

  .xl\:ml-92px {
    margin-left: 92px;
  }

  .xl\:mt-93px {
    margin-top: 93px;
  }

  .xl\:mr-93px {
    margin-right: 93px;
  }

  .xl\:mb-93px {
    margin-bottom: 93px;
  }

  .xl\:ml-93px {
    margin-left: 93px;
  }

  .xl\:mt-94px {
    margin-top: 94px;
  }

  .xl\:mr-94px {
    margin-right: 94px;
  }

  .xl\:mb-94px {
    margin-bottom: 94px;
  }

  .xl\:ml-94px {
    margin-left: 94px;
  }

  .xl\:mt-95px {
    margin-top: 95px;
  }

  .xl\:mr-95px {
    margin-right: 95px;
  }

  .xl\:mb-95px {
    margin-bottom: 95px;
  }

  .xl\:ml-95px {
    margin-left: 95px;
  }

  .xl\:mt-96px {
    margin-top: 96px;
  }

  .xl\:mr-96px {
    margin-right: 96px;
  }

  .xl\:mb-96px {
    margin-bottom: 96px;
  }

  .xl\:ml-96px {
    margin-left: 96px;
  }

  .xl\:mt-97px {
    margin-top: 97px;
  }

  .xl\:mr-97px {
    margin-right: 97px;
  }

  .xl\:mb-97px {
    margin-bottom: 97px;
  }

  .xl\:ml-97px {
    margin-left: 97px;
  }

  .xl\:mt-98px {
    margin-top: 98px;
  }

  .xl\:mr-98px {
    margin-right: 98px;
  }

  .xl\:mb-98px {
    margin-bottom: 98px;
  }

  .xl\:ml-98px {
    margin-left: 98px;
  }

  .xl\:mt-99px {
    margin-top: 99px;
  }

  .xl\:mr-99px {
    margin-right: 99px;
  }

  .xl\:mb-99px {
    margin-bottom: 99px;
  }

  .xl\:ml-99px {
    margin-left: 99px;
  }

  .xl\:mt-100px {
    margin-top: 100px;
  }

  .xl\:mr-100px {
    margin-right: 100px;
  }

  .xl\:mb-100px {
    margin-bottom: 100px;
  }

  .xl\:ml-100px {
    margin-left: 100px;
  }

  .xl\:mt-101px {
    margin-top: 101px;
  }

  .xl\:mr-101px {
    margin-right: 101px;
  }

  .xl\:mb-101px {
    margin-bottom: 101px;
  }

  .xl\:ml-101px {
    margin-left: 101px;
  }

  .xl\:mt-102px {
    margin-top: 102px;
  }

  .xl\:mr-102px {
    margin-right: 102px;
  }

  .xl\:mb-102px {
    margin-bottom: 102px;
  }

  .xl\:ml-102px {
    margin-left: 102px;
  }

  .xl\:mt-103px {
    margin-top: 103px;
  }

  .xl\:mr-103px {
    margin-right: 103px;
  }

  .xl\:mb-103px {
    margin-bottom: 103px;
  }

  .xl\:ml-103px {
    margin-left: 103px;
  }

  .xl\:mt-104px {
    margin-top: 104px;
  }

  .xl\:mr-104px {
    margin-right: 104px;
  }

  .xl\:mb-104px {
    margin-bottom: 104px;
  }

  .xl\:ml-104px {
    margin-left: 104px;
  }

  .xl\:mt-105px {
    margin-top: 105px;
  }

  .xl\:mr-105px {
    margin-right: 105px;
  }

  .xl\:mb-105px {
    margin-bottom: 105px;
  }

  .xl\:ml-105px {
    margin-left: 105px;
  }

  .xl\:mt-106px {
    margin-top: 106px;
  }

  .xl\:mr-106px {
    margin-right: 106px;
  }

  .xl\:mb-106px {
    margin-bottom: 106px;
  }

  .xl\:ml-106px {
    margin-left: 106px;
  }

  .xl\:mt-107px {
    margin-top: 107px;
  }

  .xl\:mr-107px {
    margin-right: 107px;
  }

  .xl\:mb-107px {
    margin-bottom: 107px;
  }

  .xl\:ml-107px {
    margin-left: 107px;
  }

  .xl\:mt-108px {
    margin-top: 108px;
  }

  .xl\:mr-108px {
    margin-right: 108px;
  }

  .xl\:mb-108px {
    margin-bottom: 108px;
  }

  .xl\:ml-108px {
    margin-left: 108px;
  }

  .xl\:mt-109px {
    margin-top: 109px;
  }

  .xl\:mr-109px {
    margin-right: 109px;
  }

  .xl\:mb-109px {
    margin-bottom: 109px;
  }

  .xl\:ml-109px {
    margin-left: 109px;
  }

  .xl\:mt-110px {
    margin-top: 110px;
  }

  .xl\:mr-110px {
    margin-right: 110px;
  }

  .xl\:mb-110px {
    margin-bottom: 110px;
  }

  .xl\:ml-110px {
    margin-left: 110px;
  }

  .xl\:mt-111px {
    margin-top: 111px;
  }

  .xl\:mr-111px {
    margin-right: 111px;
  }

  .xl\:mb-111px {
    margin-bottom: 111px;
  }

  .xl\:ml-111px {
    margin-left: 111px;
  }

  .xl\:mt-112px {
    margin-top: 112px;
  }

  .xl\:mr-112px {
    margin-right: 112px;
  }

  .xl\:mb-112px {
    margin-bottom: 112px;
  }

  .xl\:ml-112px {
    margin-left: 112px;
  }

  .xl\:mt-113px {
    margin-top: 113px;
  }

  .xl\:mr-113px {
    margin-right: 113px;
  }

  .xl\:mb-113px {
    margin-bottom: 113px;
  }

  .xl\:ml-113px {
    margin-left: 113px;
  }

  .xl\:mt-114px {
    margin-top: 114px;
  }

  .xl\:mr-114px {
    margin-right: 114px;
  }

  .xl\:mb-114px {
    margin-bottom: 114px;
  }

  .xl\:ml-114px {
    margin-left: 114px;
  }

  .xl\:mt-115px {
    margin-top: 115px;
  }

  .xl\:mr-115px {
    margin-right: 115px;
  }

  .xl\:mb-115px {
    margin-bottom: 115px;
  }

  .xl\:ml-115px {
    margin-left: 115px;
  }

  .xl\:mt-116px {
    margin-top: 116px;
  }

  .xl\:mr-116px {
    margin-right: 116px;
  }

  .xl\:mb-116px {
    margin-bottom: 116px;
  }

  .xl\:ml-116px {
    margin-left: 116px;
  }

  .xl\:mt-117px {
    margin-top: 117px;
  }

  .xl\:mr-117px {
    margin-right: 117px;
  }

  .xl\:mb-117px {
    margin-bottom: 117px;
  }

  .xl\:ml-117px {
    margin-left: 117px;
  }

  .xl\:mt-118px {
    margin-top: 118px;
  }

  .xl\:mr-118px {
    margin-right: 118px;
  }

  .xl\:mb-118px {
    margin-bottom: 118px;
  }

  .xl\:ml-118px {
    margin-left: 118px;
  }

  .xl\:mt-119px {
    margin-top: 119px;
  }

  .xl\:mr-119px {
    margin-right: 119px;
  }

  .xl\:mb-119px {
    margin-bottom: 119px;
  }

  .xl\:ml-119px {
    margin-left: 119px;
  }

  .xl\:mt-120px {
    margin-top: 120px;
  }

  .xl\:mr-120px {
    margin-right: 120px;
  }

  .xl\:mb-120px {
    margin-bottom: 120px;
  }

  .xl\:ml-120px {
    margin-left: 120px;
  }

  .xl\:mt-121px {
    margin-top: 121px;
  }

  .xl\:mr-121px {
    margin-right: 121px;
  }

  .xl\:mb-121px {
    margin-bottom: 121px;
  }

  .xl\:ml-121px {
    margin-left: 121px;
  }

  .xl\:mt-122px {
    margin-top: 122px;
  }

  .xl\:mr-122px {
    margin-right: 122px;
  }

  .xl\:mb-122px {
    margin-bottom: 122px;
  }

  .xl\:ml-122px {
    margin-left: 122px;
  }

  .xl\:mt-123px {
    margin-top: 123px;
  }

  .xl\:mr-123px {
    margin-right: 123px;
  }

  .xl\:mb-123px {
    margin-bottom: 123px;
  }

  .xl\:ml-123px {
    margin-left: 123px;
  }

  .xl\:mt-124px {
    margin-top: 124px;
  }

  .xl\:mr-124px {
    margin-right: 124px;
  }

  .xl\:mb-124px {
    margin-bottom: 124px;
  }

  .xl\:ml-124px {
    margin-left: 124px;
  }

  .xl\:mt-125px {
    margin-top: 125px;
  }

  .xl\:mr-125px {
    margin-right: 125px;
  }

  .xl\:mb-125px {
    margin-bottom: 125px;
  }

  .xl\:ml-125px {
    margin-left: 125px;
  }

  .xl\:mt-126px {
    margin-top: 126px;
  }

  .xl\:mr-126px {
    margin-right: 126px;
  }

  .xl\:mb-126px {
    margin-bottom: 126px;
  }

  .xl\:ml-126px {
    margin-left: 126px;
  }

  .xl\:mt-127px {
    margin-top: 127px;
  }

  .xl\:mr-127px {
    margin-right: 127px;
  }

  .xl\:mb-127px {
    margin-bottom: 127px;
  }

  .xl\:ml-127px {
    margin-left: 127px;
  }

  .xl\:mt-128px {
    margin-top: 128px;
  }

  .xl\:mr-128px {
    margin-right: 128px;
  }

  .xl\:mb-128px {
    margin-bottom: 128px;
  }

  .xl\:ml-128px {
    margin-left: 128px;
  }

  .xl\:mt-129px {
    margin-top: 129px;
  }

  .xl\:mr-129px {
    margin-right: 129px;
  }

  .xl\:mb-129px {
    margin-bottom: 129px;
  }

  .xl\:ml-129px {
    margin-left: 129px;
  }

  .xl\:mt-130px {
    margin-top: 130px;
  }

  .xl\:mr-130px {
    margin-right: 130px;
  }

  .xl\:mb-130px {
    margin-bottom: 130px;
  }

  .xl\:ml-130px {
    margin-left: 130px;
  }

  .xl\:mt-133px {
    margin-top: 133px;
  }

  .xl\:mr-133px {
    margin-right: 133px;
  }

  .xl\:mb-133px {
    margin-bottom: 133px;
  }

  .xl\:ml-133px {
    margin-left: 133px;
  }

  .xl\:mt-140px {
    margin-top: 140px;
  }

  .xl\:mr-140px {
    margin-right: 140px;
  }

  .xl\:mb-140px {
    margin-bottom: 140px;
  }

  .xl\:ml-140px {
    margin-left: 140px;
  }

  .xl\:mt-195px {
    margin-top: 195px;
  }

  .xl\:mr-195px {
    margin-right: 195px;
  }

  .xl\:mb-195px {
    margin-bottom: 195px;
  }

  .xl\:ml-195px {
    margin-left: 195px;
  }

  .xl\:mt-200px {
    margin-top: 200px;
  }

  .xl\:mr-200px {
    margin-right: 200px;
  }

  .xl\:mb-200px {
    margin-bottom: 200px;
  }

  .xl\:ml-200px {
    margin-left: 200px;
  }

  .xl\:mt-210px {
    margin-top: 210px;
  }

  .xl\:mr-210px {
    margin-right: 210px;
  }

  .xl\:mb-210px {
    margin-bottom: 210px;
  }

  .xl\:ml-210px {
    margin-left: 210px;
  }

  .xl\:mt-222px {
    margin-top: 222px;
  }

  .xl\:mr-222px {
    margin-right: 222px;
  }

  .xl\:mb-222px {
    margin-bottom: 222px;
  }

  .xl\:ml-222px {
    margin-left: 222px;
  }

  .xl\:mt-258px {
    margin-top: 258px;
  }

  .xl\:mr-258px {
    margin-right: 258px;
  }

  .xl\:mb-258px {
    margin-bottom: 258px;
  }

  .xl\:ml-258px {
    margin-left: 258px;
  }

  .xl\:mt-280px {
    margin-top: 280px;
  }

  .xl\:mr-280px {
    margin-right: 280px;
  }

  .xl\:mb-280px {
    margin-bottom: 280px;
  }

  .xl\:ml-280px {
    margin-left: 280px;
  }

  .xl\:mt-334px {
    margin-top: 334px;
  }

  .xl\:mr-334px {
    margin-right: 334px;
  }

  .xl\:mb-334px {
    margin-bottom: 334px;
  }

  .xl\:ml-334px {
    margin-left: 334px;
  }

  .xl\:mt-388px {
    margin-top: 388px;
  }

  .xl\:mr-388px {
    margin-right: 388px;
  }

  .xl\:mb-388px {
    margin-bottom: 388px;
  }

  .xl\:ml-388px {
    margin-left: 388px;
  }

  .xl\:mt-480px {
    margin-top: 480px;
  }

  .xl\:mr-480px {
    margin-right: 480px;
  }

  .xl\:mb-480px {
    margin-bottom: 480px;
  }

  .xl\:ml-480px {
    margin-left: 480px;
  }

  .xl\:mt-490px {
    margin-top: 490px;
  }

  .xl\:mr-490px {
    margin-right: 490px;
  }

  .xl\:mb-490px {
    margin-bottom: 490px;
  }

  .xl\:ml-490px {
    margin-left: 490px;
  }

  .xl\:mt-505px {
    margin-top: 505px;
  }

  .xl\:mr-505px {
    margin-right: 505px;
  }

  .xl\:mb-505px {
    margin-bottom: 505px;
  }

  .xl\:ml-505px {
    margin-left: 505px;
  }

  .xl\:mt-507px {
    margin-top: 507px;
  }

  .xl\:mr-507px {
    margin-right: 507px;
  }

  .xl\:mb-507px {
    margin-bottom: 507px;
  }

  .xl\:ml-507px {
    margin-left: 507px;
  }

  .xl\:mt-760px {
    margin-top: 760px;
  }

  .xl\:mr-760px {
    margin-right: 760px;
  }

  .xl\:mb-760px {
    margin-bottom: 760px;
  }

  .xl\:ml-760px {
    margin-left: 760px;
  }

  .xl\:mt-780px {
    margin-top: 780px;
  }

  .xl\:mr-780px {
    margin-right: 780px;
  }

  .xl\:mb-780px {
    margin-bottom: 780px;
  }

  .xl\:ml-780px {
    margin-left: 780px;
  }

  .xl\:mt-980px {
    margin-top: 980px;
  }

  .xl\:mr-980px {
    margin-right: 980px;
  }

  .xl\:mb-980px {
    margin-bottom: 980px;
  }

  .xl\:ml-980px {
    margin-left: 980px;
  }

  .xl\:mt-1366px {
    margin-top: 1366px;
  }

  .xl\:mr-1366px {
    margin-right: 1366px;
  }

  .xl\:mb-1366px {
    margin-bottom: 1366px;
  }

  .xl\:ml-1366px {
    margin-left: 1366px;
  }

  .xl\:-mt-0 {
    margin-top: 0px;
  }

  .xl\:-mr-0 {
    margin-right: 0px;
  }

  .xl\:-mb-0 {
    margin-bottom: 0px;
  }

  .xl\:-ml-0 {
    margin-left: 0px;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-mt-28 {
    margin-top: -7rem;
  }

  .xl\:-mr-28 {
    margin-right: -7rem;
  }

  .xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xl\:-ml-28 {
    margin-left: -7rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-mt-36 {
    margin-top: -9rem;
  }

  .xl\:-mr-36 {
    margin-right: -9rem;
  }

  .xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xl\:-ml-36 {
    margin-left: -9rem;
  }

  .xl\:-mt-40 {
    margin-top: -10rem;
  }

  .xl\:-mr-40 {
    margin-right: -10rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:-ml-40 {
    margin-left: -10rem;
  }

  .xl\:-mt-44 {
    margin-top: -11rem;
  }

  .xl\:-mr-44 {
    margin-right: -11rem;
  }

  .xl\:-mb-44 {
    margin-bottom: -11rem;
  }

  .xl\:-ml-44 {
    margin-left: -11rem;
  }

  .xl\:-mt-48 {
    margin-top: -12rem;
  }

  .xl\:-mr-48 {
    margin-right: -12rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xl\:-ml-48 {
    margin-left: -12rem;
  }

  .xl\:-mt-52 {
    margin-top: -13rem;
  }

  .xl\:-mr-52 {
    margin-right: -13rem;
  }

  .xl\:-mb-52 {
    margin-bottom: -13rem;
  }

  .xl\:-ml-52 {
    margin-left: -13rem;
  }

  .xl\:-mt-56 {
    margin-top: -14rem;
  }

  .xl\:-mr-56 {
    margin-right: -14rem;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xl\:-ml-56 {
    margin-left: -14rem;
  }

  .xl\:-mt-60 {
    margin-top: -15rem;
  }

  .xl\:-mr-60 {
    margin-right: -15rem;
  }

  .xl\:-mb-60 {
    margin-bottom: -15rem;
  }

  .xl\:-ml-60 {
    margin-left: -15rem;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:-mr-64 {
    margin-right: -16rem;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:-ml-64 {
    margin-left: -16rem;
  }

  .xl\:-mt-72 {
    margin-top: -18rem;
  }

  .xl\:-mr-72 {
    margin-right: -18rem;
  }

  .xl\:-mb-72 {
    margin-bottom: -18rem;
  }

  .xl\:-ml-72 {
    margin-left: -18rem;
  }

  .xl\:-mt-80 {
    margin-top: -20rem;
  }

  .xl\:-mr-80 {
    margin-right: -20rem;
  }

  .xl\:-mb-80 {
    margin-bottom: -20rem;
  }

  .xl\:-ml-80 {
    margin-left: -20rem;
  }

  .xl\:-mt-96 {
    margin-top: -24rem;
  }

  .xl\:-mr-96 {
    margin-right: -24rem;
  }

  .xl\:-mb-96 {
    margin-bottom: -24rem;
  }

  .xl\:-ml-96 {
    margin-left: -24rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .xl\:-mt-1px {
    margin-top: -1px;
  }

  .xl\:-mr-1px {
    margin-right: -1px;
  }

  .xl\:-mb-1px {
    margin-bottom: -1px;
  }

  .xl\:-ml-1px {
    margin-left: -1px;
  }

  .xl\:-mt-2px {
    margin-top: -2px;
  }

  .xl\:-mr-2px {
    margin-right: -2px;
  }

  .xl\:-mb-2px {
    margin-bottom: -2px;
  }

  .xl\:-ml-2px {
    margin-left: -2px;
  }

  .xl\:-mt-3px {
    margin-top: -3px;
  }

  .xl\:-mr-3px {
    margin-right: -3px;
  }

  .xl\:-mb-3px {
    margin-bottom: -3px;
  }

  .xl\:-ml-3px {
    margin-left: -3px;
  }

  .xl\:-mt-4px {
    margin-top: -4px;
  }

  .xl\:-mr-4px {
    margin-right: -4px;
  }

  .xl\:-mb-4px {
    margin-bottom: -4px;
  }

  .xl\:-ml-4px {
    margin-left: -4px;
  }

  .xl\:-mt-5px {
    margin-top: -5px;
  }

  .xl\:-mr-5px {
    margin-right: -5px;
  }

  .xl\:-mb-5px {
    margin-bottom: -5px;
  }

  .xl\:-ml-5px {
    margin-left: -5px;
  }

  .xl\:-mt-6px {
    margin-top: -6px;
  }

  .xl\:-mr-6px {
    margin-right: -6px;
  }

  .xl\:-mb-6px {
    margin-bottom: -6px;
  }

  .xl\:-ml-6px {
    margin-left: -6px;
  }

  .xl\:-mt-7px {
    margin-top: -7px;
  }

  .xl\:-mr-7px {
    margin-right: -7px;
  }

  .xl\:-mb-7px {
    margin-bottom: -7px;
  }

  .xl\:-ml-7px {
    margin-left: -7px;
  }

  .xl\:-mt-8px {
    margin-top: -8px;
  }

  .xl\:-mr-8px {
    margin-right: -8px;
  }

  .xl\:-mb-8px {
    margin-bottom: -8px;
  }

  .xl\:-ml-8px {
    margin-left: -8px;
  }

  .xl\:-mt-9px {
    margin-top: -9px;
  }

  .xl\:-mr-9px {
    margin-right: -9px;
  }

  .xl\:-mb-9px {
    margin-bottom: -9px;
  }

  .xl\:-ml-9px {
    margin-left: -9px;
  }

  .xl\:-mt-10px {
    margin-top: -10px;
  }

  .xl\:-mr-10px {
    margin-right: -10px;
  }

  .xl\:-mb-10px {
    margin-bottom: -10px;
  }

  .xl\:-ml-10px {
    margin-left: -10px;
  }

  .xl\:-mt-11px {
    margin-top: -11px;
  }

  .xl\:-mr-11px {
    margin-right: -11px;
  }

  .xl\:-mb-11px {
    margin-bottom: -11px;
  }

  .xl\:-ml-11px {
    margin-left: -11px;
  }

  .xl\:-mt-12px {
    margin-top: -12px;
  }

  .xl\:-mr-12px {
    margin-right: -12px;
  }

  .xl\:-mb-12px {
    margin-bottom: -12px;
  }

  .xl\:-ml-12px {
    margin-left: -12px;
  }

  .xl\:-mt-13px {
    margin-top: -13px;
  }

  .xl\:-mr-13px {
    margin-right: -13px;
  }

  .xl\:-mb-13px {
    margin-bottom: -13px;
  }

  .xl\:-ml-13px {
    margin-left: -13px;
  }

  .xl\:-mt-14px {
    margin-top: -14px;
  }

  .xl\:-mr-14px {
    margin-right: -14px;
  }

  .xl\:-mb-14px {
    margin-bottom: -14px;
  }

  .xl\:-ml-14px {
    margin-left: -14px;
  }

  .xl\:-mt-15px {
    margin-top: -15px;
  }

  .xl\:-mr-15px {
    margin-right: -15px;
  }

  .xl\:-mb-15px {
    margin-bottom: -15px;
  }

  .xl\:-ml-15px {
    margin-left: -15px;
  }

  .xl\:-mt-16px {
    margin-top: -16px;
  }

  .xl\:-mr-16px {
    margin-right: -16px;
  }

  .xl\:-mb-16px {
    margin-bottom: -16px;
  }

  .xl\:-ml-16px {
    margin-left: -16px;
  }

  .xl\:-mt-17px {
    margin-top: -17px;
  }

  .xl\:-mr-17px {
    margin-right: -17px;
  }

  .xl\:-mb-17px {
    margin-bottom: -17px;
  }

  .xl\:-ml-17px {
    margin-left: -17px;
  }

  .xl\:-mt-18px {
    margin-top: -18px;
  }

  .xl\:-mr-18px {
    margin-right: -18px;
  }

  .xl\:-mb-18px {
    margin-bottom: -18px;
  }

  .xl\:-ml-18px {
    margin-left: -18px;
  }

  .xl\:-mt-19px {
    margin-top: -19px;
  }

  .xl\:-mr-19px {
    margin-right: -19px;
  }

  .xl\:-mb-19px {
    margin-bottom: -19px;
  }

  .xl\:-ml-19px {
    margin-left: -19px;
  }

  .xl\:-mt-20px {
    margin-top: -20px;
  }

  .xl\:-mr-20px {
    margin-right: -20px;
  }

  .xl\:-mb-20px {
    margin-bottom: -20px;
  }

  .xl\:-ml-20px {
    margin-left: -20px;
  }

  .xl\:-mt-21px {
    margin-top: -21px;
  }

  .xl\:-mr-21px {
    margin-right: -21px;
  }

  .xl\:-mb-21px {
    margin-bottom: -21px;
  }

  .xl\:-ml-21px {
    margin-left: -21px;
  }

  .xl\:-mt-22px {
    margin-top: -22px;
  }

  .xl\:-mr-22px {
    margin-right: -22px;
  }

  .xl\:-mb-22px {
    margin-bottom: -22px;
  }

  .xl\:-ml-22px {
    margin-left: -22px;
  }

  .xl\:-mt-23px {
    margin-top: -23px;
  }

  .xl\:-mr-23px {
    margin-right: -23px;
  }

  .xl\:-mb-23px {
    margin-bottom: -23px;
  }

  .xl\:-ml-23px {
    margin-left: -23px;
  }

  .xl\:-mt-24px {
    margin-top: -24px;
  }

  .xl\:-mr-24px {
    margin-right: -24px;
  }

  .xl\:-mb-24px {
    margin-bottom: -24px;
  }

  .xl\:-ml-24px {
    margin-left: -24px;
  }

  .xl\:-mt-25px {
    margin-top: -25px;
  }

  .xl\:-mr-25px {
    margin-right: -25px;
  }

  .xl\:-mb-25px {
    margin-bottom: -25px;
  }

  .xl\:-ml-25px {
    margin-left: -25px;
  }

  .xl\:-mt-26px {
    margin-top: -26px;
  }

  .xl\:-mr-26px {
    margin-right: -26px;
  }

  .xl\:-mb-26px {
    margin-bottom: -26px;
  }

  .xl\:-ml-26px {
    margin-left: -26px;
  }

  .xl\:-mt-27px {
    margin-top: -27px;
  }

  .xl\:-mr-27px {
    margin-right: -27px;
  }

  .xl\:-mb-27px {
    margin-bottom: -27px;
  }

  .xl\:-ml-27px {
    margin-left: -27px;
  }

  .xl\:-mt-28px {
    margin-top: -28px;
  }

  .xl\:-mr-28px {
    margin-right: -28px;
  }

  .xl\:-mb-28px {
    margin-bottom: -28px;
  }

  .xl\:-ml-28px {
    margin-left: -28px;
  }

  .xl\:-mt-29px {
    margin-top: -29px;
  }

  .xl\:-mr-29px {
    margin-right: -29px;
  }

  .xl\:-mb-29px {
    margin-bottom: -29px;
  }

  .xl\:-ml-29px {
    margin-left: -29px;
  }

  .xl\:-mt-30px {
    margin-top: -30px;
  }

  .xl\:-mr-30px {
    margin-right: -30px;
  }

  .xl\:-mb-30px {
    margin-bottom: -30px;
  }

  .xl\:-ml-30px {
    margin-left: -30px;
  }

  .xl\:-mt-31px {
    margin-top: -31px;
  }

  .xl\:-mr-31px {
    margin-right: -31px;
  }

  .xl\:-mb-31px {
    margin-bottom: -31px;
  }

  .xl\:-ml-31px {
    margin-left: -31px;
  }

  .xl\:-mt-32px {
    margin-top: -32px;
  }

  .xl\:-mr-32px {
    margin-right: -32px;
  }

  .xl\:-mb-32px {
    margin-bottom: -32px;
  }

  .xl\:-ml-32px {
    margin-left: -32px;
  }

  .xl\:-mt-33px {
    margin-top: -33px;
  }

  .xl\:-mr-33px {
    margin-right: -33px;
  }

  .xl\:-mb-33px {
    margin-bottom: -33px;
  }

  .xl\:-ml-33px {
    margin-left: -33px;
  }

  .xl\:-mt-34px {
    margin-top: -34px;
  }

  .xl\:-mr-34px {
    margin-right: -34px;
  }

  .xl\:-mb-34px {
    margin-bottom: -34px;
  }

  .xl\:-ml-34px {
    margin-left: -34px;
  }

  .xl\:-mt-35px {
    margin-top: -35px;
  }

  .xl\:-mr-35px {
    margin-right: -35px;
  }

  .xl\:-mb-35px {
    margin-bottom: -35px;
  }

  .xl\:-ml-35px {
    margin-left: -35px;
  }

  .xl\:-mt-36px {
    margin-top: -36px;
  }

  .xl\:-mr-36px {
    margin-right: -36px;
  }

  .xl\:-mb-36px {
    margin-bottom: -36px;
  }

  .xl\:-ml-36px {
    margin-left: -36px;
  }

  .xl\:-mt-37px {
    margin-top: -37px;
  }

  .xl\:-mr-37px {
    margin-right: -37px;
  }

  .xl\:-mb-37px {
    margin-bottom: -37px;
  }

  .xl\:-ml-37px {
    margin-left: -37px;
  }

  .xl\:-mt-38px {
    margin-top: -38px;
  }

  .xl\:-mr-38px {
    margin-right: -38px;
  }

  .xl\:-mb-38px {
    margin-bottom: -38px;
  }

  .xl\:-ml-38px {
    margin-left: -38px;
  }

  .xl\:-mt-39px {
    margin-top: -39px;
  }

  .xl\:-mr-39px {
    margin-right: -39px;
  }

  .xl\:-mb-39px {
    margin-bottom: -39px;
  }

  .xl\:-ml-39px {
    margin-left: -39px;
  }

  .xl\:-mt-40px {
    margin-top: -40px;
  }

  .xl\:-mr-40px {
    margin-right: -40px;
  }

  .xl\:-mb-40px {
    margin-bottom: -40px;
  }

  .xl\:-ml-40px {
    margin-left: -40px;
  }

  .xl\:-mt-41px {
    margin-top: -41px;
  }

  .xl\:-mr-41px {
    margin-right: -41px;
  }

  .xl\:-mb-41px {
    margin-bottom: -41px;
  }

  .xl\:-ml-41px {
    margin-left: -41px;
  }

  .xl\:-mt-42px {
    margin-top: -42px;
  }

  .xl\:-mr-42px {
    margin-right: -42px;
  }

  .xl\:-mb-42px {
    margin-bottom: -42px;
  }

  .xl\:-ml-42px {
    margin-left: -42px;
  }

  .xl\:-mt-43px {
    margin-top: -43px;
  }

  .xl\:-mr-43px {
    margin-right: -43px;
  }

  .xl\:-mb-43px {
    margin-bottom: -43px;
  }

  .xl\:-ml-43px {
    margin-left: -43px;
  }

  .xl\:-mt-44px {
    margin-top: -44px;
  }

  .xl\:-mr-44px {
    margin-right: -44px;
  }

  .xl\:-mb-44px {
    margin-bottom: -44px;
  }

  .xl\:-ml-44px {
    margin-left: -44px;
  }

  .xl\:-mt-45px {
    margin-top: -45px;
  }

  .xl\:-mr-45px {
    margin-right: -45px;
  }

  .xl\:-mb-45px {
    margin-bottom: -45px;
  }

  .xl\:-ml-45px {
    margin-left: -45px;
  }

  .xl\:-mt-46px {
    margin-top: -46px;
  }

  .xl\:-mr-46px {
    margin-right: -46px;
  }

  .xl\:-mb-46px {
    margin-bottom: -46px;
  }

  .xl\:-ml-46px {
    margin-left: -46px;
  }

  .xl\:-mt-47px {
    margin-top: -47px;
  }

  .xl\:-mr-47px {
    margin-right: -47px;
  }

  .xl\:-mb-47px {
    margin-bottom: -47px;
  }

  .xl\:-ml-47px {
    margin-left: -47px;
  }

  .xl\:-mt-48px {
    margin-top: -48px;
  }

  .xl\:-mr-48px {
    margin-right: -48px;
  }

  .xl\:-mb-48px {
    margin-bottom: -48px;
  }

  .xl\:-ml-48px {
    margin-left: -48px;
  }

  .xl\:-mt-49px {
    margin-top: -49px;
  }

  .xl\:-mr-49px {
    margin-right: -49px;
  }

  .xl\:-mb-49px {
    margin-bottom: -49px;
  }

  .xl\:-ml-49px {
    margin-left: -49px;
  }

  .xl\:-mt-50px {
    margin-top: -50px;
  }

  .xl\:-mr-50px {
    margin-right: -50px;
  }

  .xl\:-mb-50px {
    margin-bottom: -50px;
  }

  .xl\:-ml-50px {
    margin-left: -50px;
  }

  .xl\:-mt-51px {
    margin-top: -51px;
  }

  .xl\:-mr-51px {
    margin-right: -51px;
  }

  .xl\:-mb-51px {
    margin-bottom: -51px;
  }

  .xl\:-ml-51px {
    margin-left: -51px;
  }

  .xl\:-mt-52px {
    margin-top: -52px;
  }

  .xl\:-mr-52px {
    margin-right: -52px;
  }

  .xl\:-mb-52px {
    margin-bottom: -52px;
  }

  .xl\:-ml-52px {
    margin-left: -52px;
  }

  .xl\:-mt-53px {
    margin-top: -53px;
  }

  .xl\:-mr-53px {
    margin-right: -53px;
  }

  .xl\:-mb-53px {
    margin-bottom: -53px;
  }

  .xl\:-ml-53px {
    margin-left: -53px;
  }

  .xl\:-mt-54px {
    margin-top: -54px;
  }

  .xl\:-mr-54px {
    margin-right: -54px;
  }

  .xl\:-mb-54px {
    margin-bottom: -54px;
  }

  .xl\:-ml-54px {
    margin-left: -54px;
  }

  .xl\:-mt-55px {
    margin-top: -55px;
  }

  .xl\:-mr-55px {
    margin-right: -55px;
  }

  .xl\:-mb-55px {
    margin-bottom: -55px;
  }

  .xl\:-ml-55px {
    margin-left: -55px;
  }

  .xl\:-mt-56px {
    margin-top: -56px;
  }

  .xl\:-mr-56px {
    margin-right: -56px;
  }

  .xl\:-mb-56px {
    margin-bottom: -56px;
  }

  .xl\:-ml-56px {
    margin-left: -56px;
  }

  .xl\:-mt-57px {
    margin-top: -57px;
  }

  .xl\:-mr-57px {
    margin-right: -57px;
  }

  .xl\:-mb-57px {
    margin-bottom: -57px;
  }

  .xl\:-ml-57px {
    margin-left: -57px;
  }

  .xl\:-mt-58px {
    margin-top: -58px;
  }

  .xl\:-mr-58px {
    margin-right: -58px;
  }

  .xl\:-mb-58px {
    margin-bottom: -58px;
  }

  .xl\:-ml-58px {
    margin-left: -58px;
  }

  .xl\:-mt-59px {
    margin-top: -59px;
  }

  .xl\:-mr-59px {
    margin-right: -59px;
  }

  .xl\:-mb-59px {
    margin-bottom: -59px;
  }

  .xl\:-ml-59px {
    margin-left: -59px;
  }

  .xl\:-mt-60px {
    margin-top: -60px;
  }

  .xl\:-mr-60px {
    margin-right: -60px;
  }

  .xl\:-mb-60px {
    margin-bottom: -60px;
  }

  .xl\:-ml-60px {
    margin-left: -60px;
  }

  .xl\:-mt-61px {
    margin-top: -61px;
  }

  .xl\:-mr-61px {
    margin-right: -61px;
  }

  .xl\:-mb-61px {
    margin-bottom: -61px;
  }

  .xl\:-ml-61px {
    margin-left: -61px;
  }

  .xl\:-mt-62px {
    margin-top: -62px;
  }

  .xl\:-mr-62px {
    margin-right: -62px;
  }

  .xl\:-mb-62px {
    margin-bottom: -62px;
  }

  .xl\:-ml-62px {
    margin-left: -62px;
  }

  .xl\:-mt-63px {
    margin-top: -63px;
  }

  .xl\:-mr-63px {
    margin-right: -63px;
  }

  .xl\:-mb-63px {
    margin-bottom: -63px;
  }

  .xl\:-ml-63px {
    margin-left: -63px;
  }

  .xl\:-mt-64px {
    margin-top: -64px;
  }

  .xl\:-mr-64px {
    margin-right: -64px;
  }

  .xl\:-mb-64px {
    margin-bottom: -64px;
  }

  .xl\:-ml-64px {
    margin-left: -64px;
  }

  .xl\:-mt-65px {
    margin-top: -65px;
  }

  .xl\:-mr-65px {
    margin-right: -65px;
  }

  .xl\:-mb-65px {
    margin-bottom: -65px;
  }

  .xl\:-ml-65px {
    margin-left: -65px;
  }

  .xl\:-mt-66px {
    margin-top: -66px;
  }

  .xl\:-mr-66px {
    margin-right: -66px;
  }

  .xl\:-mb-66px {
    margin-bottom: -66px;
  }

  .xl\:-ml-66px {
    margin-left: -66px;
  }

  .xl\:-mt-67px {
    margin-top: -67px;
  }

  .xl\:-mr-67px {
    margin-right: -67px;
  }

  .xl\:-mb-67px {
    margin-bottom: -67px;
  }

  .xl\:-ml-67px {
    margin-left: -67px;
  }

  .xl\:-mt-68px {
    margin-top: -68px;
  }

  .xl\:-mr-68px {
    margin-right: -68px;
  }

  .xl\:-mb-68px {
    margin-bottom: -68px;
  }

  .xl\:-ml-68px {
    margin-left: -68px;
  }

  .xl\:-mt-69px {
    margin-top: -69px;
  }

  .xl\:-mr-69px {
    margin-right: -69px;
  }

  .xl\:-mb-69px {
    margin-bottom: -69px;
  }

  .xl\:-ml-69px {
    margin-left: -69px;
  }

  .xl\:-mt-70px {
    margin-top: -70px;
  }

  .xl\:-mr-70px {
    margin-right: -70px;
  }

  .xl\:-mb-70px {
    margin-bottom: -70px;
  }

  .xl\:-ml-70px {
    margin-left: -70px;
  }

  .xl\:-mt-71px {
    margin-top: -71px;
  }

  .xl\:-mr-71px {
    margin-right: -71px;
  }

  .xl\:-mb-71px {
    margin-bottom: -71px;
  }

  .xl\:-ml-71px {
    margin-left: -71px;
  }

  .xl\:-mt-72px {
    margin-top: -72px;
  }

  .xl\:-mr-72px {
    margin-right: -72px;
  }

  .xl\:-mb-72px {
    margin-bottom: -72px;
  }

  .xl\:-ml-72px {
    margin-left: -72px;
  }

  .xl\:-mt-73px {
    margin-top: -73px;
  }

  .xl\:-mr-73px {
    margin-right: -73px;
  }

  .xl\:-mb-73px {
    margin-bottom: -73px;
  }

  .xl\:-ml-73px {
    margin-left: -73px;
  }

  .xl\:-mt-74px {
    margin-top: -74px;
  }

  .xl\:-mr-74px {
    margin-right: -74px;
  }

  .xl\:-mb-74px {
    margin-bottom: -74px;
  }

  .xl\:-ml-74px {
    margin-left: -74px;
  }

  .xl\:-mt-75px {
    margin-top: -75px;
  }

  .xl\:-mr-75px {
    margin-right: -75px;
  }

  .xl\:-mb-75px {
    margin-bottom: -75px;
  }

  .xl\:-ml-75px {
    margin-left: -75px;
  }

  .xl\:-mt-76px {
    margin-top: -76px;
  }

  .xl\:-mr-76px {
    margin-right: -76px;
  }

  .xl\:-mb-76px {
    margin-bottom: -76px;
  }

  .xl\:-ml-76px {
    margin-left: -76px;
  }

  .xl\:-mt-77px {
    margin-top: -77px;
  }

  .xl\:-mr-77px {
    margin-right: -77px;
  }

  .xl\:-mb-77px {
    margin-bottom: -77px;
  }

  .xl\:-ml-77px {
    margin-left: -77px;
  }

  .xl\:-mt-78px {
    margin-top: -78px;
  }

  .xl\:-mr-78px {
    margin-right: -78px;
  }

  .xl\:-mb-78px {
    margin-bottom: -78px;
  }

  .xl\:-ml-78px {
    margin-left: -78px;
  }

  .xl\:-mt-79px {
    margin-top: -79px;
  }

  .xl\:-mr-79px {
    margin-right: -79px;
  }

  .xl\:-mb-79px {
    margin-bottom: -79px;
  }

  .xl\:-ml-79px {
    margin-left: -79px;
  }

  .xl\:-mt-80px {
    margin-top: -80px;
  }

  .xl\:-mr-80px {
    margin-right: -80px;
  }

  .xl\:-mb-80px {
    margin-bottom: -80px;
  }

  .xl\:-ml-80px {
    margin-left: -80px;
  }

  .xl\:-mt-81px {
    margin-top: -81px;
  }

  .xl\:-mr-81px {
    margin-right: -81px;
  }

  .xl\:-mb-81px {
    margin-bottom: -81px;
  }

  .xl\:-ml-81px {
    margin-left: -81px;
  }

  .xl\:-mt-82px {
    margin-top: -82px;
  }

  .xl\:-mr-82px {
    margin-right: -82px;
  }

  .xl\:-mb-82px {
    margin-bottom: -82px;
  }

  .xl\:-ml-82px {
    margin-left: -82px;
  }

  .xl\:-mt-83px {
    margin-top: -83px;
  }

  .xl\:-mr-83px {
    margin-right: -83px;
  }

  .xl\:-mb-83px {
    margin-bottom: -83px;
  }

  .xl\:-ml-83px {
    margin-left: -83px;
  }

  .xl\:-mt-84px {
    margin-top: -84px;
  }

  .xl\:-mr-84px {
    margin-right: -84px;
  }

  .xl\:-mb-84px {
    margin-bottom: -84px;
  }

  .xl\:-ml-84px {
    margin-left: -84px;
  }

  .xl\:-mt-85px {
    margin-top: -85px;
  }

  .xl\:-mr-85px {
    margin-right: -85px;
  }

  .xl\:-mb-85px {
    margin-bottom: -85px;
  }

  .xl\:-ml-85px {
    margin-left: -85px;
  }

  .xl\:-mt-86px {
    margin-top: -86px;
  }

  .xl\:-mr-86px {
    margin-right: -86px;
  }

  .xl\:-mb-86px {
    margin-bottom: -86px;
  }

  .xl\:-ml-86px {
    margin-left: -86px;
  }

  .xl\:-mt-87px {
    margin-top: -87px;
  }

  .xl\:-mr-87px {
    margin-right: -87px;
  }

  .xl\:-mb-87px {
    margin-bottom: -87px;
  }

  .xl\:-ml-87px {
    margin-left: -87px;
  }

  .xl\:-mt-88px {
    margin-top: -88px;
  }

  .xl\:-mr-88px {
    margin-right: -88px;
  }

  .xl\:-mb-88px {
    margin-bottom: -88px;
  }

  .xl\:-ml-88px {
    margin-left: -88px;
  }

  .xl\:-mt-89px {
    margin-top: -89px;
  }

  .xl\:-mr-89px {
    margin-right: -89px;
  }

  .xl\:-mb-89px {
    margin-bottom: -89px;
  }

  .xl\:-ml-89px {
    margin-left: -89px;
  }

  .xl\:-mt-90px {
    margin-top: -90px;
  }

  .xl\:-mr-90px {
    margin-right: -90px;
  }

  .xl\:-mb-90px {
    margin-bottom: -90px;
  }

  .xl\:-ml-90px {
    margin-left: -90px;
  }

  .xl\:-mt-91px {
    margin-top: -91px;
  }

  .xl\:-mr-91px {
    margin-right: -91px;
  }

  .xl\:-mb-91px {
    margin-bottom: -91px;
  }

  .xl\:-ml-91px {
    margin-left: -91px;
  }

  .xl\:-mt-92px {
    margin-top: -92px;
  }

  .xl\:-mr-92px {
    margin-right: -92px;
  }

  .xl\:-mb-92px {
    margin-bottom: -92px;
  }

  .xl\:-ml-92px {
    margin-left: -92px;
  }

  .xl\:-mt-93px {
    margin-top: -93px;
  }

  .xl\:-mr-93px {
    margin-right: -93px;
  }

  .xl\:-mb-93px {
    margin-bottom: -93px;
  }

  .xl\:-ml-93px {
    margin-left: -93px;
  }

  .xl\:-mt-94px {
    margin-top: -94px;
  }

  .xl\:-mr-94px {
    margin-right: -94px;
  }

  .xl\:-mb-94px {
    margin-bottom: -94px;
  }

  .xl\:-ml-94px {
    margin-left: -94px;
  }

  .xl\:-mt-95px {
    margin-top: -95px;
  }

  .xl\:-mr-95px {
    margin-right: -95px;
  }

  .xl\:-mb-95px {
    margin-bottom: -95px;
  }

  .xl\:-ml-95px {
    margin-left: -95px;
  }

  .xl\:-mt-96px {
    margin-top: -96px;
  }

  .xl\:-mr-96px {
    margin-right: -96px;
  }

  .xl\:-mb-96px {
    margin-bottom: -96px;
  }

  .xl\:-ml-96px {
    margin-left: -96px;
  }

  .xl\:-mt-97px {
    margin-top: -97px;
  }

  .xl\:-mr-97px {
    margin-right: -97px;
  }

  .xl\:-mb-97px {
    margin-bottom: -97px;
  }

  .xl\:-ml-97px {
    margin-left: -97px;
  }

  .xl\:-mt-98px {
    margin-top: -98px;
  }

  .xl\:-mr-98px {
    margin-right: -98px;
  }

  .xl\:-mb-98px {
    margin-bottom: -98px;
  }

  .xl\:-ml-98px {
    margin-left: -98px;
  }

  .xl\:-mt-99px {
    margin-top: -99px;
  }

  .xl\:-mr-99px {
    margin-right: -99px;
  }

  .xl\:-mb-99px {
    margin-bottom: -99px;
  }

  .xl\:-ml-99px {
    margin-left: -99px;
  }

  .xl\:-mt-100px {
    margin-top: -100px;
  }

  .xl\:-mr-100px {
    margin-right: -100px;
  }

  .xl\:-mb-100px {
    margin-bottom: -100px;
  }

  .xl\:-ml-100px {
    margin-left: -100px;
  }

  .xl\:-mt-101px {
    margin-top: -101px;
  }

  .xl\:-mr-101px {
    margin-right: -101px;
  }

  .xl\:-mb-101px {
    margin-bottom: -101px;
  }

  .xl\:-ml-101px {
    margin-left: -101px;
  }

  .xl\:-mt-102px {
    margin-top: -102px;
  }

  .xl\:-mr-102px {
    margin-right: -102px;
  }

  .xl\:-mb-102px {
    margin-bottom: -102px;
  }

  .xl\:-ml-102px {
    margin-left: -102px;
  }

  .xl\:-mt-103px {
    margin-top: -103px;
  }

  .xl\:-mr-103px {
    margin-right: -103px;
  }

  .xl\:-mb-103px {
    margin-bottom: -103px;
  }

  .xl\:-ml-103px {
    margin-left: -103px;
  }

  .xl\:-mt-104px {
    margin-top: -104px;
  }

  .xl\:-mr-104px {
    margin-right: -104px;
  }

  .xl\:-mb-104px {
    margin-bottom: -104px;
  }

  .xl\:-ml-104px {
    margin-left: -104px;
  }

  .xl\:-mt-105px {
    margin-top: -105px;
  }

  .xl\:-mr-105px {
    margin-right: -105px;
  }

  .xl\:-mb-105px {
    margin-bottom: -105px;
  }

  .xl\:-ml-105px {
    margin-left: -105px;
  }

  .xl\:-mt-106px {
    margin-top: -106px;
  }

  .xl\:-mr-106px {
    margin-right: -106px;
  }

  .xl\:-mb-106px {
    margin-bottom: -106px;
  }

  .xl\:-ml-106px {
    margin-left: -106px;
  }

  .xl\:-mt-107px {
    margin-top: -107px;
  }

  .xl\:-mr-107px {
    margin-right: -107px;
  }

  .xl\:-mb-107px {
    margin-bottom: -107px;
  }

  .xl\:-ml-107px {
    margin-left: -107px;
  }

  .xl\:-mt-108px {
    margin-top: -108px;
  }

  .xl\:-mr-108px {
    margin-right: -108px;
  }

  .xl\:-mb-108px {
    margin-bottom: -108px;
  }

  .xl\:-ml-108px {
    margin-left: -108px;
  }

  .xl\:-mt-109px {
    margin-top: -109px;
  }

  .xl\:-mr-109px {
    margin-right: -109px;
  }

  .xl\:-mb-109px {
    margin-bottom: -109px;
  }

  .xl\:-ml-109px {
    margin-left: -109px;
  }

  .xl\:-mt-110px {
    margin-top: -110px;
  }

  .xl\:-mr-110px {
    margin-right: -110px;
  }

  .xl\:-mb-110px {
    margin-bottom: -110px;
  }

  .xl\:-ml-110px {
    margin-left: -110px;
  }

  .xl\:-mt-111px {
    margin-top: -111px;
  }

  .xl\:-mr-111px {
    margin-right: -111px;
  }

  .xl\:-mb-111px {
    margin-bottom: -111px;
  }

  .xl\:-ml-111px {
    margin-left: -111px;
  }

  .xl\:-mt-112px {
    margin-top: -112px;
  }

  .xl\:-mr-112px {
    margin-right: -112px;
  }

  .xl\:-mb-112px {
    margin-bottom: -112px;
  }

  .xl\:-ml-112px {
    margin-left: -112px;
  }

  .xl\:-mt-113px {
    margin-top: -113px;
  }

  .xl\:-mr-113px {
    margin-right: -113px;
  }

  .xl\:-mb-113px {
    margin-bottom: -113px;
  }

  .xl\:-ml-113px {
    margin-left: -113px;
  }

  .xl\:-mt-114px {
    margin-top: -114px;
  }

  .xl\:-mr-114px {
    margin-right: -114px;
  }

  .xl\:-mb-114px {
    margin-bottom: -114px;
  }

  .xl\:-ml-114px {
    margin-left: -114px;
  }

  .xl\:-mt-115px {
    margin-top: -115px;
  }

  .xl\:-mr-115px {
    margin-right: -115px;
  }

  .xl\:-mb-115px {
    margin-bottom: -115px;
  }

  .xl\:-ml-115px {
    margin-left: -115px;
  }

  .xl\:-mt-116px {
    margin-top: -116px;
  }

  .xl\:-mr-116px {
    margin-right: -116px;
  }

  .xl\:-mb-116px {
    margin-bottom: -116px;
  }

  .xl\:-ml-116px {
    margin-left: -116px;
  }

  .xl\:-mt-117px {
    margin-top: -117px;
  }

  .xl\:-mr-117px {
    margin-right: -117px;
  }

  .xl\:-mb-117px {
    margin-bottom: -117px;
  }

  .xl\:-ml-117px {
    margin-left: -117px;
  }

  .xl\:-mt-118px {
    margin-top: -118px;
  }

  .xl\:-mr-118px {
    margin-right: -118px;
  }

  .xl\:-mb-118px {
    margin-bottom: -118px;
  }

  .xl\:-ml-118px {
    margin-left: -118px;
  }

  .xl\:-mt-119px {
    margin-top: -119px;
  }

  .xl\:-mr-119px {
    margin-right: -119px;
  }

  .xl\:-mb-119px {
    margin-bottom: -119px;
  }

  .xl\:-ml-119px {
    margin-left: -119px;
  }

  .xl\:-mt-120px {
    margin-top: -120px;
  }

  .xl\:-mr-120px {
    margin-right: -120px;
  }

  .xl\:-mb-120px {
    margin-bottom: -120px;
  }

  .xl\:-ml-120px {
    margin-left: -120px;
  }

  .xl\:-mt-121px {
    margin-top: -121px;
  }

  .xl\:-mr-121px {
    margin-right: -121px;
  }

  .xl\:-mb-121px {
    margin-bottom: -121px;
  }

  .xl\:-ml-121px {
    margin-left: -121px;
  }

  .xl\:-mt-122px {
    margin-top: -122px;
  }

  .xl\:-mr-122px {
    margin-right: -122px;
  }

  .xl\:-mb-122px {
    margin-bottom: -122px;
  }

  .xl\:-ml-122px {
    margin-left: -122px;
  }

  .xl\:-mt-123px {
    margin-top: -123px;
  }

  .xl\:-mr-123px {
    margin-right: -123px;
  }

  .xl\:-mb-123px {
    margin-bottom: -123px;
  }

  .xl\:-ml-123px {
    margin-left: -123px;
  }

  .xl\:-mt-124px {
    margin-top: -124px;
  }

  .xl\:-mr-124px {
    margin-right: -124px;
  }

  .xl\:-mb-124px {
    margin-bottom: -124px;
  }

  .xl\:-ml-124px {
    margin-left: -124px;
  }

  .xl\:-mt-125px {
    margin-top: -125px;
  }

  .xl\:-mr-125px {
    margin-right: -125px;
  }

  .xl\:-mb-125px {
    margin-bottom: -125px;
  }

  .xl\:-ml-125px {
    margin-left: -125px;
  }

  .xl\:-mt-126px {
    margin-top: -126px;
  }

  .xl\:-mr-126px {
    margin-right: -126px;
  }

  .xl\:-mb-126px {
    margin-bottom: -126px;
  }

  .xl\:-ml-126px {
    margin-left: -126px;
  }

  .xl\:-mt-127px {
    margin-top: -127px;
  }

  .xl\:-mr-127px {
    margin-right: -127px;
  }

  .xl\:-mb-127px {
    margin-bottom: -127px;
  }

  .xl\:-ml-127px {
    margin-left: -127px;
  }

  .xl\:-mt-128px {
    margin-top: -128px;
  }

  .xl\:-mr-128px {
    margin-right: -128px;
  }

  .xl\:-mb-128px {
    margin-bottom: -128px;
  }

  .xl\:-ml-128px {
    margin-left: -128px;
  }

  .xl\:-mt-129px {
    margin-top: -129px;
  }

  .xl\:-mr-129px {
    margin-right: -129px;
  }

  .xl\:-mb-129px {
    margin-bottom: -129px;
  }

  .xl\:-ml-129px {
    margin-left: -129px;
  }

  .xl\:-mt-130px {
    margin-top: -130px;
  }

  .xl\:-mr-130px {
    margin-right: -130px;
  }

  .xl\:-mb-130px {
    margin-bottom: -130px;
  }

  .xl\:-ml-130px {
    margin-left: -130px;
  }

  .xl\:-mt-133px {
    margin-top: -133px;
  }

  .xl\:-mr-133px {
    margin-right: -133px;
  }

  .xl\:-mb-133px {
    margin-bottom: -133px;
  }

  .xl\:-ml-133px {
    margin-left: -133px;
  }

  .xl\:-mt-140px {
    margin-top: -140px;
  }

  .xl\:-mr-140px {
    margin-right: -140px;
  }

  .xl\:-mb-140px {
    margin-bottom: -140px;
  }

  .xl\:-ml-140px {
    margin-left: -140px;
  }

  .xl\:-mt-195px {
    margin-top: -195px;
  }

  .xl\:-mr-195px {
    margin-right: -195px;
  }

  .xl\:-mb-195px {
    margin-bottom: -195px;
  }

  .xl\:-ml-195px {
    margin-left: -195px;
  }

  .xl\:-mt-200px {
    margin-top: -200px;
  }

  .xl\:-mr-200px {
    margin-right: -200px;
  }

  .xl\:-mb-200px {
    margin-bottom: -200px;
  }

  .xl\:-ml-200px {
    margin-left: -200px;
  }

  .xl\:-mt-210px {
    margin-top: -210px;
  }

  .xl\:-mr-210px {
    margin-right: -210px;
  }

  .xl\:-mb-210px {
    margin-bottom: -210px;
  }

  .xl\:-ml-210px {
    margin-left: -210px;
  }

  .xl\:-mt-222px {
    margin-top: -222px;
  }

  .xl\:-mr-222px {
    margin-right: -222px;
  }

  .xl\:-mb-222px {
    margin-bottom: -222px;
  }

  .xl\:-ml-222px {
    margin-left: -222px;
  }

  .xl\:-mt-258px {
    margin-top: -258px;
  }

  .xl\:-mr-258px {
    margin-right: -258px;
  }

  .xl\:-mb-258px {
    margin-bottom: -258px;
  }

  .xl\:-ml-258px {
    margin-left: -258px;
  }

  .xl\:-mt-280px {
    margin-top: -280px;
  }

  .xl\:-mr-280px {
    margin-right: -280px;
  }

  .xl\:-mb-280px {
    margin-bottom: -280px;
  }

  .xl\:-ml-280px {
    margin-left: -280px;
  }

  .xl\:-mt-334px {
    margin-top: -334px;
  }

  .xl\:-mr-334px {
    margin-right: -334px;
  }

  .xl\:-mb-334px {
    margin-bottom: -334px;
  }

  .xl\:-ml-334px {
    margin-left: -334px;
  }

  .xl\:-mt-388px {
    margin-top: -388px;
  }

  .xl\:-mr-388px {
    margin-right: -388px;
  }

  .xl\:-mb-388px {
    margin-bottom: -388px;
  }

  .xl\:-ml-388px {
    margin-left: -388px;
  }

  .xl\:-mt-480px {
    margin-top: -480px;
  }

  .xl\:-mr-480px {
    margin-right: -480px;
  }

  .xl\:-mb-480px {
    margin-bottom: -480px;
  }

  .xl\:-ml-480px {
    margin-left: -480px;
  }

  .xl\:-mt-490px {
    margin-top: -490px;
  }

  .xl\:-mr-490px {
    margin-right: -490px;
  }

  .xl\:-mb-490px {
    margin-bottom: -490px;
  }

  .xl\:-ml-490px {
    margin-left: -490px;
  }

  .xl\:-mt-505px {
    margin-top: -505px;
  }

  .xl\:-mr-505px {
    margin-right: -505px;
  }

  .xl\:-mb-505px {
    margin-bottom: -505px;
  }

  .xl\:-ml-505px {
    margin-left: -505px;
  }

  .xl\:-mt-507px {
    margin-top: -507px;
  }

  .xl\:-mr-507px {
    margin-right: -507px;
  }

  .xl\:-mb-507px {
    margin-bottom: -507px;
  }

  .xl\:-ml-507px {
    margin-left: -507px;
  }

  .xl\:-mt-760px {
    margin-top: -760px;
  }

  .xl\:-mr-760px {
    margin-right: -760px;
  }

  .xl\:-mb-760px {
    margin-bottom: -760px;
  }

  .xl\:-ml-760px {
    margin-left: -760px;
  }

  .xl\:-mt-780px {
    margin-top: -780px;
  }

  .xl\:-mr-780px {
    margin-right: -780px;
  }

  .xl\:-mb-780px {
    margin-bottom: -780px;
  }

  .xl\:-ml-780px {
    margin-left: -780px;
  }

  .xl\:-mt-980px {
    margin-top: -980px;
  }

  .xl\:-mr-980px {
    margin-right: -980px;
  }

  .xl\:-mb-980px {
    margin-bottom: -980px;
  }

  .xl\:-ml-980px {
    margin-left: -980px;
  }

  .xl\:-mt-1366px {
    margin-top: -1366px;
  }

  .xl\:-mr-1366px {
    margin-right: -1366px;
  }

  .xl\:-mb-1366px {
    margin-bottom: -1366px;
  }

  .xl\:-ml-1366px {
    margin-left: -1366px;
  }

  .xl\:max-h-0 {
    max-height: 0px;
  }

  .xl\:max-h-1 {
    max-height: 0.25rem;
  }

  .xl\:max-h-2 {
    max-height: 0.5rem;
  }

  .xl\:max-h-3 {
    max-height: 0.75rem;
  }

  .xl\:max-h-4 {
    max-height: 1rem;
  }

  .xl\:max-h-5 {
    max-height: 1.25rem;
  }

  .xl\:max-h-6 {
    max-height: 1.5rem;
  }

  .xl\:max-h-7 {
    max-height: 1.75rem;
  }

  .xl\:max-h-8 {
    max-height: 2rem;
  }

  .xl\:max-h-9 {
    max-height: 2.25rem;
  }

  .xl\:max-h-10 {
    max-height: 2.5rem;
  }

  .xl\:max-h-11 {
    max-height: 2.75rem;
  }

  .xl\:max-h-12 {
    max-height: 3rem;
  }

  .xl\:max-h-14 {
    max-height: 3.5rem;
  }

  .xl\:max-h-16 {
    max-height: 4rem;
  }

  .xl\:max-h-20 {
    max-height: 5rem;
  }

  .xl\:max-h-24 {
    max-height: 6rem;
  }

  .xl\:max-h-28 {
    max-height: 7rem;
  }

  .xl\:max-h-32 {
    max-height: 8rem;
  }

  .xl\:max-h-36 {
    max-height: 9rem;
  }

  .xl\:max-h-40 {
    max-height: 10rem;
  }

  .xl\:max-h-44 {
    max-height: 11rem;
  }

  .xl\:max-h-48 {
    max-height: 12rem;
  }

  .xl\:max-h-52 {
    max-height: 13rem;
  }

  .xl\:max-h-56 {
    max-height: 14rem;
  }

  .xl\:max-h-60 {
    max-height: 15rem;
  }

  .xl\:max-h-64 {
    max-height: 16rem;
  }

  .xl\:max-h-72 {
    max-height: 18rem;
  }

  .xl\:max-h-80 {
    max-height: 20rem;
  }

  .xl\:max-h-96 {
    max-height: 24rem;
  }

  .xl\:max-h-px {
    max-height: 1px;
  }

  .xl\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .xl\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .xl\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .xl\:max-h-1px {
    max-height: 1px;
  }

  .xl\:max-h-2px {
    max-height: 2px;
  }

  .xl\:max-h-3px {
    max-height: 3px;
  }

  .xl\:max-h-4px {
    max-height: 4px;
  }

  .xl\:max-h-5px {
    max-height: 5px;
  }

  .xl\:max-h-6px {
    max-height: 6px;
  }

  .xl\:max-h-7px {
    max-height: 7px;
  }

  .xl\:max-h-8px {
    max-height: 8px;
  }

  .xl\:max-h-9px {
    max-height: 9px;
  }

  .xl\:max-h-10px {
    max-height: 10px;
  }

  .xl\:max-h-11px {
    max-height: 11px;
  }

  .xl\:max-h-12px {
    max-height: 12px;
  }

  .xl\:max-h-13px {
    max-height: 13px;
  }

  .xl\:max-h-14px {
    max-height: 14px;
  }

  .xl\:max-h-15px {
    max-height: 15px;
  }

  .xl\:max-h-16px {
    max-height: 16px;
  }

  .xl\:max-h-17px {
    max-height: 17px;
  }

  .xl\:max-h-18px {
    max-height: 18px;
  }

  .xl\:max-h-19px {
    max-height: 19px;
  }

  .xl\:max-h-20px {
    max-height: 20px;
  }

  .xl\:max-h-21px {
    max-height: 21px;
  }

  .xl\:max-h-22px {
    max-height: 22px;
  }

  .xl\:max-h-23px {
    max-height: 23px;
  }

  .xl\:max-h-24px {
    max-height: 24px;
  }

  .xl\:max-h-25px {
    max-height: 25px;
  }

  .xl\:max-h-26px {
    max-height: 26px;
  }

  .xl\:max-h-27px {
    max-height: 27px;
  }

  .xl\:max-h-28px {
    max-height: 28px;
  }

  .xl\:max-h-29px {
    max-height: 29px;
  }

  .xl\:max-h-30px {
    max-height: 30px;
  }

  .xl\:max-h-31px {
    max-height: 31px;
  }

  .xl\:max-h-32px {
    max-height: 32px;
  }

  .xl\:max-h-33px {
    max-height: 33px;
  }

  .xl\:max-h-34px {
    max-height: 34px;
  }

  .xl\:max-h-35px {
    max-height: 35px;
  }

  .xl\:max-h-36px {
    max-height: 36px;
  }

  .xl\:max-h-37px {
    max-height: 37px;
  }

  .xl\:max-h-38px {
    max-height: 38px;
  }

  .xl\:max-h-39px {
    max-height: 39px;
  }

  .xl\:max-h-40px {
    max-height: 40px;
  }

  .xl\:max-h-41px {
    max-height: 41px;
  }

  .xl\:max-h-42px {
    max-height: 42px;
  }

  .xl\:max-h-43px {
    max-height: 43px;
  }

  .xl\:max-h-44px {
    max-height: 44px;
  }

  .xl\:max-h-45px {
    max-height: 45px;
  }

  .xl\:max-h-46px {
    max-height: 46px;
  }

  .xl\:max-h-47px {
    max-height: 47px;
  }

  .xl\:max-h-48px {
    max-height: 48px;
  }

  .xl\:max-h-49px {
    max-height: 49px;
  }

  .xl\:max-h-50px {
    max-height: 50px;
  }

  .xl\:max-h-51px {
    max-height: 51px;
  }

  .xl\:max-h-52px {
    max-height: 52px;
  }

  .xl\:max-h-53px {
    max-height: 53px;
  }

  .xl\:max-h-54px {
    max-height: 54px;
  }

  .xl\:max-h-55px {
    max-height: 55px;
  }

  .xl\:max-h-56px {
    max-height: 56px;
  }

  .xl\:max-h-57px {
    max-height: 57px;
  }

  .xl\:max-h-58px {
    max-height: 58px;
  }

  .xl\:max-h-59px {
    max-height: 59px;
  }

  .xl\:max-h-60px {
    max-height: 60px;
  }

  .xl\:max-h-61px {
    max-height: 61px;
  }

  .xl\:max-h-62px {
    max-height: 62px;
  }

  .xl\:max-h-63px {
    max-height: 63px;
  }

  .xl\:max-h-64px {
    max-height: 64px;
  }

  .xl\:max-h-65px {
    max-height: 65px;
  }

  .xl\:max-h-66px {
    max-height: 66px;
  }

  .xl\:max-h-67px {
    max-height: 67px;
  }

  .xl\:max-h-68px {
    max-height: 68px;
  }

  .xl\:max-h-69px {
    max-height: 69px;
  }

  .xl\:max-h-70px {
    max-height: 70px;
  }

  .xl\:max-h-71px {
    max-height: 71px;
  }

  .xl\:max-h-72px {
    max-height: 72px;
  }

  .xl\:max-h-73px {
    max-height: 73px;
  }

  .xl\:max-h-74px {
    max-height: 74px;
  }

  .xl\:max-h-75px {
    max-height: 75px;
  }

  .xl\:max-h-76px {
    max-height: 76px;
  }

  .xl\:max-h-77px {
    max-height: 77px;
  }

  .xl\:max-h-78px {
    max-height: 78px;
  }

  .xl\:max-h-79px {
    max-height: 79px;
  }

  .xl\:max-h-80px {
    max-height: 80px;
  }

  .xl\:max-h-81px {
    max-height: 81px;
  }

  .xl\:max-h-82px {
    max-height: 82px;
  }

  .xl\:max-h-83px {
    max-height: 83px;
  }

  .xl\:max-h-84px {
    max-height: 84px;
  }

  .xl\:max-h-85px {
    max-height: 85px;
  }

  .xl\:max-h-86px {
    max-height: 86px;
  }

  .xl\:max-h-87px {
    max-height: 87px;
  }

  .xl\:max-h-88px {
    max-height: 88px;
  }

  .xl\:max-h-89px {
    max-height: 89px;
  }

  .xl\:max-h-90px {
    max-height: 90px;
  }

  .xl\:max-h-91px {
    max-height: 91px;
  }

  .xl\:max-h-92px {
    max-height: 92px;
  }

  .xl\:max-h-93px {
    max-height: 93px;
  }

  .xl\:max-h-94px {
    max-height: 94px;
  }

  .xl\:max-h-95px {
    max-height: 95px;
  }

  .xl\:max-h-96px {
    max-height: 96px;
  }

  .xl\:max-h-97px {
    max-height: 97px;
  }

  .xl\:max-h-98px {
    max-height: 98px;
  }

  .xl\:max-h-99px {
    max-height: 99px;
  }

  .xl\:max-h-100px {
    max-height: 100px;
  }

  .xl\:max-h-101px {
    max-height: 101px;
  }

  .xl\:max-h-102px {
    max-height: 102px;
  }

  .xl\:max-h-103px {
    max-height: 103px;
  }

  .xl\:max-h-104px {
    max-height: 104px;
  }

  .xl\:max-h-105px {
    max-height: 105px;
  }

  .xl\:max-h-106px {
    max-height: 106px;
  }

  .xl\:max-h-107px {
    max-height: 107px;
  }

  .xl\:max-h-108px {
    max-height: 108px;
  }

  .xl\:max-h-109px {
    max-height: 109px;
  }

  .xl\:max-h-110px {
    max-height: 110px;
  }

  .xl\:max-h-111px {
    max-height: 111px;
  }

  .xl\:max-h-112px {
    max-height: 112px;
  }

  .xl\:max-h-113px {
    max-height: 113px;
  }

  .xl\:max-h-114px {
    max-height: 114px;
  }

  .xl\:max-h-115px {
    max-height: 115px;
  }

  .xl\:max-h-116px {
    max-height: 116px;
  }

  .xl\:max-h-117px {
    max-height: 117px;
  }

  .xl\:max-h-118px {
    max-height: 118px;
  }

  .xl\:max-h-119px {
    max-height: 119px;
  }

  .xl\:max-h-120px {
    max-height: 120px;
  }

  .xl\:max-h-121px {
    max-height: 121px;
  }

  .xl\:max-h-122px {
    max-height: 122px;
  }

  .xl\:max-h-123px {
    max-height: 123px;
  }

  .xl\:max-h-124px {
    max-height: 124px;
  }

  .xl\:max-h-125px {
    max-height: 125px;
  }

  .xl\:max-h-126px {
    max-height: 126px;
  }

  .xl\:max-h-127px {
    max-height: 127px;
  }

  .xl\:max-h-128px {
    max-height: 128px;
  }

  .xl\:max-h-129px {
    max-height: 129px;
  }

  .xl\:max-h-130px {
    max-height: 130px;
  }

  .xl\:max-h-133px {
    max-height: 133px;
  }

  .xl\:max-h-140px {
    max-height: 140px;
  }

  .xl\:max-h-195px {
    max-height: 195px;
  }

  .xl\:max-h-200px {
    max-height: 200px;
  }

  .xl\:max-h-210px {
    max-height: 210px;
  }

  .xl\:max-h-222px {
    max-height: 222px;
  }

  .xl\:max-h-258px {
    max-height: 258px;
  }

  .xl\:max-h-280px {
    max-height: 280px;
  }

  .xl\:max-h-334px {
    max-height: 334px;
  }

  .xl\:max-h-388px {
    max-height: 388px;
  }

  .xl\:max-h-480px {
    max-height: 480px;
  }

  .xl\:max-h-490px {
    max-height: 490px;
  }

  .xl\:max-h-505px {
    max-height: 505px;
  }

  .xl\:max-h-507px {
    max-height: 507px;
  }

  .xl\:max-h-760px {
    max-height: 760px;
  }

  .xl\:max-h-780px {
    max-height: 780px;
  }

  .xl\:max-h-980px {
    max-height: 980px;
  }

  .xl\:max-h-1366px {
    max-height: 1366px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-0 {
    max-width: 0rem;
  }

  .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: min-content;
  }

  .xl\:max-w-max {
    max-width: -webkit-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: 1366px;
  }

  .xl\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .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-full {
    min-width: 100%;
  }

  .xl\:min-w-min {
    min-width: -webkit-min-content;
    min-width: min-content;
  }

  .xl\:min-w-max {
    min-width: -webkit-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-1 {
    padding: 0.25rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-9 {
    padding: 2.25rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-11 {
    padding: 2.75rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-28 {
    padding: 7rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-36 {
    padding: 9rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-44 {
    padding: 11rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-52 {
    padding: 13rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-60 {
    padding: 15rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-72 {
    padding: 18rem;
  }

  .xl\:p-80 {
    padding: 20rem;
  }

  .xl\:p-96 {
    padding: 24rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .xl\:p-1px {
    padding: 1px;
  }

  .xl\:p-2px {
    padding: 2px;
  }

  .xl\:p-3px {
    padding: 3px;
  }

  .xl\:p-4px {
    padding: 4px;
  }

  .xl\:p-5px {
    padding: 5px;
  }

  .xl\:p-6px {
    padding: 6px;
  }

  .xl\:p-7px {
    padding: 7px;
  }

  .xl\:p-8px {
    padding: 8px;
  }

  .xl\:p-9px {
    padding: 9px;
  }

  .xl\:p-10px {
    padding: 10px;
  }

  .xl\:p-11px {
    padding: 11px;
  }

  .xl\:p-12px {
    padding: 12px;
  }

  .xl\:p-13px {
    padding: 13px;
  }

  .xl\:p-14px {
    padding: 14px;
  }

  .xl\:p-15px {
    padding: 15px;
  }

  .xl\:p-16px {
    padding: 16px;
  }

  .xl\:p-17px {
    padding: 17px;
  }

  .xl\:p-18px {
    padding: 18px;
  }

  .xl\:p-19px {
    padding: 19px;
  }

  .xl\:p-20px {
    padding: 20px;
  }

  .xl\:p-21px {
    padding: 21px;
  }

  .xl\:p-22px {
    padding: 22px;
  }

  .xl\:p-23px {
    padding: 23px;
  }

  .xl\:p-24px {
    padding: 24px;
  }

  .xl\:p-25px {
    padding: 25px;
  }

  .xl\:p-26px {
    padding: 26px;
  }

  .xl\:p-27px {
    padding: 27px;
  }

  .xl\:p-28px {
    padding: 28px;
  }

  .xl\:p-29px {
    padding: 29px;
  }

  .xl\:p-30px {
    padding: 30px;
  }

  .xl\:p-31px {
    padding: 31px;
  }

  .xl\:p-32px {
    padding: 32px;
  }

  .xl\:p-33px {
    padding: 33px;
  }

  .xl\:p-34px {
    padding: 34px;
  }

  .xl\:p-35px {
    padding: 35px;
  }

  .xl\:p-36px {
    padding: 36px;
  }

  .xl\:p-37px {
    padding: 37px;
  }

  .xl\:p-38px {
    padding: 38px;
  }

  .xl\:p-39px {
    padding: 39px;
  }

  .xl\:p-40px {
    padding: 40px;
  }

  .xl\:p-41px {
    padding: 41px;
  }

  .xl\:p-42px {
    padding: 42px;
  }

  .xl\:p-43px {
    padding: 43px;
  }

  .xl\:p-44px {
    padding: 44px;
  }

  .xl\:p-45px {
    padding: 45px;
  }

  .xl\:p-46px {
    padding: 46px;
  }

  .xl\:p-47px {
    padding: 47px;
  }

  .xl\:p-48px {
    padding: 48px;
  }

  .xl\:p-49px {
    padding: 49px;
  }

  .xl\:p-50px {
    padding: 50px;
  }

  .xl\:p-51px {
    padding: 51px;
  }

  .xl\:p-52px {
    padding: 52px;
  }

  .xl\:p-53px {
    padding: 53px;
  }

  .xl\:p-54px {
    padding: 54px;
  }

  .xl\:p-55px {
    padding: 55px;
  }

  .xl\:p-56px {
    padding: 56px;
  }

  .xl\:p-57px {
    padding: 57px;
  }

  .xl\:p-58px {
    padding: 58px;
  }

  .xl\:p-59px {
    padding: 59px;
  }

  .xl\:p-60px {
    padding: 60px;
  }

  .xl\:p-61px {
    padding: 61px;
  }

  .xl\:p-62px {
    padding: 62px;
  }

  .xl\:p-63px {
    padding: 63px;
  }

  .xl\:p-64px {
    padding: 64px;
  }

  .xl\:p-65px {
    padding: 65px;
  }

  .xl\:p-66px {
    padding: 66px;
  }

  .xl\:p-67px {
    padding: 67px;
  }

  .xl\:p-68px {
    padding: 68px;
  }

  .xl\:p-69px {
    padding: 69px;
  }

  .xl\:p-70px {
    padding: 70px;
  }

  .xl\:p-71px {
    padding: 71px;
  }

  .xl\:p-72px {
    padding: 72px;
  }

  .xl\:p-73px {
    padding: 73px;
  }

  .xl\:p-74px {
    padding: 74px;
  }

  .xl\:p-75px {
    padding: 75px;
  }

  .xl\:p-76px {
    padding: 76px;
  }

  .xl\:p-77px {
    padding: 77px;
  }

  .xl\:p-78px {
    padding: 78px;
  }

  .xl\:p-79px {
    padding: 79px;
  }

  .xl\:p-80px {
    padding: 80px;
  }

  .xl\:p-81px {
    padding: 81px;
  }

  .xl\:p-82px {
    padding: 82px;
  }

  .xl\:p-83px {
    padding: 83px;
  }

  .xl\:p-84px {
    padding: 84px;
  }

  .xl\:p-85px {
    padding: 85px;
  }

  .xl\:p-86px {
    padding: 86px;
  }

  .xl\:p-87px {
    padding: 87px;
  }

  .xl\:p-88px {
    padding: 88px;
  }

  .xl\:p-89px {
    padding: 89px;
  }

  .xl\:p-90px {
    padding: 90px;
  }

  .xl\:p-91px {
    padding: 91px;
  }

  .xl\:p-92px {
    padding: 92px;
  }

  .xl\:p-93px {
    padding: 93px;
  }

  .xl\:p-94px {
    padding: 94px;
  }

  .xl\:p-95px {
    padding: 95px;
  }

  .xl\:p-96px {
    padding: 96px;
  }

  .xl\:p-97px {
    padding: 97px;
  }

  .xl\:p-98px {
    padding: 98px;
  }

  .xl\:p-99px {
    padding: 99px;
  }

  .xl\:p-100px {
    padding: 100px;
  }

  .xl\:p-101px {
    padding: 101px;
  }

  .xl\:p-102px {
    padding: 102px;
  }

  .xl\:p-103px {
    padding: 103px;
  }

  .xl\:p-104px {
    padding: 104px;
  }

  .xl\:p-105px {
    padding: 105px;
  }

  .xl\:p-106px {
    padding: 106px;
  }

  .xl\:p-107px {
    padding: 107px;
  }

  .xl\:p-108px {
    padding: 108px;
  }

  .xl\:p-109px {
    padding: 109px;
  }

  .xl\:p-110px {
    padding: 110px;
  }

  .xl\:p-111px {
    padding: 111px;
  }

  .xl\:p-112px {
    padding: 112px;
  }

  .xl\:p-113px {
    padding: 113px;
  }

  .xl\:p-114px {
    padding: 114px;
  }

  .xl\:p-115px {
    padding: 115px;
  }

  .xl\:p-116px {
    padding: 116px;
  }

  .xl\:p-117px {
    padding: 117px;
  }

  .xl\:p-118px {
    padding: 118px;
  }

  .xl\:p-119px {
    padding: 119px;
  }

  .xl\:p-120px {
    padding: 120px;
  }

  .xl\:p-121px {
    padding: 121px;
  }

  .xl\:p-122px {
    padding: 122px;
  }

  .xl\:p-123px {
    padding: 123px;
  }

  .xl\:p-124px {
    padding: 124px;
  }

  .xl\:p-125px {
    padding: 125px;
  }

  .xl\:p-126px {
    padding: 126px;
  }

  .xl\:p-127px {
    padding: 127px;
  }

  .xl\:p-128px {
    padding: 128px;
  }

  .xl\:p-129px {
    padding: 129px;
  }

  .xl\:p-130px {
    padding: 130px;
  }

  .xl\:p-133px {
    padding: 133px;
  }

  .xl\:p-140px {
    padding: 140px;
  }

  .xl\:p-195px {
    padding: 195px;
  }

  .xl\:p-200px {
    padding: 200px;
  }

  .xl\:p-210px {
    padding: 210px;
  }

  .xl\:p-222px {
    padding: 222px;
  }

  .xl\:p-258px {
    padding: 258px;
  }

  .xl\:p-280px {
    padding: 280px;
  }

  .xl\:p-334px {
    padding: 334px;
  }

  .xl\:p-388px {
    padding: 388px;
  }

  .xl\:p-480px {
    padding: 480px;
  }

  .xl\:p-490px {
    padding: 490px;
  }

  .xl\:p-505px {
    padding: 505px;
  }

  .xl\:p-507px {
    padding: 507px;
  }

  .xl\:p-760px {
    padding: 760px;
  }

  .xl\:p-780px {
    padding: 780px;
  }

  .xl\:p-980px {
    padding: 980px;
  }

  .xl\:p-1366px {
    padding: 1366px;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:py-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-1px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xl\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xl\:py-3px {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .xl\:px-3px {
    padding-left: 3px;
    padding-right: 3px;
  }

  .xl\:py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xl\:px-4px {
    padding-left: 4px;
    padding-right: 4px;
  }

  .xl\:py-5px {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xl\:px-5px {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xl\:py-6px {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xl\:px-6px {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xl\:py-7px {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .xl\:px-7px {
    padding-left: 7px;
    padding-right: 7px;
  }

  .xl\:py-8px {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xl\:px-8px {
    padding-left: 8px;
    padding-right: 8px;
  }

  .xl\:py-9px {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .xl\:px-9px {
    padding-left: 9px;
    padding-right: 9px;
  }

  .xl\:py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:px-10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:py-11px {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .xl\:px-11px {
    padding-left: 11px;
    padding-right: 11px;
  }

  .xl\:py-12px {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xl\:px-12px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .xl\:py-13px {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .xl\:px-13px {
    padding-left: 13px;
    padding-right: 13px;
  }

  .xl\:py-14px {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xl\:px-14px {
    padding-left: 14px;
    padding-right: 14px;
  }

  .xl\:py-15px {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xl\:px-15px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl\:py-16px {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xl\:px-16px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xl\:py-17px {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .xl\:px-17px {
    padding-left: 17px;
    padding-right: 17px;
  }

  .xl\:py-18px {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xl\:px-18px {
    padding-left: 18px;
    padding-right: 18px;
  }

  .xl\:py-19px {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .xl\:px-19px {
    padding-left: 19px;
    padding-right: 19px;
  }

  .xl\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xl\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:py-21px {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .xl\:px-21px {
    padding-left: 21px;
    padding-right: 21px;
  }

  .xl\:py-22px {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .xl\:px-22px {
    padding-left: 22px;
    padding-right: 22px;
  }

  .xl\:py-23px {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .xl\:px-23px {
    padding-left: 23px;
    padding-right: 23px;
  }

  .xl\:py-24px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xl\:px-24px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:py-25px {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xl\:px-25px {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xl\:py-26px {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .xl\:px-26px {
    padding-left: 26px;
    padding-right: 26px;
  }

  .xl\:py-27px {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .xl\:px-27px {
    padding-left: 27px;
    padding-right: 27px;
  }

  .xl\:py-28px {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xl\:px-28px {
    padding-left: 28px;
    padding-right: 28px;
  }

  .xl\:py-29px {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .xl\:px-29px {
    padding-left: 29px;
    padding-right: 29px;
  }

  .xl\:py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:py-31px {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .xl\:px-31px {
    padding-left: 31px;
    padding-right: 31px;
  }

  .xl\:py-32px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xl\:px-32px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xl\:py-33px {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .xl\:px-33px {
    padding-left: 33px;
    padding-right: 33px;
  }

  .xl\:py-34px {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .xl\:px-34px {
    padding-left: 34px;
    padding-right: 34px;
  }

  .xl\:py-35px {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xl\:px-35px {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xl\:py-36px {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xl\:px-36px {
    padding-left: 36px;
    padding-right: 36px;
  }

  .xl\:py-37px {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .xl\:px-37px {
    padding-left: 37px;
    padding-right: 37px;
  }

  .xl\:py-38px {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .xl\:px-38px {
    padding-left: 38px;
    padding-right: 38px;
  }

  .xl\:py-39px {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .xl\:px-39px {
    padding-left: 39px;
    padding-right: 39px;
  }

  .xl\:py-40px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xl\:px-40px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:py-41px {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .xl\:px-41px {
    padding-left: 41px;
    padding-right: 41px;
  }

  .xl\:py-42px {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .xl\:px-42px {
    padding-left: 42px;
    padding-right: 42px;
  }

  .xl\:py-43px {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .xl\:px-43px {
    padding-left: 43px;
    padding-right: 43px;
  }

  .xl\:py-44px {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .xl\:px-44px {
    padding-left: 44px;
    padding-right: 44px;
  }

  .xl\:py-45px {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xl\:px-45px {
    padding-left: 45px;
    padding-right: 45px;
  }

  .xl\:py-46px {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .xl\:px-46px {
    padding-left: 46px;
    padding-right: 46px;
  }

  .xl\:py-47px {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .xl\:px-47px {
    padding-left: 47px;
    padding-right: 47px;
  }

  .xl\:py-48px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xl\:px-48px {
    padding-left: 48px;
    padding-right: 48px;
  }

  .xl\:py-49px {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .xl\:px-49px {
    padding-left: 49px;
    padding-right: 49px;
  }

  .xl\:py-50px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xl\:px-50px {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xl\:py-51px {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .xl\:px-51px {
    padding-left: 51px;
    padding-right: 51px;
  }

  .xl\:py-52px {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .xl\:px-52px {
    padding-left: 52px;
    padding-right: 52px;
  }

  .xl\:py-53px {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .xl\:px-53px {
    padding-left: 53px;
    padding-right: 53px;
  }

  .xl\:py-54px {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .xl\:px-54px {
    padding-left: 54px;
    padding-right: 54px;
  }

  .xl\:py-55px {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .xl\:px-55px {
    padding-left: 55px;
    padding-right: 55px;
  }

  .xl\:py-56px {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .xl\:px-56px {
    padding-left: 56px;
    padding-right: 56px;
  }

  .xl\:py-57px {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .xl\:px-57px {
    padding-left: 57px;
    padding-right: 57px;
  }

  .xl\:py-58px {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .xl\:px-58px {
    padding-left: 58px;
    padding-right: 58px;
  }

  .xl\:py-59px {
    padding-top: 59px;
    padding-bottom: 59px;
  }

  .xl\:px-59px {
    padding-left: 59px;
    padding-right: 59px;
  }

  .xl\:py-60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:px-60px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:py-61px {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .xl\:px-61px {
    padding-left: 61px;
    padding-right: 61px;
  }

  .xl\:py-62px {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .xl\:px-62px {
    padding-left: 62px;
    padding-right: 62px;
  }

  .xl\:py-63px {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .xl\:px-63px {
    padding-left: 63px;
    padding-right: 63px;
  }

  .xl\:py-64px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .xl\:px-64px {
    padding-left: 64px;
    padding-right: 64px;
  }

  .xl\:py-65px {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .xl\:px-65px {
    padding-left: 65px;
    padding-right: 65px;
  }

  .xl\:py-66px {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .xl\:px-66px {
    padding-left: 66px;
    padding-right: 66px;
  }

  .xl\:py-67px {
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .xl\:px-67px {
    padding-left: 67px;
    padding-right: 67px;
  }

  .xl\:py-68px {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .xl\:px-68px {
    padding-left: 68px;
    padding-right: 68px;
  }

  .xl\:py-69px {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .xl\:px-69px {
    padding-left: 69px;
    padding-right: 69px;
  }

  .xl\:py-70px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xl\:px-70px {
    padding-left: 70px;
    padding-right: 70px;
  }

  .xl\:py-71px {
    padding-top: 71px;
    padding-bottom: 71px;
  }

  .xl\:px-71px {
    padding-left: 71px;
    padding-right: 71px;
  }

  .xl\:py-72px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .xl\:px-72px {
    padding-left: 72px;
    padding-right: 72px;
  }

  .xl\:py-73px {
    padding-top: 73px;
    padding-bottom: 73px;
  }

  .xl\:px-73px {
    padding-left: 73px;
    padding-right: 73px;
  }

  .xl\:py-74px {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .xl\:px-74px {
    padding-left: 74px;
    padding-right: 74px;
  }

  .xl\:py-75px {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .xl\:px-75px {
    padding-left: 75px;
    padding-right: 75px;
  }

  .xl\:py-76px {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .xl\:px-76px {
    padding-left: 76px;
    padding-right: 76px;
  }

  .xl\:py-77px {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .xl\:px-77px {
    padding-left: 77px;
    padding-right: 77px;
  }

  .xl\:py-78px {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .xl\:px-78px {
    padding-left: 78px;
    padding-right: 78px;
  }

  .xl\:py-79px {
    padding-top: 79px;
    padding-bottom: 79px;
  }

  .xl\:px-79px {
    padding-left: 79px;
    padding-right: 79px;
  }

  .xl\:py-80px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xl\:px-80px {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xl\:py-81px {
    padding-top: 81px;
    padding-bottom: 81px;
  }

  .xl\:px-81px {
    padding-left: 81px;
    padding-right: 81px;
  }

  .xl\:py-82px {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .xl\:px-82px {
    padding-left: 82px;
    padding-right: 82px;
  }

  .xl\:py-83px {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .xl\:px-83px {
    padding-left: 83px;
    padding-right: 83px;
  }

  .xl\:py-84px {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .xl\:px-84px {
    padding-left: 84px;
    padding-right: 84px;
  }

  .xl\:py-85px {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .xl\:px-85px {
    padding-left: 85px;
    padding-right: 85px;
  }

  .xl\:py-86px {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .xl\:px-86px {
    padding-left: 86px;
    padding-right: 86px;
  }

  .xl\:py-87px {
    padding-top: 87px;
    padding-bottom: 87px;
  }

  .xl\:px-87px {
    padding-left: 87px;
    padding-right: 87px;
  }

  .xl\:py-88px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .xl\:px-88px {
    padding-left: 88px;
    padding-right: 88px;
  }

  .xl\:py-89px {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .xl\:px-89px {
    padding-left: 89px;
    padding-right: 89px;
  }

  .xl\:py-90px {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xl\:px-90px {
    padding-left: 90px;
    padding-right: 90px;
  }

  .xl\:py-91px {
    padding-top: 91px;
    padding-bottom: 91px;
  }

  .xl\:px-91px {
    padding-left: 91px;
    padding-right: 91px;
  }

  .xl\:py-92px {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .xl\:px-92px {
    padding-left: 92px;
    padding-right: 92px;
  }

  .xl\:py-93px {
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .xl\:px-93px {
    padding-left: 93px;
    padding-right: 93px;
  }

  .xl\:py-94px {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .xl\:px-94px {
    padding-left: 94px;
    padding-right: 94px;
  }

  .xl\:py-95px {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .xl\:px-95px {
    padding-left: 95px;
    padding-right: 95px;
  }

  .xl\:py-96px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .xl\:px-96px {
    padding-left: 96px;
    padding-right: 96px;
  }

  .xl\:py-97px {
    padding-top: 97px;
    padding-bottom: 97px;
  }

  .xl\:px-97px {
    padding-left: 97px;
    padding-right: 97px;
  }

  .xl\:py-98px {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .xl\:px-98px {
    padding-left: 98px;
    padding-right: 98px;
  }

  .xl\:py-99px {
    padding-top: 99px;
    padding-bottom: 99px;
  }

  .xl\:px-99px {
    padding-left: 99px;
    padding-right: 99px;
  }

  .xl\:py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xl\:px-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xl\:py-101px {
    padding-top: 101px;
    padding-bottom: 101px;
  }

  .xl\:px-101px {
    padding-left: 101px;
    padding-right: 101px;
  }

  .xl\:py-102px {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .xl\:px-102px {
    padding-left: 102px;
    padding-right: 102px;
  }

  .xl\:py-103px {
    padding-top: 103px;
    padding-bottom: 103px;
  }

  .xl\:px-103px {
    padding-left: 103px;
    padding-right: 103px;
  }

  .xl\:py-104px {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .xl\:px-104px {
    padding-left: 104px;
    padding-right: 104px;
  }

  .xl\:py-105px {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .xl\:px-105px {
    padding-left: 105px;
    padding-right: 105px;
  }

  .xl\:py-106px {
    padding-top: 106px;
    padding-bottom: 106px;
  }

  .xl\:px-106px {
    padding-left: 106px;
    padding-right: 106px;
  }

  .xl\:py-107px {
    padding-top: 107px;
    padding-bottom: 107px;
  }

  .xl\:px-107px {
    padding-left: 107px;
    padding-right: 107px;
  }

  .xl\:py-108px {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .xl\:px-108px {
    padding-left: 108px;
    padding-right: 108px;
  }

  .xl\:py-109px {
    padding-top: 109px;
    padding-bottom: 109px;
  }

  .xl\:px-109px {
    padding-left: 109px;
    padding-right: 109px;
  }

  .xl\:py-110px {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .xl\:px-110px {
    padding-left: 110px;
    padding-right: 110px;
  }

  .xl\:py-111px {
    padding-top: 111px;
    padding-bottom: 111px;
  }

  .xl\:px-111px {
    padding-left: 111px;
    padding-right: 111px;
  }

  .xl\:py-112px {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .xl\:px-112px {
    padding-left: 112px;
    padding-right: 112px;
  }

  .xl\:py-113px {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .xl\:px-113px {
    padding-left: 113px;
    padding-right: 113px;
  }

  .xl\:py-114px {
    padding-top: 114px;
    padding-bottom: 114px;
  }

  .xl\:px-114px {
    padding-left: 114px;
    padding-right: 114px;
  }

  .xl\:py-115px {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .xl\:px-115px {
    padding-left: 115px;
    padding-right: 115px;
  }

  .xl\:py-116px {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .xl\:px-116px {
    padding-left: 116px;
    padding-right: 116px;
  }

  .xl\:py-117px {
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .xl\:px-117px {
    padding-left: 117px;
    padding-right: 117px;
  }

  .xl\:py-118px {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .xl\:px-118px {
    padding-left: 118px;
    padding-right: 118px;
  }

  .xl\:py-119px {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .xl\:px-119px {
    padding-left: 119px;
    padding-right: 119px;
  }

  .xl\:py-120px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xl\:px-120px {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xl\:py-121px {
    padding-top: 121px;
    padding-bottom: 121px;
  }

  .xl\:px-121px {
    padding-left: 121px;
    padding-right: 121px;
  }

  .xl\:py-122px {
    padding-top: 122px;
    padding-bottom: 122px;
  }

  .xl\:px-122px {
    padding-left: 122px;
    padding-right: 122px;
  }

  .xl\:py-123px {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .xl\:px-123px {
    padding-left: 123px;
    padding-right: 123px;
  }

  .xl\:py-124px {
    padding-top: 124px;
    padding-bottom: 124px;
  }

  .xl\:px-124px {
    padding-left: 124px;
    padding-right: 124px;
  }

  .xl\:py-125px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .xl\:px-125px {
    padding-left: 125px;
    padding-right: 125px;
  }

  .xl\:py-126px {
    padding-top: 126px;
    padding-bottom: 126px;
  }

  .xl\:px-126px {
    padding-left: 126px;
    padding-right: 126px;
  }

  .xl\:py-127px {
    padding-top: 127px;
    padding-bottom: 127px;
  }

  .xl\:px-127px {
    padding-left: 127px;
    padding-right: 127px;
  }

  .xl\:py-128px {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .xl\:px-128px {
    padding-left: 128px;
    padding-right: 128px;
  }

  .xl\:py-129px {
    padding-top: 129px;
    padding-bottom: 129px;
  }

  .xl\:px-129px {
    padding-left: 129px;
    padding-right: 129px;
  }

  .xl\:py-130px {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .xl\:px-130px {
    padding-left: 130px;
    padding-right: 130px;
  }

  .xl\:py-133px {
    padding-top: 133px;
    padding-bottom: 133px;
  }

  .xl\:px-133px {
    padding-left: 133px;
    padding-right: 133px;
  }

  .xl\:py-140px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .xl\:px-140px {
    padding-left: 140px;
    padding-right: 140px;
  }

  .xl\:py-195px {
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .xl\:px-195px {
    padding-left: 195px;
    padding-right: 195px;
  }

  .xl\:py-200px {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .xl\:px-200px {
    padding-left: 200px;
    padding-right: 200px;
  }

  .xl\:py-210px {
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .xl\:px-210px {
    padding-left: 210px;
    padding-right: 210px;
  }

  .xl\:py-222px {
    padding-top: 222px;
    padding-bottom: 222px;
  }

  .xl\:px-222px {
    padding-left: 222px;
    padding-right: 222px;
  }

  .xl\:py-258px {
    padding-top: 258px;
    padding-bottom: 258px;
  }

  .xl\:px-258px {
    padding-left: 258px;
    padding-right: 258px;
  }

  .xl\:py-280px {
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .xl\:px-280px {
    padding-left: 280px;
    padding-right: 280px;
  }

  .xl\:py-334px {
    padding-top: 334px;
    padding-bottom: 334px;
  }

  .xl\:px-334px {
    padding-left: 334px;
    padding-right: 334px;
  }

  .xl\:py-388px {
    padding-top: 388px;
    padding-bottom: 388px;
  }

  .xl\:px-388px {
    padding-left: 388px;
    padding-right: 388px;
  }

  .xl\:py-480px {
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .xl\:px-480px {
    padding-left: 480px;
    padding-right: 480px;
  }

  .xl\:py-490px {
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .xl\:px-490px {
    padding-left: 490px;
    padding-right: 490px;
  }

  .xl\:py-505px {
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .xl\:px-505px {
    padding-left: 505px;
    padding-right: 505px;
  }

  .xl\:py-507px {
    padding-top: 507px;
    padding-bottom: 507px;
  }

  .xl\:px-507px {
    padding-left: 507px;
    padding-right: 507px;
  }

  .xl\:py-760px {
    padding-top: 760px;
    padding-bottom: 760px;
  }

  .xl\:px-760px {
    padding-left: 760px;
    padding-right: 760px;
  }

  .xl\:py-780px {
    padding-top: 780px;
    padding-bottom: 780px;
  }

  .xl\:px-780px {
    padding-left: 780px;
    padding-right: 780px;
  }

  .xl\:py-980px {
    padding-top: 980px;
    padding-bottom: 980px;
  }

  .xl\:px-980px {
    padding-left: 980px;
    padding-right: 980px;
  }

  .xl\:py-1366px {
    padding-top: 1366px;
    padding-bottom: 1366px;
  }

  .xl\:px-1366px {
    padding-left: 1366px;
    padding-right: 1366px;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-28 {
    padding-top: 7rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pt-36 {
    padding-top: 9rem;
  }

  .xl\:pr-36 {
    padding-right: 9rem;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .xl\:pl-36 {
    padding-left: 9rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pt-44 {
    padding-top: 11rem;
  }

  .xl\:pr-44 {
    padding-right: 11rem;
  }

  .xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .xl\:pl-44 {
    padding-left: 11rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pt-52 {
    padding-top: 13rem;
  }

  .xl\:pr-52 {
    padding-right: 13rem;
  }

  .xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .xl\:pl-52 {
    padding-left: 13rem;
  }

  .xl\:pt-56 {
    padding-top: 14rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pt-60 {
    padding-top: 15rem;
  }

  .xl\:pr-60 {
    padding-right: 15rem;
  }

  .xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .xl\:pl-60 {
    padding-left: 15rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pt-72 {
    padding-top: 18rem;
  }

  .xl\:pr-72 {
    padding-right: 18rem;
  }

  .xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .xl\:pl-72 {
    padding-left: 18rem;
  }

  .xl\:pt-80 {
    padding-top: 20rem;
  }

  .xl\:pr-80 {
    padding-right: 20rem;
  }

  .xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .xl\:pl-80 {
    padding-left: 20rem;
  }

  .xl\:pt-96 {
    padding-top: 24rem;
  }

  .xl\:pr-96 {
    padding-right: 24rem;
  }

  .xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .xl\:pl-96 {
    padding-left: 24rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .xl\:pt-1px {
    padding-top: 1px;
  }

  .xl\:pr-1px {
    padding-right: 1px;
  }

  .xl\:pb-1px {
    padding-bottom: 1px;
  }

  .xl\:pl-1px {
    padding-left: 1px;
  }

  .xl\:pt-2px {
    padding-top: 2px;
  }

  .xl\:pr-2px {
    padding-right: 2px;
  }

  .xl\:pb-2px {
    padding-bottom: 2px;
  }

  .xl\:pl-2px {
    padding-left: 2px;
  }

  .xl\:pt-3px {
    padding-top: 3px;
  }

  .xl\:pr-3px {
    padding-right: 3px;
  }

  .xl\:pb-3px {
    padding-bottom: 3px;
  }

  .xl\:pl-3px {
    padding-left: 3px;
  }

  .xl\:pt-4px {
    padding-top: 4px;
  }

  .xl\:pr-4px {
    padding-right: 4px;
  }

  .xl\:pb-4px {
    padding-bottom: 4px;
  }

  .xl\:pl-4px {
    padding-left: 4px;
  }

  .xl\:pt-5px {
    padding-top: 5px;
  }

  .xl\:pr-5px {
    padding-right: 5px;
  }

  .xl\:pb-5px {
    padding-bottom: 5px;
  }

  .xl\:pl-5px {
    padding-left: 5px;
  }

  .xl\:pt-6px {
    padding-top: 6px;
  }

  .xl\:pr-6px {
    padding-right: 6px;
  }

  .xl\:pb-6px {
    padding-bottom: 6px;
  }

  .xl\:pl-6px {
    padding-left: 6px;
  }

  .xl\:pt-7px {
    padding-top: 7px;
  }

  .xl\:pr-7px {
    padding-right: 7px;
  }

  .xl\:pb-7px {
    padding-bottom: 7px;
  }

  .xl\:pl-7px {
    padding-left: 7px;
  }

  .xl\:pt-8px {
    padding-top: 8px;
  }

  .xl\:pr-8px {
    padding-right: 8px;
  }

  .xl\:pb-8px {
    padding-bottom: 8px;
  }

  .xl\:pl-8px {
    padding-left: 8px;
  }

  .xl\:pt-9px {
    padding-top: 9px;
  }

  .xl\:pr-9px {
    padding-right: 9px;
  }

  .xl\:pb-9px {
    padding-bottom: 9px;
  }

  .xl\:pl-9px {
    padding-left: 9px;
  }

  .xl\:pt-10px {
    padding-top: 10px;
  }

  .xl\:pr-10px {
    padding-right: 10px;
  }

  .xl\:pb-10px {
    padding-bottom: 10px;
  }

  .xl\:pl-10px {
    padding-left: 10px;
  }

  .xl\:pt-11px {
    padding-top: 11px;
  }

  .xl\:pr-11px {
    padding-right: 11px;
  }

  .xl\:pb-11px {
    padding-bottom: 11px;
  }

  .xl\:pl-11px {
    padding-left: 11px;
  }

  .xl\:pt-12px {
    padding-top: 12px;
  }

  .xl\:pr-12px {
    padding-right: 12px;
  }

  .xl\:pb-12px {
    padding-bottom: 12px;
  }

  .xl\:pl-12px {
    padding-left: 12px;
  }

  .xl\:pt-13px {
    padding-top: 13px;
  }

  .xl\:pr-13px {
    padding-right: 13px;
  }

  .xl\:pb-13px {
    padding-bottom: 13px;
  }

  .xl\:pl-13px {
    padding-left: 13px;
  }

  .xl\:pt-14px {
    padding-top: 14px;
  }

  .xl\:pr-14px {
    padding-right: 14px;
  }

  .xl\:pb-14px {
    padding-bottom: 14px;
  }

  .xl\:pl-14px {
    padding-left: 14px;
  }

  .xl\:pt-15px {
    padding-top: 15px;
  }

  .xl\:pr-15px {
    padding-right: 15px;
  }

  .xl\:pb-15px {
    padding-bottom: 15px;
  }

  .xl\:pl-15px {
    padding-left: 15px;
  }

  .xl\:pt-16px {
    padding-top: 16px;
  }

  .xl\:pr-16px {
    padding-right: 16px;
  }

  .xl\:pb-16px {
    padding-bottom: 16px;
  }

  .xl\:pl-16px {
    padding-left: 16px;
  }

  .xl\:pt-17px {
    padding-top: 17px;
  }

  .xl\:pr-17px {
    padding-right: 17px;
  }

  .xl\:pb-17px {
    padding-bottom: 17px;
  }

  .xl\:pl-17px {
    padding-left: 17px;
  }

  .xl\:pt-18px {
    padding-top: 18px;
  }

  .xl\:pr-18px {
    padding-right: 18px;
  }

  .xl\:pb-18px {
    padding-bottom: 18px;
  }

  .xl\:pl-18px {
    padding-left: 18px;
  }

  .xl\:pt-19px {
    padding-top: 19px;
  }

  .xl\:pr-19px {
    padding-right: 19px;
  }

  .xl\:pb-19px {
    padding-bottom: 19px;
  }

  .xl\:pl-19px {
    padding-left: 19px;
  }

  .xl\:pt-20px {
    padding-top: 20px;
  }

  .xl\:pr-20px {
    padding-right: 20px;
  }

  .xl\:pb-20px {
    padding-bottom: 20px;
  }

  .xl\:pl-20px {
    padding-left: 20px;
  }

  .xl\:pt-21px {
    padding-top: 21px;
  }

  .xl\:pr-21px {
    padding-right: 21px;
  }

  .xl\:pb-21px {
    padding-bottom: 21px;
  }

  .xl\:pl-21px {
    padding-left: 21px;
  }

  .xl\:pt-22px {
    padding-top: 22px;
  }

  .xl\:pr-22px {
    padding-right: 22px;
  }

  .xl\:pb-22px {
    padding-bottom: 22px;
  }

  .xl\:pl-22px {
    padding-left: 22px;
  }

  .xl\:pt-23px {
    padding-top: 23px;
  }

  .xl\:pr-23px {
    padding-right: 23px;
  }

  .xl\:pb-23px {
    padding-bottom: 23px;
  }

  .xl\:pl-23px {
    padding-left: 23px;
  }

  .xl\:pt-24px {
    padding-top: 24px;
  }

  .xl\:pr-24px {
    padding-right: 24px;
  }

  .xl\:pb-24px {
    padding-bottom: 24px;
  }

  .xl\:pl-24px {
    padding-left: 24px;
  }

  .xl\:pt-25px {
    padding-top: 25px;
  }

  .xl\:pr-25px {
    padding-right: 25px;
  }

  .xl\:pb-25px {
    padding-bottom: 25px;
  }

  .xl\:pl-25px {
    padding-left: 25px;
  }

  .xl\:pt-26px {
    padding-top: 26px;
  }

  .xl\:pr-26px {
    padding-right: 26px;
  }

  .xl\:pb-26px {
    padding-bottom: 26px;
  }

  .xl\:pl-26px {
    padding-left: 26px;
  }

  .xl\:pt-27px {
    padding-top: 27px;
  }

  .xl\:pr-27px {
    padding-right: 27px;
  }

  .xl\:pb-27px {
    padding-bottom: 27px;
  }

  .xl\:pl-27px {
    padding-left: 27px;
  }

  .xl\:pt-28px {
    padding-top: 28px;
  }

  .xl\:pr-28px {
    padding-right: 28px;
  }

  .xl\:pb-28px {
    padding-bottom: 28px;
  }

  .xl\:pl-28px {
    padding-left: 28px;
  }

  .xl\:pt-29px {
    padding-top: 29px;
  }

  .xl\:pr-29px {
    padding-right: 29px;
  }

  .xl\:pb-29px {
    padding-bottom: 29px;
  }

  .xl\:pl-29px {
    padding-left: 29px;
  }

  .xl\:pt-30px {
    padding-top: 30px;
  }

  .xl\:pr-30px {
    padding-right: 30px;
  }

  .xl\:pb-30px {
    padding-bottom: 30px;
  }

  .xl\:pl-30px {
    padding-left: 30px;
  }

  .xl\:pt-31px {
    padding-top: 31px;
  }

  .xl\:pr-31px {
    padding-right: 31px;
  }

  .xl\:pb-31px {
    padding-bottom: 31px;
  }

  .xl\:pl-31px {
    padding-left: 31px;
  }

  .xl\:pt-32px {
    padding-top: 32px;
  }

  .xl\:pr-32px {
    padding-right: 32px;
  }

  .xl\:pb-32px {
    padding-bottom: 32px;
  }

  .xl\:pl-32px {
    padding-left: 32px;
  }

  .xl\:pt-33px {
    padding-top: 33px;
  }

  .xl\:pr-33px {
    padding-right: 33px;
  }

  .xl\:pb-33px {
    padding-bottom: 33px;
  }

  .xl\:pl-33px {
    padding-left: 33px;
  }

  .xl\:pt-34px {
    padding-top: 34px;
  }

  .xl\:pr-34px {
    padding-right: 34px;
  }

  .xl\:pb-34px {
    padding-bottom: 34px;
  }

  .xl\:pl-34px {
    padding-left: 34px;
  }

  .xl\:pt-35px {
    padding-top: 35px;
  }

  .xl\:pr-35px {
    padding-right: 35px;
  }

  .xl\:pb-35px {
    padding-bottom: 35px;
  }

  .xl\:pl-35px {
    padding-left: 35px;
  }

  .xl\:pt-36px {
    padding-top: 36px;
  }

  .xl\:pr-36px {
    padding-right: 36px;
  }

  .xl\:pb-36px {
    padding-bottom: 36px;
  }

  .xl\:pl-36px {
    padding-left: 36px;
  }

  .xl\:pt-37px {
    padding-top: 37px;
  }

  .xl\:pr-37px {
    padding-right: 37px;
  }

  .xl\:pb-37px {
    padding-bottom: 37px;
  }

  .xl\:pl-37px {
    padding-left: 37px;
  }

  .xl\:pt-38px {
    padding-top: 38px;
  }

  .xl\:pr-38px {
    padding-right: 38px;
  }

  .xl\:pb-38px {
    padding-bottom: 38px;
  }

  .xl\:pl-38px {
    padding-left: 38px;
  }

  .xl\:pt-39px {
    padding-top: 39px;
  }

  .xl\:pr-39px {
    padding-right: 39px;
  }

  .xl\:pb-39px {
    padding-bottom: 39px;
  }

  .xl\:pl-39px {
    padding-left: 39px;
  }

  .xl\:pt-40px {
    padding-top: 40px;
  }

  .xl\:pr-40px {
    padding-right: 40px;
  }

  .xl\:pb-40px {
    padding-bottom: 40px;
  }

  .xl\:pl-40px {
    padding-left: 40px;
  }

  .xl\:pt-41px {
    padding-top: 41px;
  }

  .xl\:pr-41px {
    padding-right: 41px;
  }

  .xl\:pb-41px {
    padding-bottom: 41px;
  }

  .xl\:pl-41px {
    padding-left: 41px;
  }

  .xl\:pt-42px {
    padding-top: 42px;
  }

  .xl\:pr-42px {
    padding-right: 42px;
  }

  .xl\:pb-42px {
    padding-bottom: 42px;
  }

  .xl\:pl-42px {
    padding-left: 42px;
  }

  .xl\:pt-43px {
    padding-top: 43px;
  }

  .xl\:pr-43px {
    padding-right: 43px;
  }

  .xl\:pb-43px {
    padding-bottom: 43px;
  }

  .xl\:pl-43px {
    padding-left: 43px;
  }

  .xl\:pt-44px {
    padding-top: 44px;
  }

  .xl\:pr-44px {
    padding-right: 44px;
  }

  .xl\:pb-44px {
    padding-bottom: 44px;
  }

  .xl\:pl-44px {
    padding-left: 44px;
  }

  .xl\:pt-45px {
    padding-top: 45px;
  }

  .xl\:pr-45px {
    padding-right: 45px;
  }

  .xl\:pb-45px {
    padding-bottom: 45px;
  }

  .xl\:pl-45px {
    padding-left: 45px;
  }

  .xl\:pt-46px {
    padding-top: 46px;
  }

  .xl\:pr-46px {
    padding-right: 46px;
  }

  .xl\:pb-46px {
    padding-bottom: 46px;
  }

  .xl\:pl-46px {
    padding-left: 46px;
  }

  .xl\:pt-47px {
    padding-top: 47px;
  }

  .xl\:pr-47px {
    padding-right: 47px;
  }

  .xl\:pb-47px {
    padding-bottom: 47px;
  }

  .xl\:pl-47px {
    padding-left: 47px;
  }

  .xl\:pt-48px {
    padding-top: 48px;
  }

  .xl\:pr-48px {
    padding-right: 48px;
  }

  .xl\:pb-48px {
    padding-bottom: 48px;
  }

  .xl\:pl-48px {
    padding-left: 48px;
  }

  .xl\:pt-49px {
    padding-top: 49px;
  }

  .xl\:pr-49px {
    padding-right: 49px;
  }

  .xl\:pb-49px {
    padding-bottom: 49px;
  }

  .xl\:pl-49px {
    padding-left: 49px;
  }

  .xl\:pt-50px {
    padding-top: 50px;
  }

  .xl\:pr-50px {
    padding-right: 50px;
  }

  .xl\:pb-50px {
    padding-bottom: 50px;
  }

  .xl\:pl-50px {
    padding-left: 50px;
  }

  .xl\:pt-51px {
    padding-top: 51px;
  }

  .xl\:pr-51px {
    padding-right: 51px;
  }

  .xl\:pb-51px {
    padding-bottom: 51px;
  }

  .xl\:pl-51px {
    padding-left: 51px;
  }

  .xl\:pt-52px {
    padding-top: 52px;
  }

  .xl\:pr-52px {
    padding-right: 52px;
  }

  .xl\:pb-52px {
    padding-bottom: 52px;
  }

  .xl\:pl-52px {
    padding-left: 52px;
  }

  .xl\:pt-53px {
    padding-top: 53px;
  }

  .xl\:pr-53px {
    padding-right: 53px;
  }

  .xl\:pb-53px {
    padding-bottom: 53px;
  }

  .xl\:pl-53px {
    padding-left: 53px;
  }

  .xl\:pt-54px {
    padding-top: 54px;
  }

  .xl\:pr-54px {
    padding-right: 54px;
  }

  .xl\:pb-54px {
    padding-bottom: 54px;
  }

  .xl\:pl-54px {
    padding-left: 54px;
  }

  .xl\:pt-55px {
    padding-top: 55px;
  }

  .xl\:pr-55px {
    padding-right: 55px;
  }

  .xl\:pb-55px {
    padding-bottom: 55px;
  }

  .xl\:pl-55px {
    padding-left: 55px;
  }

  .xl\:pt-56px {
    padding-top: 56px;
  }

  .xl\:pr-56px {
    padding-right: 56px;
  }

  .xl\:pb-56px {
    padding-bottom: 56px;
  }

  .xl\:pl-56px {
    padding-left: 56px;
  }

  .xl\:pt-57px {
    padding-top: 57px;
  }

  .xl\:pr-57px {
    padding-right: 57px;
  }

  .xl\:pb-57px {
    padding-bottom: 57px;
  }

  .xl\:pl-57px {
    padding-left: 57px;
  }

  .xl\:pt-58px {
    padding-top: 58px;
  }

  .xl\:pr-58px {
    padding-right: 58px;
  }

  .xl\:pb-58px {
    padding-bottom: 58px;
  }

  .xl\:pl-58px {
    padding-left: 58px;
  }

  .xl\:pt-59px {
    padding-top: 59px;
  }

  .xl\:pr-59px {
    padding-right: 59px;
  }

  .xl\:pb-59px {
    padding-bottom: 59px;
  }

  .xl\:pl-59px {
    padding-left: 59px;
  }

  .xl\:pt-60px {
    padding-top: 60px;
  }

  .xl\:pr-60px {
    padding-right: 60px;
  }

  .xl\:pb-60px {
    padding-bottom: 60px;
  }

  .xl\:pl-60px {
    padding-left: 60px;
  }

  .xl\:pt-61px {
    padding-top: 61px;
  }

  .xl\:pr-61px {
    padding-right: 61px;
  }

  .xl\:pb-61px {
    padding-bottom: 61px;
  }

  .xl\:pl-61px {
    padding-left: 61px;
  }

  .xl\:pt-62px {
    padding-top: 62px;
  }

  .xl\:pr-62px {
    padding-right: 62px;
  }

  .xl\:pb-62px {
    padding-bottom: 62px;
  }

  .xl\:pl-62px {
    padding-left: 62px;
  }

  .xl\:pt-63px {
    padding-top: 63px;
  }

  .xl\:pr-63px {
    padding-right: 63px;
  }

  .xl\:pb-63px {
    padding-bottom: 63px;
  }

  .xl\:pl-63px {
    padding-left: 63px;
  }

  .xl\:pt-64px {
    padding-top: 64px;
  }

  .xl\:pr-64px {
    padding-right: 64px;
  }

  .xl\:pb-64px {
    padding-bottom: 64px;
  }

  .xl\:pl-64px {
    padding-left: 64px;
  }

  .xl\:pt-65px {
    padding-top: 65px;
  }

  .xl\:pr-65px {
    padding-right: 65px;
  }

  .xl\:pb-65px {
    padding-bottom: 65px;
  }

  .xl\:pl-65px {
    padding-left: 65px;
  }

  .xl\:pt-66px {
    padding-top: 66px;
  }

  .xl\:pr-66px {
    padding-right: 66px;
  }

  .xl\:pb-66px {
    padding-bottom: 66px;
  }

  .xl\:pl-66px {
    padding-left: 66px;
  }

  .xl\:pt-67px {
    padding-top: 67px;
  }

  .xl\:pr-67px {
    padding-right: 67px;
  }

  .xl\:pb-67px {
    padding-bottom: 67px;
  }

  .xl\:pl-67px {
    padding-left: 67px;
  }

  .xl\:pt-68px {
    padding-top: 68px;
  }

  .xl\:pr-68px {
    padding-right: 68px;
  }

  .xl\:pb-68px {
    padding-bottom: 68px;
  }

  .xl\:pl-68px {
    padding-left: 68px;
  }

  .xl\:pt-69px {
    padding-top: 69px;
  }

  .xl\:pr-69px {
    padding-right: 69px;
  }

  .xl\:pb-69px {
    padding-bottom: 69px;
  }

  .xl\:pl-69px {
    padding-left: 69px;
  }

  .xl\:pt-70px {
    padding-top: 70px;
  }

  .xl\:pr-70px {
    padding-right: 70px;
  }

  .xl\:pb-70px {
    padding-bottom: 70px;
  }

  .xl\:pl-70px {
    padding-left: 70px;
  }

  .xl\:pt-71px {
    padding-top: 71px;
  }

  .xl\:pr-71px {
    padding-right: 71px;
  }

  .xl\:pb-71px {
    padding-bottom: 71px;
  }

  .xl\:pl-71px {
    padding-left: 71px;
  }

  .xl\:pt-72px {
    padding-top: 72px;
  }

  .xl\:pr-72px {
    padding-right: 72px;
  }

  .xl\:pb-72px {
    padding-bottom: 72px;
  }

  .xl\:pl-72px {
    padding-left: 72px;
  }

  .xl\:pt-73px {
    padding-top: 73px;
  }

  .xl\:pr-73px {
    padding-right: 73px;
  }

  .xl\:pb-73px {
    padding-bottom: 73px;
  }

  .xl\:pl-73px {
    padding-left: 73px;
  }

  .xl\:pt-74px {
    padding-top: 74px;
  }

  .xl\:pr-74px {
    padding-right: 74px;
  }

  .xl\:pb-74px {
    padding-bottom: 74px;
  }

  .xl\:pl-74px {
    padding-left: 74px;
  }

  .xl\:pt-75px {
    padding-top: 75px;
  }

  .xl\:pr-75px {
    padding-right: 75px;
  }

  .xl\:pb-75px {
    padding-bottom: 75px;
  }

  .xl\:pl-75px {
    padding-left: 75px;
  }

  .xl\:pt-76px {
    padding-top: 76px;
  }

  .xl\:pr-76px {
    padding-right: 76px;
  }

  .xl\:pb-76px {
    padding-bottom: 76px;
  }

  .xl\:pl-76px {
    padding-left: 76px;
  }

  .xl\:pt-77px {
    padding-top: 77px;
  }

  .xl\:pr-77px {
    padding-right: 77px;
  }

  .xl\:pb-77px {
    padding-bottom: 77px;
  }

  .xl\:pl-77px {
    padding-left: 77px;
  }

  .xl\:pt-78px {
    padding-top: 78px;
  }

  .xl\:pr-78px {
    padding-right: 78px;
  }

  .xl\:pb-78px {
    padding-bottom: 78px;
  }

  .xl\:pl-78px {
    padding-left: 78px;
  }

  .xl\:pt-79px {
    padding-top: 79px;
  }

  .xl\:pr-79px {
    padding-right: 79px;
  }

  .xl\:pb-79px {
    padding-bottom: 79px;
  }

  .xl\:pl-79px {
    padding-left: 79px;
  }

  .xl\:pt-80px {
    padding-top: 80px;
  }

  .xl\:pr-80px {
    padding-right: 80px;
  }

  .xl\:pb-80px {
    padding-bottom: 80px;
  }

  .xl\:pl-80px {
    padding-left: 80px;
  }

  .xl\:pt-81px {
    padding-top: 81px;
  }

  .xl\:pr-81px {
    padding-right: 81px;
  }

  .xl\:pb-81px {
    padding-bottom: 81px;
  }

  .xl\:pl-81px {
    padding-left: 81px;
  }

  .xl\:pt-82px {
    padding-top: 82px;
  }

  .xl\:pr-82px {
    padding-right: 82px;
  }

  .xl\:pb-82px {
    padding-bottom: 82px;
  }

  .xl\:pl-82px {
    padding-left: 82px;
  }

  .xl\:pt-83px {
    padding-top: 83px;
  }

  .xl\:pr-83px {
    padding-right: 83px;
  }

  .xl\:pb-83px {
    padding-bottom: 83px;
  }

  .xl\:pl-83px {
    padding-left: 83px;
  }

  .xl\:pt-84px {
    padding-top: 84px;
  }

  .xl\:pr-84px {
    padding-right: 84px;
  }

  .xl\:pb-84px {
    padding-bottom: 84px;
  }

  .xl\:pl-84px {
    padding-left: 84px;
  }

  .xl\:pt-85px {
    padding-top: 85px;
  }

  .xl\:pr-85px {
    padding-right: 85px;
  }

  .xl\:pb-85px {
    padding-bottom: 85px;
  }

  .xl\:pl-85px {
    padding-left: 85px;
  }

  .xl\:pt-86px {
    padding-top: 86px;
  }

  .xl\:pr-86px {
    padding-right: 86px;
  }

  .xl\:pb-86px {
    padding-bottom: 86px;
  }

  .xl\:pl-86px {
    padding-left: 86px;
  }

  .xl\:pt-87px {
    padding-top: 87px;
  }

  .xl\:pr-87px {
    padding-right: 87px;
  }

  .xl\:pb-87px {
    padding-bottom: 87px;
  }

  .xl\:pl-87px {
    padding-left: 87px;
  }

  .xl\:pt-88px {
    padding-top: 88px;
  }

  .xl\:pr-88px {
    padding-right: 88px;
  }

  .xl\:pb-88px {
    padding-bottom: 88px;
  }

  .xl\:pl-88px {
    padding-left: 88px;
  }

  .xl\:pt-89px {
    padding-top: 89px;
  }

  .xl\:pr-89px {
    padding-right: 89px;
  }

  .xl\:pb-89px {
    padding-bottom: 89px;
  }

  .xl\:pl-89px {
    padding-left: 89px;
  }

  .xl\:pt-90px {
    padding-top: 90px;
  }

  .xl\:pr-90px {
    padding-right: 90px;
  }

  .xl\:pb-90px {
    padding-bottom: 90px;
  }

  .xl\:pl-90px {
    padding-left: 90px;
  }

  .xl\:pt-91px {
    padding-top: 91px;
  }

  .xl\:pr-91px {
    padding-right: 91px;
  }

  .xl\:pb-91px {
    padding-bottom: 91px;
  }

  .xl\:pl-91px {
    padding-left: 91px;
  }

  .xl\:pt-92px {
    padding-top: 92px;
  }

  .xl\:pr-92px {
    padding-right: 92px;
  }

  .xl\:pb-92px {
    padding-bottom: 92px;
  }

  .xl\:pl-92px {
    padding-left: 92px;
  }

  .xl\:pt-93px {
    padding-top: 93px;
  }

  .xl\:pr-93px {
    padding-right: 93px;
  }

  .xl\:pb-93px {
    padding-bottom: 93px;
  }

  .xl\:pl-93px {
    padding-left: 93px;
  }

  .xl\:pt-94px {
    padding-top: 94px;
  }

  .xl\:pr-94px {
    padding-right: 94px;
  }

  .xl\:pb-94px {
    padding-bottom: 94px;
  }

  .xl\:pl-94px {
    padding-left: 94px;
  }

  .xl\:pt-95px {
    padding-top: 95px;
  }

  .xl\:pr-95px {
    padding-right: 95px;
  }

  .xl\:pb-95px {
    padding-bottom: 95px;
  }

  .xl\:pl-95px {
    padding-left: 95px;
  }

  .xl\:pt-96px {
    padding-top: 96px;
  }

  .xl\:pr-96px {
    padding-right: 96px;
  }

  .xl\:pb-96px {
    padding-bottom: 96px;
  }

  .xl\:pl-96px {
    padding-left: 96px;
  }

  .xl\:pt-97px {
    padding-top: 97px;
  }

  .xl\:pr-97px {
    padding-right: 97px;
  }

  .xl\:pb-97px {
    padding-bottom: 97px;
  }

  .xl\:pl-97px {
    padding-left: 97px;
  }

  .xl\:pt-98px {
    padding-top: 98px;
  }

  .xl\:pr-98px {
    padding-right: 98px;
  }

  .xl\:pb-98px {
    padding-bottom: 98px;
  }

  .xl\:pl-98px {
    padding-left: 98px;
  }

  .xl\:pt-99px {
    padding-top: 99px;
  }

  .xl\:pr-99px {
    padding-right: 99px;
  }

  .xl\:pb-99px {
    padding-bottom: 99px;
  }

  .xl\:pl-99px {
    padding-left: 99px;
  }

  .xl\:pt-100px {
    padding-top: 100px;
  }

  .xl\:pr-100px {
    padding-right: 100px;
  }

  .xl\:pb-100px {
    padding-bottom: 100px;
  }

  .xl\:pl-100px {
    padding-left: 100px;
  }

  .xl\:pt-101px {
    padding-top: 101px;
  }

  .xl\:pr-101px {
    padding-right: 101px;
  }

  .xl\:pb-101px {
    padding-bottom: 101px;
  }

  .xl\:pl-101px {
    padding-left: 101px;
  }

  .xl\:pt-102px {
    padding-top: 102px;
  }

  .xl\:pr-102px {
    padding-right: 102px;
  }

  .xl\:pb-102px {
    padding-bottom: 102px;
  }

  .xl\:pl-102px {
    padding-left: 102px;
  }

  .xl\:pt-103px {
    padding-top: 103px;
  }

  .xl\:pr-103px {
    padding-right: 103px;
  }

  .xl\:pb-103px {
    padding-bottom: 103px;
  }

  .xl\:pl-103px {
    padding-left: 103px;
  }

  .xl\:pt-104px {
    padding-top: 104px;
  }

  .xl\:pr-104px {
    padding-right: 104px;
  }

  .xl\:pb-104px {
    padding-bottom: 104px;
  }

  .xl\:pl-104px {
    padding-left: 104px;
  }

  .xl\:pt-105px {
    padding-top: 105px;
  }

  .xl\:pr-105px {
    padding-right: 105px;
  }

  .xl\:pb-105px {
    padding-bottom: 105px;
  }

  .xl\:pl-105px {
    padding-left: 105px;
  }

  .xl\:pt-106px {
    padding-top: 106px;
  }

  .xl\:pr-106px {
    padding-right: 106px;
  }

  .xl\:pb-106px {
    padding-bottom: 106px;
  }

  .xl\:pl-106px {
    padding-left: 106px;
  }

  .xl\:pt-107px {
    padding-top: 107px;
  }

  .xl\:pr-107px {
    padding-right: 107px;
  }

  .xl\:pb-107px {
    padding-bottom: 107px;
  }

  .xl\:pl-107px {
    padding-left: 107px;
  }

  .xl\:pt-108px {
    padding-top: 108px;
  }

  .xl\:pr-108px {
    padding-right: 108px;
  }

  .xl\:pb-108px {
    padding-bottom: 108px;
  }

  .xl\:pl-108px {
    padding-left: 108px;
  }

  .xl\:pt-109px {
    padding-top: 109px;
  }

  .xl\:pr-109px {
    padding-right: 109px;
  }

  .xl\:pb-109px {
    padding-bottom: 109px;
  }

  .xl\:pl-109px {
    padding-left: 109px;
  }

  .xl\:pt-110px {
    padding-top: 110px;
  }

  .xl\:pr-110px {
    padding-right: 110px;
  }

  .xl\:pb-110px {
    padding-bottom: 110px;
  }

  .xl\:pl-110px {
    padding-left: 110px;
  }

  .xl\:pt-111px {
    padding-top: 111px;
  }

  .xl\:pr-111px {
    padding-right: 111px;
  }

  .xl\:pb-111px {
    padding-bottom: 111px;
  }

  .xl\:pl-111px {
    padding-left: 111px;
  }

  .xl\:pt-112px {
    padding-top: 112px;
  }

  .xl\:pr-112px {
    padding-right: 112px;
  }

  .xl\:pb-112px {
    padding-bottom: 112px;
  }

  .xl\:pl-112px {
    padding-left: 112px;
  }

  .xl\:pt-113px {
    padding-top: 113px;
  }

  .xl\:pr-113px {
    padding-right: 113px;
  }

  .xl\:pb-113px {
    padding-bottom: 113px;
  }

  .xl\:pl-113px {
    padding-left: 113px;
  }

  .xl\:pt-114px {
    padding-top: 114px;
  }

  .xl\:pr-114px {
    padding-right: 114px;
  }

  .xl\:pb-114px {
    padding-bottom: 114px;
  }

  .xl\:pl-114px {
    padding-left: 114px;
  }

  .xl\:pt-115px {
    padding-top: 115px;
  }

  .xl\:pr-115px {
    padding-right: 115px;
  }

  .xl\:pb-115px {
    padding-bottom: 115px;
  }

  .xl\:pl-115px {
    padding-left: 115px;
  }

  .xl\:pt-116px {
    padding-top: 116px;
  }

  .xl\:pr-116px {
    padding-right: 116px;
  }

  .xl\:pb-116px {
    padding-bottom: 116px;
  }

  .xl\:pl-116px {
    padding-left: 116px;
  }

  .xl\:pt-117px {
    padding-top: 117px;
  }

  .xl\:pr-117px {
    padding-right: 117px;
  }

  .xl\:pb-117px {
    padding-bottom: 117px;
  }

  .xl\:pl-117px {
    padding-left: 117px;
  }

  .xl\:pt-118px {
    padding-top: 118px;
  }

  .xl\:pr-118px {
    padding-right: 118px;
  }

  .xl\:pb-118px {
    padding-bottom: 118px;
  }

  .xl\:pl-118px {
    padding-left: 118px;
  }

  .xl\:pt-119px {
    padding-top: 119px;
  }

  .xl\:pr-119px {
    padding-right: 119px;
  }

  .xl\:pb-119px {
    padding-bottom: 119px;
  }

  .xl\:pl-119px {
    padding-left: 119px;
  }

  .xl\:pt-120px {
    padding-top: 120px;
  }

  .xl\:pr-120px {
    padding-right: 120px;
  }

  .xl\:pb-120px {
    padding-bottom: 120px;
  }

  .xl\:pl-120px {
    padding-left: 120px;
  }

  .xl\:pt-121px {
    padding-top: 121px;
  }

  .xl\:pr-121px {
    padding-right: 121px;
  }

  .xl\:pb-121px {
    padding-bottom: 121px;
  }

  .xl\:pl-121px {
    padding-left: 121px;
  }

  .xl\:pt-122px {
    padding-top: 122px;
  }

  .xl\:pr-122px {
    padding-right: 122px;
  }

  .xl\:pb-122px {
    padding-bottom: 122px;
  }

  .xl\:pl-122px {
    padding-left: 122px;
  }

  .xl\:pt-123px {
    padding-top: 123px;
  }

  .xl\:pr-123px {
    padding-right: 123px;
  }

  .xl\:pb-123px {
    padding-bottom: 123px;
  }

  .xl\:pl-123px {
    padding-left: 123px;
  }

  .xl\:pt-124px {
    padding-top: 124px;
  }

  .xl\:pr-124px {
    padding-right: 124px;
  }

  .xl\:pb-124px {
    padding-bottom: 124px;
  }

  .xl\:pl-124px {
    padding-left: 124px;
  }

  .xl\:pt-125px {
    padding-top: 125px;
  }

  .xl\:pr-125px {
    padding-right: 125px;
  }

  .xl\:pb-125px {
    padding-bottom: 125px;
  }

  .xl\:pl-125px {
    padding-left: 125px;
  }

  .xl\:pt-126px {
    padding-top: 126px;
  }

  .xl\:pr-126px {
    padding-right: 126px;
  }

  .xl\:pb-126px {
    padding-bottom: 126px;
  }

  .xl\:pl-126px {
    padding-left: 126px;
  }

  .xl\:pt-127px {
    padding-top: 127px;
  }

  .xl\:pr-127px {
    padding-right: 127px;
  }

  .xl\:pb-127px {
    padding-bottom: 127px;
  }

  .xl\:pl-127px {
    padding-left: 127px;
  }

  .xl\:pt-128px {
    padding-top: 128px;
  }

  .xl\:pr-128px {
    padding-right: 128px;
  }

  .xl\:pb-128px {
    padding-bottom: 128px;
  }

  .xl\:pl-128px {
    padding-left: 128px;
  }

  .xl\:pt-129px {
    padding-top: 129px;
  }

  .xl\:pr-129px {
    padding-right: 129px;
  }

  .xl\:pb-129px {
    padding-bottom: 129px;
  }

  .xl\:pl-129px {
    padding-left: 129px;
  }

  .xl\:pt-130px {
    padding-top: 130px;
  }

  .xl\:pr-130px {
    padding-right: 130px;
  }

  .xl\:pb-130px {
    padding-bottom: 130px;
  }

  .xl\:pl-130px {
    padding-left: 130px;
  }

  .xl\:pt-133px {
    padding-top: 133px;
  }

  .xl\:pr-133px {
    padding-right: 133px;
  }

  .xl\:pb-133px {
    padding-bottom: 133px;
  }

  .xl\:pl-133px {
    padding-left: 133px;
  }

  .xl\:pt-140px {
    padding-top: 140px;
  }

  .xl\:pr-140px {
    padding-right: 140px;
  }

  .xl\:pb-140px {
    padding-bottom: 140px;
  }

  .xl\:pl-140px {
    padding-left: 140px;
  }

  .xl\:pt-195px {
    padding-top: 195px;
  }

  .xl\:pr-195px {
    padding-right: 195px;
  }

  .xl\:pb-195px {
    padding-bottom: 195px;
  }

  .xl\:pl-195px {
    padding-left: 195px;
  }

  .xl\:pt-200px {
    padding-top: 200px;
  }

  .xl\:pr-200px {
    padding-right: 200px;
  }

  .xl\:pb-200px {
    padding-bottom: 200px;
  }

  .xl\:pl-200px {
    padding-left: 200px;
  }

  .xl\:pt-210px {
    padding-top: 210px;
  }

  .xl\:pr-210px {
    padding-right: 210px;
  }

  .xl\:pb-210px {
    padding-bottom: 210px;
  }

  .xl\:pl-210px {
    padding-left: 210px;
  }

  .xl\:pt-222px {
    padding-top: 222px;
  }

  .xl\:pr-222px {
    padding-right: 222px;
  }

  .xl\:pb-222px {
    padding-bottom: 222px;
  }

  .xl\:pl-222px {
    padding-left: 222px;
  }

  .xl\:pt-258px {
    padding-top: 258px;
  }

  .xl\:pr-258px {
    padding-right: 258px;
  }

  .xl\:pb-258px {
    padding-bottom: 258px;
  }

  .xl\:pl-258px {
    padding-left: 258px;
  }

  .xl\:pt-280px {
    padding-top: 280px;
  }

  .xl\:pr-280px {
    padding-right: 280px;
  }

  .xl\:pb-280px {
    padding-bottom: 280px;
  }

  .xl\:pl-280px {
    padding-left: 280px;
  }

  .xl\:pt-334px {
    padding-top: 334px;
  }

  .xl\:pr-334px {
    padding-right: 334px;
  }

  .xl\:pb-334px {
    padding-bottom: 334px;
  }

  .xl\:pl-334px {
    padding-left: 334px;
  }

  .xl\:pt-388px {
    padding-top: 388px;
  }

  .xl\:pr-388px {
    padding-right: 388px;
  }

  .xl\:pb-388px {
    padding-bottom: 388px;
  }

  .xl\:pl-388px {
    padding-left: 388px;
  }

  .xl\:pt-480px {
    padding-top: 480px;
  }

  .xl\:pr-480px {
    padding-right: 480px;
  }

  .xl\:pb-480px {
    padding-bottom: 480px;
  }

  .xl\:pl-480px {
    padding-left: 480px;
  }

  .xl\:pt-490px {
    padding-top: 490px;
  }

  .xl\:pr-490px {
    padding-right: 490px;
  }

  .xl\:pb-490px {
    padding-bottom: 490px;
  }

  .xl\:pl-490px {
    padding-left: 490px;
  }

  .xl\:pt-505px {
    padding-top: 505px;
  }

  .xl\:pr-505px {
    padding-right: 505px;
  }

  .xl\:pb-505px {
    padding-bottom: 505px;
  }

  .xl\:pl-505px {
    padding-left: 505px;
  }

  .xl\:pt-507px {
    padding-top: 507px;
  }

  .xl\:pr-507px {
    padding-right: 507px;
  }

  .xl\:pb-507px {
    padding-bottom: 507px;
  }

  .xl\:pl-507px {
    padding-left: 507px;
  }

  .xl\:pt-760px {
    padding-top: 760px;
  }

  .xl\:pr-760px {
    padding-right: 760px;
  }

  .xl\:pb-760px {
    padding-bottom: 760px;
  }

  .xl\:pl-760px {
    padding-left: 760px;
  }

  .xl\:pt-780px {
    padding-top: 780px;
  }

  .xl\:pr-780px {
    padding-right: 780px;
  }

  .xl\:pb-780px {
    padding-bottom: 780px;
  }

  .xl\:pl-780px {
    padding-left: 780px;
  }

  .xl\:pt-980px {
    padding-top: 980px;
  }

  .xl\:pr-980px {
    padding-right: 980px;
  }

  .xl\:pb-980px {
    padding-bottom: 980px;
  }

  .xl\:pl-980px {
    padding-left: 980px;
  }

  .xl\:pt-1366px {
    padding-top: 1366px;
  }

  .xl\:pr-1366px {
    padding-right: 1366px;
  }

  .xl\:pb-1366px {
    padding-bottom: 1366px;
  }

  .xl\:pl-1366px {
    padding-left: 1366px;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .xl\:placeholder-current::placeholder {
    color: currentColor;
  }

  .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:-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-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-main-bg:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-main-bg::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-main-bg-2:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-main-bg-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-main-bg-3:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-main-bg-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-web-logo-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-web-logo-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-public-logo-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-public-logo-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-button-primary-pink:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-button-primary-pink::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-button-secondary-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-button-secondary-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-link-text-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-link-text-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sub-text-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sub-text-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-body-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-body-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-copyright-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-copyright-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-breadcrumb-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-breadcrumb-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-dark-text-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-dark-text-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-background-black-a:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-background-black-a::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-background-black-b:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-background-black-b::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-background-black-c:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-background-black-c::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-background-black-d:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-background-black-d::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-product-detail-body-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-product-detail-body-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-primary-pink:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-primary-pink::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-footer-divide-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-footer-divide-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-detail-text-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-detail-text-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-detail-desc-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-detail-desc-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-border-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-border-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .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: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-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-main-bg:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-main-bg:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-main-bg-2:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-main-bg-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-main-bg-3:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-main-bg-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-web-logo-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-web-logo-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-public-logo-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-public-logo-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-button-primary-pink:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-button-primary-pink:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-button-secondary-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-button-secondary-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-link-text-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-link-text-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sub-text-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sub-text-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-body-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-body-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-copyright-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-copyright-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-breadcrumb-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-breadcrumb-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-dark-text-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-dark-text-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-background-black-a:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-background-black-a:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-background-black-b:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-background-black-b:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-background-black-c:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-background-black-c:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-background-black-d:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-background-black-d:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-product-detail-body-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-product-detail-body-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-primary-pink:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-primary-pink:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-footer-divide-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-footer-divide-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-detail-text-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-detail-text-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-detail-desc-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-detail-desc-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-border-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-border-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .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:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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:-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-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:inset-1px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:inset-2px {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .xl\:inset-3px {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .xl\:inset-4px {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .xl\:inset-5px {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .xl\:inset-6px {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .xl\:inset-7px {
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .xl\:inset-8px {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .xl\:inset-9px {
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px;
  }

  .xl\:inset-10px {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .xl\:inset-11px {
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .xl\:inset-12px {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .xl\:inset-13px {
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .xl\:inset-14px {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .xl\:inset-15px {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .xl\:inset-16px {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .xl\:inset-17px {
    top: 17px;
    right: 17px;
    bottom: 17px;
    left: 17px;
  }

  .xl\:inset-18px {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .xl\:inset-19px {
    top: 19px;
    right: 19px;
    bottom: 19px;
    left: 19px;
  }

  .xl\:inset-20px {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .xl\:inset-21px {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .xl\:inset-22px {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .xl\:inset-23px {
    top: 23px;
    right: 23px;
    bottom: 23px;
    left: 23px;
  }

  .xl\:inset-24px {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .xl\:inset-25px {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .xl\:inset-26px {
    top: 26px;
    right: 26px;
    bottom: 26px;
    left: 26px;
  }

  .xl\:inset-27px {
    top: 27px;
    right: 27px;
    bottom: 27px;
    left: 27px;
  }

  .xl\:inset-28px {
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .xl\:inset-29px {
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .xl\:inset-30px {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .xl\:inset-31px {
    top: 31px;
    right: 31px;
    bottom: 31px;
    left: 31px;
  }

  .xl\:inset-32px {
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .xl\:inset-33px {
    top: 33px;
    right: 33px;
    bottom: 33px;
    left: 33px;
  }

  .xl\:inset-34px {
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .xl\:inset-35px {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .xl\:inset-36px {
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .xl\:inset-37px {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .xl\:inset-38px {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .xl\:inset-39px {
    top: 39px;
    right: 39px;
    bottom: 39px;
    left: 39px;
  }

  .xl\:inset-40px {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .xl\:inset-41px {
    top: 41px;
    right: 41px;
    bottom: 41px;
    left: 41px;
  }

  .xl\:inset-42px {
    top: 42px;
    right: 42px;
    bottom: 42px;
    left: 42px;
  }

  .xl\:inset-43px {
    top: 43px;
    right: 43px;
    bottom: 43px;
    left: 43px;
  }

  .xl\:inset-44px {
    top: 44px;
    right: 44px;
    bottom: 44px;
    left: 44px;
  }

  .xl\:inset-45px {
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .xl\:inset-46px {
    top: 46px;
    right: 46px;
    bottom: 46px;
    left: 46px;
  }

  .xl\:inset-47px {
    top: 47px;
    right: 47px;
    bottom: 47px;
    left: 47px;
  }

  .xl\:inset-48px {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .xl\:inset-49px {
    top: 49px;
    right: 49px;
    bottom: 49px;
    left: 49px;
  }

  .xl\:inset-50px {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .xl\:inset-51px {
    top: 51px;
    right: 51px;
    bottom: 51px;
    left: 51px;
  }

  .xl\:inset-52px {
    top: 52px;
    right: 52px;
    bottom: 52px;
    left: 52px;
  }

  .xl\:inset-53px {
    top: 53px;
    right: 53px;
    bottom: 53px;
    left: 53px;
  }

  .xl\:inset-54px {
    top: 54px;
    right: 54px;
    bottom: 54px;
    left: 54px;
  }

  .xl\:inset-55px {
    top: 55px;
    right: 55px;
    bottom: 55px;
    left: 55px;
  }

  .xl\:inset-56px {
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .xl\:inset-57px {
    top: 57px;
    right: 57px;
    bottom: 57px;
    left: 57px;
  }

  .xl\:inset-58px {
    top: 58px;
    right: 58px;
    bottom: 58px;
    left: 58px;
  }

  .xl\:inset-59px {
    top: 59px;
    right: 59px;
    bottom: 59px;
    left: 59px;
  }

  .xl\:inset-60px {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .xl\:inset-61px {
    top: 61px;
    right: 61px;
    bottom: 61px;
    left: 61px;
  }

  .xl\:inset-62px {
    top: 62px;
    right: 62px;
    bottom: 62px;
    left: 62px;
  }

  .xl\:inset-63px {
    top: 63px;
    right: 63px;
    bottom: 63px;
    left: 63px;
  }

  .xl\:inset-64px {
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .xl\:inset-65px {
    top: 65px;
    right: 65px;
    bottom: 65px;
    left: 65px;
  }

  .xl\:inset-66px {
    top: 66px;
    right: 66px;
    bottom: 66px;
    left: 66px;
  }

  .xl\:inset-67px {
    top: 67px;
    right: 67px;
    bottom: 67px;
    left: 67px;
  }

  .xl\:inset-68px {
    top: 68px;
    right: 68px;
    bottom: 68px;
    left: 68px;
  }

  .xl\:inset-69px {
    top: 69px;
    right: 69px;
    bottom: 69px;
    left: 69px;
  }

  .xl\:inset-70px {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .xl\:inset-71px {
    top: 71px;
    right: 71px;
    bottom: 71px;
    left: 71px;
  }

  .xl\:inset-72px {
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .xl\:inset-73px {
    top: 73px;
    right: 73px;
    bottom: 73px;
    left: 73px;
  }

  .xl\:inset-74px {
    top: 74px;
    right: 74px;
    bottom: 74px;
    left: 74px;
  }

  .xl\:inset-75px {
    top: 75px;
    right: 75px;
    bottom: 75px;
    left: 75px;
  }

  .xl\:inset-76px {
    top: 76px;
    right: 76px;
    bottom: 76px;
    left: 76px;
  }

  .xl\:inset-77px {
    top: 77px;
    right: 77px;
    bottom: 77px;
    left: 77px;
  }

  .xl\:inset-78px {
    top: 78px;
    right: 78px;
    bottom: 78px;
    left: 78px;
  }

  .xl\:inset-79px {
    top: 79px;
    right: 79px;
    bottom: 79px;
    left: 79px;
  }

  .xl\:inset-80px {
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .xl\:inset-81px {
    top: 81px;
    right: 81px;
    bottom: 81px;
    left: 81px;
  }

  .xl\:inset-82px {
    top: 82px;
    right: 82px;
    bottom: 82px;
    left: 82px;
  }

  .xl\:inset-83px {
    top: 83px;
    right: 83px;
    bottom: 83px;
    left: 83px;
  }

  .xl\:inset-84px {
    top: 84px;
    right: 84px;
    bottom: 84px;
    left: 84px;
  }

  .xl\:inset-85px {
    top: 85px;
    right: 85px;
    bottom: 85px;
    left: 85px;
  }

  .xl\:inset-86px {
    top: 86px;
    right: 86px;
    bottom: 86px;
    left: 86px;
  }

  .xl\:inset-87px {
    top: 87px;
    right: 87px;
    bottom: 87px;
    left: 87px;
  }

  .xl\:inset-88px {
    top: 88px;
    right: 88px;
    bottom: 88px;
    left: 88px;
  }

  .xl\:inset-89px {
    top: 89px;
    right: 89px;
    bottom: 89px;
    left: 89px;
  }

  .xl\:inset-90px {
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .xl\:inset-91px {
    top: 91px;
    right: 91px;
    bottom: 91px;
    left: 91px;
  }

  .xl\:inset-92px {
    top: 92px;
    right: 92px;
    bottom: 92px;
    left: 92px;
  }

  .xl\:inset-93px {
    top: 93px;
    right: 93px;
    bottom: 93px;
    left: 93px;
  }

  .xl\:inset-94px {
    top: 94px;
    right: 94px;
    bottom: 94px;
    left: 94px;
  }

  .xl\:inset-95px {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .xl\:inset-96px {
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px;
  }

  .xl\:inset-97px {
    top: 97px;
    right: 97px;
    bottom: 97px;
    left: 97px;
  }

  .xl\:inset-98px {
    top: 98px;
    right: 98px;
    bottom: 98px;
    left: 98px;
  }

  .xl\:inset-99px {
    top: 99px;
    right: 99px;
    bottom: 99px;
    left: 99px;
  }

  .xl\:inset-100px {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .xl\:inset-101px {
    top: 101px;
    right: 101px;
    bottom: 101px;
    left: 101px;
  }

  .xl\:inset-102px {
    top: 102px;
    right: 102px;
    bottom: 102px;
    left: 102px;
  }

  .xl\:inset-103px {
    top: 103px;
    right: 103px;
    bottom: 103px;
    left: 103px;
  }

  .xl\:inset-104px {
    top: 104px;
    right: 104px;
    bottom: 104px;
    left: 104px;
  }

  .xl\:inset-105px {
    top: 105px;
    right: 105px;
    bottom: 105px;
    left: 105px;
  }

  .xl\:inset-106px {
    top: 106px;
    right: 106px;
    bottom: 106px;
    left: 106px;
  }

  .xl\:inset-107px {
    top: 107px;
    right: 107px;
    bottom: 107px;
    left: 107px;
  }

  .xl\:inset-108px {
    top: 108px;
    right: 108px;
    bottom: 108px;
    left: 108px;
  }

  .xl\:inset-109px {
    top: 109px;
    right: 109px;
    bottom: 109px;
    left: 109px;
  }

  .xl\:inset-110px {
    top: 110px;
    right: 110px;
    bottom: 110px;
    left: 110px;
  }

  .xl\:inset-111px {
    top: 111px;
    right: 111px;
    bottom: 111px;
    left: 111px;
  }

  .xl\:inset-112px {
    top: 112px;
    right: 112px;
    bottom: 112px;
    left: 112px;
  }

  .xl\:inset-113px {
    top: 113px;
    right: 113px;
    bottom: 113px;
    left: 113px;
  }

  .xl\:inset-114px {
    top: 114px;
    right: 114px;
    bottom: 114px;
    left: 114px;
  }

  .xl\:inset-115px {
    top: 115px;
    right: 115px;
    bottom: 115px;
    left: 115px;
  }

  .xl\:inset-116px {
    top: 116px;
    right: 116px;
    bottom: 116px;
    left: 116px;
  }

  .xl\:inset-117px {
    top: 117px;
    right: 117px;
    bottom: 117px;
    left: 117px;
  }

  .xl\:inset-118px {
    top: 118px;
    right: 118px;
    bottom: 118px;
    left: 118px;
  }

  .xl\:inset-119px {
    top: 119px;
    right: 119px;
    bottom: 119px;
    left: 119px;
  }

  .xl\:inset-120px {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .xl\:inset-121px {
    top: 121px;
    right: 121px;
    bottom: 121px;
    left: 121px;
  }

  .xl\:inset-122px {
    top: 122px;
    right: 122px;
    bottom: 122px;
    left: 122px;
  }

  .xl\:inset-123px {
    top: 123px;
    right: 123px;
    bottom: 123px;
    left: 123px;
  }

  .xl\:inset-124px {
    top: 124px;
    right: 124px;
    bottom: 124px;
    left: 124px;
  }

  .xl\:inset-125px {
    top: 125px;
    right: 125px;
    bottom: 125px;
    left: 125px;
  }

  .xl\:inset-126px {
    top: 126px;
    right: 126px;
    bottom: 126px;
    left: 126px;
  }

  .xl\:inset-127px {
    top: 127px;
    right: 127px;
    bottom: 127px;
    left: 127px;
  }

  .xl\:inset-128px {
    top: 128px;
    right: 128px;
    bottom: 128px;
    left: 128px;
  }

  .xl\:inset-129px {
    top: 129px;
    right: 129px;
    bottom: 129px;
    left: 129px;
  }

  .xl\:inset-130px {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .xl\:inset-133px {
    top: 133px;
    right: 133px;
    bottom: 133px;
    left: 133px;
  }

  .xl\:inset-140px {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .xl\:inset-195px {
    top: 195px;
    right: 195px;
    bottom: 195px;
    left: 195px;
  }

  .xl\:inset-200px {
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .xl\:inset-210px {
    top: 210px;
    right: 210px;
    bottom: 210px;
    left: 210px;
  }

  .xl\:inset-222px {
    top: 222px;
    right: 222px;
    bottom: 222px;
    left: 222px;
  }

  .xl\:inset-258px {
    top: 258px;
    right: 258px;
    bottom: 258px;
    left: 258px;
  }

  .xl\:inset-280px {
    top: 280px;
    right: 280px;
    bottom: 280px;
    left: 280px;
  }

  .xl\:inset-334px {
    top: 334px;
    right: 334px;
    bottom: 334px;
    left: 334px;
  }

  .xl\:inset-388px {
    top: 388px;
    right: 388px;
    bottom: 388px;
    left: 388px;
  }

  .xl\:inset-480px {
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .xl\:inset-490px {
    top: 490px;
    right: 490px;
    bottom: 490px;
    left: 490px;
  }

  .xl\:inset-505px {
    top: 505px;
    right: 505px;
    bottom: 505px;
    left: 505px;
  }

  .xl\:inset-507px {
    top: 507px;
    right: 507px;
    bottom: 507px;
    left: 507px;
  }

  .xl\:inset-760px {
    top: 760px;
    right: 760px;
    bottom: 760px;
    left: 760px;
  }

  .xl\:inset-780px {
    top: 780px;
    right: 780px;
    bottom: 780px;
    left: 780px;
  }

  .xl\:inset-980px {
    top: 980px;
    right: 980px;
    bottom: 980px;
    left: 980px;
  }

  .xl\:inset-1366px {
    top: 1366px;
    right: 1366px;
    bottom: 1366px;
    left: 1366px;
  }

  .xl\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:-inset-1px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:-inset-2px {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .xl\:-inset-3px {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .xl\:-inset-4px {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .xl\:-inset-5px {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .xl\:-inset-6px {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }

  .xl\:-inset-7px {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .xl\:-inset-8px {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .xl\:-inset-9px {
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px;
  }

  .xl\:-inset-10px {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .xl\:-inset-11px {
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .xl\:-inset-12px {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .xl\:-inset-13px {
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .xl\:-inset-14px {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .xl\:-inset-15px {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .xl\:-inset-16px {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .xl\:-inset-17px {
    top: -17px;
    right: -17px;
    bottom: -17px;
    left: -17px;
  }

  .xl\:-inset-18px {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .xl\:-inset-19px {
    top: -19px;
    right: -19px;
    bottom: -19px;
    left: -19px;
  }

  .xl\:-inset-20px {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .xl\:-inset-21px {
    top: -21px;
    right: -21px;
    bottom: -21px;
    left: -21px;
  }

  .xl\:-inset-22px {
    top: -22px;
    right: -22px;
    bottom: -22px;
    left: -22px;
  }

  .xl\:-inset-23px {
    top: -23px;
    right: -23px;
    bottom: -23px;
    left: -23px;
  }

  .xl\:-inset-24px {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .xl\:-inset-25px {
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
  }

  .xl\:-inset-26px {
    top: -26px;
    right: -26px;
    bottom: -26px;
    left: -26px;
  }

  .xl\:-inset-27px {
    top: -27px;
    right: -27px;
    bottom: -27px;
    left: -27px;
  }

  .xl\:-inset-28px {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .xl\:-inset-29px {
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .xl\:-inset-30px {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .xl\:-inset-31px {
    top: -31px;
    right: -31px;
    bottom: -31px;
    left: -31px;
  }

  .xl\:-inset-32px {
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .xl\:-inset-33px {
    top: -33px;
    right: -33px;
    bottom: -33px;
    left: -33px;
  }

  .xl\:-inset-34px {
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .xl\:-inset-35px {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .xl\:-inset-36px {
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .xl\:-inset-37px {
    top: -37px;
    right: -37px;
    bottom: -37px;
    left: -37px;
  }

  .xl\:-inset-38px {
    top: -38px;
    right: -38px;
    bottom: -38px;
    left: -38px;
  }

  .xl\:-inset-39px {
    top: -39px;
    right: -39px;
    bottom: -39px;
    left: -39px;
  }

  .xl\:-inset-40px {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .xl\:-inset-41px {
    top: -41px;
    right: -41px;
    bottom: -41px;
    left: -41px;
  }

  .xl\:-inset-42px {
    top: -42px;
    right: -42px;
    bottom: -42px;
    left: -42px;
  }

  .xl\:-inset-43px {
    top: -43px;
    right: -43px;
    bottom: -43px;
    left: -43px;
  }

  .xl\:-inset-44px {
    top: -44px;
    right: -44px;
    bottom: -44px;
    left: -44px;
  }

  .xl\:-inset-45px {
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .xl\:-inset-46px {
    top: -46px;
    right: -46px;
    bottom: -46px;
    left: -46px;
  }

  .xl\:-inset-47px {
    top: -47px;
    right: -47px;
    bottom: -47px;
    left: -47px;
  }

  .xl\:-inset-48px {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .xl\:-inset-49px {
    top: -49px;
    right: -49px;
    bottom: -49px;
    left: -49px;
  }

  .xl\:-inset-50px {
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .xl\:-inset-51px {
    top: -51px;
    right: -51px;
    bottom: -51px;
    left: -51px;
  }

  .xl\:-inset-52px {
    top: -52px;
    right: -52px;
    bottom: -52px;
    left: -52px;
  }

  .xl\:-inset-53px {
    top: -53px;
    right: -53px;
    bottom: -53px;
    left: -53px;
  }

  .xl\:-inset-54px {
    top: -54px;
    right: -54px;
    bottom: -54px;
    left: -54px;
  }

  .xl\:-inset-55px {
    top: -55px;
    right: -55px;
    bottom: -55px;
    left: -55px;
  }

  .xl\:-inset-56px {
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .xl\:-inset-57px {
    top: -57px;
    right: -57px;
    bottom: -57px;
    left: -57px;
  }

  .xl\:-inset-58px {
    top: -58px;
    right: -58px;
    bottom: -58px;
    left: -58px;
  }

  .xl\:-inset-59px {
    top: -59px;
    right: -59px;
    bottom: -59px;
    left: -59px;
  }

  .xl\:-inset-60px {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .xl\:-inset-61px {
    top: -61px;
    right: -61px;
    bottom: -61px;
    left: -61px;
  }

  .xl\:-inset-62px {
    top: -62px;
    right: -62px;
    bottom: -62px;
    left: -62px;
  }

  .xl\:-inset-63px {
    top: -63px;
    right: -63px;
    bottom: -63px;
    left: -63px;
  }

  .xl\:-inset-64px {
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .xl\:-inset-65px {
    top: -65px;
    right: -65px;
    bottom: -65px;
    left: -65px;
  }

  .xl\:-inset-66px {
    top: -66px;
    right: -66px;
    bottom: -66px;
    left: -66px;
  }

  .xl\:-inset-67px {
    top: -67px;
    right: -67px;
    bottom: -67px;
    left: -67px;
  }

  .xl\:-inset-68px {
    top: -68px;
    right: -68px;
    bottom: -68px;
    left: -68px;
  }

  .xl\:-inset-69px {
    top: -69px;
    right: -69px;
    bottom: -69px;
    left: -69px;
  }

  .xl\:-inset-70px {
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .xl\:-inset-71px {
    top: -71px;
    right: -71px;
    bottom: -71px;
    left: -71px;
  }

  .xl\:-inset-72px {
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .xl\:-inset-73px {
    top: -73px;
    right: -73px;
    bottom: -73px;
    left: -73px;
  }

  .xl\:-inset-74px {
    top: -74px;
    right: -74px;
    bottom: -74px;
    left: -74px;
  }

  .xl\:-inset-75px {
    top: -75px;
    right: -75px;
    bottom: -75px;
    left: -75px;
  }

  .xl\:-inset-76px {
    top: -76px;
    right: -76px;
    bottom: -76px;
    left: -76px;
  }

  .xl\:-inset-77px {
    top: -77px;
    right: -77px;
    bottom: -77px;
    left: -77px;
  }

  .xl\:-inset-78px {
    top: -78px;
    right: -78px;
    bottom: -78px;
    left: -78px;
  }

  .xl\:-inset-79px {
    top: -79px;
    right: -79px;
    bottom: -79px;
    left: -79px;
  }

  .xl\:-inset-80px {
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .xl\:-inset-81px {
    top: -81px;
    right: -81px;
    bottom: -81px;
    left: -81px;
  }

  .xl\:-inset-82px {
    top: -82px;
    right: -82px;
    bottom: -82px;
    left: -82px;
  }

  .xl\:-inset-83px {
    top: -83px;
    right: -83px;
    bottom: -83px;
    left: -83px;
  }

  .xl\:-inset-84px {
    top: -84px;
    right: -84px;
    bottom: -84px;
    left: -84px;
  }

  .xl\:-inset-85px {
    top: -85px;
    right: -85px;
    bottom: -85px;
    left: -85px;
  }

  .xl\:-inset-86px {
    top: -86px;
    right: -86px;
    bottom: -86px;
    left: -86px;
  }

  .xl\:-inset-87px {
    top: -87px;
    right: -87px;
    bottom: -87px;
    left: -87px;
  }

  .xl\:-inset-88px {
    top: -88px;
    right: -88px;
    bottom: -88px;
    left: -88px;
  }

  .xl\:-inset-89px {
    top: -89px;
    right: -89px;
    bottom: -89px;
    left: -89px;
  }

  .xl\:-inset-90px {
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .xl\:-inset-91px {
    top: -91px;
    right: -91px;
    bottom: -91px;
    left: -91px;
  }

  .xl\:-inset-92px {
    top: -92px;
    right: -92px;
    bottom: -92px;
    left: -92px;
  }

  .xl\:-inset-93px {
    top: -93px;
    right: -93px;
    bottom: -93px;
    left: -93px;
  }

  .xl\:-inset-94px {
    top: -94px;
    right: -94px;
    bottom: -94px;
    left: -94px;
  }

  .xl\:-inset-95px {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .xl\:-inset-96px {
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px;
  }

  .xl\:-inset-97px {
    top: -97px;
    right: -97px;
    bottom: -97px;
    left: -97px;
  }

  .xl\:-inset-98px {
    top: -98px;
    right: -98px;
    bottom: -98px;
    left: -98px;
  }

  .xl\:-inset-99px {
    top: -99px;
    right: -99px;
    bottom: -99px;
    left: -99px;
  }

  .xl\:-inset-100px {
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .xl\:-inset-101px {
    top: -101px;
    right: -101px;
    bottom: -101px;
    left: -101px;
  }

  .xl\:-inset-102px {
    top: -102px;
    right: -102px;
    bottom: -102px;
    left: -102px;
  }

  .xl\:-inset-103px {
    top: -103px;
    right: -103px;
    bottom: -103px;
    left: -103px;
  }

  .xl\:-inset-104px {
    top: -104px;
    right: -104px;
    bottom: -104px;
    left: -104px;
  }

  .xl\:-inset-105px {
    top: -105px;
    right: -105px;
    bottom: -105px;
    left: -105px;
  }

  .xl\:-inset-106px {
    top: -106px;
    right: -106px;
    bottom: -106px;
    left: -106px;
  }

  .xl\:-inset-107px {
    top: -107px;
    right: -107px;
    bottom: -107px;
    left: -107px;
  }

  .xl\:-inset-108px {
    top: -108px;
    right: -108px;
    bottom: -108px;
    left: -108px;
  }

  .xl\:-inset-109px {
    top: -109px;
    right: -109px;
    bottom: -109px;
    left: -109px;
  }

  .xl\:-inset-110px {
    top: -110px;
    right: -110px;
    bottom: -110px;
    left: -110px;
  }

  .xl\:-inset-111px {
    top: -111px;
    right: -111px;
    bottom: -111px;
    left: -111px;
  }

  .xl\:-inset-112px {
    top: -112px;
    right: -112px;
    bottom: -112px;
    left: -112px;
  }

  .xl\:-inset-113px {
    top: -113px;
    right: -113px;
    bottom: -113px;
    left: -113px;
  }

  .xl\:-inset-114px {
    top: -114px;
    right: -114px;
    bottom: -114px;
    left: -114px;
  }

  .xl\:-inset-115px {
    top: -115px;
    right: -115px;
    bottom: -115px;
    left: -115px;
  }

  .xl\:-inset-116px {
    top: -116px;
    right: -116px;
    bottom: -116px;
    left: -116px;
  }

  .xl\:-inset-117px {
    top: -117px;
    right: -117px;
    bottom: -117px;
    left: -117px;
  }

  .xl\:-inset-118px {
    top: -118px;
    right: -118px;
    bottom: -118px;
    left: -118px;
  }

  .xl\:-inset-119px {
    top: -119px;
    right: -119px;
    bottom: -119px;
    left: -119px;
  }

  .xl\:-inset-120px {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .xl\:-inset-121px {
    top: -121px;
    right: -121px;
    bottom: -121px;
    left: -121px;
  }

  .xl\:-inset-122px {
    top: -122px;
    right: -122px;
    bottom: -122px;
    left: -122px;
  }

  .xl\:-inset-123px {
    top: -123px;
    right: -123px;
    bottom: -123px;
    left: -123px;
  }

  .xl\:-inset-124px {
    top: -124px;
    right: -124px;
    bottom: -124px;
    left: -124px;
  }

  .xl\:-inset-125px {
    top: -125px;
    right: -125px;
    bottom: -125px;
    left: -125px;
  }

  .xl\:-inset-126px {
    top: -126px;
    right: -126px;
    bottom: -126px;
    left: -126px;
  }

  .xl\:-inset-127px {
    top: -127px;
    right: -127px;
    bottom: -127px;
    left: -127px;
  }

  .xl\:-inset-128px {
    top: -128px;
    right: -128px;
    bottom: -128px;
    left: -128px;
  }

  .xl\:-inset-129px {
    top: -129px;
    right: -129px;
    bottom: -129px;
    left: -129px;
  }

  .xl\:-inset-130px {
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
  }

  .xl\:-inset-133px {
    top: -133px;
    right: -133px;
    bottom: -133px;
    left: -133px;
  }

  .xl\:-inset-140px {
    top: -140px;
    right: -140px;
    bottom: -140px;
    left: -140px;
  }

  .xl\:-inset-195px {
    top: -195px;
    right: -195px;
    bottom: -195px;
    left: -195px;
  }

  .xl\:-inset-200px {
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .xl\:-inset-210px {
    top: -210px;
    right: -210px;
    bottom: -210px;
    left: -210px;
  }

  .xl\:-inset-222px {
    top: -222px;
    right: -222px;
    bottom: -222px;
    left: -222px;
  }

  .xl\:-inset-258px {
    top: -258px;
    right: -258px;
    bottom: -258px;
    left: -258px;
  }

  .xl\:-inset-280px {
    top: -280px;
    right: -280px;
    bottom: -280px;
    left: -280px;
  }

  .xl\:-inset-334px {
    top: -334px;
    right: -334px;
    bottom: -334px;
    left: -334px;
  }

  .xl\:-inset-388px {
    top: -388px;
    right: -388px;
    bottom: -388px;
    left: -388px;
  }

  .xl\:-inset-480px {
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .xl\:-inset-490px {
    top: -490px;
    right: -490px;
    bottom: -490px;
    left: -490px;
  }

  .xl\:-inset-505px {
    top: -505px;
    right: -505px;
    bottom: -505px;
    left: -505px;
  }

  .xl\:-inset-507px {
    top: -507px;
    right: -507px;
    bottom: -507px;
    left: -507px;
  }

  .xl\:-inset-760px {
    top: -760px;
    right: -760px;
    bottom: -760px;
    left: -760px;
  }

  .xl\:-inset-780px {
    top: -780px;
    right: -780px;
    bottom: -780px;
    left: -780px;
  }

  .xl\:-inset-980px {
    top: -980px;
    right: -980px;
    bottom: -980px;
    left: -980px;
  }

  .xl\:-inset-1366px {
    top: -1366px;
    right: -1366px;
    bottom: -1366px;
    left: -1366px;
  }

  .xl\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xl\:inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .xl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .xl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .xl\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .xl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xl\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .xl\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .xl\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .xl\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .xl\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .xl\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .xl\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .xl\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .xl\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .xl\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .xl\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .xl\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .xl\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .xl\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .xl\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .xl\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .xl\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .xl\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .xl\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xl\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .xl\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .xl\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .xl\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .xl\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .xl\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .xl\:inset-y-1px {
    top: 1px;
    bottom: 1px;
  }

  .xl\:inset-x-1px {
    right: 1px;
    left: 1px;
  }

  .xl\:inset-y-2px {
    top: 2px;
    bottom: 2px;
  }

  .xl\:inset-x-2px {
    right: 2px;
    left: 2px;
  }

  .xl\:inset-y-3px {
    top: 3px;
    bottom: 3px;
  }

  .xl\:inset-x-3px {
    right: 3px;
    left: 3px;
  }

  .xl\:inset-y-4px {
    top: 4px;
    bottom: 4px;
  }

  .xl\:inset-x-4px {
    right: 4px;
    left: 4px;
  }

  .xl\:inset-y-5px {
    top: 5px;
    bottom: 5px;
  }

  .xl\:inset-x-5px {
    right: 5px;
    left: 5px;
  }

  .xl\:inset-y-6px {
    top: 6px;
    bottom: 6px;
  }

  .xl\:inset-x-6px {
    right: 6px;
    left: 6px;
  }

  .xl\:inset-y-7px {
    top: 7px;
    bottom: 7px;
  }

  .xl\:inset-x-7px {
    right: 7px;
    left: 7px;
  }

  .xl\:inset-y-8px {
    top: 8px;
    bottom: 8px;
  }

  .xl\:inset-x-8px {
    right: 8px;
    left: 8px;
  }

  .xl\:inset-y-9px {
    top: 9px;
    bottom: 9px;
  }

  .xl\:inset-x-9px {
    right: 9px;
    left: 9px;
  }

  .xl\:inset-y-10px {
    top: 10px;
    bottom: 10px;
  }

  .xl\:inset-x-10px {
    right: 10px;
    left: 10px;
  }

  .xl\:inset-y-11px {
    top: 11px;
    bottom: 11px;
  }

  .xl\:inset-x-11px {
    right: 11px;
    left: 11px;
  }

  .xl\:inset-y-12px {
    top: 12px;
    bottom: 12px;
  }

  .xl\:inset-x-12px {
    right: 12px;
    left: 12px;
  }

  .xl\:inset-y-13px {
    top: 13px;
    bottom: 13px;
  }

  .xl\:inset-x-13px {
    right: 13px;
    left: 13px;
  }

  .xl\:inset-y-14px {
    top: 14px;
    bottom: 14px;
  }

  .xl\:inset-x-14px {
    right: 14px;
    left: 14px;
  }

  .xl\:inset-y-15px {
    top: 15px;
    bottom: 15px;
  }

  .xl\:inset-x-15px {
    right: 15px;
    left: 15px;
  }

  .xl\:inset-y-16px {
    top: 16px;
    bottom: 16px;
  }

  .xl\:inset-x-16px {
    right: 16px;
    left: 16px;
  }

  .xl\:inset-y-17px {
    top: 17px;
    bottom: 17px;
  }

  .xl\:inset-x-17px {
    right: 17px;
    left: 17px;
  }

  .xl\:inset-y-18px {
    top: 18px;
    bottom: 18px;
  }

  .xl\:inset-x-18px {
    right: 18px;
    left: 18px;
  }

  .xl\:inset-y-19px {
    top: 19px;
    bottom: 19px;
  }

  .xl\:inset-x-19px {
    right: 19px;
    left: 19px;
  }

  .xl\:inset-y-20px {
    top: 20px;
    bottom: 20px;
  }

  .xl\:inset-x-20px {
    right: 20px;
    left: 20px;
  }

  .xl\:inset-y-21px {
    top: 21px;
    bottom: 21px;
  }

  .xl\:inset-x-21px {
    right: 21px;
    left: 21px;
  }

  .xl\:inset-y-22px {
    top: 22px;
    bottom: 22px;
  }

  .xl\:inset-x-22px {
    right: 22px;
    left: 22px;
  }

  .xl\:inset-y-23px {
    top: 23px;
    bottom: 23px;
  }

  .xl\:inset-x-23px {
    right: 23px;
    left: 23px;
  }

  .xl\:inset-y-24px {
    top: 24px;
    bottom: 24px;
  }

  .xl\:inset-x-24px {
    right: 24px;
    left: 24px;
  }

  .xl\:inset-y-25px {
    top: 25px;
    bottom: 25px;
  }

  .xl\:inset-x-25px {
    right: 25px;
    left: 25px;
  }

  .xl\:inset-y-26px {
    top: 26px;
    bottom: 26px;
  }

  .xl\:inset-x-26px {
    right: 26px;
    left: 26px;
  }

  .xl\:inset-y-27px {
    top: 27px;
    bottom: 27px;
  }

  .xl\:inset-x-27px {
    right: 27px;
    left: 27px;
  }

  .xl\:inset-y-28px {
    top: 28px;
    bottom: 28px;
  }

  .xl\:inset-x-28px {
    right: 28px;
    left: 28px;
  }

  .xl\:inset-y-29px {
    top: 29px;
    bottom: 29px;
  }

  .xl\:inset-x-29px {
    right: 29px;
    left: 29px;
  }

  .xl\:inset-y-30px {
    top: 30px;
    bottom: 30px;
  }

  .xl\:inset-x-30px {
    right: 30px;
    left: 30px;
  }

  .xl\:inset-y-31px {
    top: 31px;
    bottom: 31px;
  }

  .xl\:inset-x-31px {
    right: 31px;
    left: 31px;
  }

  .xl\:inset-y-32px {
    top: 32px;
    bottom: 32px;
  }

  .xl\:inset-x-32px {
    right: 32px;
    left: 32px;
  }

  .xl\:inset-y-33px {
    top: 33px;
    bottom: 33px;
  }

  .xl\:inset-x-33px {
    right: 33px;
    left: 33px;
  }

  .xl\:inset-y-34px {
    top: 34px;
    bottom: 34px;
  }

  .xl\:inset-x-34px {
    right: 34px;
    left: 34px;
  }

  .xl\:inset-y-35px {
    top: 35px;
    bottom: 35px;
  }

  .xl\:inset-x-35px {
    right: 35px;
    left: 35px;
  }

  .xl\:inset-y-36px {
    top: 36px;
    bottom: 36px;
  }

  .xl\:inset-x-36px {
    right: 36px;
    left: 36px;
  }

  .xl\:inset-y-37px {
    top: 37px;
    bottom: 37px;
  }

  .xl\:inset-x-37px {
    right: 37px;
    left: 37px;
  }

  .xl\:inset-y-38px {
    top: 38px;
    bottom: 38px;
  }

  .xl\:inset-x-38px {
    right: 38px;
    left: 38px;
  }

  .xl\:inset-y-39px {
    top: 39px;
    bottom: 39px;
  }

  .xl\:inset-x-39px {
    right: 39px;
    left: 39px;
  }

  .xl\:inset-y-40px {
    top: 40px;
    bottom: 40px;
  }

  .xl\:inset-x-40px {
    right: 40px;
    left: 40px;
  }

  .xl\:inset-y-41px {
    top: 41px;
    bottom: 41px;
  }

  .xl\:inset-x-41px {
    right: 41px;
    left: 41px;
  }

  .xl\:inset-y-42px {
    top: 42px;
    bottom: 42px;
  }

  .xl\:inset-x-42px {
    right: 42px;
    left: 42px;
  }

  .xl\:inset-y-43px {
    top: 43px;
    bottom: 43px;
  }

  .xl\:inset-x-43px {
    right: 43px;
    left: 43px;
  }

  .xl\:inset-y-44px {
    top: 44px;
    bottom: 44px;
  }

  .xl\:inset-x-44px {
    right: 44px;
    left: 44px;
  }

  .xl\:inset-y-45px {
    top: 45px;
    bottom: 45px;
  }

  .xl\:inset-x-45px {
    right: 45px;
    left: 45px;
  }

  .xl\:inset-y-46px {
    top: 46px;
    bottom: 46px;
  }

  .xl\:inset-x-46px {
    right: 46px;
    left: 46px;
  }

  .xl\:inset-y-47px {
    top: 47px;
    bottom: 47px;
  }

  .xl\:inset-x-47px {
    right: 47px;
    left: 47px;
  }

  .xl\:inset-y-48px {
    top: 48px;
    bottom: 48px;
  }

  .xl\:inset-x-48px {
    right: 48px;
    left: 48px;
  }

  .xl\:inset-y-49px {
    top: 49px;
    bottom: 49px;
  }

  .xl\:inset-x-49px {
    right: 49px;
    left: 49px;
  }

  .xl\:inset-y-50px {
    top: 50px;
    bottom: 50px;
  }

  .xl\:inset-x-50px {
    right: 50px;
    left: 50px;
  }

  .xl\:inset-y-51px {
    top: 51px;
    bottom: 51px;
  }

  .xl\:inset-x-51px {
    right: 51px;
    left: 51px;
  }

  .xl\:inset-y-52px {
    top: 52px;
    bottom: 52px;
  }

  .xl\:inset-x-52px {
    right: 52px;
    left: 52px;
  }

  .xl\:inset-y-53px {
    top: 53px;
    bottom: 53px;
  }

  .xl\:inset-x-53px {
    right: 53px;
    left: 53px;
  }

  .xl\:inset-y-54px {
    top: 54px;
    bottom: 54px;
  }

  .xl\:inset-x-54px {
    right: 54px;
    left: 54px;
  }

  .xl\:inset-y-55px {
    top: 55px;
    bottom: 55px;
  }

  .xl\:inset-x-55px {
    right: 55px;
    left: 55px;
  }

  .xl\:inset-y-56px {
    top: 56px;
    bottom: 56px;
  }

  .xl\:inset-x-56px {
    right: 56px;
    left: 56px;
  }

  .xl\:inset-y-57px {
    top: 57px;
    bottom: 57px;
  }

  .xl\:inset-x-57px {
    right: 57px;
    left: 57px;
  }

  .xl\:inset-y-58px {
    top: 58px;
    bottom: 58px;
  }

  .xl\:inset-x-58px {
    right: 58px;
    left: 58px;
  }

  .xl\:inset-y-59px {
    top: 59px;
    bottom: 59px;
  }

  .xl\:inset-x-59px {
    right: 59px;
    left: 59px;
  }

  .xl\:inset-y-60px {
    top: 60px;
    bottom: 60px;
  }

  .xl\:inset-x-60px {
    right: 60px;
    left: 60px;
  }

  .xl\:inset-y-61px {
    top: 61px;
    bottom: 61px;
  }

  .xl\:inset-x-61px {
    right: 61px;
    left: 61px;
  }

  .xl\:inset-y-62px {
    top: 62px;
    bottom: 62px;
  }

  .xl\:inset-x-62px {
    right: 62px;
    left: 62px;
  }

  .xl\:inset-y-63px {
    top: 63px;
    bottom: 63px;
  }

  .xl\:inset-x-63px {
    right: 63px;
    left: 63px;
  }

  .xl\:inset-y-64px {
    top: 64px;
    bottom: 64px;
  }

  .xl\:inset-x-64px {
    right: 64px;
    left: 64px;
  }

  .xl\:inset-y-65px {
    top: 65px;
    bottom: 65px;
  }

  .xl\:inset-x-65px {
    right: 65px;
    left: 65px;
  }

  .xl\:inset-y-66px {
    top: 66px;
    bottom: 66px;
  }

  .xl\:inset-x-66px {
    right: 66px;
    left: 66px;
  }

  .xl\:inset-y-67px {
    top: 67px;
    bottom: 67px;
  }

  .xl\:inset-x-67px {
    right: 67px;
    left: 67px;
  }

  .xl\:inset-y-68px {
    top: 68px;
    bottom: 68px;
  }

  .xl\:inset-x-68px {
    right: 68px;
    left: 68px;
  }

  .xl\:inset-y-69px {
    top: 69px;
    bottom: 69px;
  }

  .xl\:inset-x-69px {
    right: 69px;
    left: 69px;
  }

  .xl\:inset-y-70px {
    top: 70px;
    bottom: 70px;
  }

  .xl\:inset-x-70px {
    right: 70px;
    left: 70px;
  }

  .xl\:inset-y-71px {
    top: 71px;
    bottom: 71px;
  }

  .xl\:inset-x-71px {
    right: 71px;
    left: 71px;
  }

  .xl\:inset-y-72px {
    top: 72px;
    bottom: 72px;
  }

  .xl\:inset-x-72px {
    right: 72px;
    left: 72px;
  }

  .xl\:inset-y-73px {
    top: 73px;
    bottom: 73px;
  }

  .xl\:inset-x-73px {
    right: 73px;
    left: 73px;
  }

  .xl\:inset-y-74px {
    top: 74px;
    bottom: 74px;
  }

  .xl\:inset-x-74px {
    right: 74px;
    left: 74px;
  }

  .xl\:inset-y-75px {
    top: 75px;
    bottom: 75px;
  }

  .xl\:inset-x-75px {
    right: 75px;
    left: 75px;
  }

  .xl\:inset-y-76px {
    top: 76px;
    bottom: 76px;
  }

  .xl\:inset-x-76px {
    right: 76px;
    left: 76px;
  }

  .xl\:inset-y-77px {
    top: 77px;
    bottom: 77px;
  }

  .xl\:inset-x-77px {
    right: 77px;
    left: 77px;
  }

  .xl\:inset-y-78px {
    top: 78px;
    bottom: 78px;
  }

  .xl\:inset-x-78px {
    right: 78px;
    left: 78px;
  }

  .xl\:inset-y-79px {
    top: 79px;
    bottom: 79px;
  }

  .xl\:inset-x-79px {
    right: 79px;
    left: 79px;
  }

  .xl\:inset-y-80px {
    top: 80px;
    bottom: 80px;
  }

  .xl\:inset-x-80px {
    right: 80px;
    left: 80px;
  }

  .xl\:inset-y-81px {
    top: 81px;
    bottom: 81px;
  }

  .xl\:inset-x-81px {
    right: 81px;
    left: 81px;
  }

  .xl\:inset-y-82px {
    top: 82px;
    bottom: 82px;
  }

  .xl\:inset-x-82px {
    right: 82px;
    left: 82px;
  }

  .xl\:inset-y-83px {
    top: 83px;
    bottom: 83px;
  }

  .xl\:inset-x-83px {
    right: 83px;
    left: 83px;
  }

  .xl\:inset-y-84px {
    top: 84px;
    bottom: 84px;
  }

  .xl\:inset-x-84px {
    right: 84px;
    left: 84px;
  }

  .xl\:inset-y-85px {
    top: 85px;
    bottom: 85px;
  }

  .xl\:inset-x-85px {
    right: 85px;
    left: 85px;
  }

  .xl\:inset-y-86px {
    top: 86px;
    bottom: 86px;
  }

  .xl\:inset-x-86px {
    right: 86px;
    left: 86px;
  }

  .xl\:inset-y-87px {
    top: 87px;
    bottom: 87px;
  }

  .xl\:inset-x-87px {
    right: 87px;
    left: 87px;
  }

  .xl\:inset-y-88px {
    top: 88px;
    bottom: 88px;
  }

  .xl\:inset-x-88px {
    right: 88px;
    left: 88px;
  }

  .xl\:inset-y-89px {
    top: 89px;
    bottom: 89px;
  }

  .xl\:inset-x-89px {
    right: 89px;
    left: 89px;
  }

  .xl\:inset-y-90px {
    top: 90px;
    bottom: 90px;
  }

  .xl\:inset-x-90px {
    right: 90px;
    left: 90px;
  }

  .xl\:inset-y-91px {
    top: 91px;
    bottom: 91px;
  }

  .xl\:inset-x-91px {
    right: 91px;
    left: 91px;
  }

  .xl\:inset-y-92px {
    top: 92px;
    bottom: 92px;
  }

  .xl\:inset-x-92px {
    right: 92px;
    left: 92px;
  }

  .xl\:inset-y-93px {
    top: 93px;
    bottom: 93px;
  }

  .xl\:inset-x-93px {
    right: 93px;
    left: 93px;
  }

  .xl\:inset-y-94px {
    top: 94px;
    bottom: 94px;
  }

  .xl\:inset-x-94px {
    right: 94px;
    left: 94px;
  }

  .xl\:inset-y-95px {
    top: 95px;
    bottom: 95px;
  }

  .xl\:inset-x-95px {
    right: 95px;
    left: 95px;
  }

  .xl\:inset-y-96px {
    top: 96px;
    bottom: 96px;
  }

  .xl\:inset-x-96px {
    right: 96px;
    left: 96px;
  }

  .xl\:inset-y-97px {
    top: 97px;
    bottom: 97px;
  }

  .xl\:inset-x-97px {
    right: 97px;
    left: 97px;
  }

  .xl\:inset-y-98px {
    top: 98px;
    bottom: 98px;
  }

  .xl\:inset-x-98px {
    right: 98px;
    left: 98px;
  }

  .xl\:inset-y-99px {
    top: 99px;
    bottom: 99px;
  }

  .xl\:inset-x-99px {
    right: 99px;
    left: 99px;
  }

  .xl\:inset-y-100px {
    top: 100px;
    bottom: 100px;
  }

  .xl\:inset-x-100px {
    right: 100px;
    left: 100px;
  }

  .xl\:inset-y-101px {
    top: 101px;
    bottom: 101px;
  }

  .xl\:inset-x-101px {
    right: 101px;
    left: 101px;
  }

  .xl\:inset-y-102px {
    top: 102px;
    bottom: 102px;
  }

  .xl\:inset-x-102px {
    right: 102px;
    left: 102px;
  }

  .xl\:inset-y-103px {
    top: 103px;
    bottom: 103px;
  }

  .xl\:inset-x-103px {
    right: 103px;
    left: 103px;
  }

  .xl\:inset-y-104px {
    top: 104px;
    bottom: 104px;
  }

  .xl\:inset-x-104px {
    right: 104px;
    left: 104px;
  }

  .xl\:inset-y-105px {
    top: 105px;
    bottom: 105px;
  }

  .xl\:inset-x-105px {
    right: 105px;
    left: 105px;
  }

  .xl\:inset-y-106px {
    top: 106px;
    bottom: 106px;
  }

  .xl\:inset-x-106px {
    right: 106px;
    left: 106px;
  }

  .xl\:inset-y-107px {
    top: 107px;
    bottom: 107px;
  }

  .xl\:inset-x-107px {
    right: 107px;
    left: 107px;
  }

  .xl\:inset-y-108px {
    top: 108px;
    bottom: 108px;
  }

  .xl\:inset-x-108px {
    right: 108px;
    left: 108px;
  }

  .xl\:inset-y-109px {
    top: 109px;
    bottom: 109px;
  }

  .xl\:inset-x-109px {
    right: 109px;
    left: 109px;
  }

  .xl\:inset-y-110px {
    top: 110px;
    bottom: 110px;
  }

  .xl\:inset-x-110px {
    right: 110px;
    left: 110px;
  }

  .xl\:inset-y-111px {
    top: 111px;
    bottom: 111px;
  }

  .xl\:inset-x-111px {
    right: 111px;
    left: 111px;
  }

  .xl\:inset-y-112px {
    top: 112px;
    bottom: 112px;
  }

  .xl\:inset-x-112px {
    right: 112px;
    left: 112px;
  }

  .xl\:inset-y-113px {
    top: 113px;
    bottom: 113px;
  }

  .xl\:inset-x-113px {
    right: 113px;
    left: 113px;
  }

  .xl\:inset-y-114px {
    top: 114px;
    bottom: 114px;
  }

  .xl\:inset-x-114px {
    right: 114px;
    left: 114px;
  }

  .xl\:inset-y-115px {
    top: 115px;
    bottom: 115px;
  }

  .xl\:inset-x-115px {
    right: 115px;
    left: 115px;
  }

  .xl\:inset-y-116px {
    top: 116px;
    bottom: 116px;
  }

  .xl\:inset-x-116px {
    right: 116px;
    left: 116px;
  }

  .xl\:inset-y-117px {
    top: 117px;
    bottom: 117px;
  }

  .xl\:inset-x-117px {
    right: 117px;
    left: 117px;
  }

  .xl\:inset-y-118px {
    top: 118px;
    bottom: 118px;
  }

  .xl\:inset-x-118px {
    right: 118px;
    left: 118px;
  }

  .xl\:inset-y-119px {
    top: 119px;
    bottom: 119px;
  }

  .xl\:inset-x-119px {
    right: 119px;
    left: 119px;
  }

  .xl\:inset-y-120px {
    top: 120px;
    bottom: 120px;
  }

  .xl\:inset-x-120px {
    right: 120px;
    left: 120px;
  }

  .xl\:inset-y-121px {
    top: 121px;
    bottom: 121px;
  }

  .xl\:inset-x-121px {
    right: 121px;
    left: 121px;
  }

  .xl\:inset-y-122px {
    top: 122px;
    bottom: 122px;
  }

  .xl\:inset-x-122px {
    right: 122px;
    left: 122px;
  }

  .xl\:inset-y-123px {
    top: 123px;
    bottom: 123px;
  }

  .xl\:inset-x-123px {
    right: 123px;
    left: 123px;
  }

  .xl\:inset-y-124px {
    top: 124px;
    bottom: 124px;
  }

  .xl\:inset-x-124px {
    right: 124px;
    left: 124px;
  }

  .xl\:inset-y-125px {
    top: 125px;
    bottom: 125px;
  }

  .xl\:inset-x-125px {
    right: 125px;
    left: 125px;
  }

  .xl\:inset-y-126px {
    top: 126px;
    bottom: 126px;
  }

  .xl\:inset-x-126px {
    right: 126px;
    left: 126px;
  }

  .xl\:inset-y-127px {
    top: 127px;
    bottom: 127px;
  }

  .xl\:inset-x-127px {
    right: 127px;
    left: 127px;
  }

  .xl\:inset-y-128px {
    top: 128px;
    bottom: 128px;
  }

  .xl\:inset-x-128px {
    right: 128px;
    left: 128px;
  }

  .xl\:inset-y-129px {
    top: 129px;
    bottom: 129px;
  }

  .xl\:inset-x-129px {
    right: 129px;
    left: 129px;
  }

  .xl\:inset-y-130px {
    top: 130px;
    bottom: 130px;
  }

  .xl\:inset-x-130px {
    right: 130px;
    left: 130px;
  }

  .xl\:inset-y-133px {
    top: 133px;
    bottom: 133px;
  }

  .xl\:inset-x-133px {
    right: 133px;
    left: 133px;
  }

  .xl\:inset-y-140px {
    top: 140px;
    bottom: 140px;
  }

  .xl\:inset-x-140px {
    right: 140px;
    left: 140px;
  }

  .xl\:inset-y-195px {
    top: 195px;
    bottom: 195px;
  }

  .xl\:inset-x-195px {
    right: 195px;
    left: 195px;
  }

  .xl\:inset-y-200px {
    top: 200px;
    bottom: 200px;
  }

  .xl\:inset-x-200px {
    right: 200px;
    left: 200px;
  }

  .xl\:inset-y-210px {
    top: 210px;
    bottom: 210px;
  }

  .xl\:inset-x-210px {
    right: 210px;
    left: 210px;
  }

  .xl\:inset-y-222px {
    top: 222px;
    bottom: 222px;
  }

  .xl\:inset-x-222px {
    right: 222px;
    left: 222px;
  }

  .xl\:inset-y-258px {
    top: 258px;
    bottom: 258px;
  }

  .xl\:inset-x-258px {
    right: 258px;
    left: 258px;
  }

  .xl\:inset-y-280px {
    top: 280px;
    bottom: 280px;
  }

  .xl\:inset-x-280px {
    right: 280px;
    left: 280px;
  }

  .xl\:inset-y-334px {
    top: 334px;
    bottom: 334px;
  }

  .xl\:inset-x-334px {
    right: 334px;
    left: 334px;
  }

  .xl\:inset-y-388px {
    top: 388px;
    bottom: 388px;
  }

  .xl\:inset-x-388px {
    right: 388px;
    left: 388px;
  }

  .xl\:inset-y-480px {
    top: 480px;
    bottom: 480px;
  }

  .xl\:inset-x-480px {
    right: 480px;
    left: 480px;
  }

  .xl\:inset-y-490px {
    top: 490px;
    bottom: 490px;
  }

  .xl\:inset-x-490px {
    right: 490px;
    left: 490px;
  }

  .xl\:inset-y-505px {
    top: 505px;
    bottom: 505px;
  }

  .xl\:inset-x-505px {
    right: 505px;
    left: 505px;
  }

  .xl\:inset-y-507px {
    top: 507px;
    bottom: 507px;
  }

  .xl\:inset-x-507px {
    right: 507px;
    left: 507px;
  }

  .xl\:inset-y-760px {
    top: 760px;
    bottom: 760px;
  }

  .xl\:inset-x-760px {
    right: 760px;
    left: 760px;
  }

  .xl\:inset-y-780px {
    top: 780px;
    bottom: 780px;
  }

  .xl\:inset-x-780px {
    right: 780px;
    left: 780px;
  }

  .xl\:inset-y-980px {
    top: 980px;
    bottom: 980px;
  }

  .xl\:inset-x-980px {
    right: 980px;
    left: 980px;
  }

  .xl\:inset-y-1366px {
    top: 1366px;
    bottom: 1366px;
  }

  .xl\:inset-x-1366px {
    right: 1366px;
    left: 1366px;
  }

  .xl\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xl\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .xl\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .xl\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .xl\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .xl\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .xl\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .xl\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .xl\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .xl\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .xl\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .xl\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .xl\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .xl\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .xl\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .xl\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .xl\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .xl\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .xl\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .xl\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .xl\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .xl\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .xl\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .xl\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .xl\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .xl\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .xl\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .xl\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .xl\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .xl\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .xl\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .xl\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .xl\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .xl\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .xl\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .xl\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .xl\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .xl\:-inset-y-1px {
    top: -1px;
    bottom: -1px;
  }

  .xl\:-inset-x-1px {
    right: -1px;
    left: -1px;
  }

  .xl\:-inset-y-2px {
    top: -2px;
    bottom: -2px;
  }

  .xl\:-inset-x-2px {
    right: -2px;
    left: -2px;
  }

  .xl\:-inset-y-3px {
    top: -3px;
    bottom: -3px;
  }

  .xl\:-inset-x-3px {
    right: -3px;
    left: -3px;
  }

  .xl\:-inset-y-4px {
    top: -4px;
    bottom: -4px;
  }

  .xl\:-inset-x-4px {
    right: -4px;
    left: -4px;
  }

  .xl\:-inset-y-5px {
    top: -5px;
    bottom: -5px;
  }

  .xl\:-inset-x-5px {
    right: -5px;
    left: -5px;
  }

  .xl\:-inset-y-6px {
    top: -6px;
    bottom: -6px;
  }

  .xl\:-inset-x-6px {
    right: -6px;
    left: -6px;
  }

  .xl\:-inset-y-7px {
    top: -7px;
    bottom: -7px;
  }

  .xl\:-inset-x-7px {
    right: -7px;
    left: -7px;
  }

  .xl\:-inset-y-8px {
    top: -8px;
    bottom: -8px;
  }

  .xl\:-inset-x-8px {
    right: -8px;
    left: -8px;
  }

  .xl\:-inset-y-9px {
    top: -9px;
    bottom: -9px;
  }

  .xl\:-inset-x-9px {
    right: -9px;
    left: -9px;
  }

  .xl\:-inset-y-10px {
    top: -10px;
    bottom: -10px;
  }

  .xl\:-inset-x-10px {
    right: -10px;
    left: -10px;
  }

  .xl\:-inset-y-11px {
    top: -11px;
    bottom: -11px;
  }

  .xl\:-inset-x-11px {
    right: -11px;
    left: -11px;
  }

  .xl\:-inset-y-12px {
    top: -12px;
    bottom: -12px;
  }

  .xl\:-inset-x-12px {
    right: -12px;
    left: -12px;
  }

  .xl\:-inset-y-13px {
    top: -13px;
    bottom: -13px;
  }

  .xl\:-inset-x-13px {
    right: -13px;
    left: -13px;
  }

  .xl\:-inset-y-14px {
    top: -14px;
    bottom: -14px;
  }

  .xl\:-inset-x-14px {
    right: -14px;
    left: -14px;
  }

  .xl\:-inset-y-15px {
    top: -15px;
    bottom: -15px;
  }

  .xl\:-inset-x-15px {
    right: -15px;
    left: -15px;
  }

  .xl\:-inset-y-16px {
    top: -16px;
    bottom: -16px;
  }

  .xl\:-inset-x-16px {
    right: -16px;
    left: -16px;
  }

  .xl\:-inset-y-17px {
    top: -17px;
    bottom: -17px;
  }

  .xl\:-inset-x-17px {
    right: -17px;
    left: -17px;
  }

  .xl\:-inset-y-18px {
    top: -18px;
    bottom: -18px;
  }

  .xl\:-inset-x-18px {
    right: -18px;
    left: -18px;
  }

  .xl\:-inset-y-19px {
    top: -19px;
    bottom: -19px;
  }

  .xl\:-inset-x-19px {
    right: -19px;
    left: -19px;
  }

  .xl\:-inset-y-20px {
    top: -20px;
    bottom: -20px;
  }

  .xl\:-inset-x-20px {
    right: -20px;
    left: -20px;
  }

  .xl\:-inset-y-21px {
    top: -21px;
    bottom: -21px;
  }

  .xl\:-inset-x-21px {
    right: -21px;
    left: -21px;
  }

  .xl\:-inset-y-22px {
    top: -22px;
    bottom: -22px;
  }

  .xl\:-inset-x-22px {
    right: -22px;
    left: -22px;
  }

  .xl\:-inset-y-23px {
    top: -23px;
    bottom: -23px;
  }

  .xl\:-inset-x-23px {
    right: -23px;
    left: -23px;
  }

  .xl\:-inset-y-24px {
    top: -24px;
    bottom: -24px;
  }

  .xl\:-inset-x-24px {
    right: -24px;
    left: -24px;
  }

  .xl\:-inset-y-25px {
    top: -25px;
    bottom: -25px;
  }

  .xl\:-inset-x-25px {
    right: -25px;
    left: -25px;
  }

  .xl\:-inset-y-26px {
    top: -26px;
    bottom: -26px;
  }

  .xl\:-inset-x-26px {
    right: -26px;
    left: -26px;
  }

  .xl\:-inset-y-27px {
    top: -27px;
    bottom: -27px;
  }

  .xl\:-inset-x-27px {
    right: -27px;
    left: -27px;
  }

  .xl\:-inset-y-28px {
    top: -28px;
    bottom: -28px;
  }

  .xl\:-inset-x-28px {
    right: -28px;
    left: -28px;
  }

  .xl\:-inset-y-29px {
    top: -29px;
    bottom: -29px;
  }

  .xl\:-inset-x-29px {
    right: -29px;
    left: -29px;
  }

  .xl\:-inset-y-30px {
    top: -30px;
    bottom: -30px;
  }

  .xl\:-inset-x-30px {
    right: -30px;
    left: -30px;
  }

  .xl\:-inset-y-31px {
    top: -31px;
    bottom: -31px;
  }

  .xl\:-inset-x-31px {
    right: -31px;
    left: -31px;
  }

  .xl\:-inset-y-32px {
    top: -32px;
    bottom: -32px;
  }

  .xl\:-inset-x-32px {
    right: -32px;
    left: -32px;
  }

  .xl\:-inset-y-33px {
    top: -33px;
    bottom: -33px;
  }

  .xl\:-inset-x-33px {
    right: -33px;
    left: -33px;
  }

  .xl\:-inset-y-34px {
    top: -34px;
    bottom: -34px;
  }

  .xl\:-inset-x-34px {
    right: -34px;
    left: -34px;
  }

  .xl\:-inset-y-35px {
    top: -35px;
    bottom: -35px;
  }

  .xl\:-inset-x-35px {
    right: -35px;
    left: -35px;
  }

  .xl\:-inset-y-36px {
    top: -36px;
    bottom: -36px;
  }

  .xl\:-inset-x-36px {
    right: -36px;
    left: -36px;
  }

  .xl\:-inset-y-37px {
    top: -37px;
    bottom: -37px;
  }

  .xl\:-inset-x-37px {
    right: -37px;
    left: -37px;
  }

  .xl\:-inset-y-38px {
    top: -38px;
    bottom: -38px;
  }

  .xl\:-inset-x-38px {
    right: -38px;
    left: -38px;
  }

  .xl\:-inset-y-39px {
    top: -39px;
    bottom: -39px;
  }

  .xl\:-inset-x-39px {
    right: -39px;
    left: -39px;
  }

  .xl\:-inset-y-40px {
    top: -40px;
    bottom: -40px;
  }

  .xl\:-inset-x-40px {
    right: -40px;
    left: -40px;
  }

  .xl\:-inset-y-41px {
    top: -41px;
    bottom: -41px;
  }

  .xl\:-inset-x-41px {
    right: -41px;
    left: -41px;
  }

  .xl\:-inset-y-42px {
    top: -42px;
    bottom: -42px;
  }

  .xl\:-inset-x-42px {
    right: -42px;
    left: -42px;
  }

  .xl\:-inset-y-43px {
    top: -43px;
    bottom: -43px;
  }

  .xl\:-inset-x-43px {
    right: -43px;
    left: -43px;
  }

  .xl\:-inset-y-44px {
    top: -44px;
    bottom: -44px;
  }

  .xl\:-inset-x-44px {
    right: -44px;
    left: -44px;
  }

  .xl\:-inset-y-45px {
    top: -45px;
    bottom: -45px;
  }

  .xl\:-inset-x-45px {
    right: -45px;
    left: -45px;
  }

  .xl\:-inset-y-46px {
    top: -46px;
    bottom: -46px;
  }

  .xl\:-inset-x-46px {
    right: -46px;
    left: -46px;
  }

  .xl\:-inset-y-47px {
    top: -47px;
    bottom: -47px;
  }

  .xl\:-inset-x-47px {
    right: -47px;
    left: -47px;
  }

  .xl\:-inset-y-48px {
    top: -48px;
    bottom: -48px;
  }

  .xl\:-inset-x-48px {
    right: -48px;
    left: -48px;
  }

  .xl\:-inset-y-49px {
    top: -49px;
    bottom: -49px;
  }

  .xl\:-inset-x-49px {
    right: -49px;
    left: -49px;
  }

  .xl\:-inset-y-50px {
    top: -50px;
    bottom: -50px;
  }

  .xl\:-inset-x-50px {
    right: -50px;
    left: -50px;
  }

  .xl\:-inset-y-51px {
    top: -51px;
    bottom: -51px;
  }

  .xl\:-inset-x-51px {
    right: -51px;
    left: -51px;
  }

  .xl\:-inset-y-52px {
    top: -52px;
    bottom: -52px;
  }

  .xl\:-inset-x-52px {
    right: -52px;
    left: -52px;
  }

  .xl\:-inset-y-53px {
    top: -53px;
    bottom: -53px;
  }

  .xl\:-inset-x-53px {
    right: -53px;
    left: -53px;
  }

  .xl\:-inset-y-54px {
    top: -54px;
    bottom: -54px;
  }

  .xl\:-inset-x-54px {
    right: -54px;
    left: -54px;
  }

  .xl\:-inset-y-55px {
    top: -55px;
    bottom: -55px;
  }

  .xl\:-inset-x-55px {
    right: -55px;
    left: -55px;
  }

  .xl\:-inset-y-56px {
    top: -56px;
    bottom: -56px;
  }

  .xl\:-inset-x-56px {
    right: -56px;
    left: -56px;
  }

  .xl\:-inset-y-57px {
    top: -57px;
    bottom: -57px;
  }

  .xl\:-inset-x-57px {
    right: -57px;
    left: -57px;
  }

  .xl\:-inset-y-58px {
    top: -58px;
    bottom: -58px;
  }

  .xl\:-inset-x-58px {
    right: -58px;
    left: -58px;
  }

  .xl\:-inset-y-59px {
    top: -59px;
    bottom: -59px;
  }

  .xl\:-inset-x-59px {
    right: -59px;
    left: -59px;
  }

  .xl\:-inset-y-60px {
    top: -60px;
    bottom: -60px;
  }

  .xl\:-inset-x-60px {
    right: -60px;
    left: -60px;
  }

  .xl\:-inset-y-61px {
    top: -61px;
    bottom: -61px;
  }

  .xl\:-inset-x-61px {
    right: -61px;
    left: -61px;
  }

  .xl\:-inset-y-62px {
    top: -62px;
    bottom: -62px;
  }

  .xl\:-inset-x-62px {
    right: -62px;
    left: -62px;
  }

  .xl\:-inset-y-63px {
    top: -63px;
    bottom: -63px;
  }

  .xl\:-inset-x-63px {
    right: -63px;
    left: -63px;
  }

  .xl\:-inset-y-64px {
    top: -64px;
    bottom: -64px;
  }

  .xl\:-inset-x-64px {
    right: -64px;
    left: -64px;
  }

  .xl\:-inset-y-65px {
    top: -65px;
    bottom: -65px;
  }

  .xl\:-inset-x-65px {
    right: -65px;
    left: -65px;
  }

  .xl\:-inset-y-66px {
    top: -66px;
    bottom: -66px;
  }

  .xl\:-inset-x-66px {
    right: -66px;
    left: -66px;
  }

  .xl\:-inset-y-67px {
    top: -67px;
    bottom: -67px;
  }

  .xl\:-inset-x-67px {
    right: -67px;
    left: -67px;
  }

  .xl\:-inset-y-68px {
    top: -68px;
    bottom: -68px;
  }

  .xl\:-inset-x-68px {
    right: -68px;
    left: -68px;
  }

  .xl\:-inset-y-69px {
    top: -69px;
    bottom: -69px;
  }

  .xl\:-inset-x-69px {
    right: -69px;
    left: -69px;
  }

  .xl\:-inset-y-70px {
    top: -70px;
    bottom: -70px;
  }

  .xl\:-inset-x-70px {
    right: -70px;
    left: -70px;
  }

  .xl\:-inset-y-71px {
    top: -71px;
    bottom: -71px;
  }

  .xl\:-inset-x-71px {
    right: -71px;
    left: -71px;
  }

  .xl\:-inset-y-72px {
    top: -72px;
    bottom: -72px;
  }

  .xl\:-inset-x-72px {
    right: -72px;
    left: -72px;
  }

  .xl\:-inset-y-73px {
    top: -73px;
    bottom: -73px;
  }

  .xl\:-inset-x-73px {
    right: -73px;
    left: -73px;
  }

  .xl\:-inset-y-74px {
    top: -74px;
    bottom: -74px;
  }

  .xl\:-inset-x-74px {
    right: -74px;
    left: -74px;
  }

  .xl\:-inset-y-75px {
    top: -75px;
    bottom: -75px;
  }

  .xl\:-inset-x-75px {
    right: -75px;
    left: -75px;
  }

  .xl\:-inset-y-76px {
    top: -76px;
    bottom: -76px;
  }

  .xl\:-inset-x-76px {
    right: -76px;
    left: -76px;
  }

  .xl\:-inset-y-77px {
    top: -77px;
    bottom: -77px;
  }

  .xl\:-inset-x-77px {
    right: -77px;
    left: -77px;
  }

  .xl\:-inset-y-78px {
    top: -78px;
    bottom: -78px;
  }

  .xl\:-inset-x-78px {
    right: -78px;
    left: -78px;
  }

  .xl\:-inset-y-79px {
    top: -79px;
    bottom: -79px;
  }

  .xl\:-inset-x-79px {
    right: -79px;
    left: -79px;
  }

  .xl\:-inset-y-80px {
    top: -80px;
    bottom: -80px;
  }

  .xl\:-inset-x-80px {
    right: -80px;
    left: -80px;
  }

  .xl\:-inset-y-81px {
    top: -81px;
    bottom: -81px;
  }

  .xl\:-inset-x-81px {
    right: -81px;
    left: -81px;
  }

  .xl\:-inset-y-82px {
    top: -82px;
    bottom: -82px;
  }

  .xl\:-inset-x-82px {
    right: -82px;
    left: -82px;
  }

  .xl\:-inset-y-83px {
    top: -83px;
    bottom: -83px;
  }

  .xl\:-inset-x-83px {
    right: -83px;
    left: -83px;
  }

  .xl\:-inset-y-84px {
    top: -84px;
    bottom: -84px;
  }

  .xl\:-inset-x-84px {
    right: -84px;
    left: -84px;
  }

  .xl\:-inset-y-85px {
    top: -85px;
    bottom: -85px;
  }

  .xl\:-inset-x-85px {
    right: -85px;
    left: -85px;
  }

  .xl\:-inset-y-86px {
    top: -86px;
    bottom: -86px;
  }

  .xl\:-inset-x-86px {
    right: -86px;
    left: -86px;
  }

  .xl\:-inset-y-87px {
    top: -87px;
    bottom: -87px;
  }

  .xl\:-inset-x-87px {
    right: -87px;
    left: -87px;
  }

  .xl\:-inset-y-88px {
    top: -88px;
    bottom: -88px;
  }

  .xl\:-inset-x-88px {
    right: -88px;
    left: -88px;
  }

  .xl\:-inset-y-89px {
    top: -89px;
    bottom: -89px;
  }

  .xl\:-inset-x-89px {
    right: -89px;
    left: -89px;
  }

  .xl\:-inset-y-90px {
    top: -90px;
    bottom: -90px;
  }

  .xl\:-inset-x-90px {
    right: -90px;
    left: -90px;
  }

  .xl\:-inset-y-91px {
    top: -91px;
    bottom: -91px;
  }

  .xl\:-inset-x-91px {
    right: -91px;
    left: -91px;
  }

  .xl\:-inset-y-92px {
    top: -92px;
    bottom: -92px;
  }

  .xl\:-inset-x-92px {
    right: -92px;
    left: -92px;
  }

  .xl\:-inset-y-93px {
    top: -93px;
    bottom: -93px;
  }

  .xl\:-inset-x-93px {
    right: -93px;
    left: -93px;
  }

  .xl\:-inset-y-94px {
    top: -94px;
    bottom: -94px;
  }

  .xl\:-inset-x-94px {
    right: -94px;
    left: -94px;
  }

  .xl\:-inset-y-95px {
    top: -95px;
    bottom: -95px;
  }

  .xl\:-inset-x-95px {
    right: -95px;
    left: -95px;
  }

  .xl\:-inset-y-96px {
    top: -96px;
    bottom: -96px;
  }

  .xl\:-inset-x-96px {
    right: -96px;
    left: -96px;
  }

  .xl\:-inset-y-97px {
    top: -97px;
    bottom: -97px;
  }

  .xl\:-inset-x-97px {
    right: -97px;
    left: -97px;
  }

  .xl\:-inset-y-98px {
    top: -98px;
    bottom: -98px;
  }

  .xl\:-inset-x-98px {
    right: -98px;
    left: -98px;
  }

  .xl\:-inset-y-99px {
    top: -99px;
    bottom: -99px;
  }

  .xl\:-inset-x-99px {
    right: -99px;
    left: -99px;
  }

  .xl\:-inset-y-100px {
    top: -100px;
    bottom: -100px;
  }

  .xl\:-inset-x-100px {
    right: -100px;
    left: -100px;
  }

  .xl\:-inset-y-101px {
    top: -101px;
    bottom: -101px;
  }

  .xl\:-inset-x-101px {
    right: -101px;
    left: -101px;
  }

  .xl\:-inset-y-102px {
    top: -102px;
    bottom: -102px;
  }

  .xl\:-inset-x-102px {
    right: -102px;
    left: -102px;
  }

  .xl\:-inset-y-103px {
    top: -103px;
    bottom: -103px;
  }

  .xl\:-inset-x-103px {
    right: -103px;
    left: -103px;
  }

  .xl\:-inset-y-104px {
    top: -104px;
    bottom: -104px;
  }

  .xl\:-inset-x-104px {
    right: -104px;
    left: -104px;
  }

  .xl\:-inset-y-105px {
    top: -105px;
    bottom: -105px;
  }

  .xl\:-inset-x-105px {
    right: -105px;
    left: -105px;
  }

  .xl\:-inset-y-106px {
    top: -106px;
    bottom: -106px;
  }

  .xl\:-inset-x-106px {
    right: -106px;
    left: -106px;
  }

  .xl\:-inset-y-107px {
    top: -107px;
    bottom: -107px;
  }

  .xl\:-inset-x-107px {
    right: -107px;
    left: -107px;
  }

  .xl\:-inset-y-108px {
    top: -108px;
    bottom: -108px;
  }

  .xl\:-inset-x-108px {
    right: -108px;
    left: -108px;
  }

  .xl\:-inset-y-109px {
    top: -109px;
    bottom: -109px;
  }

  .xl\:-inset-x-109px {
    right: -109px;
    left: -109px;
  }

  .xl\:-inset-y-110px {
    top: -110px;
    bottom: -110px;
  }

  .xl\:-inset-x-110px {
    right: -110px;
    left: -110px;
  }

  .xl\:-inset-y-111px {
    top: -111px;
    bottom: -111px;
  }

  .xl\:-inset-x-111px {
    right: -111px;
    left: -111px;
  }

  .xl\:-inset-y-112px {
    top: -112px;
    bottom: -112px;
  }

  .xl\:-inset-x-112px {
    right: -112px;
    left: -112px;
  }

  .xl\:-inset-y-113px {
    top: -113px;
    bottom: -113px;
  }

  .xl\:-inset-x-113px {
    right: -113px;
    left: -113px;
  }

  .xl\:-inset-y-114px {
    top: -114px;
    bottom: -114px;
  }

  .xl\:-inset-x-114px {
    right: -114px;
    left: -114px;
  }

  .xl\:-inset-y-115px {
    top: -115px;
    bottom: -115px;
  }

  .xl\:-inset-x-115px {
    right: -115px;
    left: -115px;
  }

  .xl\:-inset-y-116px {
    top: -116px;
    bottom: -116px;
  }

  .xl\:-inset-x-116px {
    right: -116px;
    left: -116px;
  }

  .xl\:-inset-y-117px {
    top: -117px;
    bottom: -117px;
  }

  .xl\:-inset-x-117px {
    right: -117px;
    left: -117px;
  }

  .xl\:-inset-y-118px {
    top: -118px;
    bottom: -118px;
  }

  .xl\:-inset-x-118px {
    right: -118px;
    left: -118px;
  }

  .xl\:-inset-y-119px {
    top: -119px;
    bottom: -119px;
  }

  .xl\:-inset-x-119px {
    right: -119px;
    left: -119px;
  }

  .xl\:-inset-y-120px {
    top: -120px;
    bottom: -120px;
  }

  .xl\:-inset-x-120px {
    right: -120px;
    left: -120px;
  }

  .xl\:-inset-y-121px {
    top: -121px;
    bottom: -121px;
  }

  .xl\:-inset-x-121px {
    right: -121px;
    left: -121px;
  }

  .xl\:-inset-y-122px {
    top: -122px;
    bottom: -122px;
  }

  .xl\:-inset-x-122px {
    right: -122px;
    left: -122px;
  }

  .xl\:-inset-y-123px {
    top: -123px;
    bottom: -123px;
  }

  .xl\:-inset-x-123px {
    right: -123px;
    left: -123px;
  }

  .xl\:-inset-y-124px {
    top: -124px;
    bottom: -124px;
  }

  .xl\:-inset-x-124px {
    right: -124px;
    left: -124px;
  }

  .xl\:-inset-y-125px {
    top: -125px;
    bottom: -125px;
  }

  .xl\:-inset-x-125px {
    right: -125px;
    left: -125px;
  }

  .xl\:-inset-y-126px {
    top: -126px;
    bottom: -126px;
  }

  .xl\:-inset-x-126px {
    right: -126px;
    left: -126px;
  }

  .xl\:-inset-y-127px {
    top: -127px;
    bottom: -127px;
  }

  .xl\:-inset-x-127px {
    right: -127px;
    left: -127px;
  }

  .xl\:-inset-y-128px {
    top: -128px;
    bottom: -128px;
  }

  .xl\:-inset-x-128px {
    right: -128px;
    left: -128px;
  }

  .xl\:-inset-y-129px {
    top: -129px;
    bottom: -129px;
  }

  .xl\:-inset-x-129px {
    right: -129px;
    left: -129px;
  }

  .xl\:-inset-y-130px {
    top: -130px;
    bottom: -130px;
  }

  .xl\:-inset-x-130px {
    right: -130px;
    left: -130px;
  }

  .xl\:-inset-y-133px {
    top: -133px;
    bottom: -133px;
  }

  .xl\:-inset-x-133px {
    right: -133px;
    left: -133px;
  }

  .xl\:-inset-y-140px {
    top: -140px;
    bottom: -140px;
  }

  .xl\:-inset-x-140px {
    right: -140px;
    left: -140px;
  }

  .xl\:-inset-y-195px {
    top: -195px;
    bottom: -195px;
  }

  .xl\:-inset-x-195px {
    right: -195px;
    left: -195px;
  }

  .xl\:-inset-y-200px {
    top: -200px;
    bottom: -200px;
  }

  .xl\:-inset-x-200px {
    right: -200px;
    left: -200px;
  }

  .xl\:-inset-y-210px {
    top: -210px;
    bottom: -210px;
  }

  .xl\:-inset-x-210px {
    right: -210px;
    left: -210px;
  }

  .xl\:-inset-y-222px {
    top: -222px;
    bottom: -222px;
  }

  .xl\:-inset-x-222px {
    right: -222px;
    left: -222px;
  }

  .xl\:-inset-y-258px {
    top: -258px;
    bottom: -258px;
  }

  .xl\:-inset-x-258px {
    right: -258px;
    left: -258px;
  }

  .xl\:-inset-y-280px {
    top: -280px;
    bottom: -280px;
  }

  .xl\:-inset-x-280px {
    right: -280px;
    left: -280px;
  }

  .xl\:-inset-y-334px {
    top: -334px;
    bottom: -334px;
  }

  .xl\:-inset-x-334px {
    right: -334px;
    left: -334px;
  }

  .xl\:-inset-y-388px {
    top: -388px;
    bottom: -388px;
  }

  .xl\:-inset-x-388px {
    right: -388px;
    left: -388px;
  }

  .xl\:-inset-y-480px {
    top: -480px;
    bottom: -480px;
  }

  .xl\:-inset-x-480px {
    right: -480px;
    left: -480px;
  }

  .xl\:-inset-y-490px {
    top: -490px;
    bottom: -490px;
  }

  .xl\:-inset-x-490px {
    right: -490px;
    left: -490px;
  }

  .xl\:-inset-y-505px {
    top: -505px;
    bottom: -505px;
  }

  .xl\:-inset-x-505px {
    right: -505px;
    left: -505px;
  }

  .xl\:-inset-y-507px {
    top: -507px;
    bottom: -507px;
  }

  .xl\:-inset-x-507px {
    right: -507px;
    left: -507px;
  }

  .xl\:-inset-y-760px {
    top: -760px;
    bottom: -760px;
  }

  .xl\:-inset-x-760px {
    right: -760px;
    left: -760px;
  }

  .xl\:-inset-y-780px {
    top: -780px;
    bottom: -780px;
  }

  .xl\:-inset-x-780px {
    right: -780px;
    left: -780px;
  }

  .xl\:-inset-y-980px {
    top: -980px;
    bottom: -980px;
  }

  .xl\:-inset-x-980px {
    right: -980px;
    left: -980px;
  }

  .xl\:-inset-y-1366px {
    top: -1366px;
    bottom: -1366px;
  }

  .xl\:-inset-x-1366px {
    right: -1366px;
    left: -1366px;
  }

  .xl\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .xl\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .xl\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .xl\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .xl\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .xl\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .xl\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .xl\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .xl\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .xl\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .xl\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .xl\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .xl\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .xl\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .xl\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .xl\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .xl\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .xl\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .xl\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .xl\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:left-0 {
    left: 0px;
  }

  .xl\:top-1 {
    top: 0.25rem;
  }

  .xl\:right-1 {
    right: 0.25rem;
  }

  .xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .xl\:left-1 {
    left: 0.25rem;
  }

  .xl\:top-2 {
    top: 0.5rem;
  }

  .xl\:right-2 {
    right: 0.5rem;
  }

  .xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .xl\:left-2 {
    left: 0.5rem;
  }

  .xl\:top-3 {
    top: 0.75rem;
  }

  .xl\:right-3 {
    right: 0.75rem;
  }

  .xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .xl\:left-3 {
    left: 0.75rem;
  }

  .xl\:top-4 {
    top: 1rem;
  }

  .xl\:right-4 {
    right: 1rem;
  }

  .xl\:bottom-4 {
    bottom: 1rem;
  }

  .xl\:left-4 {
    left: 1rem;
  }

  .xl\:top-5 {
    top: 1.25rem;
  }

  .xl\:right-5 {
    right: 1.25rem;
  }

  .xl\:bottom-5 {
    bottom: 1.25rem;
  }

  .xl\:left-5 {
    left: 1.25rem;
  }

  .xl\:top-6 {
    top: 1.5rem;
  }

  .xl\:right-6 {
    right: 1.5rem;
  }

  .xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .xl\:left-6 {
    left: 1.5rem;
  }

  .xl\:top-7 {
    top: 1.75rem;
  }

  .xl\:right-7 {
    right: 1.75rem;
  }

  .xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .xl\:left-7 {
    left: 1.75rem;
  }

  .xl\:top-8 {
    top: 2rem;
  }

  .xl\:right-8 {
    right: 2rem;
  }

  .xl\:bottom-8 {
    bottom: 2rem;
  }

  .xl\:left-8 {
    left: 2rem;
  }

  .xl\:top-9 {
    top: 2.25rem;
  }

  .xl\:right-9 {
    right: 2.25rem;
  }

  .xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .xl\:left-9 {
    left: 2.25rem;
  }

  .xl\:top-10 {
    top: 2.5rem;
  }

  .xl\:right-10 {
    right: 2.5rem;
  }

  .xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .xl\:left-10 {
    left: 2.5rem;
  }

  .xl\:top-11 {
    top: 2.75rem;
  }

  .xl\:right-11 {
    right: 2.75rem;
  }

  .xl\:bottom-11 {
    bottom: 2.75rem;
  }

  .xl\:left-11 {
    left: 2.75rem;
  }

  .xl\:top-12 {
    top: 3rem;
  }

  .xl\:right-12 {
    right: 3rem;
  }

  .xl\:bottom-12 {
    bottom: 3rem;
  }

  .xl\:left-12 {
    left: 3rem;
  }

  .xl\:top-14 {
    top: 3.5rem;
  }

  .xl\:right-14 {
    right: 3.5rem;
  }

  .xl\:bottom-14 {
    bottom: 3.5rem;
  }

  .xl\:left-14 {
    left: 3.5rem;
  }

  .xl\:top-16 {
    top: 4rem;
  }

  .xl\:right-16 {
    right: 4rem;
  }

  .xl\:bottom-16 {
    bottom: 4rem;
  }

  .xl\:left-16 {
    left: 4rem;
  }

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:right-20 {
    right: 5rem;
  }

  .xl\:bottom-20 {
    bottom: 5rem;
  }

  .xl\:left-20 {
    left: 5rem;
  }

  .xl\:top-24 {
    top: 6rem;
  }

  .xl\:right-24 {
    right: 6rem;
  }

  .xl\:bottom-24 {
    bottom: 6rem;
  }

  .xl\:left-24 {
    left: 6rem;
  }

  .xl\:top-28 {
    top: 7rem;
  }

  .xl\:right-28 {
    right: 7rem;
  }

  .xl\:bottom-28 {
    bottom: 7rem;
  }

  .xl\:left-28 {
    left: 7rem;
  }

  .xl\:top-32 {
    top: 8rem;
  }

  .xl\:right-32 {
    right: 8rem;
  }

  .xl\:bottom-32 {
    bottom: 8rem;
  }

  .xl\:left-32 {
    left: 8rem;
  }

  .xl\:top-36 {
    top: 9rem;
  }

  .xl\:right-36 {
    right: 9rem;
  }

  .xl\:bottom-36 {
    bottom: 9rem;
  }

  .xl\:left-36 {
    left: 9rem;
  }

  .xl\:top-40 {
    top: 10rem;
  }

  .xl\:right-40 {
    right: 10rem;
  }

  .xl\:bottom-40 {
    bottom: 10rem;
  }

  .xl\:left-40 {
    left: 10rem;
  }

  .xl\:top-44 {
    top: 11rem;
  }

  .xl\:right-44 {
    right: 11rem;
  }

  .xl\:bottom-44 {
    bottom: 11rem;
  }

  .xl\:left-44 {
    left: 11rem;
  }

  .xl\:top-48 {
    top: 12rem;
  }

  .xl\:right-48 {
    right: 12rem;
  }

  .xl\:bottom-48 {
    bottom: 12rem;
  }

  .xl\:left-48 {
    left: 12rem;
  }

  .xl\:top-52 {
    top: 13rem;
  }

  .xl\:right-52 {
    right: 13rem;
  }

  .xl\:bottom-52 {
    bottom: 13rem;
  }

  .xl\:left-52 {
    left: 13rem;
  }

  .xl\:top-56 {
    top: 14rem;
  }

  .xl\:right-56 {
    right: 14rem;
  }

  .xl\:bottom-56 {
    bottom: 14rem;
  }

  .xl\:left-56 {
    left: 14rem;
  }

  .xl\:top-60 {
    top: 15rem;
  }

  .xl\:right-60 {
    right: 15rem;
  }

  .xl\:bottom-60 {
    bottom: 15rem;
  }

  .xl\:left-60 {
    left: 15rem;
  }

  .xl\:top-64 {
    top: 16rem;
  }

  .xl\:right-64 {
    right: 16rem;
  }

  .xl\:bottom-64 {
    bottom: 16rem;
  }

  .xl\:left-64 {
    left: 16rem;
  }

  .xl\:top-72 {
    top: 18rem;
  }

  .xl\:right-72 {
    right: 18rem;
  }

  .xl\:bottom-72 {
    bottom: 18rem;
  }

  .xl\:left-72 {
    left: 18rem;
  }

  .xl\:top-80 {
    top: 20rem;
  }

  .xl\:right-80 {
    right: 20rem;
  }

  .xl\:bottom-80 {
    bottom: 20rem;
  }

  .xl\:left-80 {
    left: 20rem;
  }

  .xl\:top-96 {
    top: 24rem;
  }

  .xl\:right-96 {
    right: 24rem;
  }

  .xl\:bottom-96 {
    bottom: 24rem;
  }

  .xl\:left-96 {
    left: 24rem;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:top-px {
    top: 1px;
  }

  .xl\:right-px {
    right: 1px;
  }

  .xl\:bottom-px {
    bottom: 1px;
  }

  .xl\:left-px {
    left: 1px;
  }

  .xl\:top-0\.5 {
    top: 0.125rem;
  }

  .xl\:right-0\.5 {
    right: 0.125rem;
  }

  .xl\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .xl\:left-0\.5 {
    left: 0.125rem;
  }

  .xl\:top-1\.5 {
    top: 0.375rem;
  }

  .xl\:right-1\.5 {
    right: 0.375rem;
  }

  .xl\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .xl\:left-1\.5 {
    left: 0.375rem;
  }

  .xl\:top-2\.5 {
    top: 0.625rem;
  }

  .xl\:right-2\.5 {
    right: 0.625rem;
  }

  .xl\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .xl\:left-2\.5 {
    left: 0.625rem;
  }

  .xl\:top-3\.5 {
    top: 0.875rem;
  }

  .xl\:right-3\.5 {
    right: 0.875rem;
  }

  .xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .xl\:left-3\.5 {
    left: 0.875rem;
  }

  .xl\:top-1px {
    top: 1px;
  }

  .xl\:right-1px {
    right: 1px;
  }

  .xl\:bottom-1px {
    bottom: 1px;
  }

  .xl\:left-1px {
    left: 1px;
  }

  .xl\:top-2px {
    top: 2px;
  }

  .xl\:right-2px {
    right: 2px;
  }

  .xl\:bottom-2px {
    bottom: 2px;
  }

  .xl\:left-2px {
    left: 2px;
  }

  .xl\:top-3px {
    top: 3px;
  }

  .xl\:right-3px {
    right: 3px;
  }

  .xl\:bottom-3px {
    bottom: 3px;
  }

  .xl\:left-3px {
    left: 3px;
  }

  .xl\:top-4px {
    top: 4px;
  }

  .xl\:right-4px {
    right: 4px;
  }

  .xl\:bottom-4px {
    bottom: 4px;
  }

  .xl\:left-4px {
    left: 4px;
  }

  .xl\:top-5px {
    top: 5px;
  }

  .xl\:right-5px {
    right: 5px;
  }

  .xl\:bottom-5px {
    bottom: 5px;
  }

  .xl\:left-5px {
    left: 5px;
  }

  .xl\:top-6px {
    top: 6px;
  }

  .xl\:right-6px {
    right: 6px;
  }

  .xl\:bottom-6px {
    bottom: 6px;
  }

  .xl\:left-6px {
    left: 6px;
  }

  .xl\:top-7px {
    top: 7px;
  }

  .xl\:right-7px {
    right: 7px;
  }

  .xl\:bottom-7px {
    bottom: 7px;
  }

  .xl\:left-7px {
    left: 7px;
  }

  .xl\:top-8px {
    top: 8px;
  }

  .xl\:right-8px {
    right: 8px;
  }

  .xl\:bottom-8px {
    bottom: 8px;
  }

  .xl\:left-8px {
    left: 8px;
  }

  .xl\:top-9px {
    top: 9px;
  }

  .xl\:right-9px {
    right: 9px;
  }

  .xl\:bottom-9px {
    bottom: 9px;
  }

  .xl\:left-9px {
    left: 9px;
  }

  .xl\:top-10px {
    top: 10px;
  }

  .xl\:right-10px {
    right: 10px;
  }

  .xl\:bottom-10px {
    bottom: 10px;
  }

  .xl\:left-10px {
    left: 10px;
  }

  .xl\:top-11px {
    top: 11px;
  }

  .xl\:right-11px {
    right: 11px;
  }

  .xl\:bottom-11px {
    bottom: 11px;
  }

  .xl\:left-11px {
    left: 11px;
  }

  .xl\:top-12px {
    top: 12px;
  }

  .xl\:right-12px {
    right: 12px;
  }

  .xl\:bottom-12px {
    bottom: 12px;
  }

  .xl\:left-12px {
    left: 12px;
  }

  .xl\:top-13px {
    top: 13px;
  }

  .xl\:right-13px {
    right: 13px;
  }

  .xl\:bottom-13px {
    bottom: 13px;
  }

  .xl\:left-13px {
    left: 13px;
  }

  .xl\:top-14px {
    top: 14px;
  }

  .xl\:right-14px {
    right: 14px;
  }

  .xl\:bottom-14px {
    bottom: 14px;
  }

  .xl\:left-14px {
    left: 14px;
  }

  .xl\:top-15px {
    top: 15px;
  }

  .xl\:right-15px {
    right: 15px;
  }

  .xl\:bottom-15px {
    bottom: 15px;
  }

  .xl\:left-15px {
    left: 15px;
  }

  .xl\:top-16px {
    top: 16px;
  }

  .xl\:right-16px {
    right: 16px;
  }

  .xl\:bottom-16px {
    bottom: 16px;
  }

  .xl\:left-16px {
    left: 16px;
  }

  .xl\:top-17px {
    top: 17px;
  }

  .xl\:right-17px {
    right: 17px;
  }

  .xl\:bottom-17px {
    bottom: 17px;
  }

  .xl\:left-17px {
    left: 17px;
  }

  .xl\:top-18px {
    top: 18px;
  }

  .xl\:right-18px {
    right: 18px;
  }

  .xl\:bottom-18px {
    bottom: 18px;
  }

  .xl\:left-18px {
    left: 18px;
  }

  .xl\:top-19px {
    top: 19px;
  }

  .xl\:right-19px {
    right: 19px;
  }

  .xl\:bottom-19px {
    bottom: 19px;
  }

  .xl\:left-19px {
    left: 19px;
  }

  .xl\:top-20px {
    top: 20px;
  }

  .xl\:right-20px {
    right: 20px;
  }

  .xl\:bottom-20px {
    bottom: 20px;
  }

  .xl\:left-20px {
    left: 20px;
  }

  .xl\:top-21px {
    top: 21px;
  }

  .xl\:right-21px {
    right: 21px;
  }

  .xl\:bottom-21px {
    bottom: 21px;
  }

  .xl\:left-21px {
    left: 21px;
  }

  .xl\:top-22px {
    top: 22px;
  }

  .xl\:right-22px {
    right: 22px;
  }

  .xl\:bottom-22px {
    bottom: 22px;
  }

  .xl\:left-22px {
    left: 22px;
  }

  .xl\:top-23px {
    top: 23px;
  }

  .xl\:right-23px {
    right: 23px;
  }

  .xl\:bottom-23px {
    bottom: 23px;
  }

  .xl\:left-23px {
    left: 23px;
  }

  .xl\:top-24px {
    top: 24px;
  }

  .xl\:right-24px {
    right: 24px;
  }

  .xl\:bottom-24px {
    bottom: 24px;
  }

  .xl\:left-24px {
    left: 24px;
  }

  .xl\:top-25px {
    top: 25px;
  }

  .xl\:right-25px {
    right: 25px;
  }

  .xl\:bottom-25px {
    bottom: 25px;
  }

  .xl\:left-25px {
    left: 25px;
  }

  .xl\:top-26px {
    top: 26px;
  }

  .xl\:right-26px {
    right: 26px;
  }

  .xl\:bottom-26px {
    bottom: 26px;
  }

  .xl\:left-26px {
    left: 26px;
  }

  .xl\:top-27px {
    top: 27px;
  }

  .xl\:right-27px {
    right: 27px;
  }

  .xl\:bottom-27px {
    bottom: 27px;
  }

  .xl\:left-27px {
    left: 27px;
  }

  .xl\:top-28px {
    top: 28px;
  }

  .xl\:right-28px {
    right: 28px;
  }

  .xl\:bottom-28px {
    bottom: 28px;
  }

  .xl\:left-28px {
    left: 28px;
  }

  .xl\:top-29px {
    top: 29px;
  }

  .xl\:right-29px {
    right: 29px;
  }

  .xl\:bottom-29px {
    bottom: 29px;
  }

  .xl\:left-29px {
    left: 29px;
  }

  .xl\:top-30px {
    top: 30px;
  }

  .xl\:right-30px {
    right: 30px;
  }

  .xl\:bottom-30px {
    bottom: 30px;
  }

  .xl\:left-30px {
    left: 30px;
  }

  .xl\:top-31px {
    top: 31px;
  }

  .xl\:right-31px {
    right: 31px;
  }

  .xl\:bottom-31px {
    bottom: 31px;
  }

  .xl\:left-31px {
    left: 31px;
  }

  .xl\:top-32px {
    top: 32px;
  }

  .xl\:right-32px {
    right: 32px;
  }

  .xl\:bottom-32px {
    bottom: 32px;
  }

  .xl\:left-32px {
    left: 32px;
  }

  .xl\:top-33px {
    top: 33px;
  }

  .xl\:right-33px {
    right: 33px;
  }

  .xl\:bottom-33px {
    bottom: 33px;
  }

  .xl\:left-33px {
    left: 33px;
  }

  .xl\:top-34px {
    top: 34px;
  }

  .xl\:right-34px {
    right: 34px;
  }

  .xl\:bottom-34px {
    bottom: 34px;
  }

  .xl\:left-34px {
    left: 34px;
  }

  .xl\:top-35px {
    top: 35px;
  }

  .xl\:right-35px {
    right: 35px;
  }

  .xl\:bottom-35px {
    bottom: 35px;
  }

  .xl\:left-35px {
    left: 35px;
  }

  .xl\:top-36px {
    top: 36px;
  }

  .xl\:right-36px {
    right: 36px;
  }

  .xl\:bottom-36px {
    bottom: 36px;
  }

  .xl\:left-36px {
    left: 36px;
  }

  .xl\:top-37px {
    top: 37px;
  }

  .xl\:right-37px {
    right: 37px;
  }

  .xl\:bottom-37px {
    bottom: 37px;
  }

  .xl\:left-37px {
    left: 37px;
  }

  .xl\:top-38px {
    top: 38px;
  }

  .xl\:right-38px {
    right: 38px;
  }

  .xl\:bottom-38px {
    bottom: 38px;
  }

  .xl\:left-38px {
    left: 38px;
  }

  .xl\:top-39px {
    top: 39px;
  }

  .xl\:right-39px {
    right: 39px;
  }

  .xl\:bottom-39px {
    bottom: 39px;
  }

  .xl\:left-39px {
    left: 39px;
  }

  .xl\:top-40px {
    top: 40px;
  }

  .xl\:right-40px {
    right: 40px;
  }

  .xl\:bottom-40px {
    bottom: 40px;
  }

  .xl\:left-40px {
    left: 40px;
  }

  .xl\:top-41px {
    top: 41px;
  }

  .xl\:right-41px {
    right: 41px;
  }

  .xl\:bottom-41px {
    bottom: 41px;
  }

  .xl\:left-41px {
    left: 41px;
  }

  .xl\:top-42px {
    top: 42px;
  }

  .xl\:right-42px {
    right: 42px;
  }

  .xl\:bottom-42px {
    bottom: 42px;
  }

  .xl\:left-42px {
    left: 42px;
  }

  .xl\:top-43px {
    top: 43px;
  }

  .xl\:right-43px {
    right: 43px;
  }

  .xl\:bottom-43px {
    bottom: 43px;
  }

  .xl\:left-43px {
    left: 43px;
  }

  .xl\:top-44px {
    top: 44px;
  }

  .xl\:right-44px {
    right: 44px;
  }

  .xl\:bottom-44px {
    bottom: 44px;
  }

  .xl\:left-44px {
    left: 44px;
  }

  .xl\:top-45px {
    top: 45px;
  }

  .xl\:right-45px {
    right: 45px;
  }

  .xl\:bottom-45px {
    bottom: 45px;
  }

  .xl\:left-45px {
    left: 45px;
  }

  .xl\:top-46px {
    top: 46px;
  }

  .xl\:right-46px {
    right: 46px;
  }

  .xl\:bottom-46px {
    bottom: 46px;
  }

  .xl\:left-46px {
    left: 46px;
  }

  .xl\:top-47px {
    top: 47px;
  }

  .xl\:right-47px {
    right: 47px;
  }

  .xl\:bottom-47px {
    bottom: 47px;
  }

  .xl\:left-47px {
    left: 47px;
  }

  .xl\:top-48px {
    top: 48px;
  }

  .xl\:right-48px {
    right: 48px;
  }

  .xl\:bottom-48px {
    bottom: 48px;
  }

  .xl\:left-48px {
    left: 48px;
  }

  .xl\:top-49px {
    top: 49px;
  }

  .xl\:right-49px {
    right: 49px;
  }

  .xl\:bottom-49px {
    bottom: 49px;
  }

  .xl\:left-49px {
    left: 49px;
  }

  .xl\:top-50px {
    top: 50px;
  }

  .xl\:right-50px {
    right: 50px;
  }

  .xl\:bottom-50px {
    bottom: 50px;
  }

  .xl\:left-50px {
    left: 50px;
  }

  .xl\:top-51px {
    top: 51px;
  }

  .xl\:right-51px {
    right: 51px;
  }

  .xl\:bottom-51px {
    bottom: 51px;
  }

  .xl\:left-51px {
    left: 51px;
  }

  .xl\:top-52px {
    top: 52px;
  }

  .xl\:right-52px {
    right: 52px;
  }

  .xl\:bottom-52px {
    bottom: 52px;
  }

  .xl\:left-52px {
    left: 52px;
  }

  .xl\:top-53px {
    top: 53px;
  }

  .xl\:right-53px {
    right: 53px;
  }

  .xl\:bottom-53px {
    bottom: 53px;
  }

  .xl\:left-53px {
    left: 53px;
  }

  .xl\:top-54px {
    top: 54px;
  }

  .xl\:right-54px {
    right: 54px;
  }

  .xl\:bottom-54px {
    bottom: 54px;
  }

  .xl\:left-54px {
    left: 54px;
  }

  .xl\:top-55px {
    top: 55px;
  }

  .xl\:right-55px {
    right: 55px;
  }

  .xl\:bottom-55px {
    bottom: 55px;
  }

  .xl\:left-55px {
    left: 55px;
  }

  .xl\:top-56px {
    top: 56px;
  }

  .xl\:right-56px {
    right: 56px;
  }

  .xl\:bottom-56px {
    bottom: 56px;
  }

  .xl\:left-56px {
    left: 56px;
  }

  .xl\:top-57px {
    top: 57px;
  }

  .xl\:right-57px {
    right: 57px;
  }

  .xl\:bottom-57px {
    bottom: 57px;
  }

  .xl\:left-57px {
    left: 57px;
  }

  .xl\:top-58px {
    top: 58px;
  }

  .xl\:right-58px {
    right: 58px;
  }

  .xl\:bottom-58px {
    bottom: 58px;
  }

  .xl\:left-58px {
    left: 58px;
  }

  .xl\:top-59px {
    top: 59px;
  }

  .xl\:right-59px {
    right: 59px;
  }

  .xl\:bottom-59px {
    bottom: 59px;
  }

  .xl\:left-59px {
    left: 59px;
  }

  .xl\:top-60px {
    top: 60px;
  }

  .xl\:right-60px {
    right: 60px;
  }

  .xl\:bottom-60px {
    bottom: 60px;
  }

  .xl\:left-60px {
    left: 60px;
  }

  .xl\:top-61px {
    top: 61px;
  }

  .xl\:right-61px {
    right: 61px;
  }

  .xl\:bottom-61px {
    bottom: 61px;
  }

  .xl\:left-61px {
    left: 61px;
  }

  .xl\:top-62px {
    top: 62px;
  }

  .xl\:right-62px {
    right: 62px;
  }

  .xl\:bottom-62px {
    bottom: 62px;
  }

  .xl\:left-62px {
    left: 62px;
  }

  .xl\:top-63px {
    top: 63px;
  }

  .xl\:right-63px {
    right: 63px;
  }

  .xl\:bottom-63px {
    bottom: 63px;
  }

  .xl\:left-63px {
    left: 63px;
  }

  .xl\:top-64px {
    top: 64px;
  }

  .xl\:right-64px {
    right: 64px;
  }

  .xl\:bottom-64px {
    bottom: 64px;
  }

  .xl\:left-64px {
    left: 64px;
  }

  .xl\:top-65px {
    top: 65px;
  }

  .xl\:right-65px {
    right: 65px;
  }

  .xl\:bottom-65px {
    bottom: 65px;
  }

  .xl\:left-65px {
    left: 65px;
  }

  .xl\:top-66px {
    top: 66px;
  }

  .xl\:right-66px {
    right: 66px;
  }

  .xl\:bottom-66px {
    bottom: 66px;
  }

  .xl\:left-66px {
    left: 66px;
  }

  .xl\:top-67px {
    top: 67px;
  }

  .xl\:right-67px {
    right: 67px;
  }

  .xl\:bottom-67px {
    bottom: 67px;
  }

  .xl\:left-67px {
    left: 67px;
  }

  .xl\:top-68px {
    top: 68px;
  }

  .xl\:right-68px {
    right: 68px;
  }

  .xl\:bottom-68px {
    bottom: 68px;
  }

  .xl\:left-68px {
    left: 68px;
  }

  .xl\:top-69px {
    top: 69px;
  }

  .xl\:right-69px {
    right: 69px;
  }

  .xl\:bottom-69px {
    bottom: 69px;
  }

  .xl\:left-69px {
    left: 69px;
  }

  .xl\:top-70px {
    top: 70px;
  }

  .xl\:right-70px {
    right: 70px;
  }

  .xl\:bottom-70px {
    bottom: 70px;
  }

  .xl\:left-70px {
    left: 70px;
  }

  .xl\:top-71px {
    top: 71px;
  }

  .xl\:right-71px {
    right: 71px;
  }

  .xl\:bottom-71px {
    bottom: 71px;
  }

  .xl\:left-71px {
    left: 71px;
  }

  .xl\:top-72px {
    top: 72px;
  }

  .xl\:right-72px {
    right: 72px;
  }

  .xl\:bottom-72px {
    bottom: 72px;
  }

  .xl\:left-72px {
    left: 72px;
  }

  .xl\:top-73px {
    top: 73px;
  }

  .xl\:right-73px {
    right: 73px;
  }

  .xl\:bottom-73px {
    bottom: 73px;
  }

  .xl\:left-73px {
    left: 73px;
  }

  .xl\:top-74px {
    top: 74px;
  }

  .xl\:right-74px {
    right: 74px;
  }

  .xl\:bottom-74px {
    bottom: 74px;
  }

  .xl\:left-74px {
    left: 74px;
  }

  .xl\:top-75px {
    top: 75px;
  }

  .xl\:right-75px {
    right: 75px;
  }

  .xl\:bottom-75px {
    bottom: 75px;
  }

  .xl\:left-75px {
    left: 75px;
  }

  .xl\:top-76px {
    top: 76px;
  }

  .xl\:right-76px {
    right: 76px;
  }

  .xl\:bottom-76px {
    bottom: 76px;
  }

  .xl\:left-76px {
    left: 76px;
  }

  .xl\:top-77px {
    top: 77px;
  }

  .xl\:right-77px {
    right: 77px;
  }

  .xl\:bottom-77px {
    bottom: 77px;
  }

  .xl\:left-77px {
    left: 77px;
  }

  .xl\:top-78px {
    top: 78px;
  }

  .xl\:right-78px {
    right: 78px;
  }

  .xl\:bottom-78px {
    bottom: 78px;
  }

  .xl\:left-78px {
    left: 78px;
  }

  .xl\:top-79px {
    top: 79px;
  }

  .xl\:right-79px {
    right: 79px;
  }

  .xl\:bottom-79px {
    bottom: 79px;
  }

  .xl\:left-79px {
    left: 79px;
  }

  .xl\:top-80px {
    top: 80px;
  }

  .xl\:right-80px {
    right: 80px;
  }

  .xl\:bottom-80px {
    bottom: 80px;
  }

  .xl\:left-80px {
    left: 80px;
  }

  .xl\:top-81px {
    top: 81px;
  }

  .xl\:right-81px {
    right: 81px;
  }

  .xl\:bottom-81px {
    bottom: 81px;
  }

  .xl\:left-81px {
    left: 81px;
  }

  .xl\:top-82px {
    top: 82px;
  }

  .xl\:right-82px {
    right: 82px;
  }

  .xl\:bottom-82px {
    bottom: 82px;
  }

  .xl\:left-82px {
    left: 82px;
  }

  .xl\:top-83px {
    top: 83px;
  }

  .xl\:right-83px {
    right: 83px;
  }

  .xl\:bottom-83px {
    bottom: 83px;
  }

  .xl\:left-83px {
    left: 83px;
  }

  .xl\:top-84px {
    top: 84px;
  }

  .xl\:right-84px {
    right: 84px;
  }

  .xl\:bottom-84px {
    bottom: 84px;
  }

  .xl\:left-84px {
    left: 84px;
  }

  .xl\:top-85px {
    top: 85px;
  }

  .xl\:right-85px {
    right: 85px;
  }

  .xl\:bottom-85px {
    bottom: 85px;
  }

  .xl\:left-85px {
    left: 85px;
  }

  .xl\:top-86px {
    top: 86px;
  }

  .xl\:right-86px {
    right: 86px;
  }

  .xl\:bottom-86px {
    bottom: 86px;
  }

  .xl\:left-86px {
    left: 86px;
  }

  .xl\:top-87px {
    top: 87px;
  }

  .xl\:right-87px {
    right: 87px;
  }

  .xl\:bottom-87px {
    bottom: 87px;
  }

  .xl\:left-87px {
    left: 87px;
  }

  .xl\:top-88px {
    top: 88px;
  }

  .xl\:right-88px {
    right: 88px;
  }

  .xl\:bottom-88px {
    bottom: 88px;
  }

  .xl\:left-88px {
    left: 88px;
  }

  .xl\:top-89px {
    top: 89px;
  }

  .xl\:right-89px {
    right: 89px;
  }

  .xl\:bottom-89px {
    bottom: 89px;
  }

  .xl\:left-89px {
    left: 89px;
  }

  .xl\:top-90px {
    top: 90px;
  }

  .xl\:right-90px {
    right: 90px;
  }

  .xl\:bottom-90px {
    bottom: 90px;
  }

  .xl\:left-90px {
    left: 90px;
  }

  .xl\:top-91px {
    top: 91px;
  }

  .xl\:right-91px {
    right: 91px;
  }

  .xl\:bottom-91px {
    bottom: 91px;
  }

  .xl\:left-91px {
    left: 91px;
  }

  .xl\:top-92px {
    top: 92px;
  }

  .xl\:right-92px {
    right: 92px;
  }

  .xl\:bottom-92px {
    bottom: 92px;
  }

  .xl\:left-92px {
    left: 92px;
  }

  .xl\:top-93px {
    top: 93px;
  }

  .xl\:right-93px {
    right: 93px;
  }

  .xl\:bottom-93px {
    bottom: 93px;
  }

  .xl\:left-93px {
    left: 93px;
  }

  .xl\:top-94px {
    top: 94px;
  }

  .xl\:right-94px {
    right: 94px;
  }

  .xl\:bottom-94px {
    bottom: 94px;
  }

  .xl\:left-94px {
    left: 94px;
  }

  .xl\:top-95px {
    top: 95px;
  }

  .xl\:right-95px {
    right: 95px;
  }

  .xl\:bottom-95px {
    bottom: 95px;
  }

  .xl\:left-95px {
    left: 95px;
  }

  .xl\:top-96px {
    top: 96px;
  }

  .xl\:right-96px {
    right: 96px;
  }

  .xl\:bottom-96px {
    bottom: 96px;
  }

  .xl\:left-96px {
    left: 96px;
  }

  .xl\:top-97px {
    top: 97px;
  }

  .xl\:right-97px {
    right: 97px;
  }

  .xl\:bottom-97px {
    bottom: 97px;
  }

  .xl\:left-97px {
    left: 97px;
  }

  .xl\:top-98px {
    top: 98px;
  }

  .xl\:right-98px {
    right: 98px;
  }

  .xl\:bottom-98px {
    bottom: 98px;
  }

  .xl\:left-98px {
    left: 98px;
  }

  .xl\:top-99px {
    top: 99px;
  }

  .xl\:right-99px {
    right: 99px;
  }

  .xl\:bottom-99px {
    bottom: 99px;
  }

  .xl\:left-99px {
    left: 99px;
  }

  .xl\:top-100px {
    top: 100px;
  }

  .xl\:right-100px {
    right: 100px;
  }

  .xl\:bottom-100px {
    bottom: 100px;
  }

  .xl\:left-100px {
    left: 100px;
  }

  .xl\:top-101px {
    top: 101px;
  }

  .xl\:right-101px {
    right: 101px;
  }

  .xl\:bottom-101px {
    bottom: 101px;
  }

  .xl\:left-101px {
    left: 101px;
  }

  .xl\:top-102px {
    top: 102px;
  }

  .xl\:right-102px {
    right: 102px;
  }

  .xl\:bottom-102px {
    bottom: 102px;
  }

  .xl\:left-102px {
    left: 102px;
  }

  .xl\:top-103px {
    top: 103px;
  }

  .xl\:right-103px {
    right: 103px;
  }

  .xl\:bottom-103px {
    bottom: 103px;
  }

  .xl\:left-103px {
    left: 103px;
  }

  .xl\:top-104px {
    top: 104px;
  }

  .xl\:right-104px {
    right: 104px;
  }

  .xl\:bottom-104px {
    bottom: 104px;
  }

  .xl\:left-104px {
    left: 104px;
  }

  .xl\:top-105px {
    top: 105px;
  }

  .xl\:right-105px {
    right: 105px;
  }

  .xl\:bottom-105px {
    bottom: 105px;
  }

  .xl\:left-105px {
    left: 105px;
  }

  .xl\:top-106px {
    top: 106px;
  }

  .xl\:right-106px {
    right: 106px;
  }

  .xl\:bottom-106px {
    bottom: 106px;
  }

  .xl\:left-106px {
    left: 106px;
  }

  .xl\:top-107px {
    top: 107px;
  }

  .xl\:right-107px {
    right: 107px;
  }

  .xl\:bottom-107px {
    bottom: 107px;
  }

  .xl\:left-107px {
    left: 107px;
  }

  .xl\:top-108px {
    top: 108px;
  }

  .xl\:right-108px {
    right: 108px;
  }

  .xl\:bottom-108px {
    bottom: 108px;
  }

  .xl\:left-108px {
    left: 108px;
  }

  .xl\:top-109px {
    top: 109px;
  }

  .xl\:right-109px {
    right: 109px;
  }

  .xl\:bottom-109px {
    bottom: 109px;
  }

  .xl\:left-109px {
    left: 109px;
  }

  .xl\:top-110px {
    top: 110px;
  }

  .xl\:right-110px {
    right: 110px;
  }

  .xl\:bottom-110px {
    bottom: 110px;
  }

  .xl\:left-110px {
    left: 110px;
  }

  .xl\:top-111px {
    top: 111px;
  }

  .xl\:right-111px {
    right: 111px;
  }

  .xl\:bottom-111px {
    bottom: 111px;
  }

  .xl\:left-111px {
    left: 111px;
  }

  .xl\:top-112px {
    top: 112px;
  }

  .xl\:right-112px {
    right: 112px;
  }

  .xl\:bottom-112px {
    bottom: 112px;
  }

  .xl\:left-112px {
    left: 112px;
  }

  .xl\:top-113px {
    top: 113px;
  }

  .xl\:right-113px {
    right: 113px;
  }

  .xl\:bottom-113px {
    bottom: 113px;
  }

  .xl\:left-113px {
    left: 113px;
  }

  .xl\:top-114px {
    top: 114px;
  }

  .xl\:right-114px {
    right: 114px;
  }

  .xl\:bottom-114px {
    bottom: 114px;
  }

  .xl\:left-114px {
    left: 114px;
  }

  .xl\:top-115px {
    top: 115px;
  }

  .xl\:right-115px {
    right: 115px;
  }

  .xl\:bottom-115px {
    bottom: 115px;
  }

  .xl\:left-115px {
    left: 115px;
  }

  .xl\:top-116px {
    top: 116px;
  }

  .xl\:right-116px {
    right: 116px;
  }

  .xl\:bottom-116px {
    bottom: 116px;
  }

  .xl\:left-116px {
    left: 116px;
  }

  .xl\:top-117px {
    top: 117px;
  }

  .xl\:right-117px {
    right: 117px;
  }

  .xl\:bottom-117px {
    bottom: 117px;
  }

  .xl\:left-117px {
    left: 117px;
  }

  .xl\:top-118px {
    top: 118px;
  }

  .xl\:right-118px {
    right: 118px;
  }

  .xl\:bottom-118px {
    bottom: 118px;
  }

  .xl\:left-118px {
    left: 118px;
  }

  .xl\:top-119px {
    top: 119px;
  }

  .xl\:right-119px {
    right: 119px;
  }

  .xl\:bottom-119px {
    bottom: 119px;
  }

  .xl\:left-119px {
    left: 119px;
  }

  .xl\:top-120px {
    top: 120px;
  }

  .xl\:right-120px {
    right: 120px;
  }

  .xl\:bottom-120px {
    bottom: 120px;
  }

  .xl\:left-120px {
    left: 120px;
  }

  .xl\:top-121px {
    top: 121px;
  }

  .xl\:right-121px {
    right: 121px;
  }

  .xl\:bottom-121px {
    bottom: 121px;
  }

  .xl\:left-121px {
    left: 121px;
  }

  .xl\:top-122px {
    top: 122px;
  }

  .xl\:right-122px {
    right: 122px;
  }

  .xl\:bottom-122px {
    bottom: 122px;
  }

  .xl\:left-122px {
    left: 122px;
  }

  .xl\:top-123px {
    top: 123px;
  }

  .xl\:right-123px {
    right: 123px;
  }

  .xl\:bottom-123px {
    bottom: 123px;
  }

  .xl\:left-123px {
    left: 123px;
  }

  .xl\:top-124px {
    top: 124px;
  }

  .xl\:right-124px {
    right: 124px;
  }

  .xl\:bottom-124px {
    bottom: 124px;
  }

  .xl\:left-124px {
    left: 124px;
  }

  .xl\:top-125px {
    top: 125px;
  }

  .xl\:right-125px {
    right: 125px;
  }

  .xl\:bottom-125px {
    bottom: 125px;
  }

  .xl\:left-125px {
    left: 125px;
  }

  .xl\:top-126px {
    top: 126px;
  }

  .xl\:right-126px {
    right: 126px;
  }

  .xl\:bottom-126px {
    bottom: 126px;
  }

  .xl\:left-126px {
    left: 126px;
  }

  .xl\:top-127px {
    top: 127px;
  }

  .xl\:right-127px {
    right: 127px;
  }

  .xl\:bottom-127px {
    bottom: 127px;
  }

  .xl\:left-127px {
    left: 127px;
  }

  .xl\:top-128px {
    top: 128px;
  }

  .xl\:right-128px {
    right: 128px;
  }

  .xl\:bottom-128px {
    bottom: 128px;
  }

  .xl\:left-128px {
    left: 128px;
  }

  .xl\:top-129px {
    top: 129px;
  }

  .xl\:right-129px {
    right: 129px;
  }

  .xl\:bottom-129px {
    bottom: 129px;
  }

  .xl\:left-129px {
    left: 129px;
  }

  .xl\:top-130px {
    top: 130px;
  }

  .xl\:right-130px {
    right: 130px;
  }

  .xl\:bottom-130px {
    bottom: 130px;
  }

  .xl\:left-130px {
    left: 130px;
  }

  .xl\:top-133px {
    top: 133px;
  }

  .xl\:right-133px {
    right: 133px;
  }

  .xl\:bottom-133px {
    bottom: 133px;
  }

  .xl\:left-133px {
    left: 133px;
  }

  .xl\:top-140px {
    top: 140px;
  }

  .xl\:right-140px {
    right: 140px;
  }

  .xl\:bottom-140px {
    bottom: 140px;
  }

  .xl\:left-140px {
    left: 140px;
  }

  .xl\:top-195px {
    top: 195px;
  }

  .xl\:right-195px {
    right: 195px;
  }

  .xl\:bottom-195px {
    bottom: 195px;
  }

  .xl\:left-195px {
    left: 195px;
  }

  .xl\:top-200px {
    top: 200px;
  }

  .xl\:right-200px {
    right: 200px;
  }

  .xl\:bottom-200px {
    bottom: 200px;
  }

  .xl\:left-200px {
    left: 200px;
  }

  .xl\:top-210px {
    top: 210px;
  }

  .xl\:right-210px {
    right: 210px;
  }

  .xl\:bottom-210px {
    bottom: 210px;
  }

  .xl\:left-210px {
    left: 210px;
  }

  .xl\:top-222px {
    top: 222px;
  }

  .xl\:right-222px {
    right: 222px;
  }

  .xl\:bottom-222px {
    bottom: 222px;
  }

  .xl\:left-222px {
    left: 222px;
  }

  .xl\:top-258px {
    top: 258px;
  }

  .xl\:right-258px {
    right: 258px;
  }

  .xl\:bottom-258px {
    bottom: 258px;
  }

  .xl\:left-258px {
    left: 258px;
  }

  .xl\:top-280px {
    top: 280px;
  }

  .xl\:right-280px {
    right: 280px;
  }

  .xl\:bottom-280px {
    bottom: 280px;
  }

  .xl\:left-280px {
    left: 280px;
  }

  .xl\:top-334px {
    top: 334px;
  }

  .xl\:right-334px {
    right: 334px;
  }

  .xl\:bottom-334px {
    bottom: 334px;
  }

  .xl\:left-334px {
    left: 334px;
  }

  .xl\:top-388px {
    top: 388px;
  }

  .xl\:right-388px {
    right: 388px;
  }

  .xl\:bottom-388px {
    bottom: 388px;
  }

  .xl\:left-388px {
    left: 388px;
  }

  .xl\:top-480px {
    top: 480px;
  }

  .xl\:right-480px {
    right: 480px;
  }

  .xl\:bottom-480px {
    bottom: 480px;
  }

  .xl\:left-480px {
    left: 480px;
  }

  .xl\:top-490px {
    top: 490px;
  }

  .xl\:right-490px {
    right: 490px;
  }

  .xl\:bottom-490px {
    bottom: 490px;
  }

  .xl\:left-490px {
    left: 490px;
  }

  .xl\:top-505px {
    top: 505px;
  }

  .xl\:right-505px {
    right: 505px;
  }

  .xl\:bottom-505px {
    bottom: 505px;
  }

  .xl\:left-505px {
    left: 505px;
  }

  .xl\:top-507px {
    top: 507px;
  }

  .xl\:right-507px {
    right: 507px;
  }

  .xl\:bottom-507px {
    bottom: 507px;
  }

  .xl\:left-507px {
    left: 507px;
  }

  .xl\:top-760px {
    top: 760px;
  }

  .xl\:right-760px {
    right: 760px;
  }

  .xl\:bottom-760px {
    bottom: 760px;
  }

  .xl\:left-760px {
    left: 760px;
  }

  .xl\:top-780px {
    top: 780px;
  }

  .xl\:right-780px {
    right: 780px;
  }

  .xl\:bottom-780px {
    bottom: 780px;
  }

  .xl\:left-780px {
    left: 780px;
  }

  .xl\:top-980px {
    top: 980px;
  }

  .xl\:right-980px {
    right: 980px;
  }

  .xl\:bottom-980px {
    bottom: 980px;
  }

  .xl\:left-980px {
    left: 980px;
  }

  .xl\:top-1366px {
    top: 1366px;
  }

  .xl\:right-1366px {
    right: 1366px;
  }

  .xl\:bottom-1366px {
    bottom: 1366px;
  }

  .xl\:left-1366px {
    left: 1366px;
  }

  .xl\:-top-0 {
    top: 0px;
  }

  .xl\:-right-0 {
    right: 0px;
  }

  .xl\:-bottom-0 {
    bottom: 0px;
  }

  .xl\:-left-0 {
    left: 0px;
  }

  .xl\:-top-1 {
    top: -0.25rem;
  }

  .xl\:-right-1 {
    right: -0.25rem;
  }

  .xl\:-bottom-1 {
    bottom: -0.25rem;
  }

  .xl\:-left-1 {
    left: -0.25rem;
  }

  .xl\:-top-2 {
    top: -0.5rem;
  }

  .xl\:-right-2 {
    right: -0.5rem;
  }

  .xl\:-bottom-2 {
    bottom: -0.5rem;
  }

  .xl\:-left-2 {
    left: -0.5rem;
  }

  .xl\:-top-3 {
    top: -0.75rem;
  }

  .xl\:-right-3 {
    right: -0.75rem;
  }

  .xl\:-bottom-3 {
    bottom: -0.75rem;
  }

  .xl\:-left-3 {
    left: -0.75rem;
  }

  .xl\:-top-4 {
    top: -1rem;
  }

  .xl\:-right-4 {
    right: -1rem;
  }

  .xl\:-bottom-4 {
    bottom: -1rem;
  }

  .xl\:-left-4 {
    left: -1rem;
  }

  .xl\:-top-5 {
    top: -1.25rem;
  }

  .xl\:-right-5 {
    right: -1.25rem;
  }

  .xl\:-bottom-5 {
    bottom: -1.25rem;
  }

  .xl\:-left-5 {
    left: -1.25rem;
  }

  .xl\:-top-6 {
    top: -1.5rem;
  }

  .xl\:-right-6 {
    right: -1.5rem;
  }

  .xl\:-bottom-6 {
    bottom: -1.5rem;
  }

  .xl\:-left-6 {
    left: -1.5rem;
  }

  .xl\:-top-7 {
    top: -1.75rem;
  }

  .xl\:-right-7 {
    right: -1.75rem;
  }

  .xl\:-bottom-7 {
    bottom: -1.75rem;
  }

  .xl\:-left-7 {
    left: -1.75rem;
  }

  .xl\:-top-8 {
    top: -2rem;
  }

  .xl\:-right-8 {
    right: -2rem;
  }

  .xl\:-bottom-8 {
    bottom: -2rem;
  }

  .xl\:-left-8 {
    left: -2rem;
  }

  .xl\:-top-9 {
    top: -2.25rem;
  }

  .xl\:-right-9 {
    right: -2.25rem;
  }

  .xl\:-bottom-9 {
    bottom: -2.25rem;
  }

  .xl\:-left-9 {
    left: -2.25rem;
  }

  .xl\:-top-10 {
    top: -2.5rem;
  }

  .xl\:-right-10 {
    right: -2.5rem;
  }

  .xl\:-bottom-10 {
    bottom: -2.5rem;
  }

  .xl\:-left-10 {
    left: -2.5rem;
  }

  .xl\:-top-11 {
    top: -2.75rem;
  }

  .xl\:-right-11 {
    right: -2.75rem;
  }

  .xl\:-bottom-11 {
    bottom: -2.75rem;
  }

  .xl\:-left-11 {
    left: -2.75rem;
  }

  .xl\:-top-12 {
    top: -3rem;
  }

  .xl\:-right-12 {
    right: -3rem;
  }

  .xl\:-bottom-12 {
    bottom: -3rem;
  }

  .xl\:-left-12 {
    left: -3rem;
  }

  .xl\:-top-14 {
    top: -3.5rem;
  }

  .xl\:-right-14 {
    right: -3.5rem;
  }

  .xl\:-bottom-14 {
    bottom: -3.5rem;
  }

  .xl\:-left-14 {
    left: -3.5rem;
  }

  .xl\:-top-16 {
    top: -4rem;
  }

  .xl\:-right-16 {
    right: -4rem;
  }

  .xl\:-bottom-16 {
    bottom: -4rem;
  }

  .xl\:-left-16 {
    left: -4rem;
  }

  .xl\:-top-20 {
    top: -5rem;
  }

  .xl\:-right-20 {
    right: -5rem;
  }

  .xl\:-bottom-20 {
    bottom: -5rem;
  }

  .xl\:-left-20 {
    left: -5rem;
  }

  .xl\:-top-24 {
    top: -6rem;
  }

  .xl\:-right-24 {
    right: -6rem;
  }

  .xl\:-bottom-24 {
    bottom: -6rem;
  }

  .xl\:-left-24 {
    left: -6rem;
  }

  .xl\:-top-28 {
    top: -7rem;
  }

  .xl\:-right-28 {
    right: -7rem;
  }

  .xl\:-bottom-28 {
    bottom: -7rem;
  }

  .xl\:-left-28 {
    left: -7rem;
  }

  .xl\:-top-32 {
    top: -8rem;
  }

  .xl\:-right-32 {
    right: -8rem;
  }

  .xl\:-bottom-32 {
    bottom: -8rem;
  }

  .xl\:-left-32 {
    left: -8rem;
  }

  .xl\:-top-36 {
    top: -9rem;
  }

  .xl\:-right-36 {
    right: -9rem;
  }

  .xl\:-bottom-36 {
    bottom: -9rem;
  }

  .xl\:-left-36 {
    left: -9rem;
  }

  .xl\:-top-40 {
    top: -10rem;
  }

  .xl\:-right-40 {
    right: -10rem;
  }

  .xl\:-bottom-40 {
    bottom: -10rem;
  }

  .xl\:-left-40 {
    left: -10rem;
  }

  .xl\:-top-44 {
    top: -11rem;
  }

  .xl\:-right-44 {
    right: -11rem;
  }

  .xl\:-bottom-44 {
    bottom: -11rem;
  }

  .xl\:-left-44 {
    left: -11rem;
  }

  .xl\:-top-48 {
    top: -12rem;
  }

  .xl\:-right-48 {
    right: -12rem;
  }

  .xl\:-bottom-48 {
    bottom: -12rem;
  }

  .xl\:-left-48 {
    left: -12rem;
  }

  .xl\:-top-52 {
    top: -13rem;
  }

  .xl\:-right-52 {
    right: -13rem;
  }

  .xl\:-bottom-52 {
    bottom: -13rem;
  }

  .xl\:-left-52 {
    left: -13rem;
  }

  .xl\:-top-56 {
    top: -14rem;
  }

  .xl\:-right-56 {
    right: -14rem;
  }

  .xl\:-bottom-56 {
    bottom: -14rem;
  }

  .xl\:-left-56 {
    left: -14rem;
  }

  .xl\:-top-60 {
    top: -15rem;
  }

  .xl\:-right-60 {
    right: -15rem;
  }

  .xl\:-bottom-60 {
    bottom: -15rem;
  }

  .xl\:-left-60 {
    left: -15rem;
  }

  .xl\:-top-64 {
    top: -16rem;
  }

  .xl\:-right-64 {
    right: -16rem;
  }

  .xl\:-bottom-64 {
    bottom: -16rem;
  }

  .xl\:-left-64 {
    left: -16rem;
  }

  .xl\:-top-72 {
    top: -18rem;
  }

  .xl\:-right-72 {
    right: -18rem;
  }

  .xl\:-bottom-72 {
    bottom: -18rem;
  }

  .xl\:-left-72 {
    left: -18rem;
  }

  .xl\:-top-80 {
    top: -20rem;
  }

  .xl\:-right-80 {
    right: -20rem;
  }

  .xl\:-bottom-80 {
    bottom: -20rem;
  }

  .xl\:-left-80 {
    left: -20rem;
  }

  .xl\:-top-96 {
    top: -24rem;
  }

  .xl\:-right-96 {
    right: -24rem;
  }

  .xl\:-bottom-96 {
    bottom: -24rem;
  }

  .xl\:-left-96 {
    left: -24rem;
  }

  .xl\:-top-px {
    top: -1px;
  }

  .xl\:-right-px {
    right: -1px;
  }

  .xl\:-bottom-px {
    bottom: -1px;
  }

  .xl\:-left-px {
    left: -1px;
  }

  .xl\:-top-0\.5 {
    top: -0.125rem;
  }

  .xl\:-right-0\.5 {
    right: -0.125rem;
  }

  .xl\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .xl\:-left-0\.5 {
    left: -0.125rem;
  }

  .xl\:-top-1\.5 {
    top: -0.375rem;
  }

  .xl\:-right-1\.5 {
    right: -0.375rem;
  }

  .xl\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .xl\:-left-1\.5 {
    left: -0.375rem;
  }

  .xl\:-top-2\.5 {
    top: -0.625rem;
  }

  .xl\:-right-2\.5 {
    right: -0.625rem;
  }

  .xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .xl\:-left-2\.5 {
    left: -0.625rem;
  }

  .xl\:-top-3\.5 {
    top: -0.875rem;
  }

  .xl\:-right-3\.5 {
    right: -0.875rem;
  }

  .xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .xl\:-left-3\.5 {
    left: -0.875rem;
  }

  .xl\:-top-1px {
    top: -1px;
  }

  .xl\:-right-1px {
    right: -1px;
  }

  .xl\:-bottom-1px {
    bottom: -1px;
  }

  .xl\:-left-1px {
    left: -1px;
  }

  .xl\:-top-2px {
    top: -2px;
  }

  .xl\:-right-2px {
    right: -2px;
  }

  .xl\:-bottom-2px {
    bottom: -2px;
  }

  .xl\:-left-2px {
    left: -2px;
  }

  .xl\:-top-3px {
    top: -3px;
  }

  .xl\:-right-3px {
    right: -3px;
  }

  .xl\:-bottom-3px {
    bottom: -3px;
  }

  .xl\:-left-3px {
    left: -3px;
  }

  .xl\:-top-4px {
    top: -4px;
  }

  .xl\:-right-4px {
    right: -4px;
  }

  .xl\:-bottom-4px {
    bottom: -4px;
  }

  .xl\:-left-4px {
    left: -4px;
  }

  .xl\:-top-5px {
    top: -5px;
  }

  .xl\:-right-5px {
    right: -5px;
  }

  .xl\:-bottom-5px {
    bottom: -5px;
  }

  .xl\:-left-5px {
    left: -5px;
  }

  .xl\:-top-6px {
    top: -6px;
  }

  .xl\:-right-6px {
    right: -6px;
  }

  .xl\:-bottom-6px {
    bottom: -6px;
  }

  .xl\:-left-6px {
    left: -6px;
  }

  .xl\:-top-7px {
    top: -7px;
  }

  .xl\:-right-7px {
    right: -7px;
  }

  .xl\:-bottom-7px {
    bottom: -7px;
  }

  .xl\:-left-7px {
    left: -7px;
  }

  .xl\:-top-8px {
    top: -8px;
  }

  .xl\:-right-8px {
    right: -8px;
  }

  .xl\:-bottom-8px {
    bottom: -8px;
  }

  .xl\:-left-8px {
    left: -8px;
  }

  .xl\:-top-9px {
    top: -9px;
  }

  .xl\:-right-9px {
    right: -9px;
  }

  .xl\:-bottom-9px {
    bottom: -9px;
  }

  .xl\:-left-9px {
    left: -9px;
  }

  .xl\:-top-10px {
    top: -10px;
  }

  .xl\:-right-10px {
    right: -10px;
  }

  .xl\:-bottom-10px {
    bottom: -10px;
  }

  .xl\:-left-10px {
    left: -10px;
  }

  .xl\:-top-11px {
    top: -11px;
  }

  .xl\:-right-11px {
    right: -11px;
  }

  .xl\:-bottom-11px {
    bottom: -11px;
  }

  .xl\:-left-11px {
    left: -11px;
  }

  .xl\:-top-12px {
    top: -12px;
  }

  .xl\:-right-12px {
    right: -12px;
  }

  .xl\:-bottom-12px {
    bottom: -12px;
  }

  .xl\:-left-12px {
    left: -12px;
  }

  .xl\:-top-13px {
    top: -13px;
  }

  .xl\:-right-13px {
    right: -13px;
  }

  .xl\:-bottom-13px {
    bottom: -13px;
  }

  .xl\:-left-13px {
    left: -13px;
  }

  .xl\:-top-14px {
    top: -14px;
  }

  .xl\:-right-14px {
    right: -14px;
  }

  .xl\:-bottom-14px {
    bottom: -14px;
  }

  .xl\:-left-14px {
    left: -14px;
  }

  .xl\:-top-15px {
    top: -15px;
  }

  .xl\:-right-15px {
    right: -15px;
  }

  .xl\:-bottom-15px {
    bottom: -15px;
  }

  .xl\:-left-15px {
    left: -15px;
  }

  .xl\:-top-16px {
    top: -16px;
  }

  .xl\:-right-16px {
    right: -16px;
  }

  .xl\:-bottom-16px {
    bottom: -16px;
  }

  .xl\:-left-16px {
    left: -16px;
  }

  .xl\:-top-17px {
    top: -17px;
  }

  .xl\:-right-17px {
    right: -17px;
  }

  .xl\:-bottom-17px {
    bottom: -17px;
  }

  .xl\:-left-17px {
    left: -17px;
  }

  .xl\:-top-18px {
    top: -18px;
  }

  .xl\:-right-18px {
    right: -18px;
  }

  .xl\:-bottom-18px {
    bottom: -18px;
  }

  .xl\:-left-18px {
    left: -18px;
  }

  .xl\:-top-19px {
    top: -19px;
  }

  .xl\:-right-19px {
    right: -19px;
  }

  .xl\:-bottom-19px {
    bottom: -19px;
  }

  .xl\:-left-19px {
    left: -19px;
  }

  .xl\:-top-20px {
    top: -20px;
  }

  .xl\:-right-20px {
    right: -20px;
  }

  .xl\:-bottom-20px {
    bottom: -20px;
  }

  .xl\:-left-20px {
    left: -20px;
  }

  .xl\:-top-21px {
    top: -21px;
  }

  .xl\:-right-21px {
    right: -21px;
  }

  .xl\:-bottom-21px {
    bottom: -21px;
  }

  .xl\:-left-21px {
    left: -21px;
  }

  .xl\:-top-22px {
    top: -22px;
  }

  .xl\:-right-22px {
    right: -22px;
  }

  .xl\:-bottom-22px {
    bottom: -22px;
  }

  .xl\:-left-22px {
    left: -22px;
  }

  .xl\:-top-23px {
    top: -23px;
  }

  .xl\:-right-23px {
    right: -23px;
  }

  .xl\:-bottom-23px {
    bottom: -23px;
  }

  .xl\:-left-23px {
    left: -23px;
  }

  .xl\:-top-24px {
    top: -24px;
  }

  .xl\:-right-24px {
    right: -24px;
  }

  .xl\:-bottom-24px {
    bottom: -24px;
  }

  .xl\:-left-24px {
    left: -24px;
  }

  .xl\:-top-25px {
    top: -25px;
  }

  .xl\:-right-25px {
    right: -25px;
  }

  .xl\:-bottom-25px {
    bottom: -25px;
  }

  .xl\:-left-25px {
    left: -25px;
  }

  .xl\:-top-26px {
    top: -26px;
  }

  .xl\:-right-26px {
    right: -26px;
  }

  .xl\:-bottom-26px {
    bottom: -26px;
  }

  .xl\:-left-26px {
    left: -26px;
  }

  .xl\:-top-27px {
    top: -27px;
  }

  .xl\:-right-27px {
    right: -27px;
  }

  .xl\:-bottom-27px {
    bottom: -27px;
  }

  .xl\:-left-27px {
    left: -27px;
  }

  .xl\:-top-28px {
    top: -28px;
  }

  .xl\:-right-28px {
    right: -28px;
  }

  .xl\:-bottom-28px {
    bottom: -28px;
  }

  .xl\:-left-28px {
    left: -28px;
  }

  .xl\:-top-29px {
    top: -29px;
  }

  .xl\:-right-29px {
    right: -29px;
  }

  .xl\:-bottom-29px {
    bottom: -29px;
  }

  .xl\:-left-29px {
    left: -29px;
  }

  .xl\:-top-30px {
    top: -30px;
  }

  .xl\:-right-30px {
    right: -30px;
  }

  .xl\:-bottom-30px {
    bottom: -30px;
  }

  .xl\:-left-30px {
    left: -30px;
  }

  .xl\:-top-31px {
    top: -31px;
  }

  .xl\:-right-31px {
    right: -31px;
  }

  .xl\:-bottom-31px {
    bottom: -31px;
  }

  .xl\:-left-31px {
    left: -31px;
  }

  .xl\:-top-32px {
    top: -32px;
  }

  .xl\:-right-32px {
    right: -32px;
  }

  .xl\:-bottom-32px {
    bottom: -32px;
  }

  .xl\:-left-32px {
    left: -32px;
  }

  .xl\:-top-33px {
    top: -33px;
  }

  .xl\:-right-33px {
    right: -33px;
  }

  .xl\:-bottom-33px {
    bottom: -33px;
  }

  .xl\:-left-33px {
    left: -33px;
  }

  .xl\:-top-34px {
    top: -34px;
  }

  .xl\:-right-34px {
    right: -34px;
  }

  .xl\:-bottom-34px {
    bottom: -34px;
  }

  .xl\:-left-34px {
    left: -34px;
  }

  .xl\:-top-35px {
    top: -35px;
  }

  .xl\:-right-35px {
    right: -35px;
  }

  .xl\:-bottom-35px {
    bottom: -35px;
  }

  .xl\:-left-35px {
    left: -35px;
  }

  .xl\:-top-36px {
    top: -36px;
  }

  .xl\:-right-36px {
    right: -36px;
  }

  .xl\:-bottom-36px {
    bottom: -36px;
  }

  .xl\:-left-36px {
    left: -36px;
  }

  .xl\:-top-37px {
    top: -37px;
  }

  .xl\:-right-37px {
    right: -37px;
  }

  .xl\:-bottom-37px {
    bottom: -37px;
  }

  .xl\:-left-37px {
    left: -37px;
  }

  .xl\:-top-38px {
    top: -38px;
  }

  .xl\:-right-38px {
    right: -38px;
  }

  .xl\:-bottom-38px {
    bottom: -38px;
  }

  .xl\:-left-38px {
    left: -38px;
  }

  .xl\:-top-39px {
    top: -39px;
  }

  .xl\:-right-39px {
    right: -39px;
  }

  .xl\:-bottom-39px {
    bottom: -39px;
  }

  .xl\:-left-39px {
    left: -39px;
  }

  .xl\:-top-40px {
    top: -40px;
  }

  .xl\:-right-40px {
    right: -40px;
  }

  .xl\:-bottom-40px {
    bottom: -40px;
  }

  .xl\:-left-40px {
    left: -40px;
  }

  .xl\:-top-41px {
    top: -41px;
  }

  .xl\:-right-41px {
    right: -41px;
  }

  .xl\:-bottom-41px {
    bottom: -41px;
  }

  .xl\:-left-41px {
    left: -41px;
  }

  .xl\:-top-42px {
    top: -42px;
  }

  .xl\:-right-42px {
    right: -42px;
  }

  .xl\:-bottom-42px {
    bottom: -42px;
  }

  .xl\:-left-42px {
    left: -42px;
  }

  .xl\:-top-43px {
    top: -43px;
  }

  .xl\:-right-43px {
    right: -43px;
  }

  .xl\:-bottom-43px {
    bottom: -43px;
  }

  .xl\:-left-43px {
    left: -43px;
  }

  .xl\:-top-44px {
    top: -44px;
  }

  .xl\:-right-44px {
    right: -44px;
  }

  .xl\:-bottom-44px {
    bottom: -44px;
  }

  .xl\:-left-44px {
    left: -44px;
  }

  .xl\:-top-45px {
    top: -45px;
  }

  .xl\:-right-45px {
    right: -45px;
  }

  .xl\:-bottom-45px {
    bottom: -45px;
  }

  .xl\:-left-45px {
    left: -45px;
  }

  .xl\:-top-46px {
    top: -46px;
  }

  .xl\:-right-46px {
    right: -46px;
  }

  .xl\:-bottom-46px {
    bottom: -46px;
  }

  .xl\:-left-46px {
    left: -46px;
  }

  .xl\:-top-47px {
    top: -47px;
  }

  .xl\:-right-47px {
    right: -47px;
  }

  .xl\:-bottom-47px {
    bottom: -47px;
  }

  .xl\:-left-47px {
    left: -47px;
  }

  .xl\:-top-48px {
    top: -48px;
  }

  .xl\:-right-48px {
    right: -48px;
  }

  .xl\:-bottom-48px {
    bottom: -48px;
  }

  .xl\:-left-48px {
    left: -48px;
  }

  .xl\:-top-49px {
    top: -49px;
  }

  .xl\:-right-49px {
    right: -49px;
  }

  .xl\:-bottom-49px {
    bottom: -49px;
  }

  .xl\:-left-49px {
    left: -49px;
  }

  .xl\:-top-50px {
    top: -50px;
  }

  .xl\:-right-50px {
    right: -50px;
  }

  .xl\:-bottom-50px {
    bottom: -50px;
  }

  .xl\:-left-50px {
    left: -50px;
  }

  .xl\:-top-51px {
    top: -51px;
  }

  .xl\:-right-51px {
    right: -51px;
  }

  .xl\:-bottom-51px {
    bottom: -51px;
  }

  .xl\:-left-51px {
    left: -51px;
  }

  .xl\:-top-52px {
    top: -52px;
  }

  .xl\:-right-52px {
    right: -52px;
  }

  .xl\:-bottom-52px {
    bottom: -52px;
  }

  .xl\:-left-52px {
    left: -52px;
  }

  .xl\:-top-53px {
    top: -53px;
  }

  .xl\:-right-53px {
    right: -53px;
  }

  .xl\:-bottom-53px {
    bottom: -53px;
  }

  .xl\:-left-53px {
    left: -53px;
  }

  .xl\:-top-54px {
    top: -54px;
  }

  .xl\:-right-54px {
    right: -54px;
  }

  .xl\:-bottom-54px {
    bottom: -54px;
  }

  .xl\:-left-54px {
    left: -54px;
  }

  .xl\:-top-55px {
    top: -55px;
  }

  .xl\:-right-55px {
    right: -55px;
  }

  .xl\:-bottom-55px {
    bottom: -55px;
  }

  .xl\:-left-55px {
    left: -55px;
  }

  .xl\:-top-56px {
    top: -56px;
  }

  .xl\:-right-56px {
    right: -56px;
  }

  .xl\:-bottom-56px {
    bottom: -56px;
  }

  .xl\:-left-56px {
    left: -56px;
  }

  .xl\:-top-57px {
    top: -57px;
  }

  .xl\:-right-57px {
    right: -57px;
  }

  .xl\:-bottom-57px {
    bottom: -57px;
  }

  .xl\:-left-57px {
    left: -57px;
  }

  .xl\:-top-58px {
    top: -58px;
  }

  .xl\:-right-58px {
    right: -58px;
  }

  .xl\:-bottom-58px {
    bottom: -58px;
  }

  .xl\:-left-58px {
    left: -58px;
  }

  .xl\:-top-59px {
    top: -59px;
  }

  .xl\:-right-59px {
    right: -59px;
  }

  .xl\:-bottom-59px {
    bottom: -59px;
  }

  .xl\:-left-59px {
    left: -59px;
  }

  .xl\:-top-60px {
    top: -60px;
  }

  .xl\:-right-60px {
    right: -60px;
  }

  .xl\:-bottom-60px {
    bottom: -60px;
  }

  .xl\:-left-60px {
    left: -60px;
  }

  .xl\:-top-61px {
    top: -61px;
  }

  .xl\:-right-61px {
    right: -61px;
  }

  .xl\:-bottom-61px {
    bottom: -61px;
  }

  .xl\:-left-61px {
    left: -61px;
  }

  .xl\:-top-62px {
    top: -62px;
  }

  .xl\:-right-62px {
    right: -62px;
  }

  .xl\:-bottom-62px {
    bottom: -62px;
  }

  .xl\:-left-62px {
    left: -62px;
  }

  .xl\:-top-63px {
    top: -63px;
  }

  .xl\:-right-63px {
    right: -63px;
  }

  .xl\:-bottom-63px {
    bottom: -63px;
  }

  .xl\:-left-63px {
    left: -63px;
  }

  .xl\:-top-64px {
    top: -64px;
  }

  .xl\:-right-64px {
    right: -64px;
  }

  .xl\:-bottom-64px {
    bottom: -64px;
  }

  .xl\:-left-64px {
    left: -64px;
  }

  .xl\:-top-65px {
    top: -65px;
  }

  .xl\:-right-65px {
    right: -65px;
  }

  .xl\:-bottom-65px {
    bottom: -65px;
  }

  .xl\:-left-65px {
    left: -65px;
  }

  .xl\:-top-66px {
    top: -66px;
  }

  .xl\:-right-66px {
    right: -66px;
  }

  .xl\:-bottom-66px {
    bottom: -66px;
  }

  .xl\:-left-66px {
    left: -66px;
  }

  .xl\:-top-67px {
    top: -67px;
  }

  .xl\:-right-67px {
    right: -67px;
  }

  .xl\:-bottom-67px {
    bottom: -67px;
  }

  .xl\:-left-67px {
    left: -67px;
  }

  .xl\:-top-68px {
    top: -68px;
  }

  .xl\:-right-68px {
    right: -68px;
  }

  .xl\:-bottom-68px {
    bottom: -68px;
  }

  .xl\:-left-68px {
    left: -68px;
  }

  .xl\:-top-69px {
    top: -69px;
  }

  .xl\:-right-69px {
    right: -69px;
  }

  .xl\:-bottom-69px {
    bottom: -69px;
  }

  .xl\:-left-69px {
    left: -69px;
  }

  .xl\:-top-70px {
    top: -70px;
  }

  .xl\:-right-70px {
    right: -70px;
  }

  .xl\:-bottom-70px {
    bottom: -70px;
  }

  .xl\:-left-70px {
    left: -70px;
  }

  .xl\:-top-71px {
    top: -71px;
  }

  .xl\:-right-71px {
    right: -71px;
  }

  .xl\:-bottom-71px {
    bottom: -71px;
  }

  .xl\:-left-71px {
    left: -71px;
  }

  .xl\:-top-72px {
    top: -72px;
  }

  .xl\:-right-72px {
    right: -72px;
  }

  .xl\:-bottom-72px {
    bottom: -72px;
  }

  .xl\:-left-72px {
    left: -72px;
  }

  .xl\:-top-73px {
    top: -73px;
  }

  .xl\:-right-73px {
    right: -73px;
  }

  .xl\:-bottom-73px {
    bottom: -73px;
  }

  .xl\:-left-73px {
    left: -73px;
  }

  .xl\:-top-74px {
    top: -74px;
  }

  .xl\:-right-74px {
    right: -74px;
  }

  .xl\:-bottom-74px {
    bottom: -74px;
  }

  .xl\:-left-74px {
    left: -74px;
  }

  .xl\:-top-75px {
    top: -75px;
  }

  .xl\:-right-75px {
    right: -75px;
  }

  .xl\:-bottom-75px {
    bottom: -75px;
  }

  .xl\:-left-75px {
    left: -75px;
  }

  .xl\:-top-76px {
    top: -76px;
  }

  .xl\:-right-76px {
    right: -76px;
  }

  .xl\:-bottom-76px {
    bottom: -76px;
  }

  .xl\:-left-76px {
    left: -76px;
  }

  .xl\:-top-77px {
    top: -77px;
  }

  .xl\:-right-77px {
    right: -77px;
  }

  .xl\:-bottom-77px {
    bottom: -77px;
  }

  .xl\:-left-77px {
    left: -77px;
  }

  .xl\:-top-78px {
    top: -78px;
  }

  .xl\:-right-78px {
    right: -78px;
  }

  .xl\:-bottom-78px {
    bottom: -78px;
  }

  .xl\:-left-78px {
    left: -78px;
  }

  .xl\:-top-79px {
    top: -79px;
  }

  .xl\:-right-79px {
    right: -79px;
  }

  .xl\:-bottom-79px {
    bottom: -79px;
  }

  .xl\:-left-79px {
    left: -79px;
  }

  .xl\:-top-80px {
    top: -80px;
  }

  .xl\:-right-80px {
    right: -80px;
  }

  .xl\:-bottom-80px {
    bottom: -80px;
  }

  .xl\:-left-80px {
    left: -80px;
  }

  .xl\:-top-81px {
    top: -81px;
  }

  .xl\:-right-81px {
    right: -81px;
  }

  .xl\:-bottom-81px {
    bottom: -81px;
  }

  .xl\:-left-81px {
    left: -81px;
  }

  .xl\:-top-82px {
    top: -82px;
  }

  .xl\:-right-82px {
    right: -82px;
  }

  .xl\:-bottom-82px {
    bottom: -82px;
  }

  .xl\:-left-82px {
    left: -82px;
  }

  .xl\:-top-83px {
    top: -83px;
  }

  .xl\:-right-83px {
    right: -83px;
  }

  .xl\:-bottom-83px {
    bottom: -83px;
  }

  .xl\:-left-83px {
    left: -83px;
  }

  .xl\:-top-84px {
    top: -84px;
  }

  .xl\:-right-84px {
    right: -84px;
  }

  .xl\:-bottom-84px {
    bottom: -84px;
  }

  .xl\:-left-84px {
    left: -84px;
  }

  .xl\:-top-85px {
    top: -85px;
  }

  .xl\:-right-85px {
    right: -85px;
  }

  .xl\:-bottom-85px {
    bottom: -85px;
  }

  .xl\:-left-85px {
    left: -85px;
  }

  .xl\:-top-86px {
    top: -86px;
  }

  .xl\:-right-86px {
    right: -86px;
  }

  .xl\:-bottom-86px {
    bottom: -86px;
  }

  .xl\:-left-86px {
    left: -86px;
  }

  .xl\:-top-87px {
    top: -87px;
  }

  .xl\:-right-87px {
    right: -87px;
  }

  .xl\:-bottom-87px {
    bottom: -87px;
  }

  .xl\:-left-87px {
    left: -87px;
  }

  .xl\:-top-88px {
    top: -88px;
  }

  .xl\:-right-88px {
    right: -88px;
  }

  .xl\:-bottom-88px {
    bottom: -88px;
  }

  .xl\:-left-88px {
    left: -88px;
  }

  .xl\:-top-89px {
    top: -89px;
  }

  .xl\:-right-89px {
    right: -89px;
  }

  .xl\:-bottom-89px {
    bottom: -89px;
  }

  .xl\:-left-89px {
    left: -89px;
  }

  .xl\:-top-90px {
    top: -90px;
  }

  .xl\:-right-90px {
    right: -90px;
  }

  .xl\:-bottom-90px {
    bottom: -90px;
  }

  .xl\:-left-90px {
    left: -90px;
  }

  .xl\:-top-91px {
    top: -91px;
  }

  .xl\:-right-91px {
    right: -91px;
  }

  .xl\:-bottom-91px {
    bottom: -91px;
  }

  .xl\:-left-91px {
    left: -91px;
  }

  .xl\:-top-92px {
    top: -92px;
  }

  .xl\:-right-92px {
    right: -92px;
  }

  .xl\:-bottom-92px {
    bottom: -92px;
  }

  .xl\:-left-92px {
    left: -92px;
  }

  .xl\:-top-93px {
    top: -93px;
  }

  .xl\:-right-93px {
    right: -93px;
  }

  .xl\:-bottom-93px {
    bottom: -93px;
  }

  .xl\:-left-93px {
    left: -93px;
  }

  .xl\:-top-94px {
    top: -94px;
  }

  .xl\:-right-94px {
    right: -94px;
  }

  .xl\:-bottom-94px {
    bottom: -94px;
  }

  .xl\:-left-94px {
    left: -94px;
  }

  .xl\:-top-95px {
    top: -95px;
  }

  .xl\:-right-95px {
    right: -95px;
  }

  .xl\:-bottom-95px {
    bottom: -95px;
  }

  .xl\:-left-95px {
    left: -95px;
  }

  .xl\:-top-96px {
    top: -96px;
  }

  .xl\:-right-96px {
    right: -96px;
  }

  .xl\:-bottom-96px {
    bottom: -96px;
  }

  .xl\:-left-96px {
    left: -96px;
  }

  .xl\:-top-97px {
    top: -97px;
  }

  .xl\:-right-97px {
    right: -97px;
  }

  .xl\:-bottom-97px {
    bottom: -97px;
  }

  .xl\:-left-97px {
    left: -97px;
  }

  .xl\:-top-98px {
    top: -98px;
  }

  .xl\:-right-98px {
    right: -98px;
  }

  .xl\:-bottom-98px {
    bottom: -98px;
  }

  .xl\:-left-98px {
    left: -98px;
  }

  .xl\:-top-99px {
    top: -99px;
  }

  .xl\:-right-99px {
    right: -99px;
  }

  .xl\:-bottom-99px {
    bottom: -99px;
  }

  .xl\:-left-99px {
    left: -99px;
  }

  .xl\:-top-100px {
    top: -100px;
  }

  .xl\:-right-100px {
    right: -100px;
  }

  .xl\:-bottom-100px {
    bottom: -100px;
  }

  .xl\:-left-100px {
    left: -100px;
  }

  .xl\:-top-101px {
    top: -101px;
  }

  .xl\:-right-101px {
    right: -101px;
  }

  .xl\:-bottom-101px {
    bottom: -101px;
  }

  .xl\:-left-101px {
    left: -101px;
  }

  .xl\:-top-102px {
    top: -102px;
  }

  .xl\:-right-102px {
    right: -102px;
  }

  .xl\:-bottom-102px {
    bottom: -102px;
  }

  .xl\:-left-102px {
    left: -102px;
  }

  .xl\:-top-103px {
    top: -103px;
  }

  .xl\:-right-103px {
    right: -103px;
  }

  .xl\:-bottom-103px {
    bottom: -103px;
  }

  .xl\:-left-103px {
    left: -103px;
  }

  .xl\:-top-104px {
    top: -104px;
  }

  .xl\:-right-104px {
    right: -104px;
  }

  .xl\:-bottom-104px {
    bottom: -104px;
  }

  .xl\:-left-104px {
    left: -104px;
  }

  .xl\:-top-105px {
    top: -105px;
  }

  .xl\:-right-105px {
    right: -105px;
  }

  .xl\:-bottom-105px {
    bottom: -105px;
  }

  .xl\:-left-105px {
    left: -105px;
  }

  .xl\:-top-106px {
    top: -106px;
  }

  .xl\:-right-106px {
    right: -106px;
  }

  .xl\:-bottom-106px {
    bottom: -106px;
  }

  .xl\:-left-106px {
    left: -106px;
  }

  .xl\:-top-107px {
    top: -107px;
  }

  .xl\:-right-107px {
    right: -107px;
  }

  .xl\:-bottom-107px {
    bottom: -107px;
  }

  .xl\:-left-107px {
    left: -107px;
  }

  .xl\:-top-108px {
    top: -108px;
  }

  .xl\:-right-108px {
    right: -108px;
  }

  .xl\:-bottom-108px {
    bottom: -108px;
  }

  .xl\:-left-108px {
    left: -108px;
  }

  .xl\:-top-109px {
    top: -109px;
  }

  .xl\:-right-109px {
    right: -109px;
  }

  .xl\:-bottom-109px {
    bottom: -109px;
  }

  .xl\:-left-109px {
    left: -109px;
  }

  .xl\:-top-110px {
    top: -110px;
  }

  .xl\:-right-110px {
    right: -110px;
  }

  .xl\:-bottom-110px {
    bottom: -110px;
  }

  .xl\:-left-110px {
    left: -110px;
  }

  .xl\:-top-111px {
    top: -111px;
  }

  .xl\:-right-111px {
    right: -111px;
  }

  .xl\:-bottom-111px {
    bottom: -111px;
  }

  .xl\:-left-111px {
    left: -111px;
  }

  .xl\:-top-112px {
    top: -112px;
  }

  .xl\:-right-112px {
    right: -112px;
  }

  .xl\:-bottom-112px {
    bottom: -112px;
  }

  .xl\:-left-112px {
    left: -112px;
  }

  .xl\:-top-113px {
    top: -113px;
  }

  .xl\:-right-113px {
    right: -113px;
  }

  .xl\:-bottom-113px {
    bottom: -113px;
  }

  .xl\:-left-113px {
    left: -113px;
  }

  .xl\:-top-114px {
    top: -114px;
  }

  .xl\:-right-114px {
    right: -114px;
  }

  .xl\:-bottom-114px {
    bottom: -114px;
  }

  .xl\:-left-114px {
    left: -114px;
  }

  .xl\:-top-115px {
    top: -115px;
  }

  .xl\:-right-115px {
    right: -115px;
  }

  .xl\:-bottom-115px {
    bottom: -115px;
  }

  .xl\:-left-115px {
    left: -115px;
  }

  .xl\:-top-116px {
    top: -116px;
  }

  .xl\:-right-116px {
    right: -116px;
  }

  .xl\:-bottom-116px {
    bottom: -116px;
  }

  .xl\:-left-116px {
    left: -116px;
  }

  .xl\:-top-117px {
    top: -117px;
  }

  .xl\:-right-117px {
    right: -117px;
  }

  .xl\:-bottom-117px {
    bottom: -117px;
  }

  .xl\:-left-117px {
    left: -117px;
  }

  .xl\:-top-118px {
    top: -118px;
  }

  .xl\:-right-118px {
    right: -118px;
  }

  .xl\:-bottom-118px {
    bottom: -118px;
  }

  .xl\:-left-118px {
    left: -118px;
  }

  .xl\:-top-119px {
    top: -119px;
  }

  .xl\:-right-119px {
    right: -119px;
  }

  .xl\:-bottom-119px {
    bottom: -119px;
  }

  .xl\:-left-119px {
    left: -119px;
  }

  .xl\:-top-120px {
    top: -120px;
  }

  .xl\:-right-120px {
    right: -120px;
  }

  .xl\:-bottom-120px {
    bottom: -120px;
  }

  .xl\:-left-120px {
    left: -120px;
  }

  .xl\:-top-121px {
    top: -121px;
  }

  .xl\:-right-121px {
    right: -121px;
  }

  .xl\:-bottom-121px {
    bottom: -121px;
  }

  .xl\:-left-121px {
    left: -121px;
  }

  .xl\:-top-122px {
    top: -122px;
  }

  .xl\:-right-122px {
    right: -122px;
  }

  .xl\:-bottom-122px {
    bottom: -122px;
  }

  .xl\:-left-122px {
    left: -122px;
  }

  .xl\:-top-123px {
    top: -123px;
  }

  .xl\:-right-123px {
    right: -123px;
  }

  .xl\:-bottom-123px {
    bottom: -123px;
  }

  .xl\:-left-123px {
    left: -123px;
  }

  .xl\:-top-124px {
    top: -124px;
  }

  .xl\:-right-124px {
    right: -124px;
  }

  .xl\:-bottom-124px {
    bottom: -124px;
  }

  .xl\:-left-124px {
    left: -124px;
  }

  .xl\:-top-125px {
    top: -125px;
  }

  .xl\:-right-125px {
    right: -125px;
  }

  .xl\:-bottom-125px {
    bottom: -125px;
  }

  .xl\:-left-125px {
    left: -125px;
  }

  .xl\:-top-126px {
    top: -126px;
  }

  .xl\:-right-126px {
    right: -126px;
  }

  .xl\:-bottom-126px {
    bottom: -126px;
  }

  .xl\:-left-126px {
    left: -126px;
  }

  .xl\:-top-127px {
    top: -127px;
  }

  .xl\:-right-127px {
    right: -127px;
  }

  .xl\:-bottom-127px {
    bottom: -127px;
  }

  .xl\:-left-127px {
    left: -127px;
  }

  .xl\:-top-128px {
    top: -128px;
  }

  .xl\:-right-128px {
    right: -128px;
  }

  .xl\:-bottom-128px {
    bottom: -128px;
  }

  .xl\:-left-128px {
    left: -128px;
  }

  .xl\:-top-129px {
    top: -129px;
  }

  .xl\:-right-129px {
    right: -129px;
  }

  .xl\:-bottom-129px {
    bottom: -129px;
  }

  .xl\:-left-129px {
    left: -129px;
  }

  .xl\:-top-130px {
    top: -130px;
  }

  .xl\:-right-130px {
    right: -130px;
  }

  .xl\:-bottom-130px {
    bottom: -130px;
  }

  .xl\:-left-130px {
    left: -130px;
  }

  .xl\:-top-133px {
    top: -133px;
  }

  .xl\:-right-133px {
    right: -133px;
  }

  .xl\:-bottom-133px {
    bottom: -133px;
  }

  .xl\:-left-133px {
    left: -133px;
  }

  .xl\:-top-140px {
    top: -140px;
  }

  .xl\:-right-140px {
    right: -140px;
  }

  .xl\:-bottom-140px {
    bottom: -140px;
  }

  .xl\:-left-140px {
    left: -140px;
  }

  .xl\:-top-195px {
    top: -195px;
  }

  .xl\:-right-195px {
    right: -195px;
  }

  .xl\:-bottom-195px {
    bottom: -195px;
  }

  .xl\:-left-195px {
    left: -195px;
  }

  .xl\:-top-200px {
    top: -200px;
  }

  .xl\:-right-200px {
    right: -200px;
  }

  .xl\:-bottom-200px {
    bottom: -200px;
  }

  .xl\:-left-200px {
    left: -200px;
  }

  .xl\:-top-210px {
    top: -210px;
  }

  .xl\:-right-210px {
    right: -210px;
  }

  .xl\:-bottom-210px {
    bottom: -210px;
  }

  .xl\:-left-210px {
    left: -210px;
  }

  .xl\:-top-222px {
    top: -222px;
  }

  .xl\:-right-222px {
    right: -222px;
  }

  .xl\:-bottom-222px {
    bottom: -222px;
  }

  .xl\:-left-222px {
    left: -222px;
  }

  .xl\:-top-258px {
    top: -258px;
  }

  .xl\:-right-258px {
    right: -258px;
  }

  .xl\:-bottom-258px {
    bottom: -258px;
  }

  .xl\:-left-258px {
    left: -258px;
  }

  .xl\:-top-280px {
    top: -280px;
  }

  .xl\:-right-280px {
    right: -280px;
  }

  .xl\:-bottom-280px {
    bottom: -280px;
  }

  .xl\:-left-280px {
    left: -280px;
  }

  .xl\:-top-334px {
    top: -334px;
  }

  .xl\:-right-334px {
    right: -334px;
  }

  .xl\:-bottom-334px {
    bottom: -334px;
  }

  .xl\:-left-334px {
    left: -334px;
  }

  .xl\:-top-388px {
    top: -388px;
  }

  .xl\:-right-388px {
    right: -388px;
  }

  .xl\:-bottom-388px {
    bottom: -388px;
  }

  .xl\:-left-388px {
    left: -388px;
  }

  .xl\:-top-480px {
    top: -480px;
  }

  .xl\:-right-480px {
    right: -480px;
  }

  .xl\:-bottom-480px {
    bottom: -480px;
  }

  .xl\:-left-480px {
    left: -480px;
  }

  .xl\:-top-490px {
    top: -490px;
  }

  .xl\:-right-490px {
    right: -490px;
  }

  .xl\:-bottom-490px {
    bottom: -490px;
  }

  .xl\:-left-490px {
    left: -490px;
  }

  .xl\:-top-505px {
    top: -505px;
  }

  .xl\:-right-505px {
    right: -505px;
  }

  .xl\:-bottom-505px {
    bottom: -505px;
  }

  .xl\:-left-505px {
    left: -505px;
  }

  .xl\:-top-507px {
    top: -507px;
  }

  .xl\:-right-507px {
    right: -507px;
  }

  .xl\:-bottom-507px {
    bottom: -507px;
  }

  .xl\:-left-507px {
    left: -507px;
  }

  .xl\:-top-760px {
    top: -760px;
  }

  .xl\:-right-760px {
    right: -760px;
  }

  .xl\:-bottom-760px {
    bottom: -760px;
  }

  .xl\:-left-760px {
    left: -760px;
  }

  .xl\:-top-780px {
    top: -780px;
  }

  .xl\:-right-780px {
    right: -780px;
  }

  .xl\:-bottom-780px {
    bottom: -780px;
  }

  .xl\:-left-780px {
    left: -780px;
  }

  .xl\:-top-980px {
    top: -980px;
  }

  .xl\:-right-980px {
    right: -980px;
  }

  .xl\:-bottom-980px {
    bottom: -980px;
  }

  .xl\:-left-980px {
    left: -980px;
  }

  .xl\:-top-1366px {
    top: -1366px;
  }

  .xl\:-right-1366px {
    right: -1366px;
  }

  .xl\:-bottom-1366px {
    bottom: -1366px;
  }

  .xl\:-left-1366px {
    left: -1366px;
  }

  .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);
  }

  .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);
  }

  .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\: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\: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\: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 {
    --tw-ring-offset-color: #000;
  }

  .xl\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .xl\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .xl\:ring-offset-main-bg {
    --tw-ring-offset-color: #20264B;
  }

  .xl\:ring-offset-main-bg-2 {
    --tw-ring-offset-color: #101435;
  }

  .xl\:ring-offset-main-bg-3 {
    --tw-ring-offset-color: #101531;
  }

  .xl\:ring-offset-web-logo-brown {
    --tw-ring-offset-color: #B27D1A;
  }

  .xl\:ring-offset-public-logo-brown {
    --tw-ring-offset-color: #9A6D0A;
  }

  .xl\:ring-offset-button-primary-pink {
    --tw-ring-offset-color: #CF125B;
  }

  .xl\:ring-offset-button-secondary-black {
    --tw-ring-offset-color: #000000;
  }

  .xl\:ring-offset-link-text-white {
    --tw-ring-offset-color: #ffffff;
  }

  .xl\:ring-offset-sub-text-brown {
    --tw-ring-offset-color: #A29063;
  }

  .xl\:ring-offset-body-brown {
    --tw-ring-offset-color: #8D8779;
  }

  .xl\:ring-offset-copyright-gray {
    --tw-ring-offset-color: #D5D5D5;
  }

  .xl\:ring-offset-breadcrumb-gray {
    --tw-ring-offset-color: #858593;
  }

  .xl\:ring-offset-dark-text-white {
    --tw-ring-offset-color: #ffffff;
  }

  .xl\:ring-offset-background-black-a {
    --tw-ring-offset-color: #191919;
  }

  .xl\:ring-offset-background-black-b {
    --tw-ring-offset-color: #343445;
  }

  .xl\:ring-offset-background-black-c {
    --tw-ring-offset-color: #101531;
  }

  .xl\:ring-offset-background-black-d {
    --tw-ring-offset-color: #040822;
  }

  .xl\:ring-offset-product-detail-body-white {
    --tw-ring-offset-color: #F7F3EF;
  }

  .xl\:ring-offset-primary-pink {
    --tw-ring-offset-color: #D52525;
  }

  .xl\:ring-offset-footer-divide-gray {
    --tw-ring-offset-color: #545467;
  }

  .xl\:ring-offset-detail-text-brown {
    --tw-ring-offset-color: #6A510E;
  }

  .xl\:ring-offset-detail-desc-brown {
    --tw-ring-offset-color: #676051;
  }

  .xl\:ring-offset-border-brown {
    --tw-ring-offset-color: #E8DFD6;
  }

  .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:focus-within {
    --tw-ring-offset-color: #000;
  }

  .xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .xl\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .xl\:focus-within\:ring-offset-main-bg:focus-within {
    --tw-ring-offset-color: #20264B;
  }

  .xl\:focus-within\:ring-offset-main-bg-2:focus-within {
    --tw-ring-offset-color: #101435;
  }

  .xl\:focus-within\:ring-offset-main-bg-3:focus-within {
    --tw-ring-offset-color: #101531;
  }

  .xl\:focus-within\:ring-offset-web-logo-brown:focus-within {
    --tw-ring-offset-color: #B27D1A;
  }

  .xl\:focus-within\:ring-offset-public-logo-brown:focus-within {
    --tw-ring-offset-color: #9A6D0A;
  }

  .xl\:focus-within\:ring-offset-button-primary-pink:focus-within {
    --tw-ring-offset-color: #CF125B;
  }

  .xl\:focus-within\:ring-offset-button-secondary-black:focus-within {
    --tw-ring-offset-color: #000000;
  }

  .xl\:focus-within\:ring-offset-link-text-white:focus-within {
    --tw-ring-offset-color: #ffffff;
  }

  .xl\:focus-within\:ring-offset-sub-text-brown:focus-within {
    --tw-ring-offset-color: #A29063;
  }

  .xl\:focus-within\:ring-offset-body-brown:focus-within {
    --tw-ring-offset-color: #8D8779;
  }

  .xl\:focus-within\:ring-offset-copyright-gray:focus-within {
    --tw-ring-offset-color: #D5D5D5;
  }

  .xl\:focus-within\:ring-offset-breadcrumb-gray:focus-within {
    --tw-ring-offset-color: #858593;
  }

  .xl\:focus-within\:ring-offset-dark-text-white:focus-within {
    --tw-ring-offset-color: #ffffff;
  }

  .xl\:focus-within\:ring-offset-background-black-a:focus-within {
    --tw-ring-offset-color: #191919;
  }

  .xl\:focus-within\:ring-offset-background-black-b:focus-within {
    --tw-ring-offset-color: #343445;
  }

  .xl\:focus-within\:ring-offset-background-black-c:focus-within {
    --tw-ring-offset-color: #101531;
  }

  .xl\:focus-within\:ring-offset-background-black-d:focus-within {
    --tw-ring-offset-color: #040822;
  }

  .xl\:focus-within\:ring-offset-product-detail-body-white:focus-within {
    --tw-ring-offset-color: #F7F3EF;
  }

  .xl\:focus-within\:ring-offset-primary-pink:focus-within {
    --tw-ring-offset-color: #D52525;
  }

  .xl\:focus-within\:ring-offset-footer-divide-gray:focus-within {
    --tw-ring-offset-color: #545467;
  }

  .xl\:focus-within\:ring-offset-detail-text-brown:focus-within {
    --tw-ring-offset-color: #6A510E;
  }

  .xl\:focus-within\:ring-offset-detail-desc-brown:focus-within {
    --tw-ring-offset-color: #676051;
  }

  .xl\:focus-within\:ring-offset-border-brown:focus-within {
    --tw-ring-offset-color: #E8DFD6;
  }

  .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:focus {
    --tw-ring-offset-color: #000;
  }

  .xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .xl\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .xl\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .xl\:focus\:ring-offset-main-bg:focus {
    --tw-ring-offset-color: #20264B;
  }

  .xl\:focus\:ring-offset-main-bg-2:focus {
    --tw-ring-offset-color: #101435;
  }

  .xl\:focus\:ring-offset-main-bg-3:focus {
    --tw-ring-offset-color: #101531;
  }

  .xl\:focus\:ring-offset-web-logo-brown:focus {
    --tw-ring-offset-color: #B27D1A;
  }

  .xl\:focus\:ring-offset-public-logo-brown:focus {
    --tw-ring-offset-color: #9A6D0A;
  }

  .xl\:focus\:ring-offset-button-primary-pink:focus {
    --tw-ring-offset-color: #CF125B;
  }

  .xl\:focus\:ring-offset-button-secondary-black:focus {
    --tw-ring-offset-color: #000000;
  }

  .xl\:focus\:ring-offset-link-text-white:focus {
    --tw-ring-offset-color: #ffffff;
  }

  .xl\:focus\:ring-offset-sub-text-brown:focus {
    --tw-ring-offset-color: #A29063;
  }

  .xl\:focus\:ring-offset-body-brown:focus {
    --tw-ring-offset-color: #8D8779;
  }

  .xl\:focus\:ring-offset-copyright-gray:focus {
    --tw-ring-offset-color: #D5D5D5;
  }

  .xl\:focus\:ring-offset-breadcrumb-gray:focus {
    --tw-ring-offset-color: #858593;
  }

  .xl\:focus\:ring-offset-dark-text-white:focus {
    --tw-ring-offset-color: #ffffff;
  }

  .xl\:focus\:ring-offset-background-black-a:focus {
    --tw-ring-offset-color: #191919;
  }

  .xl\:focus\:ring-offset-background-black-b:focus {
    --tw-ring-offset-color: #343445;
  }

  .xl\:focus\:ring-offset-background-black-c:focus {
    --tw-ring-offset-color: #101531;
  }

  .xl\:focus\:ring-offset-background-black-d:focus {
    --tw-ring-offset-color: #040822;
  }

  .xl\:focus\:ring-offset-product-detail-body-white:focus {
    --tw-ring-offset-color: #F7F3EF;
  }

  .xl\:focus\:ring-offset-primary-pink:focus {
    --tw-ring-offset-color: #D52525;
  }

  .xl\:focus\:ring-offset-footer-divide-gray:focus {
    --tw-ring-offset-color: #545467;
  }

  .xl\:focus\:ring-offset-detail-text-brown:focus {
    --tw-ring-offset-color: #6A510E;
  }

  .xl\:focus\:ring-offset-detail-desc-brown:focus {
    --tw-ring-offset-color: #676051;
  }

  .xl\:focus\:ring-offset-border-brown:focus {
    --tw-ring-offset-color: #E8DFD6;
  }

  .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 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:ring-main-bg {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
  }

  .xl\:ring-main-bg-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
  }

  .xl\:ring-main-bg-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .xl\:ring-web-logo-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
  }

  .xl\:ring-public-logo-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
  }

  .xl\:ring-button-primary-pink {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
  }

  .xl\:ring-button-secondary-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-link-text-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-sub-text-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
  }

  .xl\:ring-body-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
  }

  .xl\:ring-copyright-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
  }

  .xl\:ring-breadcrumb-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
  }

  .xl\:ring-dark-text-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-background-black-a {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
  }

  .xl\:ring-background-black-b {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
  }

  .xl\:ring-background-black-c {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .xl\:ring-background-black-d {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
  }

  .xl\:ring-product-detail-body-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
  }

  .xl\:ring-primary-pink {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
  }

  .xl\:ring-footer-divide-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
  }

  .xl\:ring-detail-text-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
  }

  .xl\:ring-detail-desc-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
  }

  .xl\:ring-border-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 223, 214, 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:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, 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-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-main-bg:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-main-bg-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-main-bg-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-web-logo-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-public-logo-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-button-primary-pink:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-button-secondary-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-link-text-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sub-text-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-body-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-copyright-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-breadcrumb-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-dark-text-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-background-black-a:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-background-black-b:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-background-black-c:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-background-black-d:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-product-detail-body-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-primary-pink:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-footer-divide-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-detail-text-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-detail-desc-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-border-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 223, 214, 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:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, 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-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-main-bg:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-main-bg-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-main-bg-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-web-logo-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-public-logo-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-button-primary-pink:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-button-secondary-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-link-text-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sub-text-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-body-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-copyright-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-breadcrumb-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-dark-text-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-background-black-a:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-background-black-b:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-background-black-c:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-background-black-d:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-product-detail-body-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-primary-pink:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-footer-divide-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-detail-text-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-detail-desc-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-border-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 223, 214, 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 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:text-main-bg {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .xl\:text-main-bg-2 {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .xl\:text-main-bg-3 {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .xl\:text-web-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .xl\:text-public-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .xl\:text-button-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .xl\:text-button-secondary-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-link-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-sub-text-brown {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .xl\:text-body-brown {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .xl\:text-copyright-gray {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .xl\:text-breadcrumb-gray {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .xl\:text-dark-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-background-black-a {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .xl\:text-background-black-b {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .xl\:text-background-black-c {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .xl\:text-background-black-d {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .xl\:text-product-detail-body-white {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .xl\:text-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .xl\:text-footer-divide-gray {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .xl\:text-detail-text-brown {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .xl\:text-detail-desc-brown {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .xl\:text-border-brown {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, 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 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-main-bg {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-main-bg-2 {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-main-bg-3 {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-web-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-public-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-button-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-button-secondary-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-link-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sub-text-brown {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-body-brown {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-copyright-gray {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-breadcrumb-gray {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-dark-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-background-black-a {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-background-black-b {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-background-black-c {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-background-black-d {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-product-detail-body-white {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-footer-divide-gray {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-detail-text-brown {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-detail-desc-brown {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-border-brown {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, 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:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-main-bg:focus-within {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-main-bg-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-main-bg-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-web-logo-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-public-logo-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-button-primary-pink:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-button-secondary-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-link-text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sub-text-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-body-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-copyright-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-breadcrumb-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-dark-text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-background-black-a:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-background-black-b:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-background-black-c:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-background-black-d:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-product-detail-body-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-primary-pink:focus-within {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-footer-divide-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-detail-text-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-detail-desc-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-border-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-text-opacity));
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-current:hover {
    color: currentColor;
  }

  .xl\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:hover\:text-main-bg:hover {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .xl\:hover\:text-main-bg-2:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .xl\:hover\:text-main-bg-3:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .xl\:hover\:text-web-logo-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .xl\:hover\:text-public-logo-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .xl\:hover\:text-button-primary-pink:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .xl\:hover\:text-button-secondary-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-link-text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sub-text-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .xl\:hover\:text-body-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .xl\:hover\:text-copyright-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .xl\:hover\:text-breadcrumb-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .xl\:hover\:text-dark-text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-background-black-a:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .xl\:hover\:text-background-black-b:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .xl\:hover\:text-background-black-c:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .xl\:hover\:text-background-black-d:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .xl\:hover\:text-product-detail-body-white:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .xl\:hover\:text-primary-pink:hover {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .xl\:hover\:text-footer-divide-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .xl\:hover\:text-detail-text-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .xl\:hover\:text-detail-desc-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .xl\:hover\:text-border-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-text-opacity));
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-current:focus {
    color: currentColor;
  }

  .xl\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 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-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:focus\:text-main-bg:focus {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .xl\:focus\:text-main-bg-2:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .xl\:focus\:text-main-bg-3:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .xl\:focus\:text-web-logo-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .xl\:focus\:text-public-logo-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .xl\:focus\:text-button-primary-pink:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .xl\:focus\:text-button-secondary-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-link-text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sub-text-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .xl\:focus\:text-body-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .xl\:focus\:text-copyright-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .xl\:focus\:text-breadcrumb-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .xl\:focus\:text-dark-text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-background-black-a:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .xl\:focus\:text-background-black-b:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .xl\:focus\:text-background-black-c:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .xl\:focus\:text-background-black-d:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .xl\:focus\:text-product-detail-body-white:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .xl\:focus\:text-primary-pink:focus {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .xl\:focus\:text-footer-divide-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .xl\:focus\:text-detail-text-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .xl\:focus\:text-detail-desc-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .xl\:focus\:text-border-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, 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\:tracking-footer-wide {
    letter-spacing: .4rem;
  }

  .xl\:tracking-copyright-wide {
    letter-spacing: .35rem;
  }

  .xl\:tracking-contact-btn-wide {
    letter-spacing: .28rem;
  }

  .xl\:tracking-60av {
    letter-spacing: 0.06em;
  }

  .xl\:tracking-90av {
    letter-spacing: 0.09em;
  }

  .xl\:tracking-100av {
    letter-spacing: 0.1em;
  }

  .xl\:tracking-120av {
    letter-spacing: 0.12em;
  }

  .xl\:tracking-140av {
    letter-spacing: 0.14em;
  }

  .xl\:tracking-180av {
    letter-spacing: 0.18em;
  }

  .xl\:tracking-200av {
    letter-spacing: 0.2em;
  }

  .xl\:tracking-240av {
    letter-spacing: 0.24em;
  }

  .xl\:tracking-300av {
    letter-spacing: 0.3em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all {
    -webkit-user-select: all;
            user-select: all;
  }

  .xl\:select-auto {
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-nowrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    overflow-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

  .xl\:w-0 {
    width: 0px;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-7 {
    width: 1.75rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-9 {
    width: 2.25rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-11 {
    width: 2.75rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-44 {
    width: 11rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-96 {
    width: 24rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-0\.5 {
    width: 0.125rem;
  }

  .xl\:w-1\.5 {
    width: 0.375rem;
  }

  .xl\:w-2\.5 {
    width: 0.625rem;
  }

  .xl\:w-3\.5 {
    width: 0.875rem;
  }

  .xl\:w-1px {
    width: 1px;
  }

  .xl\:w-2px {
    width: 2px;
  }

  .xl\:w-3px {
    width: 3px;
  }

  .xl\:w-4px {
    width: 4px;
  }

  .xl\:w-5px {
    width: 5px;
  }

  .xl\:w-6px {
    width: 6px;
  }

  .xl\:w-7px {
    width: 7px;
  }

  .xl\:w-8px {
    width: 8px;
  }

  .xl\:w-9px {
    width: 9px;
  }

  .xl\:w-10px {
    width: 10px;
  }

  .xl\:w-11px {
    width: 11px;
  }

  .xl\:w-12px {
    width: 12px;
  }

  .xl\:w-13px {
    width: 13px;
  }

  .xl\:w-14px {
    width: 14px;
  }

  .xl\:w-15px {
    width: 15px;
  }

  .xl\:w-16px {
    width: 16px;
  }

  .xl\:w-17px {
    width: 17px;
  }

  .xl\:w-18px {
    width: 18px;
  }

  .xl\:w-19px {
    width: 19px;
  }

  .xl\:w-20px {
    width: 20px;
  }

  .xl\:w-21px {
    width: 21px;
  }

  .xl\:w-22px {
    width: 22px;
  }

  .xl\:w-23px {
    width: 23px;
  }

  .xl\:w-24px {
    width: 24px;
  }

  .xl\:w-25px {
    width: 25px;
  }

  .xl\:w-26px {
    width: 26px;
  }

  .xl\:w-27px {
    width: 27px;
  }

  .xl\:w-28px {
    width: 28px;
  }

  .xl\:w-29px {
    width: 29px;
  }

  .xl\:w-30px {
    width: 30px;
  }

  .xl\:w-31px {
    width: 31px;
  }

  .xl\:w-32px {
    width: 32px;
  }

  .xl\:w-33px {
    width: 33px;
  }

  .xl\:w-34px {
    width: 34px;
  }

  .xl\:w-35px {
    width: 35px;
  }

  .xl\:w-36px {
    width: 36px;
  }

  .xl\:w-37px {
    width: 37px;
  }

  .xl\:w-38px {
    width: 38px;
  }

  .xl\:w-39px {
    width: 39px;
  }

  .xl\:w-40px {
    width: 40px;
  }

  .xl\:w-41px {
    width: 41px;
  }

  .xl\:w-42px {
    width: 42px;
  }

  .xl\:w-43px {
    width: 43px;
  }

  .xl\:w-44px {
    width: 44px;
  }

  .xl\:w-45px {
    width: 45px;
  }

  .xl\:w-46px {
    width: 46px;
  }

  .xl\:w-47px {
    width: 47px;
  }

  .xl\:w-48px {
    width: 48px;
  }

  .xl\:w-49px {
    width: 49px;
  }

  .xl\:w-50px {
    width: 50px;
  }

  .xl\:w-51px {
    width: 51px;
  }

  .xl\:w-52px {
    width: 52px;
  }

  .xl\:w-53px {
    width: 53px;
  }

  .xl\:w-54px {
    width: 54px;
  }

  .xl\:w-55px {
    width: 55px;
  }

  .xl\:w-56px {
    width: 56px;
  }

  .xl\:w-57px {
    width: 57px;
  }

  .xl\:w-58px {
    width: 58px;
  }

  .xl\:w-59px {
    width: 59px;
  }

  .xl\:w-60px {
    width: 60px;
  }

  .xl\:w-61px {
    width: 61px;
  }

  .xl\:w-62px {
    width: 62px;
  }

  .xl\:w-63px {
    width: 63px;
  }

  .xl\:w-64px {
    width: 64px;
  }

  .xl\:w-65px {
    width: 65px;
  }

  .xl\:w-66px {
    width: 66px;
  }

  .xl\:w-67px {
    width: 67px;
  }

  .xl\:w-68px {
    width: 68px;
  }

  .xl\:w-69px {
    width: 69px;
  }

  .xl\:w-70px {
    width: 70px;
  }

  .xl\:w-71px {
    width: 71px;
  }

  .xl\:w-72px {
    width: 72px;
  }

  .xl\:w-73px {
    width: 73px;
  }

  .xl\:w-74px {
    width: 74px;
  }

  .xl\:w-75px {
    width: 75px;
  }

  .xl\:w-76px {
    width: 76px;
  }

  .xl\:w-77px {
    width: 77px;
  }

  .xl\:w-78px {
    width: 78px;
  }

  .xl\:w-79px {
    width: 79px;
  }

  .xl\:w-80px {
    width: 80px;
  }

  .xl\:w-81px {
    width: 81px;
  }

  .xl\:w-82px {
    width: 82px;
  }

  .xl\:w-83px {
    width: 83px;
  }

  .xl\:w-84px {
    width: 84px;
  }

  .xl\:w-85px {
    width: 85px;
  }

  .xl\:w-86px {
    width: 86px;
  }

  .xl\:w-87px {
    width: 87px;
  }

  .xl\:w-88px {
    width: 88px;
  }

  .xl\:w-89px {
    width: 89px;
  }

  .xl\:w-90px {
    width: 90px;
  }

  .xl\:w-91px {
    width: 91px;
  }

  .xl\:w-92px {
    width: 92px;
  }

  .xl\:w-93px {
    width: 93px;
  }

  .xl\:w-94px {
    width: 94px;
  }

  .xl\:w-95px {
    width: 95px;
  }

  .xl\:w-96px {
    width: 96px;
  }

  .xl\:w-97px {
    width: 97px;
  }

  .xl\:w-98px {
    width: 98px;
  }

  .xl\:w-99px {
    width: 99px;
  }

  .xl\:w-100px {
    width: 100px;
  }

  .xl\:w-101px {
    width: 101px;
  }

  .xl\:w-102px {
    width: 102px;
  }

  .xl\:w-103px {
    width: 103px;
  }

  .xl\:w-104px {
    width: 104px;
  }

  .xl\:w-105px {
    width: 105px;
  }

  .xl\:w-106px {
    width: 106px;
  }

  .xl\:w-107px {
    width: 107px;
  }

  .xl\:w-108px {
    width: 108px;
  }

  .xl\:w-109px {
    width: 109px;
  }

  .xl\:w-110px {
    width: 110px;
  }

  .xl\:w-111px {
    width: 111px;
  }

  .xl\:w-112px {
    width: 112px;
  }

  .xl\:w-113px {
    width: 113px;
  }

  .xl\:w-114px {
    width: 114px;
  }

  .xl\:w-115px {
    width: 115px;
  }

  .xl\:w-116px {
    width: 116px;
  }

  .xl\:w-117px {
    width: 117px;
  }

  .xl\:w-118px {
    width: 118px;
  }

  .xl\:w-119px {
    width: 119px;
  }

  .xl\:w-120px {
    width: 120px;
  }

  .xl\:w-121px {
    width: 121px;
  }

  .xl\:w-122px {
    width: 122px;
  }

  .xl\:w-123px {
    width: 123px;
  }

  .xl\:w-124px {
    width: 124px;
  }

  .xl\:w-125px {
    width: 125px;
  }

  .xl\:w-126px {
    width: 126px;
  }

  .xl\:w-127px {
    width: 127px;
  }

  .xl\:w-128px {
    width: 128px;
  }

  .xl\:w-129px {
    width: 129px;
  }

  .xl\:w-130px {
    width: 130px;
  }

  .xl\:w-133px {
    width: 133px;
  }

  .xl\:w-140px {
    width: 140px;
  }

  .xl\:w-195px {
    width: 195px;
  }

  .xl\:w-200px {
    width: 200px;
  }

  .xl\:w-210px {
    width: 210px;
  }

  .xl\:w-222px {
    width: 222px;
  }

  .xl\:w-258px {
    width: 258px;
  }

  .xl\:w-280px {
    width: 280px;
  }

  .xl\:w-334px {
    width: 334px;
  }

  .xl\:w-388px {
    width: 388px;
  }

  .xl\:w-480px {
    width: 480px;
  }

  .xl\:w-490px {
    width: 490px;
  }

  .xl\:w-505px {
    width: 505px;
  }

  .xl\:w-507px {
    width: 507px;
  }

  .xl\:w-760px {
    width: 760px;
  }

  .xl\:w-780px {
    width: 780px;
  }

  .xl\:w-980px {
    width: 980px;
  }

  .xl\:w-1366px {
    width: 1366px;
  }

  .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: min-content;
  }

  .xl\:w-max {
    width: -webkit-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\: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\: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\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-1 {
    gap: 0.25rem;
  }

  .xl\:gap-2 {
    gap: 0.5rem;
  }

  .xl\:gap-3 {
    gap: 0.75rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-5 {
    gap: 1.25rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-7 {
    gap: 1.75rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-9 {
    gap: 2.25rem;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-11 {
    gap: 2.75rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-28 {
    gap: 7rem;
  }

  .xl\:gap-32 {
    gap: 8rem;
  }

  .xl\:gap-36 {
    gap: 9rem;
  }

  .xl\:gap-40 {
    gap: 10rem;
  }

  .xl\:gap-44 {
    gap: 11rem;
  }

  .xl\:gap-48 {
    gap: 12rem;
  }

  .xl\:gap-52 {
    gap: 13rem;
  }

  .xl\:gap-56 {
    gap: 14rem;
  }

  .xl\:gap-60 {
    gap: 15rem;
  }

  .xl\:gap-64 {
    gap: 16rem;
  }

  .xl\:gap-72 {
    gap: 18rem;
  }

  .xl\:gap-80 {
    gap: 20rem;
  }

  .xl\:gap-96 {
    gap: 24rem;
  }

  .xl\:gap-px {
    gap: 1px;
  }

  .xl\:gap-0\.5 {
    gap: 0.125rem;
  }

  .xl\:gap-1\.5 {
    gap: 0.375rem;
  }

  .xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .xl\:gap-1px {
    gap: 1px;
  }

  .xl\:gap-2px {
    gap: 2px;
  }

  .xl\:gap-3px {
    gap: 3px;
  }

  .xl\:gap-4px {
    gap: 4px;
  }

  .xl\:gap-5px {
    gap: 5px;
  }

  .xl\:gap-6px {
    gap: 6px;
  }

  .xl\:gap-7px {
    gap: 7px;
  }

  .xl\:gap-8px {
    gap: 8px;
  }

  .xl\:gap-9px {
    gap: 9px;
  }

  .xl\:gap-10px {
    gap: 10px;
  }

  .xl\:gap-11px {
    gap: 11px;
  }

  .xl\:gap-12px {
    gap: 12px;
  }

  .xl\:gap-13px {
    gap: 13px;
  }

  .xl\:gap-14px {
    gap: 14px;
  }

  .xl\:gap-15px {
    gap: 15px;
  }

  .xl\:gap-16px {
    gap: 16px;
  }

  .xl\:gap-17px {
    gap: 17px;
  }

  .xl\:gap-18px {
    gap: 18px;
  }

  .xl\:gap-19px {
    gap: 19px;
  }

  .xl\:gap-20px {
    gap: 20px;
  }

  .xl\:gap-21px {
    gap: 21px;
  }

  .xl\:gap-22px {
    gap: 22px;
  }

  .xl\:gap-23px {
    gap: 23px;
  }

  .xl\:gap-24px {
    gap: 24px;
  }

  .xl\:gap-25px {
    gap: 25px;
  }

  .xl\:gap-26px {
    gap: 26px;
  }

  .xl\:gap-27px {
    gap: 27px;
  }

  .xl\:gap-28px {
    gap: 28px;
  }

  .xl\:gap-29px {
    gap: 29px;
  }

  .xl\:gap-30px {
    gap: 30px;
  }

  .xl\:gap-31px {
    gap: 31px;
  }

  .xl\:gap-32px {
    gap: 32px;
  }

  .xl\:gap-33px {
    gap: 33px;
  }

  .xl\:gap-34px {
    gap: 34px;
  }

  .xl\:gap-35px {
    gap: 35px;
  }

  .xl\:gap-36px {
    gap: 36px;
  }

  .xl\:gap-37px {
    gap: 37px;
  }

  .xl\:gap-38px {
    gap: 38px;
  }

  .xl\:gap-39px {
    gap: 39px;
  }

  .xl\:gap-40px {
    gap: 40px;
  }

  .xl\:gap-41px {
    gap: 41px;
  }

  .xl\:gap-42px {
    gap: 42px;
  }

  .xl\:gap-43px {
    gap: 43px;
  }

  .xl\:gap-44px {
    gap: 44px;
  }

  .xl\:gap-45px {
    gap: 45px;
  }

  .xl\:gap-46px {
    gap: 46px;
  }

  .xl\:gap-47px {
    gap: 47px;
  }

  .xl\:gap-48px {
    gap: 48px;
  }

  .xl\:gap-49px {
    gap: 49px;
  }

  .xl\:gap-50px {
    gap: 50px;
  }

  .xl\:gap-51px {
    gap: 51px;
  }

  .xl\:gap-52px {
    gap: 52px;
  }

  .xl\:gap-53px {
    gap: 53px;
  }

  .xl\:gap-54px {
    gap: 54px;
  }

  .xl\:gap-55px {
    gap: 55px;
  }

  .xl\:gap-56px {
    gap: 56px;
  }

  .xl\:gap-57px {
    gap: 57px;
  }

  .xl\:gap-58px {
    gap: 58px;
  }

  .xl\:gap-59px {
    gap: 59px;
  }

  .xl\:gap-60px {
    gap: 60px;
  }

  .xl\:gap-61px {
    gap: 61px;
  }

  .xl\:gap-62px {
    gap: 62px;
  }

  .xl\:gap-63px {
    gap: 63px;
  }

  .xl\:gap-64px {
    gap: 64px;
  }

  .xl\:gap-65px {
    gap: 65px;
  }

  .xl\:gap-66px {
    gap: 66px;
  }

  .xl\:gap-67px {
    gap: 67px;
  }

  .xl\:gap-68px {
    gap: 68px;
  }

  .xl\:gap-69px {
    gap: 69px;
  }

  .xl\:gap-70px {
    gap: 70px;
  }

  .xl\:gap-71px {
    gap: 71px;
  }

  .xl\:gap-72px {
    gap: 72px;
  }

  .xl\:gap-73px {
    gap: 73px;
  }

  .xl\:gap-74px {
    gap: 74px;
  }

  .xl\:gap-75px {
    gap: 75px;
  }

  .xl\:gap-76px {
    gap: 76px;
  }

  .xl\:gap-77px {
    gap: 77px;
  }

  .xl\:gap-78px {
    gap: 78px;
  }

  .xl\:gap-79px {
    gap: 79px;
  }

  .xl\:gap-80px {
    gap: 80px;
  }

  .xl\:gap-81px {
    gap: 81px;
  }

  .xl\:gap-82px {
    gap: 82px;
  }

  .xl\:gap-83px {
    gap: 83px;
  }

  .xl\:gap-84px {
    gap: 84px;
  }

  .xl\:gap-85px {
    gap: 85px;
  }

  .xl\:gap-86px {
    gap: 86px;
  }

  .xl\:gap-87px {
    gap: 87px;
  }

  .xl\:gap-88px {
    gap: 88px;
  }

  .xl\:gap-89px {
    gap: 89px;
  }

  .xl\:gap-90px {
    gap: 90px;
  }

  .xl\:gap-91px {
    gap: 91px;
  }

  .xl\:gap-92px {
    gap: 92px;
  }

  .xl\:gap-93px {
    gap: 93px;
  }

  .xl\:gap-94px {
    gap: 94px;
  }

  .xl\:gap-95px {
    gap: 95px;
  }

  .xl\:gap-96px {
    gap: 96px;
  }

  .xl\:gap-97px {
    gap: 97px;
  }

  .xl\:gap-98px {
    gap: 98px;
  }

  .xl\:gap-99px {
    gap: 99px;
  }

  .xl\:gap-100px {
    gap: 100px;
  }

  .xl\:gap-101px {
    gap: 101px;
  }

  .xl\:gap-102px {
    gap: 102px;
  }

  .xl\:gap-103px {
    gap: 103px;
  }

  .xl\:gap-104px {
    gap: 104px;
  }

  .xl\:gap-105px {
    gap: 105px;
  }

  .xl\:gap-106px {
    gap: 106px;
  }

  .xl\:gap-107px {
    gap: 107px;
  }

  .xl\:gap-108px {
    gap: 108px;
  }

  .xl\:gap-109px {
    gap: 109px;
  }

  .xl\:gap-110px {
    gap: 110px;
  }

  .xl\:gap-111px {
    gap: 111px;
  }

  .xl\:gap-112px {
    gap: 112px;
  }

  .xl\:gap-113px {
    gap: 113px;
  }

  .xl\:gap-114px {
    gap: 114px;
  }

  .xl\:gap-115px {
    gap: 115px;
  }

  .xl\:gap-116px {
    gap: 116px;
  }

  .xl\:gap-117px {
    gap: 117px;
  }

  .xl\:gap-118px {
    gap: 118px;
  }

  .xl\:gap-119px {
    gap: 119px;
  }

  .xl\:gap-120px {
    gap: 120px;
  }

  .xl\:gap-121px {
    gap: 121px;
  }

  .xl\:gap-122px {
    gap: 122px;
  }

  .xl\:gap-123px {
    gap: 123px;
  }

  .xl\:gap-124px {
    gap: 124px;
  }

  .xl\:gap-125px {
    gap: 125px;
  }

  .xl\:gap-126px {
    gap: 126px;
  }

  .xl\:gap-127px {
    gap: 127px;
  }

  .xl\:gap-128px {
    gap: 128px;
  }

  .xl\:gap-129px {
    gap: 129px;
  }

  .xl\:gap-130px {
    gap: 130px;
  }

  .xl\:gap-133px {
    gap: 133px;
  }

  .xl\:gap-140px {
    gap: 140px;
  }

  .xl\:gap-195px {
    gap: 195px;
  }

  .xl\:gap-200px {
    gap: 200px;
  }

  .xl\:gap-210px {
    gap: 210px;
  }

  .xl\:gap-222px {
    gap: 222px;
  }

  .xl\:gap-258px {
    gap: 258px;
  }

  .xl\:gap-280px {
    gap: 280px;
  }

  .xl\:gap-334px {
    gap: 334px;
  }

  .xl\:gap-388px {
    gap: 388px;
  }

  .xl\:gap-480px {
    gap: 480px;
  }

  .xl\:gap-490px {
    gap: 490px;
  }

  .xl\:gap-505px {
    gap: 505px;
  }

  .xl\:gap-507px {
    gap: 507px;
  }

  .xl\:gap-760px {
    gap: 760px;
  }

  .xl\:gap-780px {
    gap: 780px;
  }

  .xl\:gap-980px {
    gap: 980px;
  }

  .xl\:gap-1366px {
    gap: 1366px;
  }

  .xl\:gap-x-0 {
    column-gap: 0px;
  }

  .xl\:gap-x-1 {
    column-gap: 0.25rem;
  }

  .xl\:gap-x-2 {
    column-gap: 0.5rem;
  }

  .xl\:gap-x-3 {
    column-gap: 0.75rem;
  }

  .xl\:gap-x-4 {
    column-gap: 1rem;
  }

  .xl\:gap-x-5 {
    column-gap: 1.25rem;
  }

  .xl\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .xl\:gap-x-7 {
    column-gap: 1.75rem;
  }

  .xl\:gap-x-8 {
    column-gap: 2rem;
  }

  .xl\:gap-x-9 {
    column-gap: 2.25rem;
  }

  .xl\:gap-x-10 {
    column-gap: 2.5rem;
  }

  .xl\:gap-x-11 {
    column-gap: 2.75rem;
  }

  .xl\:gap-x-12 {
    column-gap: 3rem;
  }

  .xl\:gap-x-14 {
    column-gap: 3.5rem;
  }

  .xl\:gap-x-16 {
    column-gap: 4rem;
  }

  .xl\:gap-x-20 {
    column-gap: 5rem;
  }

  .xl\:gap-x-24 {
    column-gap: 6rem;
  }

  .xl\:gap-x-28 {
    column-gap: 7rem;
  }

  .xl\:gap-x-32 {
    column-gap: 8rem;
  }

  .xl\:gap-x-36 {
    column-gap: 9rem;
  }

  .xl\:gap-x-40 {
    column-gap: 10rem;
  }

  .xl\:gap-x-44 {
    column-gap: 11rem;
  }

  .xl\:gap-x-48 {
    column-gap: 12rem;
  }

  .xl\:gap-x-52 {
    column-gap: 13rem;
  }

  .xl\:gap-x-56 {
    column-gap: 14rem;
  }

  .xl\:gap-x-60 {
    column-gap: 15rem;
  }

  .xl\:gap-x-64 {
    column-gap: 16rem;
  }

  .xl\:gap-x-72 {
    column-gap: 18rem;
  }

  .xl\:gap-x-80 {
    column-gap: 20rem;
  }

  .xl\:gap-x-96 {
    column-gap: 24rem;
  }

  .xl\:gap-x-px {
    column-gap: 1px;
  }

  .xl\:gap-x-0\.5 {
    column-gap: 0.125rem;
  }

  .xl\:gap-x-1\.5 {
    column-gap: 0.375rem;
  }

  .xl\:gap-x-2\.5 {
    column-gap: 0.625rem;
  }

  .xl\:gap-x-3\.5 {
    column-gap: 0.875rem;
  }

  .xl\:gap-x-1px {
    column-gap: 1px;
  }

  .xl\:gap-x-2px {
    column-gap: 2px;
  }

  .xl\:gap-x-3px {
    column-gap: 3px;
  }

  .xl\:gap-x-4px {
    column-gap: 4px;
  }

  .xl\:gap-x-5px {
    column-gap: 5px;
  }

  .xl\:gap-x-6px {
    column-gap: 6px;
  }

  .xl\:gap-x-7px {
    column-gap: 7px;
  }

  .xl\:gap-x-8px {
    column-gap: 8px;
  }

  .xl\:gap-x-9px {
    column-gap: 9px;
  }

  .xl\:gap-x-10px {
    column-gap: 10px;
  }

  .xl\:gap-x-11px {
    column-gap: 11px;
  }

  .xl\:gap-x-12px {
    column-gap: 12px;
  }

  .xl\:gap-x-13px {
    column-gap: 13px;
  }

  .xl\:gap-x-14px {
    column-gap: 14px;
  }

  .xl\:gap-x-15px {
    column-gap: 15px;
  }

  .xl\:gap-x-16px {
    column-gap: 16px;
  }

  .xl\:gap-x-17px {
    column-gap: 17px;
  }

  .xl\:gap-x-18px {
    column-gap: 18px;
  }

  .xl\:gap-x-19px {
    column-gap: 19px;
  }

  .xl\:gap-x-20px {
    column-gap: 20px;
  }

  .xl\:gap-x-21px {
    column-gap: 21px;
  }

  .xl\:gap-x-22px {
    column-gap: 22px;
  }

  .xl\:gap-x-23px {
    column-gap: 23px;
  }

  .xl\:gap-x-24px {
    column-gap: 24px;
  }

  .xl\:gap-x-25px {
    column-gap: 25px;
  }

  .xl\:gap-x-26px {
    column-gap: 26px;
  }

  .xl\:gap-x-27px {
    column-gap: 27px;
  }

  .xl\:gap-x-28px {
    column-gap: 28px;
  }

  .xl\:gap-x-29px {
    column-gap: 29px;
  }

  .xl\:gap-x-30px {
    column-gap: 30px;
  }

  .xl\:gap-x-31px {
    column-gap: 31px;
  }

  .xl\:gap-x-32px {
    column-gap: 32px;
  }

  .xl\:gap-x-33px {
    column-gap: 33px;
  }

  .xl\:gap-x-34px {
    column-gap: 34px;
  }

  .xl\:gap-x-35px {
    column-gap: 35px;
  }

  .xl\:gap-x-36px {
    column-gap: 36px;
  }

  .xl\:gap-x-37px {
    column-gap: 37px;
  }

  .xl\:gap-x-38px {
    column-gap: 38px;
  }

  .xl\:gap-x-39px {
    column-gap: 39px;
  }

  .xl\:gap-x-40px {
    column-gap: 40px;
  }

  .xl\:gap-x-41px {
    column-gap: 41px;
  }

  .xl\:gap-x-42px {
    column-gap: 42px;
  }

  .xl\:gap-x-43px {
    column-gap: 43px;
  }

  .xl\:gap-x-44px {
    column-gap: 44px;
  }

  .xl\:gap-x-45px {
    column-gap: 45px;
  }

  .xl\:gap-x-46px {
    column-gap: 46px;
  }

  .xl\:gap-x-47px {
    column-gap: 47px;
  }

  .xl\:gap-x-48px {
    column-gap: 48px;
  }

  .xl\:gap-x-49px {
    column-gap: 49px;
  }

  .xl\:gap-x-50px {
    column-gap: 50px;
  }

  .xl\:gap-x-51px {
    column-gap: 51px;
  }

  .xl\:gap-x-52px {
    column-gap: 52px;
  }

  .xl\:gap-x-53px {
    column-gap: 53px;
  }

  .xl\:gap-x-54px {
    column-gap: 54px;
  }

  .xl\:gap-x-55px {
    column-gap: 55px;
  }

  .xl\:gap-x-56px {
    column-gap: 56px;
  }

  .xl\:gap-x-57px {
    column-gap: 57px;
  }

  .xl\:gap-x-58px {
    column-gap: 58px;
  }

  .xl\:gap-x-59px {
    column-gap: 59px;
  }

  .xl\:gap-x-60px {
    column-gap: 60px;
  }

  .xl\:gap-x-61px {
    column-gap: 61px;
  }

  .xl\:gap-x-62px {
    column-gap: 62px;
  }

  .xl\:gap-x-63px {
    column-gap: 63px;
  }

  .xl\:gap-x-64px {
    column-gap: 64px;
  }

  .xl\:gap-x-65px {
    column-gap: 65px;
  }

  .xl\:gap-x-66px {
    column-gap: 66px;
  }

  .xl\:gap-x-67px {
    column-gap: 67px;
  }

  .xl\:gap-x-68px {
    column-gap: 68px;
  }

  .xl\:gap-x-69px {
    column-gap: 69px;
  }

  .xl\:gap-x-70px {
    column-gap: 70px;
  }

  .xl\:gap-x-71px {
    column-gap: 71px;
  }

  .xl\:gap-x-72px {
    column-gap: 72px;
  }

  .xl\:gap-x-73px {
    column-gap: 73px;
  }

  .xl\:gap-x-74px {
    column-gap: 74px;
  }

  .xl\:gap-x-75px {
    column-gap: 75px;
  }

  .xl\:gap-x-76px {
    column-gap: 76px;
  }

  .xl\:gap-x-77px {
    column-gap: 77px;
  }

  .xl\:gap-x-78px {
    column-gap: 78px;
  }

  .xl\:gap-x-79px {
    column-gap: 79px;
  }

  .xl\:gap-x-80px {
    column-gap: 80px;
  }

  .xl\:gap-x-81px {
    column-gap: 81px;
  }

  .xl\:gap-x-82px {
    column-gap: 82px;
  }

  .xl\:gap-x-83px {
    column-gap: 83px;
  }

  .xl\:gap-x-84px {
    column-gap: 84px;
  }

  .xl\:gap-x-85px {
    column-gap: 85px;
  }

  .xl\:gap-x-86px {
    column-gap: 86px;
  }

  .xl\:gap-x-87px {
    column-gap: 87px;
  }

  .xl\:gap-x-88px {
    column-gap: 88px;
  }

  .xl\:gap-x-89px {
    column-gap: 89px;
  }

  .xl\:gap-x-90px {
    column-gap: 90px;
  }

  .xl\:gap-x-91px {
    column-gap: 91px;
  }

  .xl\:gap-x-92px {
    column-gap: 92px;
  }

  .xl\:gap-x-93px {
    column-gap: 93px;
  }

  .xl\:gap-x-94px {
    column-gap: 94px;
  }

  .xl\:gap-x-95px {
    column-gap: 95px;
  }

  .xl\:gap-x-96px {
    column-gap: 96px;
  }

  .xl\:gap-x-97px {
    column-gap: 97px;
  }

  .xl\:gap-x-98px {
    column-gap: 98px;
  }

  .xl\:gap-x-99px {
    column-gap: 99px;
  }

  .xl\:gap-x-100px {
    column-gap: 100px;
  }

  .xl\:gap-x-101px {
    column-gap: 101px;
  }

  .xl\:gap-x-102px {
    column-gap: 102px;
  }

  .xl\:gap-x-103px {
    column-gap: 103px;
  }

  .xl\:gap-x-104px {
    column-gap: 104px;
  }

  .xl\:gap-x-105px {
    column-gap: 105px;
  }

  .xl\:gap-x-106px {
    column-gap: 106px;
  }

  .xl\:gap-x-107px {
    column-gap: 107px;
  }

  .xl\:gap-x-108px {
    column-gap: 108px;
  }

  .xl\:gap-x-109px {
    column-gap: 109px;
  }

  .xl\:gap-x-110px {
    column-gap: 110px;
  }

  .xl\:gap-x-111px {
    column-gap: 111px;
  }

  .xl\:gap-x-112px {
    column-gap: 112px;
  }

  .xl\:gap-x-113px {
    column-gap: 113px;
  }

  .xl\:gap-x-114px {
    column-gap: 114px;
  }

  .xl\:gap-x-115px {
    column-gap: 115px;
  }

  .xl\:gap-x-116px {
    column-gap: 116px;
  }

  .xl\:gap-x-117px {
    column-gap: 117px;
  }

  .xl\:gap-x-118px {
    column-gap: 118px;
  }

  .xl\:gap-x-119px {
    column-gap: 119px;
  }

  .xl\:gap-x-120px {
    column-gap: 120px;
  }

  .xl\:gap-x-121px {
    column-gap: 121px;
  }

  .xl\:gap-x-122px {
    column-gap: 122px;
  }

  .xl\:gap-x-123px {
    column-gap: 123px;
  }

  .xl\:gap-x-124px {
    column-gap: 124px;
  }

  .xl\:gap-x-125px {
    column-gap: 125px;
  }

  .xl\:gap-x-126px {
    column-gap: 126px;
  }

  .xl\:gap-x-127px {
    column-gap: 127px;
  }

  .xl\:gap-x-128px {
    column-gap: 128px;
  }

  .xl\:gap-x-129px {
    column-gap: 129px;
  }

  .xl\:gap-x-130px {
    column-gap: 130px;
  }

  .xl\:gap-x-133px {
    column-gap: 133px;
  }

  .xl\:gap-x-140px {
    column-gap: 140px;
  }

  .xl\:gap-x-195px {
    column-gap: 195px;
  }

  .xl\:gap-x-200px {
    column-gap: 200px;
  }

  .xl\:gap-x-210px {
    column-gap: 210px;
  }

  .xl\:gap-x-222px {
    column-gap: 222px;
  }

  .xl\:gap-x-258px {
    column-gap: 258px;
  }

  .xl\:gap-x-280px {
    column-gap: 280px;
  }

  .xl\:gap-x-334px {
    column-gap: 334px;
  }

  .xl\:gap-x-388px {
    column-gap: 388px;
  }

  .xl\:gap-x-480px {
    column-gap: 480px;
  }

  .xl\:gap-x-490px {
    column-gap: 490px;
  }

  .xl\:gap-x-505px {
    column-gap: 505px;
  }

  .xl\:gap-x-507px {
    column-gap: 507px;
  }

  .xl\:gap-x-760px {
    column-gap: 760px;
  }

  .xl\:gap-x-780px {
    column-gap: 780px;
  }

  .xl\:gap-x-980px {
    column-gap: 980px;
  }

  .xl\:gap-x-1366px {
    column-gap: 1366px;
  }

  .xl\:gap-y-0 {
    row-gap: 0px;
  }

  .xl\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .xl\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .xl\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .xl\:gap-y-4 {
    row-gap: 1rem;
  }

  .xl\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .xl\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .xl\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .xl\:gap-y-8 {
    row-gap: 2rem;
  }

  .xl\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .xl\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .xl\:gap-y-12 {
    row-gap: 3rem;
  }

  .xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .xl\:gap-y-16 {
    row-gap: 4rem;
  }

  .xl\:gap-y-20 {
    row-gap: 5rem;
  }

  .xl\:gap-y-24 {
    row-gap: 6rem;
  }

  .xl\:gap-y-28 {
    row-gap: 7rem;
  }

  .xl\:gap-y-32 {
    row-gap: 8rem;
  }

  .xl\:gap-y-36 {
    row-gap: 9rem;
  }

  .xl\:gap-y-40 {
    row-gap: 10rem;
  }

  .xl\:gap-y-44 {
    row-gap: 11rem;
  }

  .xl\:gap-y-48 {
    row-gap: 12rem;
  }

  .xl\:gap-y-52 {
    row-gap: 13rem;
  }

  .xl\:gap-y-56 {
    row-gap: 14rem;
  }

  .xl\:gap-y-60 {
    row-gap: 15rem;
  }

  .xl\:gap-y-64 {
    row-gap: 16rem;
  }

  .xl\:gap-y-72 {
    row-gap: 18rem;
  }

  .xl\:gap-y-80 {
    row-gap: 20rem;
  }

  .xl\:gap-y-96 {
    row-gap: 24rem;
  }

  .xl\:gap-y-px {
    row-gap: 1px;
  }

  .xl\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .xl\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .xl\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .xl\:gap-y-1px {
    row-gap: 1px;
  }

  .xl\:gap-y-2px {
    row-gap: 2px;
  }

  .xl\:gap-y-3px {
    row-gap: 3px;
  }

  .xl\:gap-y-4px {
    row-gap: 4px;
  }

  .xl\:gap-y-5px {
    row-gap: 5px;
  }

  .xl\:gap-y-6px {
    row-gap: 6px;
  }

  .xl\:gap-y-7px {
    row-gap: 7px;
  }

  .xl\:gap-y-8px {
    row-gap: 8px;
  }

  .xl\:gap-y-9px {
    row-gap: 9px;
  }

  .xl\:gap-y-10px {
    row-gap: 10px;
  }

  .xl\:gap-y-11px {
    row-gap: 11px;
  }

  .xl\:gap-y-12px {
    row-gap: 12px;
  }

  .xl\:gap-y-13px {
    row-gap: 13px;
  }

  .xl\:gap-y-14px {
    row-gap: 14px;
  }

  .xl\:gap-y-15px {
    row-gap: 15px;
  }

  .xl\:gap-y-16px {
    row-gap: 16px;
  }

  .xl\:gap-y-17px {
    row-gap: 17px;
  }

  .xl\:gap-y-18px {
    row-gap: 18px;
  }

  .xl\:gap-y-19px {
    row-gap: 19px;
  }

  .xl\:gap-y-20px {
    row-gap: 20px;
  }

  .xl\:gap-y-21px {
    row-gap: 21px;
  }

  .xl\:gap-y-22px {
    row-gap: 22px;
  }

  .xl\:gap-y-23px {
    row-gap: 23px;
  }

  .xl\:gap-y-24px {
    row-gap: 24px;
  }

  .xl\:gap-y-25px {
    row-gap: 25px;
  }

  .xl\:gap-y-26px {
    row-gap: 26px;
  }

  .xl\:gap-y-27px {
    row-gap: 27px;
  }

  .xl\:gap-y-28px {
    row-gap: 28px;
  }

  .xl\:gap-y-29px {
    row-gap: 29px;
  }

  .xl\:gap-y-30px {
    row-gap: 30px;
  }

  .xl\:gap-y-31px {
    row-gap: 31px;
  }

  .xl\:gap-y-32px {
    row-gap: 32px;
  }

  .xl\:gap-y-33px {
    row-gap: 33px;
  }

  .xl\:gap-y-34px {
    row-gap: 34px;
  }

  .xl\:gap-y-35px {
    row-gap: 35px;
  }

  .xl\:gap-y-36px {
    row-gap: 36px;
  }

  .xl\:gap-y-37px {
    row-gap: 37px;
  }

  .xl\:gap-y-38px {
    row-gap: 38px;
  }

  .xl\:gap-y-39px {
    row-gap: 39px;
  }

  .xl\:gap-y-40px {
    row-gap: 40px;
  }

  .xl\:gap-y-41px {
    row-gap: 41px;
  }

  .xl\:gap-y-42px {
    row-gap: 42px;
  }

  .xl\:gap-y-43px {
    row-gap: 43px;
  }

  .xl\:gap-y-44px {
    row-gap: 44px;
  }

  .xl\:gap-y-45px {
    row-gap: 45px;
  }

  .xl\:gap-y-46px {
    row-gap: 46px;
  }

  .xl\:gap-y-47px {
    row-gap: 47px;
  }

  .xl\:gap-y-48px {
    row-gap: 48px;
  }

  .xl\:gap-y-49px {
    row-gap: 49px;
  }

  .xl\:gap-y-50px {
    row-gap: 50px;
  }

  .xl\:gap-y-51px {
    row-gap: 51px;
  }

  .xl\:gap-y-52px {
    row-gap: 52px;
  }

  .xl\:gap-y-53px {
    row-gap: 53px;
  }

  .xl\:gap-y-54px {
    row-gap: 54px;
  }

  .xl\:gap-y-55px {
    row-gap: 55px;
  }

  .xl\:gap-y-56px {
    row-gap: 56px;
  }

  .xl\:gap-y-57px {
    row-gap: 57px;
  }

  .xl\:gap-y-58px {
    row-gap: 58px;
  }

  .xl\:gap-y-59px {
    row-gap: 59px;
  }

  .xl\:gap-y-60px {
    row-gap: 60px;
  }

  .xl\:gap-y-61px {
    row-gap: 61px;
  }

  .xl\:gap-y-62px {
    row-gap: 62px;
  }

  .xl\:gap-y-63px {
    row-gap: 63px;
  }

  .xl\:gap-y-64px {
    row-gap: 64px;
  }

  .xl\:gap-y-65px {
    row-gap: 65px;
  }

  .xl\:gap-y-66px {
    row-gap: 66px;
  }

  .xl\:gap-y-67px {
    row-gap: 67px;
  }

  .xl\:gap-y-68px {
    row-gap: 68px;
  }

  .xl\:gap-y-69px {
    row-gap: 69px;
  }

  .xl\:gap-y-70px {
    row-gap: 70px;
  }

  .xl\:gap-y-71px {
    row-gap: 71px;
  }

  .xl\:gap-y-72px {
    row-gap: 72px;
  }

  .xl\:gap-y-73px {
    row-gap: 73px;
  }

  .xl\:gap-y-74px {
    row-gap: 74px;
  }

  .xl\:gap-y-75px {
    row-gap: 75px;
  }

  .xl\:gap-y-76px {
    row-gap: 76px;
  }

  .xl\:gap-y-77px {
    row-gap: 77px;
  }

  .xl\:gap-y-78px {
    row-gap: 78px;
  }

  .xl\:gap-y-79px {
    row-gap: 79px;
  }

  .xl\:gap-y-80px {
    row-gap: 80px;
  }

  .xl\:gap-y-81px {
    row-gap: 81px;
  }

  .xl\:gap-y-82px {
    row-gap: 82px;
  }

  .xl\:gap-y-83px {
    row-gap: 83px;
  }

  .xl\:gap-y-84px {
    row-gap: 84px;
  }

  .xl\:gap-y-85px {
    row-gap: 85px;
  }

  .xl\:gap-y-86px {
    row-gap: 86px;
  }

  .xl\:gap-y-87px {
    row-gap: 87px;
  }

  .xl\:gap-y-88px {
    row-gap: 88px;
  }

  .xl\:gap-y-89px {
    row-gap: 89px;
  }

  .xl\:gap-y-90px {
    row-gap: 90px;
  }

  .xl\:gap-y-91px {
    row-gap: 91px;
  }

  .xl\:gap-y-92px {
    row-gap: 92px;
  }

  .xl\:gap-y-93px {
    row-gap: 93px;
  }

  .xl\:gap-y-94px {
    row-gap: 94px;
  }

  .xl\:gap-y-95px {
    row-gap: 95px;
  }

  .xl\:gap-y-96px {
    row-gap: 96px;
  }

  .xl\:gap-y-97px {
    row-gap: 97px;
  }

  .xl\:gap-y-98px {
    row-gap: 98px;
  }

  .xl\:gap-y-99px {
    row-gap: 99px;
  }

  .xl\:gap-y-100px {
    row-gap: 100px;
  }

  .xl\:gap-y-101px {
    row-gap: 101px;
  }

  .xl\:gap-y-102px {
    row-gap: 102px;
  }

  .xl\:gap-y-103px {
    row-gap: 103px;
  }

  .xl\:gap-y-104px {
    row-gap: 104px;
  }

  .xl\:gap-y-105px {
    row-gap: 105px;
  }

  .xl\:gap-y-106px {
    row-gap: 106px;
  }

  .xl\:gap-y-107px {
    row-gap: 107px;
  }

  .xl\:gap-y-108px {
    row-gap: 108px;
  }

  .xl\:gap-y-109px {
    row-gap: 109px;
  }

  .xl\:gap-y-110px {
    row-gap: 110px;
  }

  .xl\:gap-y-111px {
    row-gap: 111px;
  }

  .xl\:gap-y-112px {
    row-gap: 112px;
  }

  .xl\:gap-y-113px {
    row-gap: 113px;
  }

  .xl\:gap-y-114px {
    row-gap: 114px;
  }

  .xl\:gap-y-115px {
    row-gap: 115px;
  }

  .xl\:gap-y-116px {
    row-gap: 116px;
  }

  .xl\:gap-y-117px {
    row-gap: 117px;
  }

  .xl\:gap-y-118px {
    row-gap: 118px;
  }

  .xl\:gap-y-119px {
    row-gap: 119px;
  }

  .xl\:gap-y-120px {
    row-gap: 120px;
  }

  .xl\:gap-y-121px {
    row-gap: 121px;
  }

  .xl\:gap-y-122px {
    row-gap: 122px;
  }

  .xl\:gap-y-123px {
    row-gap: 123px;
  }

  .xl\:gap-y-124px {
    row-gap: 124px;
  }

  .xl\:gap-y-125px {
    row-gap: 125px;
  }

  .xl\:gap-y-126px {
    row-gap: 126px;
  }

  .xl\:gap-y-127px {
    row-gap: 127px;
  }

  .xl\:gap-y-128px {
    row-gap: 128px;
  }

  .xl\:gap-y-129px {
    row-gap: 129px;
  }

  .xl\:gap-y-130px {
    row-gap: 130px;
  }

  .xl\:gap-y-133px {
    row-gap: 133px;
  }

  .xl\:gap-y-140px {
    row-gap: 140px;
  }

  .xl\:gap-y-195px {
    row-gap: 195px;
  }

  .xl\:gap-y-200px {
    row-gap: 200px;
  }

  .xl\:gap-y-210px {
    row-gap: 210px;
  }

  .xl\:gap-y-222px {
    row-gap: 222px;
  }

  .xl\:gap-y-258px {
    row-gap: 258px;
  }

  .xl\:gap-y-280px {
    row-gap: 280px;
  }

  .xl\:gap-y-334px {
    row-gap: 334px;
  }

  .xl\:gap-y-388px {
    row-gap: 388px;
  }

  .xl\:gap-y-480px {
    row-gap: 480px;
  }

  .xl\:gap-y-490px {
    row-gap: 490px;
  }

  .xl\:gap-y-505px {
    row-gap: 505px;
  }

  .xl\:gap-y-507px {
    row-gap: 507px;
  }

  .xl\:gap-y-760px {
    row-gap: 760px;
  }

  .xl\:gap-y-780px {
    row-gap: 780px;
  }

  .xl\:gap-y-980px {
    row-gap: 980px;
  }

  .xl\:gap-y-1366px {
    row-gap: 1366px;
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:col-auto {
    grid-column: auto;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:col-span-full {
    grid-column: 1 / -1;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:col-start-9 {
    grid-column-start: 9;
  }

  .xl\:col-start-10 {
    grid-column-start: 10;
  }

  .xl\:col-start-11 {
    grid-column-start: 11;
  }

  .xl\:col-start-12 {
    grid-column-start: 12;
  }

  .xl\:col-start-13 {
    grid-column-start: 13;
  }

  .xl\:col-start-auto {
    grid-column-start: auto;
  }

  .xl\:col-end-1 {
    grid-column-end: 1;
  }

  .xl\:col-end-2 {
    grid-column-end: 2;
  }

  .xl\:col-end-3 {
    grid-column-end: 3;
  }

  .xl\:col-end-4 {
    grid-column-end: 4;
  }

  .xl\:col-end-5 {
    grid-column-end: 5;
  }

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:col-end-8 {
    grid-column-end: 8;
  }

  .xl\:col-end-9 {
    grid-column-end: 9;
  }

  .xl\:col-end-10 {
    grid-column-end: 10;
  }

  .xl\:col-end-11 {
    grid-column-end: 11;
  }

  .xl\:col-end-12 {
    grid-column-end: 12;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:col-end-auto {
    grid-column-end: auto;
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-none {
    grid-template-rows: none;
  }

  .xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:row-auto {
    grid-row: auto;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xl\:row-span-full {
    grid-row: 1 / -1;
  }

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-start-2 {
    grid-row-start: 2;
  }

  .xl\:row-start-3 {
    grid-row-start: 3;
  }

  .xl\:row-start-4 {
    grid-row-start: 4;
  }

  .xl\:row-start-5 {
    grid-row-start: 5;
  }

  .xl\:row-start-6 {
    grid-row-start: 6;
  }

  .xl\:row-start-7 {
    grid-row-start: 7;
  }

  .xl\:row-start-auto {
    grid-row-start: auto;
  }

  .xl\:row-end-1 {
    grid-row-end: 1;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:row-end-3 {
    grid-row-end: 3;
  }

  .xl\:row-end-4 {
    grid-row-end: 4;
  }

  .xl\:row-end-5 {
    grid-row-end: 5;
  }

  .xl\:row-end-6 {
    grid-row-end: 6;
  }

  .xl\:row-end-7 {
    grid-row-end: 7;
  }

  .xl\:row-end-auto {
    grid-row-end: auto;
  }

  .xl\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-none {
    transform: none;
  }

  .xl\:origin-center {
    transform-origin: center;
  }

  .xl\:origin-top {
    transform-origin: top;
  }

  .xl\:origin-top-right {
    transform-origin: top right;
  }

  .xl\:origin-right {
    transform-origin: right;
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xl\:origin-bottom {
    transform-origin: bottom;
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xl\:origin-left {
    transform-origin: left;
  }

  .xl\:origin-top-left {
    transform-origin: top left;
  }

  .xl\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .xl\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .xl\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .xl\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .xl\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .xl\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .xl\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .xl\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .xl\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .xl\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .xl\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .xl\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .xl\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .xl\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .xl\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .xl\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .xl\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .xl\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .xl\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .xl\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .xl\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .xl\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .xl\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .xl\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .xl\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .xl\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .xl\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .xl\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .xl\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .xl\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .xl\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .xl\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .xl\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .xl\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .xl\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .xl\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .xl\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .xl\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xl\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .xl\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .xl\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .xl\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .xl\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .xl\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .xl\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .xl\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .xl\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .xl\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .xl\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .xl\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .xl\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .xl\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .xl\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .xl\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .xl\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .xl\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .xl\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .xl\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .xl\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .xl\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .xl\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .xl\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .xl\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .xl\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .xl\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .xl\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .xl\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .xl\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .xl\:translate-x-1px {
    --tw-translate-x: 1px;
  }

  .xl\:translate-x-2px {
    --tw-translate-x: 2px;
  }

  .xl\:translate-x-3px {
    --tw-translate-x: 3px;
  }

  .xl\:translate-x-4px {
    --tw-translate-x: 4px;
  }

  .xl\:translate-x-5px {
    --tw-translate-x: 5px;
  }

  .xl\:translate-x-6px {
    --tw-translate-x: 6px;
  }

  .xl\:translate-x-7px {
    --tw-translate-x: 7px;
  }

  .xl\:translate-x-8px {
    --tw-translate-x: 8px;
  }

  .xl\:translate-x-9px {
    --tw-translate-x: 9px;
  }

  .xl\:translate-x-10px {
    --tw-translate-x: 10px;
  }

  .xl\:translate-x-11px {
    --tw-translate-x: 11px;
  }

  .xl\:translate-x-12px {
    --tw-translate-x: 12px;
  }

  .xl\:translate-x-13px {
    --tw-translate-x: 13px;
  }

  .xl\:translate-x-14px {
    --tw-translate-x: 14px;
  }

  .xl\:translate-x-15px {
    --tw-translate-x: 15px;
  }

  .xl\:translate-x-16px {
    --tw-translate-x: 16px;
  }

  .xl\:translate-x-17px {
    --tw-translate-x: 17px;
  }

  .xl\:translate-x-18px {
    --tw-translate-x: 18px;
  }

  .xl\:translate-x-19px {
    --tw-translate-x: 19px;
  }

  .xl\:translate-x-20px {
    --tw-translate-x: 20px;
  }

  .xl\:translate-x-21px {
    --tw-translate-x: 21px;
  }

  .xl\:translate-x-22px {
    --tw-translate-x: 22px;
  }

  .xl\:translate-x-23px {
    --tw-translate-x: 23px;
  }

  .xl\:translate-x-24px {
    --tw-translate-x: 24px;
  }

  .xl\:translate-x-25px {
    --tw-translate-x: 25px;
  }

  .xl\:translate-x-26px {
    --tw-translate-x: 26px;
  }

  .xl\:translate-x-27px {
    --tw-translate-x: 27px;
  }

  .xl\:translate-x-28px {
    --tw-translate-x: 28px;
  }

  .xl\:translate-x-29px {
    --tw-translate-x: 29px;
  }

  .xl\:translate-x-30px {
    --tw-translate-x: 30px;
  }

  .xl\:translate-x-31px {
    --tw-translate-x: 31px;
  }

  .xl\:translate-x-32px {
    --tw-translate-x: 32px;
  }

  .xl\:translate-x-33px {
    --tw-translate-x: 33px;
  }

  .xl\:translate-x-34px {
    --tw-translate-x: 34px;
  }

  .xl\:translate-x-35px {
    --tw-translate-x: 35px;
  }

  .xl\:translate-x-36px {
    --tw-translate-x: 36px;
  }

  .xl\:translate-x-37px {
    --tw-translate-x: 37px;
  }

  .xl\:translate-x-38px {
    --tw-translate-x: 38px;
  }

  .xl\:translate-x-39px {
    --tw-translate-x: 39px;
  }

  .xl\:translate-x-40px {
    --tw-translate-x: 40px;
  }

  .xl\:translate-x-41px {
    --tw-translate-x: 41px;
  }

  .xl\:translate-x-42px {
    --tw-translate-x: 42px;
  }

  .xl\:translate-x-43px {
    --tw-translate-x: 43px;
  }

  .xl\:translate-x-44px {
    --tw-translate-x: 44px;
  }

  .xl\:translate-x-45px {
    --tw-translate-x: 45px;
  }

  .xl\:translate-x-46px {
    --tw-translate-x: 46px;
  }

  .xl\:translate-x-47px {
    --tw-translate-x: 47px;
  }

  .xl\:translate-x-48px {
    --tw-translate-x: 48px;
  }

  .xl\:translate-x-49px {
    --tw-translate-x: 49px;
  }

  .xl\:translate-x-50px {
    --tw-translate-x: 50px;
  }

  .xl\:translate-x-51px {
    --tw-translate-x: 51px;
  }

  .xl\:translate-x-52px {
    --tw-translate-x: 52px;
  }

  .xl\:translate-x-53px {
    --tw-translate-x: 53px;
  }

  .xl\:translate-x-54px {
    --tw-translate-x: 54px;
  }

  .xl\:translate-x-55px {
    --tw-translate-x: 55px;
  }

  .xl\:translate-x-56px {
    --tw-translate-x: 56px;
  }

  .xl\:translate-x-57px {
    --tw-translate-x: 57px;
  }

  .xl\:translate-x-58px {
    --tw-translate-x: 58px;
  }

  .xl\:translate-x-59px {
    --tw-translate-x: 59px;
  }

  .xl\:translate-x-60px {
    --tw-translate-x: 60px;
  }

  .xl\:translate-x-61px {
    --tw-translate-x: 61px;
  }

  .xl\:translate-x-62px {
    --tw-translate-x: 62px;
  }

  .xl\:translate-x-63px {
    --tw-translate-x: 63px;
  }

  .xl\:translate-x-64px {
    --tw-translate-x: 64px;
  }

  .xl\:translate-x-65px {
    --tw-translate-x: 65px;
  }

  .xl\:translate-x-66px {
    --tw-translate-x: 66px;
  }

  .xl\:translate-x-67px {
    --tw-translate-x: 67px;
  }

  .xl\:translate-x-68px {
    --tw-translate-x: 68px;
  }

  .xl\:translate-x-69px {
    --tw-translate-x: 69px;
  }

  .xl\:translate-x-70px {
    --tw-translate-x: 70px;
  }

  .xl\:translate-x-71px {
    --tw-translate-x: 71px;
  }

  .xl\:translate-x-72px {
    --tw-translate-x: 72px;
  }

  .xl\:translate-x-73px {
    --tw-translate-x: 73px;
  }

  .xl\:translate-x-74px {
    --tw-translate-x: 74px;
  }

  .xl\:translate-x-75px {
    --tw-translate-x: 75px;
  }

  .xl\:translate-x-76px {
    --tw-translate-x: 76px;
  }

  .xl\:translate-x-77px {
    --tw-translate-x: 77px;
  }

  .xl\:translate-x-78px {
    --tw-translate-x: 78px;
  }

  .xl\:translate-x-79px {
    --tw-translate-x: 79px;
  }

  .xl\:translate-x-80px {
    --tw-translate-x: 80px;
  }

  .xl\:translate-x-81px {
    --tw-translate-x: 81px;
  }

  .xl\:translate-x-82px {
    --tw-translate-x: 82px;
  }

  .xl\:translate-x-83px {
    --tw-translate-x: 83px;
  }

  .xl\:translate-x-84px {
    --tw-translate-x: 84px;
  }

  .xl\:translate-x-85px {
    --tw-translate-x: 85px;
  }

  .xl\:translate-x-86px {
    --tw-translate-x: 86px;
  }

  .xl\:translate-x-87px {
    --tw-translate-x: 87px;
  }

  .xl\:translate-x-88px {
    --tw-translate-x: 88px;
  }

  .xl\:translate-x-89px {
    --tw-translate-x: 89px;
  }

  .xl\:translate-x-90px {
    --tw-translate-x: 90px;
  }

  .xl\:translate-x-91px {
    --tw-translate-x: 91px;
  }

  .xl\:translate-x-92px {
    --tw-translate-x: 92px;
  }

  .xl\:translate-x-93px {
    --tw-translate-x: 93px;
  }

  .xl\:translate-x-94px {
    --tw-translate-x: 94px;
  }

  .xl\:translate-x-95px {
    --tw-translate-x: 95px;
  }

  .xl\:translate-x-96px {
    --tw-translate-x: 96px;
  }

  .xl\:translate-x-97px {
    --tw-translate-x: 97px;
  }

  .xl\:translate-x-98px {
    --tw-translate-x: 98px;
  }

  .xl\:translate-x-99px {
    --tw-translate-x: 99px;
  }

  .xl\:translate-x-100px {
    --tw-translate-x: 100px;
  }

  .xl\:translate-x-101px {
    --tw-translate-x: 101px;
  }

  .xl\:translate-x-102px {
    --tw-translate-x: 102px;
  }

  .xl\:translate-x-103px {
    --tw-translate-x: 103px;
  }

  .xl\:translate-x-104px {
    --tw-translate-x: 104px;
  }

  .xl\:translate-x-105px {
    --tw-translate-x: 105px;
  }

  .xl\:translate-x-106px {
    --tw-translate-x: 106px;
  }

  .xl\:translate-x-107px {
    --tw-translate-x: 107px;
  }

  .xl\:translate-x-108px {
    --tw-translate-x: 108px;
  }

  .xl\:translate-x-109px {
    --tw-translate-x: 109px;
  }

  .xl\:translate-x-110px {
    --tw-translate-x: 110px;
  }

  .xl\:translate-x-111px {
    --tw-translate-x: 111px;
  }

  .xl\:translate-x-112px {
    --tw-translate-x: 112px;
  }

  .xl\:translate-x-113px {
    --tw-translate-x: 113px;
  }

  .xl\:translate-x-114px {
    --tw-translate-x: 114px;
  }

  .xl\:translate-x-115px {
    --tw-translate-x: 115px;
  }

  .xl\:translate-x-116px {
    --tw-translate-x: 116px;
  }

  .xl\:translate-x-117px {
    --tw-translate-x: 117px;
  }

  .xl\:translate-x-118px {
    --tw-translate-x: 118px;
  }

  .xl\:translate-x-119px {
    --tw-translate-x: 119px;
  }

  .xl\:translate-x-120px {
    --tw-translate-x: 120px;
  }

  .xl\:translate-x-121px {
    --tw-translate-x: 121px;
  }

  .xl\:translate-x-122px {
    --tw-translate-x: 122px;
  }

  .xl\:translate-x-123px {
    --tw-translate-x: 123px;
  }

  .xl\:translate-x-124px {
    --tw-translate-x: 124px;
  }

  .xl\:translate-x-125px {
    --tw-translate-x: 125px;
  }

  .xl\:translate-x-126px {
    --tw-translate-x: 126px;
  }

  .xl\:translate-x-127px {
    --tw-translate-x: 127px;
  }

  .xl\:translate-x-128px {
    --tw-translate-x: 128px;
  }

  .xl\:translate-x-129px {
    --tw-translate-x: 129px;
  }

  .xl\:translate-x-130px {
    --tw-translate-x: 130px;
  }

  .xl\:translate-x-133px {
    --tw-translate-x: 133px;
  }

  .xl\:translate-x-140px {
    --tw-translate-x: 140px;
  }

  .xl\:translate-x-195px {
    --tw-translate-x: 195px;
  }

  .xl\:translate-x-200px {
    --tw-translate-x: 200px;
  }

  .xl\:translate-x-210px {
    --tw-translate-x: 210px;
  }

  .xl\:translate-x-222px {
    --tw-translate-x: 222px;
  }

  .xl\:translate-x-258px {
    --tw-translate-x: 258px;
  }

  .xl\:translate-x-280px {
    --tw-translate-x: 280px;
  }

  .xl\:translate-x-334px {
    --tw-translate-x: 334px;
  }

  .xl\:translate-x-388px {
    --tw-translate-x: 388px;
  }

  .xl\:translate-x-480px {
    --tw-translate-x: 480px;
  }

  .xl\:translate-x-490px {
    --tw-translate-x: 490px;
  }

  .xl\:translate-x-505px {
    --tw-translate-x: 505px;
  }

  .xl\:translate-x-507px {
    --tw-translate-x: 507px;
  }

  .xl\:translate-x-760px {
    --tw-translate-x: 760px;
  }

  .xl\:translate-x-780px {
    --tw-translate-x: 780px;
  }

  .xl\:translate-x-980px {
    --tw-translate-x: 980px;
  }

  .xl\:translate-x-1366px {
    --tw-translate-x: 1366px;
  }

  .xl\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .xl\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .xl\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .xl\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .xl\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .xl\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .xl\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .xl\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .xl\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .xl\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .xl\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .xl\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .xl\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .xl\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .xl\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .xl\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .xl\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .xl\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .xl\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .xl\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .xl\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .xl\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .xl\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .xl\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .xl\:-translate-x-1px {
    --tw-translate-x: -1px;
  }

  .xl\:-translate-x-2px {
    --tw-translate-x: -2px;
  }

  .xl\:-translate-x-3px {
    --tw-translate-x: -3px;
  }

  .xl\:-translate-x-4px {
    --tw-translate-x: -4px;
  }

  .xl\:-translate-x-5px {
    --tw-translate-x: -5px;
  }

  .xl\:-translate-x-6px {
    --tw-translate-x: -6px;
  }

  .xl\:-translate-x-7px {
    --tw-translate-x: -7px;
  }

  .xl\:-translate-x-8px {
    --tw-translate-x: -8px;
  }

  .xl\:-translate-x-9px {
    --tw-translate-x: -9px;
  }

  .xl\:-translate-x-10px {
    --tw-translate-x: -10px;
  }

  .xl\:-translate-x-11px {
    --tw-translate-x: -11px;
  }

  .xl\:-translate-x-12px {
    --tw-translate-x: -12px;
  }

  .xl\:-translate-x-13px {
    --tw-translate-x: -13px;
  }

  .xl\:-translate-x-14px {
    --tw-translate-x: -14px;
  }

  .xl\:-translate-x-15px {
    --tw-translate-x: -15px;
  }

  .xl\:-translate-x-16px {
    --tw-translate-x: -16px;
  }

  .xl\:-translate-x-17px {
    --tw-translate-x: -17px;
  }

  .xl\:-translate-x-18px {
    --tw-translate-x: -18px;
  }

  .xl\:-translate-x-19px {
    --tw-translate-x: -19px;
  }

  .xl\:-translate-x-20px {
    --tw-translate-x: -20px;
  }

  .xl\:-translate-x-21px {
    --tw-translate-x: -21px;
  }

  .xl\:-translate-x-22px {
    --tw-translate-x: -22px;
  }

  .xl\:-translate-x-23px {
    --tw-translate-x: -23px;
  }

  .xl\:-translate-x-24px {
    --tw-translate-x: -24px;
  }

  .xl\:-translate-x-25px {
    --tw-translate-x: -25px;
  }

  .xl\:-translate-x-26px {
    --tw-translate-x: -26px;
  }

  .xl\:-translate-x-27px {
    --tw-translate-x: -27px;
  }

  .xl\:-translate-x-28px {
    --tw-translate-x: -28px;
  }

  .xl\:-translate-x-29px {
    --tw-translate-x: -29px;
  }

  .xl\:-translate-x-30px {
    --tw-translate-x: -30px;
  }

  .xl\:-translate-x-31px {
    --tw-translate-x: -31px;
  }

  .xl\:-translate-x-32px {
    --tw-translate-x: -32px;
  }

  .xl\:-translate-x-33px {
    --tw-translate-x: -33px;
  }

  .xl\:-translate-x-34px {
    --tw-translate-x: -34px;
  }

  .xl\:-translate-x-35px {
    --tw-translate-x: -35px;
  }

  .xl\:-translate-x-36px {
    --tw-translate-x: -36px;
  }

  .xl\:-translate-x-37px {
    --tw-translate-x: -37px;
  }

  .xl\:-translate-x-38px {
    --tw-translate-x: -38px;
  }

  .xl\:-translate-x-39px {
    --tw-translate-x: -39px;
  }

  .xl\:-translate-x-40px {
    --tw-translate-x: -40px;
  }

  .xl\:-translate-x-41px {
    --tw-translate-x: -41px;
  }

  .xl\:-translate-x-42px {
    --tw-translate-x: -42px;
  }

  .xl\:-translate-x-43px {
    --tw-translate-x: -43px;
  }

  .xl\:-translate-x-44px {
    --tw-translate-x: -44px;
  }

  .xl\:-translate-x-45px {
    --tw-translate-x: -45px;
  }

  .xl\:-translate-x-46px {
    --tw-translate-x: -46px;
  }

  .xl\:-translate-x-47px {
    --tw-translate-x: -47px;
  }

  .xl\:-translate-x-48px {
    --tw-translate-x: -48px;
  }

  .xl\:-translate-x-49px {
    --tw-translate-x: -49px;
  }

  .xl\:-translate-x-50px {
    --tw-translate-x: -50px;
  }

  .xl\:-translate-x-51px {
    --tw-translate-x: -51px;
  }

  .xl\:-translate-x-52px {
    --tw-translate-x: -52px;
  }

  .xl\:-translate-x-53px {
    --tw-translate-x: -53px;
  }

  .xl\:-translate-x-54px {
    --tw-translate-x: -54px;
  }

  .xl\:-translate-x-55px {
    --tw-translate-x: -55px;
  }

  .xl\:-translate-x-56px {
    --tw-translate-x: -56px;
  }

  .xl\:-translate-x-57px {
    --tw-translate-x: -57px;
  }

  .xl\:-translate-x-58px {
    --tw-translate-x: -58px;
  }

  .xl\:-translate-x-59px {
    --tw-translate-x: -59px;
  }

  .xl\:-translate-x-60px {
    --tw-translate-x: -60px;
  }

  .xl\:-translate-x-61px {
    --tw-translate-x: -61px;
  }

  .xl\:-translate-x-62px {
    --tw-translate-x: -62px;
  }

  .xl\:-translate-x-63px {
    --tw-translate-x: -63px;
  }

  .xl\:-translate-x-64px {
    --tw-translate-x: -64px;
  }

  .xl\:-translate-x-65px {
    --tw-translate-x: -65px;
  }

  .xl\:-translate-x-66px {
    --tw-translate-x: -66px;
  }

  .xl\:-translate-x-67px {
    --tw-translate-x: -67px;
  }

  .xl\:-translate-x-68px {
    --tw-translate-x: -68px;
  }

  .xl\:-translate-x-69px {
    --tw-translate-x: -69px;
  }

  .xl\:-translate-x-70px {
    --tw-translate-x: -70px;
  }

  .xl\:-translate-x-71px {
    --tw-translate-x: -71px;
  }

  .xl\:-translate-x-72px {
    --tw-translate-x: -72px;
  }

  .xl\:-translate-x-73px {
    --tw-translate-x: -73px;
  }

  .xl\:-translate-x-74px {
    --tw-translate-x: -74px;
  }

  .xl\:-translate-x-75px {
    --tw-translate-x: -75px;
  }

  .xl\:-translate-x-76px {
    --tw-translate-x: -76px;
  }

  .xl\:-translate-x-77px {
    --tw-translate-x: -77px;
  }

  .xl\:-translate-x-78px {
    --tw-translate-x: -78px;
  }

  .xl\:-translate-x-79px {
    --tw-translate-x: -79px;
  }

  .xl\:-translate-x-80px {
    --tw-translate-x: -80px;
  }

  .xl\:-translate-x-81px {
    --tw-translate-x: -81px;
  }

  .xl\:-translate-x-82px {
    --tw-translate-x: -82px;
  }

  .xl\:-translate-x-83px {
    --tw-translate-x: -83px;
  }

  .xl\:-translate-x-84px {
    --tw-translate-x: -84px;
  }

  .xl\:-translate-x-85px {
    --tw-translate-x: -85px;
  }

  .xl\:-translate-x-86px {
    --tw-translate-x: -86px;
  }

  .xl\:-translate-x-87px {
    --tw-translate-x: -87px;
  }

  .xl\:-translate-x-88px {
    --tw-translate-x: -88px;
  }

  .xl\:-translate-x-89px {
    --tw-translate-x: -89px;
  }

  .xl\:-translate-x-90px {
    --tw-translate-x: -90px;
  }

  .xl\:-translate-x-91px {
    --tw-translate-x: -91px;
  }

  .xl\:-translate-x-92px {
    --tw-translate-x: -92px;
  }

  .xl\:-translate-x-93px {
    --tw-translate-x: -93px;
  }

  .xl\:-translate-x-94px {
    --tw-translate-x: -94px;
  }

  .xl\:-translate-x-95px {
    --tw-translate-x: -95px;
  }

  .xl\:-translate-x-96px {
    --tw-translate-x: -96px;
  }

  .xl\:-translate-x-97px {
    --tw-translate-x: -97px;
  }

  .xl\:-translate-x-98px {
    --tw-translate-x: -98px;
  }

  .xl\:-translate-x-99px {
    --tw-translate-x: -99px;
  }

  .xl\:-translate-x-100px {
    --tw-translate-x: -100px;
  }

  .xl\:-translate-x-101px {
    --tw-translate-x: -101px;
  }

  .xl\:-translate-x-102px {
    --tw-translate-x: -102px;
  }

  .xl\:-translate-x-103px {
    --tw-translate-x: -103px;
  }

  .xl\:-translate-x-104px {
    --tw-translate-x: -104px;
  }

  .xl\:-translate-x-105px {
    --tw-translate-x: -105px;
  }

  .xl\:-translate-x-106px {
    --tw-translate-x: -106px;
  }

  .xl\:-translate-x-107px {
    --tw-translate-x: -107px;
  }

  .xl\:-translate-x-108px {
    --tw-translate-x: -108px;
  }

  .xl\:-translate-x-109px {
    --tw-translate-x: -109px;
  }

  .xl\:-translate-x-110px {
    --tw-translate-x: -110px;
  }

  .xl\:-translate-x-111px {
    --tw-translate-x: -111px;
  }

  .xl\:-translate-x-112px {
    --tw-translate-x: -112px;
  }

  .xl\:-translate-x-113px {
    --tw-translate-x: -113px;
  }

  .xl\:-translate-x-114px {
    --tw-translate-x: -114px;
  }

  .xl\:-translate-x-115px {
    --tw-translate-x: -115px;
  }

  .xl\:-translate-x-116px {
    --tw-translate-x: -116px;
  }

  .xl\:-translate-x-117px {
    --tw-translate-x: -117px;
  }

  .xl\:-translate-x-118px {
    --tw-translate-x: -118px;
  }

  .xl\:-translate-x-119px {
    --tw-translate-x: -119px;
  }

  .xl\:-translate-x-120px {
    --tw-translate-x: -120px;
  }

  .xl\:-translate-x-121px {
    --tw-translate-x: -121px;
  }

  .xl\:-translate-x-122px {
    --tw-translate-x: -122px;
  }

  .xl\:-translate-x-123px {
    --tw-translate-x: -123px;
  }

  .xl\:-translate-x-124px {
    --tw-translate-x: -124px;
  }

  .xl\:-translate-x-125px {
    --tw-translate-x: -125px;
  }

  .xl\:-translate-x-126px {
    --tw-translate-x: -126px;
  }

  .xl\:-translate-x-127px {
    --tw-translate-x: -127px;
  }

  .xl\:-translate-x-128px {
    --tw-translate-x: -128px;
  }

  .xl\:-translate-x-129px {
    --tw-translate-x: -129px;
  }

  .xl\:-translate-x-130px {
    --tw-translate-x: -130px;
  }

  .xl\:-translate-x-133px {
    --tw-translate-x: -133px;
  }

  .xl\:-translate-x-140px {
    --tw-translate-x: -140px;
  }

  .xl\:-translate-x-195px {
    --tw-translate-x: -195px;
  }

  .xl\:-translate-x-200px {
    --tw-translate-x: -200px;
  }

  .xl\:-translate-x-210px {
    --tw-translate-x: -210px;
  }

  .xl\:-translate-x-222px {
    --tw-translate-x: -222px;
  }

  .xl\:-translate-x-258px {
    --tw-translate-x: -258px;
  }

  .xl\:-translate-x-280px {
    --tw-translate-x: -280px;
  }

  .xl\:-translate-x-334px {
    --tw-translate-x: -334px;
  }

  .xl\:-translate-x-388px {
    --tw-translate-x: -388px;
  }

  .xl\:-translate-x-480px {
    --tw-translate-x: -480px;
  }

  .xl\:-translate-x-490px {
    --tw-translate-x: -490px;
  }

  .xl\:-translate-x-505px {
    --tw-translate-x: -505px;
  }

  .xl\:-translate-x-507px {
    --tw-translate-x: -507px;
  }

  .xl\:-translate-x-760px {
    --tw-translate-x: -760px;
  }

  .xl\:-translate-x-780px {
    --tw-translate-x: -780px;
  }

  .xl\:-translate-x-980px {
    --tw-translate-x: -980px;
  }

  .xl\:-translate-x-1366px {
    --tw-translate-x: -1366px;
  }

  .xl\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .xl\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .xl\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .xl\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .xl\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .xl\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .xl\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .xl\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .xl\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xl\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .xl\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .xl\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .xl\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .xl\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .xl\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .xl\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .xl\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .xl\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .xl\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .xl\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .xl\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .xl\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .xl\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .xl\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .xl\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .xl\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .xl\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .xl\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .xl\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .xl\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .xl\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .xl\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .xl\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .xl\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .xl\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .xl\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .xl\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .xl\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .xl\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .xl\:translate-y-1px {
    --tw-translate-y: 1px;
  }

  .xl\:translate-y-2px {
    --tw-translate-y: 2px;
  }

  .xl\:translate-y-3px {
    --tw-translate-y: 3px;
  }

  .xl\:translate-y-4px {
    --tw-translate-y: 4px;
  }

  .xl\:translate-y-5px {
    --tw-translate-y: 5px;
  }

  .xl\:translate-y-6px {
    --tw-translate-y: 6px;
  }

  .xl\:translate-y-7px {
    --tw-translate-y: 7px;
  }

  .xl\:translate-y-8px {
    --tw-translate-y: 8px;
  }

  .xl\:translate-y-9px {
    --tw-translate-y: 9px;
  }

  .xl\:translate-y-10px {
    --tw-translate-y: 10px;
  }

  .xl\:translate-y-11px {
    --tw-translate-y: 11px;
  }

  .xl\:translate-y-12px {
    --tw-translate-y: 12px;
  }

  .xl\:translate-y-13px {
    --tw-translate-y: 13px;
  }

  .xl\:translate-y-14px {
    --tw-translate-y: 14px;
  }

  .xl\:translate-y-15px {
    --tw-translate-y: 15px;
  }

  .xl\:translate-y-16px {
    --tw-translate-y: 16px;
  }

  .xl\:translate-y-17px {
    --tw-translate-y: 17px;
  }

  .xl\:translate-y-18px {
    --tw-translate-y: 18px;
  }

  .xl\:translate-y-19px {
    --tw-translate-y: 19px;
  }

  .xl\:translate-y-20px {
    --tw-translate-y: 20px;
  }

  .xl\:translate-y-21px {
    --tw-translate-y: 21px;
  }

  .xl\:translate-y-22px {
    --tw-translate-y: 22px;
  }

  .xl\:translate-y-23px {
    --tw-translate-y: 23px;
  }

  .xl\:translate-y-24px {
    --tw-translate-y: 24px;
  }

  .xl\:translate-y-25px {
    --tw-translate-y: 25px;
  }

  .xl\:translate-y-26px {
    --tw-translate-y: 26px;
  }

  .xl\:translate-y-27px {
    --tw-translate-y: 27px;
  }

  .xl\:translate-y-28px {
    --tw-translate-y: 28px;
  }

  .xl\:translate-y-29px {
    --tw-translate-y: 29px;
  }

  .xl\:translate-y-30px {
    --tw-translate-y: 30px;
  }

  .xl\:translate-y-31px {
    --tw-translate-y: 31px;
  }

  .xl\:translate-y-32px {
    --tw-translate-y: 32px;
  }

  .xl\:translate-y-33px {
    --tw-translate-y: 33px;
  }

  .xl\:translate-y-34px {
    --tw-translate-y: 34px;
  }

  .xl\:translate-y-35px {
    --tw-translate-y: 35px;
  }

  .xl\:translate-y-36px {
    --tw-translate-y: 36px;
  }

  .xl\:translate-y-37px {
    --tw-translate-y: 37px;
  }

  .xl\:translate-y-38px {
    --tw-translate-y: 38px;
  }

  .xl\:translate-y-39px {
    --tw-translate-y: 39px;
  }

  .xl\:translate-y-40px {
    --tw-translate-y: 40px;
  }

  .xl\:translate-y-41px {
    --tw-translate-y: 41px;
  }

  .xl\:translate-y-42px {
    --tw-translate-y: 42px;
  }

  .xl\:translate-y-43px {
    --tw-translate-y: 43px;
  }

  .xl\:translate-y-44px {
    --tw-translate-y: 44px;
  }

  .xl\:translate-y-45px {
    --tw-translate-y: 45px;
  }

  .xl\:translate-y-46px {
    --tw-translate-y: 46px;
  }

  .xl\:translate-y-47px {
    --tw-translate-y: 47px;
  }

  .xl\:translate-y-48px {
    --tw-translate-y: 48px;
  }

  .xl\:translate-y-49px {
    --tw-translate-y: 49px;
  }

  .xl\:translate-y-50px {
    --tw-translate-y: 50px;
  }

  .xl\:translate-y-51px {
    --tw-translate-y: 51px;
  }

  .xl\:translate-y-52px {
    --tw-translate-y: 52px;
  }

  .xl\:translate-y-53px {
    --tw-translate-y: 53px;
  }

  .xl\:translate-y-54px {
    --tw-translate-y: 54px;
  }

  .xl\:translate-y-55px {
    --tw-translate-y: 55px;
  }

  .xl\:translate-y-56px {
    --tw-translate-y: 56px;
  }

  .xl\:translate-y-57px {
    --tw-translate-y: 57px;
  }

  .xl\:translate-y-58px {
    --tw-translate-y: 58px;
  }

  .xl\:translate-y-59px {
    --tw-translate-y: 59px;
  }

  .xl\:translate-y-60px {
    --tw-translate-y: 60px;
  }

  .xl\:translate-y-61px {
    --tw-translate-y: 61px;
  }

  .xl\:translate-y-62px {
    --tw-translate-y: 62px;
  }

  .xl\:translate-y-63px {
    --tw-translate-y: 63px;
  }

  .xl\:translate-y-64px {
    --tw-translate-y: 64px;
  }

  .xl\:translate-y-65px {
    --tw-translate-y: 65px;
  }

  .xl\:translate-y-66px {
    --tw-translate-y: 66px;
  }

  .xl\:translate-y-67px {
    --tw-translate-y: 67px;
  }

  .xl\:translate-y-68px {
    --tw-translate-y: 68px;
  }

  .xl\:translate-y-69px {
    --tw-translate-y: 69px;
  }

  .xl\:translate-y-70px {
    --tw-translate-y: 70px;
  }

  .xl\:translate-y-71px {
    --tw-translate-y: 71px;
  }

  .xl\:translate-y-72px {
    --tw-translate-y: 72px;
  }

  .xl\:translate-y-73px {
    --tw-translate-y: 73px;
  }

  .xl\:translate-y-74px {
    --tw-translate-y: 74px;
  }

  .xl\:translate-y-75px {
    --tw-translate-y: 75px;
  }

  .xl\:translate-y-76px {
    --tw-translate-y: 76px;
  }

  .xl\:translate-y-77px {
    --tw-translate-y: 77px;
  }

  .xl\:translate-y-78px {
    --tw-translate-y: 78px;
  }

  .xl\:translate-y-79px {
    --tw-translate-y: 79px;
  }

  .xl\:translate-y-80px {
    --tw-translate-y: 80px;
  }

  .xl\:translate-y-81px {
    --tw-translate-y: 81px;
  }

  .xl\:translate-y-82px {
    --tw-translate-y: 82px;
  }

  .xl\:translate-y-83px {
    --tw-translate-y: 83px;
  }

  .xl\:translate-y-84px {
    --tw-translate-y: 84px;
  }

  .xl\:translate-y-85px {
    --tw-translate-y: 85px;
  }

  .xl\:translate-y-86px {
    --tw-translate-y: 86px;
  }

  .xl\:translate-y-87px {
    --tw-translate-y: 87px;
  }

  .xl\:translate-y-88px {
    --tw-translate-y: 88px;
  }

  .xl\:translate-y-89px {
    --tw-translate-y: 89px;
  }

  .xl\:translate-y-90px {
    --tw-translate-y: 90px;
  }

  .xl\:translate-y-91px {
    --tw-translate-y: 91px;
  }

  .xl\:translate-y-92px {
    --tw-translate-y: 92px;
  }

  .xl\:translate-y-93px {
    --tw-translate-y: 93px;
  }

  .xl\:translate-y-94px {
    --tw-translate-y: 94px;
  }

  .xl\:translate-y-95px {
    --tw-translate-y: 95px;
  }

  .xl\:translate-y-96px {
    --tw-translate-y: 96px;
  }

  .xl\:translate-y-97px {
    --tw-translate-y: 97px;
  }

  .xl\:translate-y-98px {
    --tw-translate-y: 98px;
  }

  .xl\:translate-y-99px {
    --tw-translate-y: 99px;
  }

  .xl\:translate-y-100px {
    --tw-translate-y: 100px;
  }

  .xl\:translate-y-101px {
    --tw-translate-y: 101px;
  }

  .xl\:translate-y-102px {
    --tw-translate-y: 102px;
  }

  .xl\:translate-y-103px {
    --tw-translate-y: 103px;
  }

  .xl\:translate-y-104px {
    --tw-translate-y: 104px;
  }

  .xl\:translate-y-105px {
    --tw-translate-y: 105px;
  }

  .xl\:translate-y-106px {
    --tw-translate-y: 106px;
  }

  .xl\:translate-y-107px {
    --tw-translate-y: 107px;
  }

  .xl\:translate-y-108px {
    --tw-translate-y: 108px;
  }

  .xl\:translate-y-109px {
    --tw-translate-y: 109px;
  }

  .xl\:translate-y-110px {
    --tw-translate-y: 110px;
  }

  .xl\:translate-y-111px {
    --tw-translate-y: 111px;
  }

  .xl\:translate-y-112px {
    --tw-translate-y: 112px;
  }

  .xl\:translate-y-113px {
    --tw-translate-y: 113px;
  }

  .xl\:translate-y-114px {
    --tw-translate-y: 114px;
  }

  .xl\:translate-y-115px {
    --tw-translate-y: 115px;
  }

  .xl\:translate-y-116px {
    --tw-translate-y: 116px;
  }

  .xl\:translate-y-117px {
    --tw-translate-y: 117px;
  }

  .xl\:translate-y-118px {
    --tw-translate-y: 118px;
  }

  .xl\:translate-y-119px {
    --tw-translate-y: 119px;
  }

  .xl\:translate-y-120px {
    --tw-translate-y: 120px;
  }

  .xl\:translate-y-121px {
    --tw-translate-y: 121px;
  }

  .xl\:translate-y-122px {
    --tw-translate-y: 122px;
  }

  .xl\:translate-y-123px {
    --tw-translate-y: 123px;
  }

  .xl\:translate-y-124px {
    --tw-translate-y: 124px;
  }

  .xl\:translate-y-125px {
    --tw-translate-y: 125px;
  }

  .xl\:translate-y-126px {
    --tw-translate-y: 126px;
  }

  .xl\:translate-y-127px {
    --tw-translate-y: 127px;
  }

  .xl\:translate-y-128px {
    --tw-translate-y: 128px;
  }

  .xl\:translate-y-129px {
    --tw-translate-y: 129px;
  }

  .xl\:translate-y-130px {
    --tw-translate-y: 130px;
  }

  .xl\:translate-y-133px {
    --tw-translate-y: 133px;
  }

  .xl\:translate-y-140px {
    --tw-translate-y: 140px;
  }

  .xl\:translate-y-195px {
    --tw-translate-y: 195px;
  }

  .xl\:translate-y-200px {
    --tw-translate-y: 200px;
  }

  .xl\:translate-y-210px {
    --tw-translate-y: 210px;
  }

  .xl\:translate-y-222px {
    --tw-translate-y: 222px;
  }

  .xl\:translate-y-258px {
    --tw-translate-y: 258px;
  }

  .xl\:translate-y-280px {
    --tw-translate-y: 280px;
  }

  .xl\:translate-y-334px {
    --tw-translate-y: 334px;
  }

  .xl\:translate-y-388px {
    --tw-translate-y: 388px;
  }

  .xl\:translate-y-480px {
    --tw-translate-y: 480px;
  }

  .xl\:translate-y-490px {
    --tw-translate-y: 490px;
  }

  .xl\:translate-y-505px {
    --tw-translate-y: 505px;
  }

  .xl\:translate-y-507px {
    --tw-translate-y: 507px;
  }

  .xl\:translate-y-760px {
    --tw-translate-y: 760px;
  }

  .xl\:translate-y-780px {
    --tw-translate-y: 780px;
  }

  .xl\:translate-y-980px {
    --tw-translate-y: 980px;
  }

  .xl\:translate-y-1366px {
    --tw-translate-y: 1366px;
  }

  .xl\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .xl\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .xl\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .xl\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .xl\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .xl\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .xl\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .xl\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .xl\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .xl\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .xl\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .xl\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .xl\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .xl\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .xl\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .xl\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .xl\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .xl\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .xl\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .xl\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .xl\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .xl\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .xl\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .xl\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .xl\:-translate-y-1px {
    --tw-translate-y: -1px;
  }

  .xl\:-translate-y-2px {
    --tw-translate-y: -2px;
  }

  .xl\:-translate-y-3px {
    --tw-translate-y: -3px;
  }

  .xl\:-translate-y-4px {
    --tw-translate-y: -4px;
  }

  .xl\:-translate-y-5px {
    --tw-translate-y: -5px;
  }

  .xl\:-translate-y-6px {
    --tw-translate-y: -6px;
  }

  .xl\:-translate-y-7px {
    --tw-translate-y: -7px;
  }

  .xl\:-translate-y-8px {
    --tw-translate-y: -8px;
  }

  .xl\:-translate-y-9px {
    --tw-translate-y: -9px;
  }

  .xl\:-translate-y-10px {
    --tw-translate-y: -10px;
  }

  .xl\:-translate-y-11px {
    --tw-translate-y: -11px;
  }

  .xl\:-translate-y-12px {
    --tw-translate-y: -12px;
  }

  .xl\:-translate-y-13px {
    --tw-translate-y: -13px;
  }

  .xl\:-translate-y-14px {
    --tw-translate-y: -14px;
  }

  .xl\:-translate-y-15px {
    --tw-translate-y: -15px;
  }

  .xl\:-translate-y-16px {
    --tw-translate-y: -16px;
  }

  .xl\:-translate-y-17px {
    --tw-translate-y: -17px;
  }

  .xl\:-translate-y-18px {
    --tw-translate-y: -18px;
  }

  .xl\:-translate-y-19px {
    --tw-translate-y: -19px;
  }

  .xl\:-translate-y-20px {
    --tw-translate-y: -20px;
  }

  .xl\:-translate-y-21px {
    --tw-translate-y: -21px;
  }

  .xl\:-translate-y-22px {
    --tw-translate-y: -22px;
  }

  .xl\:-translate-y-23px {
    --tw-translate-y: -23px;
  }

  .xl\:-translate-y-24px {
    --tw-translate-y: -24px;
  }

  .xl\:-translate-y-25px {
    --tw-translate-y: -25px;
  }

  .xl\:-translate-y-26px {
    --tw-translate-y: -26px;
  }

  .xl\:-translate-y-27px {
    --tw-translate-y: -27px;
  }

  .xl\:-translate-y-28px {
    --tw-translate-y: -28px;
  }

  .xl\:-translate-y-29px {
    --tw-translate-y: -29px;
  }

  .xl\:-translate-y-30px {
    --tw-translate-y: -30px;
  }

  .xl\:-translate-y-31px {
    --tw-translate-y: -31px;
  }

  .xl\:-translate-y-32px {
    --tw-translate-y: -32px;
  }

  .xl\:-translate-y-33px {
    --tw-translate-y: -33px;
  }

  .xl\:-translate-y-34px {
    --tw-translate-y: -34px;
  }

  .xl\:-translate-y-35px {
    --tw-translate-y: -35px;
  }

  .xl\:-translate-y-36px {
    --tw-translate-y: -36px;
  }

  .xl\:-translate-y-37px {
    --tw-translate-y: -37px;
  }

  .xl\:-translate-y-38px {
    --tw-translate-y: -38px;
  }

  .xl\:-translate-y-39px {
    --tw-translate-y: -39px;
  }

  .xl\:-translate-y-40px {
    --tw-translate-y: -40px;
  }

  .xl\:-translate-y-41px {
    --tw-translate-y: -41px;
  }

  .xl\:-translate-y-42px {
    --tw-translate-y: -42px;
  }

  .xl\:-translate-y-43px {
    --tw-translate-y: -43px;
  }

  .xl\:-translate-y-44px {
    --tw-translate-y: -44px;
  }

  .xl\:-translate-y-45px {
    --tw-translate-y: -45px;
  }

  .xl\:-translate-y-46px {
    --tw-translate-y: -46px;
  }

  .xl\:-translate-y-47px {
    --tw-translate-y: -47px;
  }

  .xl\:-translate-y-48px {
    --tw-translate-y: -48px;
  }

  .xl\:-translate-y-49px {
    --tw-translate-y: -49px;
  }

  .xl\:-translate-y-50px {
    --tw-translate-y: -50px;
  }

  .xl\:-translate-y-51px {
    --tw-translate-y: -51px;
  }

  .xl\:-translate-y-52px {
    --tw-translate-y: -52px;
  }

  .xl\:-translate-y-53px {
    --tw-translate-y: -53px;
  }

  .xl\:-translate-y-54px {
    --tw-translate-y: -54px;
  }

  .xl\:-translate-y-55px {
    --tw-translate-y: -55px;
  }

  .xl\:-translate-y-56px {
    --tw-translate-y: -56px;
  }

  .xl\:-translate-y-57px {
    --tw-translate-y: -57px;
  }

  .xl\:-translate-y-58px {
    --tw-translate-y: -58px;
  }

  .xl\:-translate-y-59px {
    --tw-translate-y: -59px;
  }

  .xl\:-translate-y-60px {
    --tw-translate-y: -60px;
  }

  .xl\:-translate-y-61px {
    --tw-translate-y: -61px;
  }

  .xl\:-translate-y-62px {
    --tw-translate-y: -62px;
  }

  .xl\:-translate-y-63px {
    --tw-translate-y: -63px;
  }

  .xl\:-translate-y-64px {
    --tw-translate-y: -64px;
  }

  .xl\:-translate-y-65px {
    --tw-translate-y: -65px;
  }

  .xl\:-translate-y-66px {
    --tw-translate-y: -66px;
  }

  .xl\:-translate-y-67px {
    --tw-translate-y: -67px;
  }

  .xl\:-translate-y-68px {
    --tw-translate-y: -68px;
  }

  .xl\:-translate-y-69px {
    --tw-translate-y: -69px;
  }

  .xl\:-translate-y-70px {
    --tw-translate-y: -70px;
  }

  .xl\:-translate-y-71px {
    --tw-translate-y: -71px;
  }

  .xl\:-translate-y-72px {
    --tw-translate-y: -72px;
  }

  .xl\:-translate-y-73px {
    --tw-translate-y: -73px;
  }

  .xl\:-translate-y-74px {
    --tw-translate-y: -74px;
  }

  .xl\:-translate-y-75px {
    --tw-translate-y: -75px;
  }

  .xl\:-translate-y-76px {
    --tw-translate-y: -76px;
  }

  .xl\:-translate-y-77px {
    --tw-translate-y: -77px;
  }

  .xl\:-translate-y-78px {
    --tw-translate-y: -78px;
  }

  .xl\:-translate-y-79px {
    --tw-translate-y: -79px;
  }

  .xl\:-translate-y-80px {
    --tw-translate-y: -80px;
  }

  .xl\:-translate-y-81px {
    --tw-translate-y: -81px;
  }

  .xl\:-translate-y-82px {
    --tw-translate-y: -82px;
  }

  .xl\:-translate-y-83px {
    --tw-translate-y: -83px;
  }

  .xl\:-translate-y-84px {
    --tw-translate-y: -84px;
  }

  .xl\:-translate-y-85px {
    --tw-translate-y: -85px;
  }

  .xl\:-translate-y-86px {
    --tw-translate-y: -86px;
  }

  .xl\:-translate-y-87px {
    --tw-translate-y: -87px;
  }

  .xl\:-translate-y-88px {
    --tw-translate-y: -88px;
  }

  .xl\:-translate-y-89px {
    --tw-translate-y: -89px;
  }

  .xl\:-translate-y-90px {
    --tw-translate-y: -90px;
  }

  .xl\:-translate-y-91px {
    --tw-translate-y: -91px;
  }

  .xl\:-translate-y-92px {
    --tw-translate-y: -92px;
  }

  .xl\:-translate-y-93px {
    --tw-translate-y: -93px;
  }

  .xl\:-translate-y-94px {
    --tw-translate-y: -94px;
  }

  .xl\:-translate-y-95px {
    --tw-translate-y: -95px;
  }

  .xl\:-translate-y-96px {
    --tw-translate-y: -96px;
  }

  .xl\:-translate-y-97px {
    --tw-translate-y: -97px;
  }

  .xl\:-translate-y-98px {
    --tw-translate-y: -98px;
  }

  .xl\:-translate-y-99px {
    --tw-translate-y: -99px;
  }

  .xl\:-translate-y-100px {
    --tw-translate-y: -100px;
  }

  .xl\:-translate-y-101px {
    --tw-translate-y: -101px;
  }

  .xl\:-translate-y-102px {
    --tw-translate-y: -102px;
  }

  .xl\:-translate-y-103px {
    --tw-translate-y: -103px;
  }

  .xl\:-translate-y-104px {
    --tw-translate-y: -104px;
  }

  .xl\:-translate-y-105px {
    --tw-translate-y: -105px;
  }

  .xl\:-translate-y-106px {
    --tw-translate-y: -106px;
  }

  .xl\:-translate-y-107px {
    --tw-translate-y: -107px;
  }

  .xl\:-translate-y-108px {
    --tw-translate-y: -108px;
  }

  .xl\:-translate-y-109px {
    --tw-translate-y: -109px;
  }

  .xl\:-translate-y-110px {
    --tw-translate-y: -110px;
  }

  .xl\:-translate-y-111px {
    --tw-translate-y: -111px;
  }

  .xl\:-translate-y-112px {
    --tw-translate-y: -112px;
  }

  .xl\:-translate-y-113px {
    --tw-translate-y: -113px;
  }

  .xl\:-translate-y-114px {
    --tw-translate-y: -114px;
  }

  .xl\:-translate-y-115px {
    --tw-translate-y: -115px;
  }

  .xl\:-translate-y-116px {
    --tw-translate-y: -116px;
  }

  .xl\:-translate-y-117px {
    --tw-translate-y: -117px;
  }

  .xl\:-translate-y-118px {
    --tw-translate-y: -118px;
  }

  .xl\:-translate-y-119px {
    --tw-translate-y: -119px;
  }

  .xl\:-translate-y-120px {
    --tw-translate-y: -120px;
  }

  .xl\:-translate-y-121px {
    --tw-translate-y: -121px;
  }

  .xl\:-translate-y-122px {
    --tw-translate-y: -122px;
  }

  .xl\:-translate-y-123px {
    --tw-translate-y: -123px;
  }

  .xl\:-translate-y-124px {
    --tw-translate-y: -124px;
  }

  .xl\:-translate-y-125px {
    --tw-translate-y: -125px;
  }

  .xl\:-translate-y-126px {
    --tw-translate-y: -126px;
  }

  .xl\:-translate-y-127px {
    --tw-translate-y: -127px;
  }

  .xl\:-translate-y-128px {
    --tw-translate-y: -128px;
  }

  .xl\:-translate-y-129px {
    --tw-translate-y: -129px;
  }

  .xl\:-translate-y-130px {
    --tw-translate-y: -130px;
  }

  .xl\:-translate-y-133px {
    --tw-translate-y: -133px;
  }

  .xl\:-translate-y-140px {
    --tw-translate-y: -140px;
  }

  .xl\:-translate-y-195px {
    --tw-translate-y: -195px;
  }

  .xl\:-translate-y-200px {
    --tw-translate-y: -200px;
  }

  .xl\:-translate-y-210px {
    --tw-translate-y: -210px;
  }

  .xl\:-translate-y-222px {
    --tw-translate-y: -222px;
  }

  .xl\:-translate-y-258px {
    --tw-translate-y: -258px;
  }

  .xl\:-translate-y-280px {
    --tw-translate-y: -280px;
  }

  .xl\:-translate-y-334px {
    --tw-translate-y: -334px;
  }

  .xl\:-translate-y-388px {
    --tw-translate-y: -388px;
  }

  .xl\:-translate-y-480px {
    --tw-translate-y: -480px;
  }

  .xl\:-translate-y-490px {
    --tw-translate-y: -490px;
  }

  .xl\:-translate-y-505px {
    --tw-translate-y: -505px;
  }

  .xl\:-translate-y-507px {
    --tw-translate-y: -507px;
  }

  .xl\:-translate-y-760px {
    --tw-translate-y: -760px;
  }

  .xl\:-translate-y-780px {
    --tw-translate-y: -780px;
  }

  .xl\:-translate-y-980px {
    --tw-translate-y: -980px;
  }

  .xl\:-translate-y-1366px {
    --tw-translate-y: -1366px;
  }

  .xl\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .xl\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .xl\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .xl\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .xl\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .xl\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .xl\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .xl\:hover\:translate-x-1px:hover {
    --tw-translate-x: 1px;
  }

  .xl\:hover\:translate-x-2px:hover {
    --tw-translate-x: 2px;
  }

  .xl\:hover\:translate-x-3px:hover {
    --tw-translate-x: 3px;
  }

  .xl\:hover\:translate-x-4px:hover {
    --tw-translate-x: 4px;
  }

  .xl\:hover\:translate-x-5px:hover {
    --tw-translate-x: 5px;
  }

  .xl\:hover\:translate-x-6px:hover {
    --tw-translate-x: 6px;
  }

  .xl\:hover\:translate-x-7px:hover {
    --tw-translate-x: 7px;
  }

  .xl\:hover\:translate-x-8px:hover {
    --tw-translate-x: 8px;
  }

  .xl\:hover\:translate-x-9px:hover {
    --tw-translate-x: 9px;
  }

  .xl\:hover\:translate-x-10px:hover {
    --tw-translate-x: 10px;
  }

  .xl\:hover\:translate-x-11px:hover {
    --tw-translate-x: 11px;
  }

  .xl\:hover\:translate-x-12px:hover {
    --tw-translate-x: 12px;
  }

  .xl\:hover\:translate-x-13px:hover {
    --tw-translate-x: 13px;
  }

  .xl\:hover\:translate-x-14px:hover {
    --tw-translate-x: 14px;
  }

  .xl\:hover\:translate-x-15px:hover {
    --tw-translate-x: 15px;
  }

  .xl\:hover\:translate-x-16px:hover {
    --tw-translate-x: 16px;
  }

  .xl\:hover\:translate-x-17px:hover {
    --tw-translate-x: 17px;
  }

  .xl\:hover\:translate-x-18px:hover {
    --tw-translate-x: 18px;
  }

  .xl\:hover\:translate-x-19px:hover {
    --tw-translate-x: 19px;
  }

  .xl\:hover\:translate-x-20px:hover {
    --tw-translate-x: 20px;
  }

  .xl\:hover\:translate-x-21px:hover {
    --tw-translate-x: 21px;
  }

  .xl\:hover\:translate-x-22px:hover {
    --tw-translate-x: 22px;
  }

  .xl\:hover\:translate-x-23px:hover {
    --tw-translate-x: 23px;
  }

  .xl\:hover\:translate-x-24px:hover {
    --tw-translate-x: 24px;
  }

  .xl\:hover\:translate-x-25px:hover {
    --tw-translate-x: 25px;
  }

  .xl\:hover\:translate-x-26px:hover {
    --tw-translate-x: 26px;
  }

  .xl\:hover\:translate-x-27px:hover {
    --tw-translate-x: 27px;
  }

  .xl\:hover\:translate-x-28px:hover {
    --tw-translate-x: 28px;
  }

  .xl\:hover\:translate-x-29px:hover {
    --tw-translate-x: 29px;
  }

  .xl\:hover\:translate-x-30px:hover {
    --tw-translate-x: 30px;
  }

  .xl\:hover\:translate-x-31px:hover {
    --tw-translate-x: 31px;
  }

  .xl\:hover\:translate-x-32px:hover {
    --tw-translate-x: 32px;
  }

  .xl\:hover\:translate-x-33px:hover {
    --tw-translate-x: 33px;
  }

  .xl\:hover\:translate-x-34px:hover {
    --tw-translate-x: 34px;
  }

  .xl\:hover\:translate-x-35px:hover {
    --tw-translate-x: 35px;
  }

  .xl\:hover\:translate-x-36px:hover {
    --tw-translate-x: 36px;
  }

  .xl\:hover\:translate-x-37px:hover {
    --tw-translate-x: 37px;
  }

  .xl\:hover\:translate-x-38px:hover {
    --tw-translate-x: 38px;
  }

  .xl\:hover\:translate-x-39px:hover {
    --tw-translate-x: 39px;
  }

  .xl\:hover\:translate-x-40px:hover {
    --tw-translate-x: 40px;
  }

  .xl\:hover\:translate-x-41px:hover {
    --tw-translate-x: 41px;
  }

  .xl\:hover\:translate-x-42px:hover {
    --tw-translate-x: 42px;
  }

  .xl\:hover\:translate-x-43px:hover {
    --tw-translate-x: 43px;
  }

  .xl\:hover\:translate-x-44px:hover {
    --tw-translate-x: 44px;
  }

  .xl\:hover\:translate-x-45px:hover {
    --tw-translate-x: 45px;
  }

  .xl\:hover\:translate-x-46px:hover {
    --tw-translate-x: 46px;
  }

  .xl\:hover\:translate-x-47px:hover {
    --tw-translate-x: 47px;
  }

  .xl\:hover\:translate-x-48px:hover {
    --tw-translate-x: 48px;
  }

  .xl\:hover\:translate-x-49px:hover {
    --tw-translate-x: 49px;
  }

  .xl\:hover\:translate-x-50px:hover {
    --tw-translate-x: 50px;
  }

  .xl\:hover\:translate-x-51px:hover {
    --tw-translate-x: 51px;
  }

  .xl\:hover\:translate-x-52px:hover {
    --tw-translate-x: 52px;
  }

  .xl\:hover\:translate-x-53px:hover {
    --tw-translate-x: 53px;
  }

  .xl\:hover\:translate-x-54px:hover {
    --tw-translate-x: 54px;
  }

  .xl\:hover\:translate-x-55px:hover {
    --tw-translate-x: 55px;
  }

  .xl\:hover\:translate-x-56px:hover {
    --tw-translate-x: 56px;
  }

  .xl\:hover\:translate-x-57px:hover {
    --tw-translate-x: 57px;
  }

  .xl\:hover\:translate-x-58px:hover {
    --tw-translate-x: 58px;
  }

  .xl\:hover\:translate-x-59px:hover {
    --tw-translate-x: 59px;
  }

  .xl\:hover\:translate-x-60px:hover {
    --tw-translate-x: 60px;
  }

  .xl\:hover\:translate-x-61px:hover {
    --tw-translate-x: 61px;
  }

  .xl\:hover\:translate-x-62px:hover {
    --tw-translate-x: 62px;
  }

  .xl\:hover\:translate-x-63px:hover {
    --tw-translate-x: 63px;
  }

  .xl\:hover\:translate-x-64px:hover {
    --tw-translate-x: 64px;
  }

  .xl\:hover\:translate-x-65px:hover {
    --tw-translate-x: 65px;
  }

  .xl\:hover\:translate-x-66px:hover {
    --tw-translate-x: 66px;
  }

  .xl\:hover\:translate-x-67px:hover {
    --tw-translate-x: 67px;
  }

  .xl\:hover\:translate-x-68px:hover {
    --tw-translate-x: 68px;
  }

  .xl\:hover\:translate-x-69px:hover {
    --tw-translate-x: 69px;
  }

  .xl\:hover\:translate-x-70px:hover {
    --tw-translate-x: 70px;
  }

  .xl\:hover\:translate-x-71px:hover {
    --tw-translate-x: 71px;
  }

  .xl\:hover\:translate-x-72px:hover {
    --tw-translate-x: 72px;
  }

  .xl\:hover\:translate-x-73px:hover {
    --tw-translate-x: 73px;
  }

  .xl\:hover\:translate-x-74px:hover {
    --tw-translate-x: 74px;
  }

  .xl\:hover\:translate-x-75px:hover {
    --tw-translate-x: 75px;
  }

  .xl\:hover\:translate-x-76px:hover {
    --tw-translate-x: 76px;
  }

  .xl\:hover\:translate-x-77px:hover {
    --tw-translate-x: 77px;
  }

  .xl\:hover\:translate-x-78px:hover {
    --tw-translate-x: 78px;
  }

  .xl\:hover\:translate-x-79px:hover {
    --tw-translate-x: 79px;
  }

  .xl\:hover\:translate-x-80px:hover {
    --tw-translate-x: 80px;
  }

  .xl\:hover\:translate-x-81px:hover {
    --tw-translate-x: 81px;
  }

  .xl\:hover\:translate-x-82px:hover {
    --tw-translate-x: 82px;
  }

  .xl\:hover\:translate-x-83px:hover {
    --tw-translate-x: 83px;
  }

  .xl\:hover\:translate-x-84px:hover {
    --tw-translate-x: 84px;
  }

  .xl\:hover\:translate-x-85px:hover {
    --tw-translate-x: 85px;
  }

  .xl\:hover\:translate-x-86px:hover {
    --tw-translate-x: 86px;
  }

  .xl\:hover\:translate-x-87px:hover {
    --tw-translate-x: 87px;
  }

  .xl\:hover\:translate-x-88px:hover {
    --tw-translate-x: 88px;
  }

  .xl\:hover\:translate-x-89px:hover {
    --tw-translate-x: 89px;
  }

  .xl\:hover\:translate-x-90px:hover {
    --tw-translate-x: 90px;
  }

  .xl\:hover\:translate-x-91px:hover {
    --tw-translate-x: 91px;
  }

  .xl\:hover\:translate-x-92px:hover {
    --tw-translate-x: 92px;
  }

  .xl\:hover\:translate-x-93px:hover {
    --tw-translate-x: 93px;
  }

  .xl\:hover\:translate-x-94px:hover {
    --tw-translate-x: 94px;
  }

  .xl\:hover\:translate-x-95px:hover {
    --tw-translate-x: 95px;
  }

  .xl\:hover\:translate-x-96px:hover {
    --tw-translate-x: 96px;
  }

  .xl\:hover\:translate-x-97px:hover {
    --tw-translate-x: 97px;
  }

  .xl\:hover\:translate-x-98px:hover {
    --tw-translate-x: 98px;
  }

  .xl\:hover\:translate-x-99px:hover {
    --tw-translate-x: 99px;
  }

  .xl\:hover\:translate-x-100px:hover {
    --tw-translate-x: 100px;
  }

  .xl\:hover\:translate-x-101px:hover {
    --tw-translate-x: 101px;
  }

  .xl\:hover\:translate-x-102px:hover {
    --tw-translate-x: 102px;
  }

  .xl\:hover\:translate-x-103px:hover {
    --tw-translate-x: 103px;
  }

  .xl\:hover\:translate-x-104px:hover {
    --tw-translate-x: 104px;
  }

  .xl\:hover\:translate-x-105px:hover {
    --tw-translate-x: 105px;
  }

  .xl\:hover\:translate-x-106px:hover {
    --tw-translate-x: 106px;
  }

  .xl\:hover\:translate-x-107px:hover {
    --tw-translate-x: 107px;
  }

  .xl\:hover\:translate-x-108px:hover {
    --tw-translate-x: 108px;
  }

  .xl\:hover\:translate-x-109px:hover {
    --tw-translate-x: 109px;
  }

  .xl\:hover\:translate-x-110px:hover {
    --tw-translate-x: 110px;
  }

  .xl\:hover\:translate-x-111px:hover {
    --tw-translate-x: 111px;
  }

  .xl\:hover\:translate-x-112px:hover {
    --tw-translate-x: 112px;
  }

  .xl\:hover\:translate-x-113px:hover {
    --tw-translate-x: 113px;
  }

  .xl\:hover\:translate-x-114px:hover {
    --tw-translate-x: 114px;
  }

  .xl\:hover\:translate-x-115px:hover {
    --tw-translate-x: 115px;
  }

  .xl\:hover\:translate-x-116px:hover {
    --tw-translate-x: 116px;
  }

  .xl\:hover\:translate-x-117px:hover {
    --tw-translate-x: 117px;
  }

  .xl\:hover\:translate-x-118px:hover {
    --tw-translate-x: 118px;
  }

  .xl\:hover\:translate-x-119px:hover {
    --tw-translate-x: 119px;
  }

  .xl\:hover\:translate-x-120px:hover {
    --tw-translate-x: 120px;
  }

  .xl\:hover\:translate-x-121px:hover {
    --tw-translate-x: 121px;
  }

  .xl\:hover\:translate-x-122px:hover {
    --tw-translate-x: 122px;
  }

  .xl\:hover\:translate-x-123px:hover {
    --tw-translate-x: 123px;
  }

  .xl\:hover\:translate-x-124px:hover {
    --tw-translate-x: 124px;
  }

  .xl\:hover\:translate-x-125px:hover {
    --tw-translate-x: 125px;
  }

  .xl\:hover\:translate-x-126px:hover {
    --tw-translate-x: 126px;
  }

  .xl\:hover\:translate-x-127px:hover {
    --tw-translate-x: 127px;
  }

  .xl\:hover\:translate-x-128px:hover {
    --tw-translate-x: 128px;
  }

  .xl\:hover\:translate-x-129px:hover {
    --tw-translate-x: 129px;
  }

  .xl\:hover\:translate-x-130px:hover {
    --tw-translate-x: 130px;
  }

  .xl\:hover\:translate-x-133px:hover {
    --tw-translate-x: 133px;
  }

  .xl\:hover\:translate-x-140px:hover {
    --tw-translate-x: 140px;
  }

  .xl\:hover\:translate-x-195px:hover {
    --tw-translate-x: 195px;
  }

  .xl\:hover\:translate-x-200px:hover {
    --tw-translate-x: 200px;
  }

  .xl\:hover\:translate-x-210px:hover {
    --tw-translate-x: 210px;
  }

  .xl\:hover\:translate-x-222px:hover {
    --tw-translate-x: 222px;
  }

  .xl\:hover\:translate-x-258px:hover {
    --tw-translate-x: 258px;
  }

  .xl\:hover\:translate-x-280px:hover {
    --tw-translate-x: 280px;
  }

  .xl\:hover\:translate-x-334px:hover {
    --tw-translate-x: 334px;
  }

  .xl\:hover\:translate-x-388px:hover {
    --tw-translate-x: 388px;
  }

  .xl\:hover\:translate-x-480px:hover {
    --tw-translate-x: 480px;
  }

  .xl\:hover\:translate-x-490px:hover {
    --tw-translate-x: 490px;
  }

  .xl\:hover\:translate-x-505px:hover {
    --tw-translate-x: 505px;
  }

  .xl\:hover\:translate-x-507px:hover {
    --tw-translate-x: 507px;
  }

  .xl\:hover\:translate-x-760px:hover {
    --tw-translate-x: 760px;
  }

  .xl\:hover\:translate-x-780px:hover {
    --tw-translate-x: 780px;
  }

  .xl\:hover\:translate-x-980px:hover {
    --tw-translate-x: 980px;
  }

  .xl\:hover\:translate-x-1366px:hover {
    --tw-translate-x: 1366px;
  }

  .xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .xl\:hover\:-translate-x-1px:hover {
    --tw-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-2px:hover {
    --tw-translate-x: -2px;
  }

  .xl\:hover\:-translate-x-3px:hover {
    --tw-translate-x: -3px;
  }

  .xl\:hover\:-translate-x-4px:hover {
    --tw-translate-x: -4px;
  }

  .xl\:hover\:-translate-x-5px:hover {
    --tw-translate-x: -5px;
  }

  .xl\:hover\:-translate-x-6px:hover {
    --tw-translate-x: -6px;
  }

  .xl\:hover\:-translate-x-7px:hover {
    --tw-translate-x: -7px;
  }

  .xl\:hover\:-translate-x-8px:hover {
    --tw-translate-x: -8px;
  }

  .xl\:hover\:-translate-x-9px:hover {
    --tw-translate-x: -9px;
  }

  .xl\:hover\:-translate-x-10px:hover {
    --tw-translate-x: -10px;
  }

  .xl\:hover\:-translate-x-11px:hover {
    --tw-translate-x: -11px;
  }

  .xl\:hover\:-translate-x-12px:hover {
    --tw-translate-x: -12px;
  }

  .xl\:hover\:-translate-x-13px:hover {
    --tw-translate-x: -13px;
  }

  .xl\:hover\:-translate-x-14px:hover {
    --tw-translate-x: -14px;
  }

  .xl\:hover\:-translate-x-15px:hover {
    --tw-translate-x: -15px;
  }

  .xl\:hover\:-translate-x-16px:hover {
    --tw-translate-x: -16px;
  }

  .xl\:hover\:-translate-x-17px:hover {
    --tw-translate-x: -17px;
  }

  .xl\:hover\:-translate-x-18px:hover {
    --tw-translate-x: -18px;
  }

  .xl\:hover\:-translate-x-19px:hover {
    --tw-translate-x: -19px;
  }

  .xl\:hover\:-translate-x-20px:hover {
    --tw-translate-x: -20px;
  }

  .xl\:hover\:-translate-x-21px:hover {
    --tw-translate-x: -21px;
  }

  .xl\:hover\:-translate-x-22px:hover {
    --tw-translate-x: -22px;
  }

  .xl\:hover\:-translate-x-23px:hover {
    --tw-translate-x: -23px;
  }

  .xl\:hover\:-translate-x-24px:hover {
    --tw-translate-x: -24px;
  }

  .xl\:hover\:-translate-x-25px:hover {
    --tw-translate-x: -25px;
  }

  .xl\:hover\:-translate-x-26px:hover {
    --tw-translate-x: -26px;
  }

  .xl\:hover\:-translate-x-27px:hover {
    --tw-translate-x: -27px;
  }

  .xl\:hover\:-translate-x-28px:hover {
    --tw-translate-x: -28px;
  }

  .xl\:hover\:-translate-x-29px:hover {
    --tw-translate-x: -29px;
  }

  .xl\:hover\:-translate-x-30px:hover {
    --tw-translate-x: -30px;
  }

  .xl\:hover\:-translate-x-31px:hover {
    --tw-translate-x: -31px;
  }

  .xl\:hover\:-translate-x-32px:hover {
    --tw-translate-x: -32px;
  }

  .xl\:hover\:-translate-x-33px:hover {
    --tw-translate-x: -33px;
  }

  .xl\:hover\:-translate-x-34px:hover {
    --tw-translate-x: -34px;
  }

  .xl\:hover\:-translate-x-35px:hover {
    --tw-translate-x: -35px;
  }

  .xl\:hover\:-translate-x-36px:hover {
    --tw-translate-x: -36px;
  }

  .xl\:hover\:-translate-x-37px:hover {
    --tw-translate-x: -37px;
  }

  .xl\:hover\:-translate-x-38px:hover {
    --tw-translate-x: -38px;
  }

  .xl\:hover\:-translate-x-39px:hover {
    --tw-translate-x: -39px;
  }

  .xl\:hover\:-translate-x-40px:hover {
    --tw-translate-x: -40px;
  }

  .xl\:hover\:-translate-x-41px:hover {
    --tw-translate-x: -41px;
  }

  .xl\:hover\:-translate-x-42px:hover {
    --tw-translate-x: -42px;
  }

  .xl\:hover\:-translate-x-43px:hover {
    --tw-translate-x: -43px;
  }

  .xl\:hover\:-translate-x-44px:hover {
    --tw-translate-x: -44px;
  }

  .xl\:hover\:-translate-x-45px:hover {
    --tw-translate-x: -45px;
  }

  .xl\:hover\:-translate-x-46px:hover {
    --tw-translate-x: -46px;
  }

  .xl\:hover\:-translate-x-47px:hover {
    --tw-translate-x: -47px;
  }

  .xl\:hover\:-translate-x-48px:hover {
    --tw-translate-x: -48px;
  }

  .xl\:hover\:-translate-x-49px:hover {
    --tw-translate-x: -49px;
  }

  .xl\:hover\:-translate-x-50px:hover {
    --tw-translate-x: -50px;
  }

  .xl\:hover\:-translate-x-51px:hover {
    --tw-translate-x: -51px;
  }

  .xl\:hover\:-translate-x-52px:hover {
    --tw-translate-x: -52px;
  }

  .xl\:hover\:-translate-x-53px:hover {
    --tw-translate-x: -53px;
  }

  .xl\:hover\:-translate-x-54px:hover {
    --tw-translate-x: -54px;
  }

  .xl\:hover\:-translate-x-55px:hover {
    --tw-translate-x: -55px;
  }

  .xl\:hover\:-translate-x-56px:hover {
    --tw-translate-x: -56px;
  }

  .xl\:hover\:-translate-x-57px:hover {
    --tw-translate-x: -57px;
  }

  .xl\:hover\:-translate-x-58px:hover {
    --tw-translate-x: -58px;
  }

  .xl\:hover\:-translate-x-59px:hover {
    --tw-translate-x: -59px;
  }

  .xl\:hover\:-translate-x-60px:hover {
    --tw-translate-x: -60px;
  }

  .xl\:hover\:-translate-x-61px:hover {
    --tw-translate-x: -61px;
  }

  .xl\:hover\:-translate-x-62px:hover {
    --tw-translate-x: -62px;
  }

  .xl\:hover\:-translate-x-63px:hover {
    --tw-translate-x: -63px;
  }

  .xl\:hover\:-translate-x-64px:hover {
    --tw-translate-x: -64px;
  }

  .xl\:hover\:-translate-x-65px:hover {
    --tw-translate-x: -65px;
  }

  .xl\:hover\:-translate-x-66px:hover {
    --tw-translate-x: -66px;
  }

  .xl\:hover\:-translate-x-67px:hover {
    --tw-translate-x: -67px;
  }

  .xl\:hover\:-translate-x-68px:hover {
    --tw-translate-x: -68px;
  }

  .xl\:hover\:-translate-x-69px:hover {
    --tw-translate-x: -69px;
  }

  .xl\:hover\:-translate-x-70px:hover {
    --tw-translate-x: -70px;
  }

  .xl\:hover\:-translate-x-71px:hover {
    --tw-translate-x: -71px;
  }

  .xl\:hover\:-translate-x-72px:hover {
    --tw-translate-x: -72px;
  }

  .xl\:hover\:-translate-x-73px:hover {
    --tw-translate-x: -73px;
  }

  .xl\:hover\:-translate-x-74px:hover {
    --tw-translate-x: -74px;
  }

  .xl\:hover\:-translate-x-75px:hover {
    --tw-translate-x: -75px;
  }

  .xl\:hover\:-translate-x-76px:hover {
    --tw-translate-x: -76px;
  }

  .xl\:hover\:-translate-x-77px:hover {
    --tw-translate-x: -77px;
  }

  .xl\:hover\:-translate-x-78px:hover {
    --tw-translate-x: -78px;
  }

  .xl\:hover\:-translate-x-79px:hover {
    --tw-translate-x: -79px;
  }

  .xl\:hover\:-translate-x-80px:hover {
    --tw-translate-x: -80px;
  }

  .xl\:hover\:-translate-x-81px:hover {
    --tw-translate-x: -81px;
  }

  .xl\:hover\:-translate-x-82px:hover {
    --tw-translate-x: -82px;
  }

  .xl\:hover\:-translate-x-83px:hover {
    --tw-translate-x: -83px;
  }

  .xl\:hover\:-translate-x-84px:hover {
    --tw-translate-x: -84px;
  }

  .xl\:hover\:-translate-x-85px:hover {
    --tw-translate-x: -85px;
  }

  .xl\:hover\:-translate-x-86px:hover {
    --tw-translate-x: -86px;
  }

  .xl\:hover\:-translate-x-87px:hover {
    --tw-translate-x: -87px;
  }

  .xl\:hover\:-translate-x-88px:hover {
    --tw-translate-x: -88px;
  }

  .xl\:hover\:-translate-x-89px:hover {
    --tw-translate-x: -89px;
  }

  .xl\:hover\:-translate-x-90px:hover {
    --tw-translate-x: -90px;
  }

  .xl\:hover\:-translate-x-91px:hover {
    --tw-translate-x: -91px;
  }

  .xl\:hover\:-translate-x-92px:hover {
    --tw-translate-x: -92px;
  }

  .xl\:hover\:-translate-x-93px:hover {
    --tw-translate-x: -93px;
  }

  .xl\:hover\:-translate-x-94px:hover {
    --tw-translate-x: -94px;
  }

  .xl\:hover\:-translate-x-95px:hover {
    --tw-translate-x: -95px;
  }

  .xl\:hover\:-translate-x-96px:hover {
    --tw-translate-x: -96px;
  }

  .xl\:hover\:-translate-x-97px:hover {
    --tw-translate-x: -97px;
  }

  .xl\:hover\:-translate-x-98px:hover {
    --tw-translate-x: -98px;
  }

  .xl\:hover\:-translate-x-99px:hover {
    --tw-translate-x: -99px;
  }

  .xl\:hover\:-translate-x-100px:hover {
    --tw-translate-x: -100px;
  }

  .xl\:hover\:-translate-x-101px:hover {
    --tw-translate-x: -101px;
  }

  .xl\:hover\:-translate-x-102px:hover {
    --tw-translate-x: -102px;
  }

  .xl\:hover\:-translate-x-103px:hover {
    --tw-translate-x: -103px;
  }

  .xl\:hover\:-translate-x-104px:hover {
    --tw-translate-x: -104px;
  }

  .xl\:hover\:-translate-x-105px:hover {
    --tw-translate-x: -105px;
  }

  .xl\:hover\:-translate-x-106px:hover {
    --tw-translate-x: -106px;
  }

  .xl\:hover\:-translate-x-107px:hover {
    --tw-translate-x: -107px;
  }

  .xl\:hover\:-translate-x-108px:hover {
    --tw-translate-x: -108px;
  }

  .xl\:hover\:-translate-x-109px:hover {
    --tw-translate-x: -109px;
  }

  .xl\:hover\:-translate-x-110px:hover {
    --tw-translate-x: -110px;
  }

  .xl\:hover\:-translate-x-111px:hover {
    --tw-translate-x: -111px;
  }

  .xl\:hover\:-translate-x-112px:hover {
    --tw-translate-x: -112px;
  }

  .xl\:hover\:-translate-x-113px:hover {
    --tw-translate-x: -113px;
  }

  .xl\:hover\:-translate-x-114px:hover {
    --tw-translate-x: -114px;
  }

  .xl\:hover\:-translate-x-115px:hover {
    --tw-translate-x: -115px;
  }

  .xl\:hover\:-translate-x-116px:hover {
    --tw-translate-x: -116px;
  }

  .xl\:hover\:-translate-x-117px:hover {
    --tw-translate-x: -117px;
  }

  .xl\:hover\:-translate-x-118px:hover {
    --tw-translate-x: -118px;
  }

  .xl\:hover\:-translate-x-119px:hover {
    --tw-translate-x: -119px;
  }

  .xl\:hover\:-translate-x-120px:hover {
    --tw-translate-x: -120px;
  }

  .xl\:hover\:-translate-x-121px:hover {
    --tw-translate-x: -121px;
  }

  .xl\:hover\:-translate-x-122px:hover {
    --tw-translate-x: -122px;
  }

  .xl\:hover\:-translate-x-123px:hover {
    --tw-translate-x: -123px;
  }

  .xl\:hover\:-translate-x-124px:hover {
    --tw-translate-x: -124px;
  }

  .xl\:hover\:-translate-x-125px:hover {
    --tw-translate-x: -125px;
  }

  .xl\:hover\:-translate-x-126px:hover {
    --tw-translate-x: -126px;
  }

  .xl\:hover\:-translate-x-127px:hover {
    --tw-translate-x: -127px;
  }

  .xl\:hover\:-translate-x-128px:hover {
    --tw-translate-x: -128px;
  }

  .xl\:hover\:-translate-x-129px:hover {
    --tw-translate-x: -129px;
  }

  .xl\:hover\:-translate-x-130px:hover {
    --tw-translate-x: -130px;
  }

  .xl\:hover\:-translate-x-133px:hover {
    --tw-translate-x: -133px;
  }

  .xl\:hover\:-translate-x-140px:hover {
    --tw-translate-x: -140px;
  }

  .xl\:hover\:-translate-x-195px:hover {
    --tw-translate-x: -195px;
  }

  .xl\:hover\:-translate-x-200px:hover {
    --tw-translate-x: -200px;
  }

  .xl\:hover\:-translate-x-210px:hover {
    --tw-translate-x: -210px;
  }

  .xl\:hover\:-translate-x-222px:hover {
    --tw-translate-x: -222px;
  }

  .xl\:hover\:-translate-x-258px:hover {
    --tw-translate-x: -258px;
  }

  .xl\:hover\:-translate-x-280px:hover {
    --tw-translate-x: -280px;
  }

  .xl\:hover\:-translate-x-334px:hover {
    --tw-translate-x: -334px;
  }

  .xl\:hover\:-translate-x-388px:hover {
    --tw-translate-x: -388px;
  }

  .xl\:hover\:-translate-x-480px:hover {
    --tw-translate-x: -480px;
  }

  .xl\:hover\:-translate-x-490px:hover {
    --tw-translate-x: -490px;
  }

  .xl\:hover\:-translate-x-505px:hover {
    --tw-translate-x: -505px;
  }

  .xl\:hover\:-translate-x-507px:hover {
    --tw-translate-x: -507px;
  }

  .xl\:hover\:-translate-x-760px:hover {
    --tw-translate-x: -760px;
  }

  .xl\:hover\:-translate-x-780px:hover {
    --tw-translate-x: -780px;
  }

  .xl\:hover\:-translate-x-980px:hover {
    --tw-translate-x: -980px;
  }

  .xl\:hover\:-translate-x-1366px:hover {
    --tw-translate-x: -1366px;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .xl\:hover\:translate-y-1px:hover {
    --tw-translate-y: 1px;
  }

  .xl\:hover\:translate-y-2px:hover {
    --tw-translate-y: 2px;
  }

  .xl\:hover\:translate-y-3px:hover {
    --tw-translate-y: 3px;
  }

  .xl\:hover\:translate-y-4px:hover {
    --tw-translate-y: 4px;
  }

  .xl\:hover\:translate-y-5px:hover {
    --tw-translate-y: 5px;
  }

  .xl\:hover\:translate-y-6px:hover {
    --tw-translate-y: 6px;
  }

  .xl\:hover\:translate-y-7px:hover {
    --tw-translate-y: 7px;
  }

  .xl\:hover\:translate-y-8px:hover {
    --tw-translate-y: 8px;
  }

  .xl\:hover\:translate-y-9px:hover {
    --tw-translate-y: 9px;
  }

  .xl\:hover\:translate-y-10px:hover {
    --tw-translate-y: 10px;
  }

  .xl\:hover\:translate-y-11px:hover {
    --tw-translate-y: 11px;
  }

  .xl\:hover\:translate-y-12px:hover {
    --tw-translate-y: 12px;
  }

  .xl\:hover\:translate-y-13px:hover {
    --tw-translate-y: 13px;
  }

  .xl\:hover\:translate-y-14px:hover {
    --tw-translate-y: 14px;
  }

  .xl\:hover\:translate-y-15px:hover {
    --tw-translate-y: 15px;
  }

  .xl\:hover\:translate-y-16px:hover {
    --tw-translate-y: 16px;
  }

  .xl\:hover\:translate-y-17px:hover {
    --tw-translate-y: 17px;
  }

  .xl\:hover\:translate-y-18px:hover {
    --tw-translate-y: 18px;
  }

  .xl\:hover\:translate-y-19px:hover {
    --tw-translate-y: 19px;
  }

  .xl\:hover\:translate-y-20px:hover {
    --tw-translate-y: 20px;
  }

  .xl\:hover\:translate-y-21px:hover {
    --tw-translate-y: 21px;
  }

  .xl\:hover\:translate-y-22px:hover {
    --tw-translate-y: 22px;
  }

  .xl\:hover\:translate-y-23px:hover {
    --tw-translate-y: 23px;
  }

  .xl\:hover\:translate-y-24px:hover {
    --tw-translate-y: 24px;
  }

  .xl\:hover\:translate-y-25px:hover {
    --tw-translate-y: 25px;
  }

  .xl\:hover\:translate-y-26px:hover {
    --tw-translate-y: 26px;
  }

  .xl\:hover\:translate-y-27px:hover {
    --tw-translate-y: 27px;
  }

  .xl\:hover\:translate-y-28px:hover {
    --tw-translate-y: 28px;
  }

  .xl\:hover\:translate-y-29px:hover {
    --tw-translate-y: 29px;
  }

  .xl\:hover\:translate-y-30px:hover {
    --tw-translate-y: 30px;
  }

  .xl\:hover\:translate-y-31px:hover {
    --tw-translate-y: 31px;
  }

  .xl\:hover\:translate-y-32px:hover {
    --tw-translate-y: 32px;
  }

  .xl\:hover\:translate-y-33px:hover {
    --tw-translate-y: 33px;
  }

  .xl\:hover\:translate-y-34px:hover {
    --tw-translate-y: 34px;
  }

  .xl\:hover\:translate-y-35px:hover {
    --tw-translate-y: 35px;
  }

  .xl\:hover\:translate-y-36px:hover {
    --tw-translate-y: 36px;
  }

  .xl\:hover\:translate-y-37px:hover {
    --tw-translate-y: 37px;
  }

  .xl\:hover\:translate-y-38px:hover {
    --tw-translate-y: 38px;
  }

  .xl\:hover\:translate-y-39px:hover {
    --tw-translate-y: 39px;
  }

  .xl\:hover\:translate-y-40px:hover {
    --tw-translate-y: 40px;
  }

  .xl\:hover\:translate-y-41px:hover {
    --tw-translate-y: 41px;
  }

  .xl\:hover\:translate-y-42px:hover {
    --tw-translate-y: 42px;
  }

  .xl\:hover\:translate-y-43px:hover {
    --tw-translate-y: 43px;
  }

  .xl\:hover\:translate-y-44px:hover {
    --tw-translate-y: 44px;
  }

  .xl\:hover\:translate-y-45px:hover {
    --tw-translate-y: 45px;
  }

  .xl\:hover\:translate-y-46px:hover {
    --tw-translate-y: 46px;
  }

  .xl\:hover\:translate-y-47px:hover {
    --tw-translate-y: 47px;
  }

  .xl\:hover\:translate-y-48px:hover {
    --tw-translate-y: 48px;
  }

  .xl\:hover\:translate-y-49px:hover {
    --tw-translate-y: 49px;
  }

  .xl\:hover\:translate-y-50px:hover {
    --tw-translate-y: 50px;
  }

  .xl\:hover\:translate-y-51px:hover {
    --tw-translate-y: 51px;
  }

  .xl\:hover\:translate-y-52px:hover {
    --tw-translate-y: 52px;
  }

  .xl\:hover\:translate-y-53px:hover {
    --tw-translate-y: 53px;
  }

  .xl\:hover\:translate-y-54px:hover {
    --tw-translate-y: 54px;
  }

  .xl\:hover\:translate-y-55px:hover {
    --tw-translate-y: 55px;
  }

  .xl\:hover\:translate-y-56px:hover {
    --tw-translate-y: 56px;
  }

  .xl\:hover\:translate-y-57px:hover {
    --tw-translate-y: 57px;
  }

  .xl\:hover\:translate-y-58px:hover {
    --tw-translate-y: 58px;
  }

  .xl\:hover\:translate-y-59px:hover {
    --tw-translate-y: 59px;
  }

  .xl\:hover\:translate-y-60px:hover {
    --tw-translate-y: 60px;
  }

  .xl\:hover\:translate-y-61px:hover {
    --tw-translate-y: 61px;
  }

  .xl\:hover\:translate-y-62px:hover {
    --tw-translate-y: 62px;
  }

  .xl\:hover\:translate-y-63px:hover {
    --tw-translate-y: 63px;
  }

  .xl\:hover\:translate-y-64px:hover {
    --tw-translate-y: 64px;
  }

  .xl\:hover\:translate-y-65px:hover {
    --tw-translate-y: 65px;
  }

  .xl\:hover\:translate-y-66px:hover {
    --tw-translate-y: 66px;
  }

  .xl\:hover\:translate-y-67px:hover {
    --tw-translate-y: 67px;
  }

  .xl\:hover\:translate-y-68px:hover {
    --tw-translate-y: 68px;
  }

  .xl\:hover\:translate-y-69px:hover {
    --tw-translate-y: 69px;
  }

  .xl\:hover\:translate-y-70px:hover {
    --tw-translate-y: 70px;
  }

  .xl\:hover\:translate-y-71px:hover {
    --tw-translate-y: 71px;
  }

  .xl\:hover\:translate-y-72px:hover {
    --tw-translate-y: 72px;
  }

  .xl\:hover\:translate-y-73px:hover {
    --tw-translate-y: 73px;
  }

  .xl\:hover\:translate-y-74px:hover {
    --tw-translate-y: 74px;
  }

  .xl\:hover\:translate-y-75px:hover {
    --tw-translate-y: 75px;
  }

  .xl\:hover\:translate-y-76px:hover {
    --tw-translate-y: 76px;
  }

  .xl\:hover\:translate-y-77px:hover {
    --tw-translate-y: 77px;
  }

  .xl\:hover\:translate-y-78px:hover {
    --tw-translate-y: 78px;
  }

  .xl\:hover\:translate-y-79px:hover {
    --tw-translate-y: 79px;
  }

  .xl\:hover\:translate-y-80px:hover {
    --tw-translate-y: 80px;
  }

  .xl\:hover\:translate-y-81px:hover {
    --tw-translate-y: 81px;
  }

  .xl\:hover\:translate-y-82px:hover {
    --tw-translate-y: 82px;
  }

  .xl\:hover\:translate-y-83px:hover {
    --tw-translate-y: 83px;
  }

  .xl\:hover\:translate-y-84px:hover {
    --tw-translate-y: 84px;
  }

  .xl\:hover\:translate-y-85px:hover {
    --tw-translate-y: 85px;
  }

  .xl\:hover\:translate-y-86px:hover {
    --tw-translate-y: 86px;
  }

  .xl\:hover\:translate-y-87px:hover {
    --tw-translate-y: 87px;
  }

  .xl\:hover\:translate-y-88px:hover {
    --tw-translate-y: 88px;
  }

  .xl\:hover\:translate-y-89px:hover {
    --tw-translate-y: 89px;
  }

  .xl\:hover\:translate-y-90px:hover {
    --tw-translate-y: 90px;
  }

  .xl\:hover\:translate-y-91px:hover {
    --tw-translate-y: 91px;
  }

  .xl\:hover\:translate-y-92px:hover {
    --tw-translate-y: 92px;
  }

  .xl\:hover\:translate-y-93px:hover {
    --tw-translate-y: 93px;
  }

  .xl\:hover\:translate-y-94px:hover {
    --tw-translate-y: 94px;
  }

  .xl\:hover\:translate-y-95px:hover {
    --tw-translate-y: 95px;
  }

  .xl\:hover\:translate-y-96px:hover {
    --tw-translate-y: 96px;
  }

  .xl\:hover\:translate-y-97px:hover {
    --tw-translate-y: 97px;
  }

  .xl\:hover\:translate-y-98px:hover {
    --tw-translate-y: 98px;
  }

  .xl\:hover\:translate-y-99px:hover {
    --tw-translate-y: 99px;
  }

  .xl\:hover\:translate-y-100px:hover {
    --tw-translate-y: 100px;
  }

  .xl\:hover\:translate-y-101px:hover {
    --tw-translate-y: 101px;
  }

  .xl\:hover\:translate-y-102px:hover {
    --tw-translate-y: 102px;
  }

  .xl\:hover\:translate-y-103px:hover {
    --tw-translate-y: 103px;
  }

  .xl\:hover\:translate-y-104px:hover {
    --tw-translate-y: 104px;
  }

  .xl\:hover\:translate-y-105px:hover {
    --tw-translate-y: 105px;
  }

  .xl\:hover\:translate-y-106px:hover {
    --tw-translate-y: 106px;
  }

  .xl\:hover\:translate-y-107px:hover {
    --tw-translate-y: 107px;
  }

  .xl\:hover\:translate-y-108px:hover {
    --tw-translate-y: 108px;
  }

  .xl\:hover\:translate-y-109px:hover {
    --tw-translate-y: 109px;
  }

  .xl\:hover\:translate-y-110px:hover {
    --tw-translate-y: 110px;
  }

  .xl\:hover\:translate-y-111px:hover {
    --tw-translate-y: 111px;
  }

  .xl\:hover\:translate-y-112px:hover {
    --tw-translate-y: 112px;
  }

  .xl\:hover\:translate-y-113px:hover {
    --tw-translate-y: 113px;
  }

  .xl\:hover\:translate-y-114px:hover {
    --tw-translate-y: 114px;
  }

  .xl\:hover\:translate-y-115px:hover {
    --tw-translate-y: 115px;
  }

  .xl\:hover\:translate-y-116px:hover {
    --tw-translate-y: 116px;
  }

  .xl\:hover\:translate-y-117px:hover {
    --tw-translate-y: 117px;
  }

  .xl\:hover\:translate-y-118px:hover {
    --tw-translate-y: 118px;
  }

  .xl\:hover\:translate-y-119px:hover {
    --tw-translate-y: 119px;
  }

  .xl\:hover\:translate-y-120px:hover {
    --tw-translate-y: 120px;
  }

  .xl\:hover\:translate-y-121px:hover {
    --tw-translate-y: 121px;
  }

  .xl\:hover\:translate-y-122px:hover {
    --tw-translate-y: 122px;
  }

  .xl\:hover\:translate-y-123px:hover {
    --tw-translate-y: 123px;
  }

  .xl\:hover\:translate-y-124px:hover {
    --tw-translate-y: 124px;
  }

  .xl\:hover\:translate-y-125px:hover {
    --tw-translate-y: 125px;
  }

  .xl\:hover\:translate-y-126px:hover {
    --tw-translate-y: 126px;
  }

  .xl\:hover\:translate-y-127px:hover {
    --tw-translate-y: 127px;
  }

  .xl\:hover\:translate-y-128px:hover {
    --tw-translate-y: 128px;
  }

  .xl\:hover\:translate-y-129px:hover {
    --tw-translate-y: 129px;
  }

  .xl\:hover\:translate-y-130px:hover {
    --tw-translate-y: 130px;
  }

  .xl\:hover\:translate-y-133px:hover {
    --tw-translate-y: 133px;
  }

  .xl\:hover\:translate-y-140px:hover {
    --tw-translate-y: 140px;
  }

  .xl\:hover\:translate-y-195px:hover {
    --tw-translate-y: 195px;
  }

  .xl\:hover\:translate-y-200px:hover {
    --tw-translate-y: 200px;
  }

  .xl\:hover\:translate-y-210px:hover {
    --tw-translate-y: 210px;
  }

  .xl\:hover\:translate-y-222px:hover {
    --tw-translate-y: 222px;
  }

  .xl\:hover\:translate-y-258px:hover {
    --tw-translate-y: 258px;
  }

  .xl\:hover\:translate-y-280px:hover {
    --tw-translate-y: 280px;
  }

  .xl\:hover\:translate-y-334px:hover {
    --tw-translate-y: 334px;
  }

  .xl\:hover\:translate-y-388px:hover {
    --tw-translate-y: 388px;
  }

  .xl\:hover\:translate-y-480px:hover {
    --tw-translate-y: 480px;
  }

  .xl\:hover\:translate-y-490px:hover {
    --tw-translate-y: 490px;
  }

  .xl\:hover\:translate-y-505px:hover {
    --tw-translate-y: 505px;
  }

  .xl\:hover\:translate-y-507px:hover {
    --tw-translate-y: 507px;
  }

  .xl\:hover\:translate-y-760px:hover {
    --tw-translate-y: 760px;
  }

  .xl\:hover\:translate-y-780px:hover {
    --tw-translate-y: 780px;
  }

  .xl\:hover\:translate-y-980px:hover {
    --tw-translate-y: 980px;
  }

  .xl\:hover\:translate-y-1366px:hover {
    --tw-translate-y: 1366px;
  }

  .xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .xl\:hover\:-translate-y-1px:hover {
    --tw-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-2px:hover {
    --tw-translate-y: -2px;
  }

  .xl\:hover\:-translate-y-3px:hover {
    --tw-translate-y: -3px;
  }

  .xl\:hover\:-translate-y-4px:hover {
    --tw-translate-y: -4px;
  }

  .xl\:hover\:-translate-y-5px:hover {
    --tw-translate-y: -5px;
  }

  .xl\:hover\:-translate-y-6px:hover {
    --tw-translate-y: -6px;
  }

  .xl\:hover\:-translate-y-7px:hover {
    --tw-translate-y: -7px;
  }

  .xl\:hover\:-translate-y-8px:hover {
    --tw-translate-y: -8px;
  }

  .xl\:hover\:-translate-y-9px:hover {
    --tw-translate-y: -9px;
  }

  .xl\:hover\:-translate-y-10px:hover {
    --tw-translate-y: -10px;
  }

  .xl\:hover\:-translate-y-11px:hover {
    --tw-translate-y: -11px;
  }

  .xl\:hover\:-translate-y-12px:hover {
    --tw-translate-y: -12px;
  }

  .xl\:hover\:-translate-y-13px:hover {
    --tw-translate-y: -13px;
  }

  .xl\:hover\:-translate-y-14px:hover {
    --tw-translate-y: -14px;
  }

  .xl\:hover\:-translate-y-15px:hover {
    --tw-translate-y: -15px;
  }

  .xl\:hover\:-translate-y-16px:hover {
    --tw-translate-y: -16px;
  }

  .xl\:hover\:-translate-y-17px:hover {
    --tw-translate-y: -17px;
  }

  .xl\:hover\:-translate-y-18px:hover {
    --tw-translate-y: -18px;
  }

  .xl\:hover\:-translate-y-19px:hover {
    --tw-translate-y: -19px;
  }

  .xl\:hover\:-translate-y-20px:hover {
    --tw-translate-y: -20px;
  }

  .xl\:hover\:-translate-y-21px:hover {
    --tw-translate-y: -21px;
  }

  .xl\:hover\:-translate-y-22px:hover {
    --tw-translate-y: -22px;
  }

  .xl\:hover\:-translate-y-23px:hover {
    --tw-translate-y: -23px;
  }

  .xl\:hover\:-translate-y-24px:hover {
    --tw-translate-y: -24px;
  }

  .xl\:hover\:-translate-y-25px:hover {
    --tw-translate-y: -25px;
  }

  .xl\:hover\:-translate-y-26px:hover {
    --tw-translate-y: -26px;
  }

  .xl\:hover\:-translate-y-27px:hover {
    --tw-translate-y: -27px;
  }

  .xl\:hover\:-translate-y-28px:hover {
    --tw-translate-y: -28px;
  }

  .xl\:hover\:-translate-y-29px:hover {
    --tw-translate-y: -29px;
  }

  .xl\:hover\:-translate-y-30px:hover {
    --tw-translate-y: -30px;
  }

  .xl\:hover\:-translate-y-31px:hover {
    --tw-translate-y: -31px;
  }

  .xl\:hover\:-translate-y-32px:hover {
    --tw-translate-y: -32px;
  }

  .xl\:hover\:-translate-y-33px:hover {
    --tw-translate-y: -33px;
  }

  .xl\:hover\:-translate-y-34px:hover {
    --tw-translate-y: -34px;
  }

  .xl\:hover\:-translate-y-35px:hover {
    --tw-translate-y: -35px;
  }

  .xl\:hover\:-translate-y-36px:hover {
    --tw-translate-y: -36px;
  }

  .xl\:hover\:-translate-y-37px:hover {
    --tw-translate-y: -37px;
  }

  .xl\:hover\:-translate-y-38px:hover {
    --tw-translate-y: -38px;
  }

  .xl\:hover\:-translate-y-39px:hover {
    --tw-translate-y: -39px;
  }

  .xl\:hover\:-translate-y-40px:hover {
    --tw-translate-y: -40px;
  }

  .xl\:hover\:-translate-y-41px:hover {
    --tw-translate-y: -41px;
  }

  .xl\:hover\:-translate-y-42px:hover {
    --tw-translate-y: -42px;
  }

  .xl\:hover\:-translate-y-43px:hover {
    --tw-translate-y: -43px;
  }

  .xl\:hover\:-translate-y-44px:hover {
    --tw-translate-y: -44px;
  }

  .xl\:hover\:-translate-y-45px:hover {
    --tw-translate-y: -45px;
  }

  .xl\:hover\:-translate-y-46px:hover {
    --tw-translate-y: -46px;
  }

  .xl\:hover\:-translate-y-47px:hover {
    --tw-translate-y: -47px;
  }

  .xl\:hover\:-translate-y-48px:hover {
    --tw-translate-y: -48px;
  }

  .xl\:hover\:-translate-y-49px:hover {
    --tw-translate-y: -49px;
  }

  .xl\:hover\:-translate-y-50px:hover {
    --tw-translate-y: -50px;
  }

  .xl\:hover\:-translate-y-51px:hover {
    --tw-translate-y: -51px;
  }

  .xl\:hover\:-translate-y-52px:hover {
    --tw-translate-y: -52px;
  }

  .xl\:hover\:-translate-y-53px:hover {
    --tw-translate-y: -53px;
  }

  .xl\:hover\:-translate-y-54px:hover {
    --tw-translate-y: -54px;
  }

  .xl\:hover\:-translate-y-55px:hover {
    --tw-translate-y: -55px;
  }

  .xl\:hover\:-translate-y-56px:hover {
    --tw-translate-y: -56px;
  }

  .xl\:hover\:-translate-y-57px:hover {
    --tw-translate-y: -57px;
  }

  .xl\:hover\:-translate-y-58px:hover {
    --tw-translate-y: -58px;
  }

  .xl\:hover\:-translate-y-59px:hover {
    --tw-translate-y: -59px;
  }

  .xl\:hover\:-translate-y-60px:hover {
    --tw-translate-y: -60px;
  }

  .xl\:hover\:-translate-y-61px:hover {
    --tw-translate-y: -61px;
  }

  .xl\:hover\:-translate-y-62px:hover {
    --tw-translate-y: -62px;
  }

  .xl\:hover\:-translate-y-63px:hover {
    --tw-translate-y: -63px;
  }

  .xl\:hover\:-translate-y-64px:hover {
    --tw-translate-y: -64px;
  }

  .xl\:hover\:-translate-y-65px:hover {
    --tw-translate-y: -65px;
  }

  .xl\:hover\:-translate-y-66px:hover {
    --tw-translate-y: -66px;
  }

  .xl\:hover\:-translate-y-67px:hover {
    --tw-translate-y: -67px;
  }

  .xl\:hover\:-translate-y-68px:hover {
    --tw-translate-y: -68px;
  }

  .xl\:hover\:-translate-y-69px:hover {
    --tw-translate-y: -69px;
  }

  .xl\:hover\:-translate-y-70px:hover {
    --tw-translate-y: -70px;
  }

  .xl\:hover\:-translate-y-71px:hover {
    --tw-translate-y: -71px;
  }

  .xl\:hover\:-translate-y-72px:hover {
    --tw-translate-y: -72px;
  }

  .xl\:hover\:-translate-y-73px:hover {
    --tw-translate-y: -73px;
  }

  .xl\:hover\:-translate-y-74px:hover {
    --tw-translate-y: -74px;
  }

  .xl\:hover\:-translate-y-75px:hover {
    --tw-translate-y: -75px;
  }

  .xl\:hover\:-translate-y-76px:hover {
    --tw-translate-y: -76px;
  }

  .xl\:hover\:-translate-y-77px:hover {
    --tw-translate-y: -77px;
  }

  .xl\:hover\:-translate-y-78px:hover {
    --tw-translate-y: -78px;
  }

  .xl\:hover\:-translate-y-79px:hover {
    --tw-translate-y: -79px;
  }

  .xl\:hover\:-translate-y-80px:hover {
    --tw-translate-y: -80px;
  }

  .xl\:hover\:-translate-y-81px:hover {
    --tw-translate-y: -81px;
  }

  .xl\:hover\:-translate-y-82px:hover {
    --tw-translate-y: -82px;
  }

  .xl\:hover\:-translate-y-83px:hover {
    --tw-translate-y: -83px;
  }

  .xl\:hover\:-translate-y-84px:hover {
    --tw-translate-y: -84px;
  }

  .xl\:hover\:-translate-y-85px:hover {
    --tw-translate-y: -85px;
  }

  .xl\:hover\:-translate-y-86px:hover {
    --tw-translate-y: -86px;
  }

  .xl\:hover\:-translate-y-87px:hover {
    --tw-translate-y: -87px;
  }

  .xl\:hover\:-translate-y-88px:hover {
    --tw-translate-y: -88px;
  }

  .xl\:hover\:-translate-y-89px:hover {
    --tw-translate-y: -89px;
  }

  .xl\:hover\:-translate-y-90px:hover {
    --tw-translate-y: -90px;
  }

  .xl\:hover\:-translate-y-91px:hover {
    --tw-translate-y: -91px;
  }

  .xl\:hover\:-translate-y-92px:hover {
    --tw-translate-y: -92px;
  }

  .xl\:hover\:-translate-y-93px:hover {
    --tw-translate-y: -93px;
  }

  .xl\:hover\:-translate-y-94px:hover {
    --tw-translate-y: -94px;
  }

  .xl\:hover\:-translate-y-95px:hover {
    --tw-translate-y: -95px;
  }

  .xl\:hover\:-translate-y-96px:hover {
    --tw-translate-y: -96px;
  }

  .xl\:hover\:-translate-y-97px:hover {
    --tw-translate-y: -97px;
  }

  .xl\:hover\:-translate-y-98px:hover {
    --tw-translate-y: -98px;
  }

  .xl\:hover\:-translate-y-99px:hover {
    --tw-translate-y: -99px;
  }

  .xl\:hover\:-translate-y-100px:hover {
    --tw-translate-y: -100px;
  }

  .xl\:hover\:-translate-y-101px:hover {
    --tw-translate-y: -101px;
  }

  .xl\:hover\:-translate-y-102px:hover {
    --tw-translate-y: -102px;
  }

  .xl\:hover\:-translate-y-103px:hover {
    --tw-translate-y: -103px;
  }

  .xl\:hover\:-translate-y-104px:hover {
    --tw-translate-y: -104px;
  }

  .xl\:hover\:-translate-y-105px:hover {
    --tw-translate-y: -105px;
  }

  .xl\:hover\:-translate-y-106px:hover {
    --tw-translate-y: -106px;
  }

  .xl\:hover\:-translate-y-107px:hover {
    --tw-translate-y: -107px;
  }

  .xl\:hover\:-translate-y-108px:hover {
    --tw-translate-y: -108px;
  }

  .xl\:hover\:-translate-y-109px:hover {
    --tw-translate-y: -109px;
  }

  .xl\:hover\:-translate-y-110px:hover {
    --tw-translate-y: -110px;
  }

  .xl\:hover\:-translate-y-111px:hover {
    --tw-translate-y: -111px;
  }

  .xl\:hover\:-translate-y-112px:hover {
    --tw-translate-y: -112px;
  }

  .xl\:hover\:-translate-y-113px:hover {
    --tw-translate-y: -113px;
  }

  .xl\:hover\:-translate-y-114px:hover {
    --tw-translate-y: -114px;
  }

  .xl\:hover\:-translate-y-115px:hover {
    --tw-translate-y: -115px;
  }

  .xl\:hover\:-translate-y-116px:hover {
    --tw-translate-y: -116px;
  }

  .xl\:hover\:-translate-y-117px:hover {
    --tw-translate-y: -117px;
  }

  .xl\:hover\:-translate-y-118px:hover {
    --tw-translate-y: -118px;
  }

  .xl\:hover\:-translate-y-119px:hover {
    --tw-translate-y: -119px;
  }

  .xl\:hover\:-translate-y-120px:hover {
    --tw-translate-y: -120px;
  }

  .xl\:hover\:-translate-y-121px:hover {
    --tw-translate-y: -121px;
  }

  .xl\:hover\:-translate-y-122px:hover {
    --tw-translate-y: -122px;
  }

  .xl\:hover\:-translate-y-123px:hover {
    --tw-translate-y: -123px;
  }

  .xl\:hover\:-translate-y-124px:hover {
    --tw-translate-y: -124px;
  }

  .xl\:hover\:-translate-y-125px:hover {
    --tw-translate-y: -125px;
  }

  .xl\:hover\:-translate-y-126px:hover {
    --tw-translate-y: -126px;
  }

  .xl\:hover\:-translate-y-127px:hover {
    --tw-translate-y: -127px;
  }

  .xl\:hover\:-translate-y-128px:hover {
    --tw-translate-y: -128px;
  }

  .xl\:hover\:-translate-y-129px:hover {
    --tw-translate-y: -129px;
  }

  .xl\:hover\:-translate-y-130px:hover {
    --tw-translate-y: -130px;
  }

  .xl\:hover\:-translate-y-133px:hover {
    --tw-translate-y: -133px;
  }

  .xl\:hover\:-translate-y-140px:hover {
    --tw-translate-y: -140px;
  }

  .xl\:hover\:-translate-y-195px:hover {
    --tw-translate-y: -195px;
  }

  .xl\:hover\:-translate-y-200px:hover {
    --tw-translate-y: -200px;
  }

  .xl\:hover\:-translate-y-210px:hover {
    --tw-translate-y: -210px;
  }

  .xl\:hover\:-translate-y-222px:hover {
    --tw-translate-y: -222px;
  }

  .xl\:hover\:-translate-y-258px:hover {
    --tw-translate-y: -258px;
  }

  .xl\:hover\:-translate-y-280px:hover {
    --tw-translate-y: -280px;
  }

  .xl\:hover\:-translate-y-334px:hover {
    --tw-translate-y: -334px;
  }

  .xl\:hover\:-translate-y-388px:hover {
    --tw-translate-y: -388px;
  }

  .xl\:hover\:-translate-y-480px:hover {
    --tw-translate-y: -480px;
  }

  .xl\:hover\:-translate-y-490px:hover {
    --tw-translate-y: -490px;
  }

  .xl\:hover\:-translate-y-505px:hover {
    --tw-translate-y: -505px;
  }

  .xl\:hover\:-translate-y-507px:hover {
    --tw-translate-y: -507px;
  }

  .xl\:hover\:-translate-y-760px:hover {
    --tw-translate-y: -760px;
  }

  .xl\:hover\:-translate-y-780px:hover {
    --tw-translate-y: -780px;
  }

  .xl\:hover\:-translate-y-980px:hover {
    --tw-translate-y: -980px;
  }

  .xl\:hover\:-translate-y-1366px:hover {
    --tw-translate-y: -1366px;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .xl\:focus\:translate-x-1px:focus {
    --tw-translate-x: 1px;
  }

  .xl\:focus\:translate-x-2px:focus {
    --tw-translate-x: 2px;
  }

  .xl\:focus\:translate-x-3px:focus {
    --tw-translate-x: 3px;
  }

  .xl\:focus\:translate-x-4px:focus {
    --tw-translate-x: 4px;
  }

  .xl\:focus\:translate-x-5px:focus {
    --tw-translate-x: 5px;
  }

  .xl\:focus\:translate-x-6px:focus {
    --tw-translate-x: 6px;
  }

  .xl\:focus\:translate-x-7px:focus {
    --tw-translate-x: 7px;
  }

  .xl\:focus\:translate-x-8px:focus {
    --tw-translate-x: 8px;
  }

  .xl\:focus\:translate-x-9px:focus {
    --tw-translate-x: 9px;
  }

  .xl\:focus\:translate-x-10px:focus {
    --tw-translate-x: 10px;
  }

  .xl\:focus\:translate-x-11px:focus {
    --tw-translate-x: 11px;
  }

  .xl\:focus\:translate-x-12px:focus {
    --tw-translate-x: 12px;
  }

  .xl\:focus\:translate-x-13px:focus {
    --tw-translate-x: 13px;
  }

  .xl\:focus\:translate-x-14px:focus {
    --tw-translate-x: 14px;
  }

  .xl\:focus\:translate-x-15px:focus {
    --tw-translate-x: 15px;
  }

  .xl\:focus\:translate-x-16px:focus {
    --tw-translate-x: 16px;
  }

  .xl\:focus\:translate-x-17px:focus {
    --tw-translate-x: 17px;
  }

  .xl\:focus\:translate-x-18px:focus {
    --tw-translate-x: 18px;
  }

  .xl\:focus\:translate-x-19px:focus {
    --tw-translate-x: 19px;
  }

  .xl\:focus\:translate-x-20px:focus {
    --tw-translate-x: 20px;
  }

  .xl\:focus\:translate-x-21px:focus {
    --tw-translate-x: 21px;
  }

  .xl\:focus\:translate-x-22px:focus {
    --tw-translate-x: 22px;
  }

  .xl\:focus\:translate-x-23px:focus {
    --tw-translate-x: 23px;
  }

  .xl\:focus\:translate-x-24px:focus {
    --tw-translate-x: 24px;
  }

  .xl\:focus\:translate-x-25px:focus {
    --tw-translate-x: 25px;
  }

  .xl\:focus\:translate-x-26px:focus {
    --tw-translate-x: 26px;
  }

  .xl\:focus\:translate-x-27px:focus {
    --tw-translate-x: 27px;
  }

  .xl\:focus\:translate-x-28px:focus {
    --tw-translate-x: 28px;
  }

  .xl\:focus\:translate-x-29px:focus {
    --tw-translate-x: 29px;
  }

  .xl\:focus\:translate-x-30px:focus {
    --tw-translate-x: 30px;
  }

  .xl\:focus\:translate-x-31px:focus {
    --tw-translate-x: 31px;
  }

  .xl\:focus\:translate-x-32px:focus {
    --tw-translate-x: 32px;
  }

  .xl\:focus\:translate-x-33px:focus {
    --tw-translate-x: 33px;
  }

  .xl\:focus\:translate-x-34px:focus {
    --tw-translate-x: 34px;
  }

  .xl\:focus\:translate-x-35px:focus {
    --tw-translate-x: 35px;
  }

  .xl\:focus\:translate-x-36px:focus {
    --tw-translate-x: 36px;
  }

  .xl\:focus\:translate-x-37px:focus {
    --tw-translate-x: 37px;
  }

  .xl\:focus\:translate-x-38px:focus {
    --tw-translate-x: 38px;
  }

  .xl\:focus\:translate-x-39px:focus {
    --tw-translate-x: 39px;
  }

  .xl\:focus\:translate-x-40px:focus {
    --tw-translate-x: 40px;
  }

  .xl\:focus\:translate-x-41px:focus {
    --tw-translate-x: 41px;
  }

  .xl\:focus\:translate-x-42px:focus {
    --tw-translate-x: 42px;
  }

  .xl\:focus\:translate-x-43px:focus {
    --tw-translate-x: 43px;
  }

  .xl\:focus\:translate-x-44px:focus {
    --tw-translate-x: 44px;
  }

  .xl\:focus\:translate-x-45px:focus {
    --tw-translate-x: 45px;
  }

  .xl\:focus\:translate-x-46px:focus {
    --tw-translate-x: 46px;
  }

  .xl\:focus\:translate-x-47px:focus {
    --tw-translate-x: 47px;
  }

  .xl\:focus\:translate-x-48px:focus {
    --tw-translate-x: 48px;
  }

  .xl\:focus\:translate-x-49px:focus {
    --tw-translate-x: 49px;
  }

  .xl\:focus\:translate-x-50px:focus {
    --tw-translate-x: 50px;
  }

  .xl\:focus\:translate-x-51px:focus {
    --tw-translate-x: 51px;
  }

  .xl\:focus\:translate-x-52px:focus {
    --tw-translate-x: 52px;
  }

  .xl\:focus\:translate-x-53px:focus {
    --tw-translate-x: 53px;
  }

  .xl\:focus\:translate-x-54px:focus {
    --tw-translate-x: 54px;
  }

  .xl\:focus\:translate-x-55px:focus {
    --tw-translate-x: 55px;
  }

  .xl\:focus\:translate-x-56px:focus {
    --tw-translate-x: 56px;
  }

  .xl\:focus\:translate-x-57px:focus {
    --tw-translate-x: 57px;
  }

  .xl\:focus\:translate-x-58px:focus {
    --tw-translate-x: 58px;
  }

  .xl\:focus\:translate-x-59px:focus {
    --tw-translate-x: 59px;
  }

  .xl\:focus\:translate-x-60px:focus {
    --tw-translate-x: 60px;
  }

  .xl\:focus\:translate-x-61px:focus {
    --tw-translate-x: 61px;
  }

  .xl\:focus\:translate-x-62px:focus {
    --tw-translate-x: 62px;
  }

  .xl\:focus\:translate-x-63px:focus {
    --tw-translate-x: 63px;
  }

  .xl\:focus\:translate-x-64px:focus {
    --tw-translate-x: 64px;
  }

  .xl\:focus\:translate-x-65px:focus {
    --tw-translate-x: 65px;
  }

  .xl\:focus\:translate-x-66px:focus {
    --tw-translate-x: 66px;
  }

  .xl\:focus\:translate-x-67px:focus {
    --tw-translate-x: 67px;
  }

  .xl\:focus\:translate-x-68px:focus {
    --tw-translate-x: 68px;
  }

  .xl\:focus\:translate-x-69px:focus {
    --tw-translate-x: 69px;
  }

  .xl\:focus\:translate-x-70px:focus {
    --tw-translate-x: 70px;
  }

  .xl\:focus\:translate-x-71px:focus {
    --tw-translate-x: 71px;
  }

  .xl\:focus\:translate-x-72px:focus {
    --tw-translate-x: 72px;
  }

  .xl\:focus\:translate-x-73px:focus {
    --tw-translate-x: 73px;
  }

  .xl\:focus\:translate-x-74px:focus {
    --tw-translate-x: 74px;
  }

  .xl\:focus\:translate-x-75px:focus {
    --tw-translate-x: 75px;
  }

  .xl\:focus\:translate-x-76px:focus {
    --tw-translate-x: 76px;
  }

  .xl\:focus\:translate-x-77px:focus {
    --tw-translate-x: 77px;
  }

  .xl\:focus\:translate-x-78px:focus {
    --tw-translate-x: 78px;
  }

  .xl\:focus\:translate-x-79px:focus {
    --tw-translate-x: 79px;
  }

  .xl\:focus\:translate-x-80px:focus {
    --tw-translate-x: 80px;
  }

  .xl\:focus\:translate-x-81px:focus {
    --tw-translate-x: 81px;
  }

  .xl\:focus\:translate-x-82px:focus {
    --tw-translate-x: 82px;
  }

  .xl\:focus\:translate-x-83px:focus {
    --tw-translate-x: 83px;
  }

  .xl\:focus\:translate-x-84px:focus {
    --tw-translate-x: 84px;
  }

  .xl\:focus\:translate-x-85px:focus {
    --tw-translate-x: 85px;
  }

  .xl\:focus\:translate-x-86px:focus {
    --tw-translate-x: 86px;
  }

  .xl\:focus\:translate-x-87px:focus {
    --tw-translate-x: 87px;
  }

  .xl\:focus\:translate-x-88px:focus {
    --tw-translate-x: 88px;
  }

  .xl\:focus\:translate-x-89px:focus {
    --tw-translate-x: 89px;
  }

  .xl\:focus\:translate-x-90px:focus {
    --tw-translate-x: 90px;
  }

  .xl\:focus\:translate-x-91px:focus {
    --tw-translate-x: 91px;
  }

  .xl\:focus\:translate-x-92px:focus {
    --tw-translate-x: 92px;
  }

  .xl\:focus\:translate-x-93px:focus {
    --tw-translate-x: 93px;
  }

  .xl\:focus\:translate-x-94px:focus {
    --tw-translate-x: 94px;
  }

  .xl\:focus\:translate-x-95px:focus {
    --tw-translate-x: 95px;
  }

  .xl\:focus\:translate-x-96px:focus {
    --tw-translate-x: 96px;
  }

  .xl\:focus\:translate-x-97px:focus {
    --tw-translate-x: 97px;
  }

  .xl\:focus\:translate-x-98px:focus {
    --tw-translate-x: 98px;
  }

  .xl\:focus\:translate-x-99px:focus {
    --tw-translate-x: 99px;
  }

  .xl\:focus\:translate-x-100px:focus {
    --tw-translate-x: 100px;
  }

  .xl\:focus\:translate-x-101px:focus {
    --tw-translate-x: 101px;
  }

  .xl\:focus\:translate-x-102px:focus {
    --tw-translate-x: 102px;
  }

  .xl\:focus\:translate-x-103px:focus {
    --tw-translate-x: 103px;
  }

  .xl\:focus\:translate-x-104px:focus {
    --tw-translate-x: 104px;
  }

  .xl\:focus\:translate-x-105px:focus {
    --tw-translate-x: 105px;
  }

  .xl\:focus\:translate-x-106px:focus {
    --tw-translate-x: 106px;
  }

  .xl\:focus\:translate-x-107px:focus {
    --tw-translate-x: 107px;
  }

  .xl\:focus\:translate-x-108px:focus {
    --tw-translate-x: 108px;
  }

  .xl\:focus\:translate-x-109px:focus {
    --tw-translate-x: 109px;
  }

  .xl\:focus\:translate-x-110px:focus {
    --tw-translate-x: 110px;
  }

  .xl\:focus\:translate-x-111px:focus {
    --tw-translate-x: 111px;
  }

  .xl\:focus\:translate-x-112px:focus {
    --tw-translate-x: 112px;
  }

  .xl\:focus\:translate-x-113px:focus {
    --tw-translate-x: 113px;
  }

  .xl\:focus\:translate-x-114px:focus {
    --tw-translate-x: 114px;
  }

  .xl\:focus\:translate-x-115px:focus {
    --tw-translate-x: 115px;
  }

  .xl\:focus\:translate-x-116px:focus {
    --tw-translate-x: 116px;
  }

  .xl\:focus\:translate-x-117px:focus {
    --tw-translate-x: 117px;
  }

  .xl\:focus\:translate-x-118px:focus {
    --tw-translate-x: 118px;
  }

  .xl\:focus\:translate-x-119px:focus {
    --tw-translate-x: 119px;
  }

  .xl\:focus\:translate-x-120px:focus {
    --tw-translate-x: 120px;
  }

  .xl\:focus\:translate-x-121px:focus {
    --tw-translate-x: 121px;
  }

  .xl\:focus\:translate-x-122px:focus {
    --tw-translate-x: 122px;
  }

  .xl\:focus\:translate-x-123px:focus {
    --tw-translate-x: 123px;
  }

  .xl\:focus\:translate-x-124px:focus {
    --tw-translate-x: 124px;
  }

  .xl\:focus\:translate-x-125px:focus {
    --tw-translate-x: 125px;
  }

  .xl\:focus\:translate-x-126px:focus {
    --tw-translate-x: 126px;
  }

  .xl\:focus\:translate-x-127px:focus {
    --tw-translate-x: 127px;
  }

  .xl\:focus\:translate-x-128px:focus {
    --tw-translate-x: 128px;
  }

  .xl\:focus\:translate-x-129px:focus {
    --tw-translate-x: 129px;
  }

  .xl\:focus\:translate-x-130px:focus {
    --tw-translate-x: 130px;
  }

  .xl\:focus\:translate-x-133px:focus {
    --tw-translate-x: 133px;
  }

  .xl\:focus\:translate-x-140px:focus {
    --tw-translate-x: 140px;
  }

  .xl\:focus\:translate-x-195px:focus {
    --tw-translate-x: 195px;
  }

  .xl\:focus\:translate-x-200px:focus {
    --tw-translate-x: 200px;
  }

  .xl\:focus\:translate-x-210px:focus {
    --tw-translate-x: 210px;
  }

  .xl\:focus\:translate-x-222px:focus {
    --tw-translate-x: 222px;
  }

  .xl\:focus\:translate-x-258px:focus {
    --tw-translate-x: 258px;
  }

  .xl\:focus\:translate-x-280px:focus {
    --tw-translate-x: 280px;
  }

  .xl\:focus\:translate-x-334px:focus {
    --tw-translate-x: 334px;
  }

  .xl\:focus\:translate-x-388px:focus {
    --tw-translate-x: 388px;
  }

  .xl\:focus\:translate-x-480px:focus {
    --tw-translate-x: 480px;
  }

  .xl\:focus\:translate-x-490px:focus {
    --tw-translate-x: 490px;
  }

  .xl\:focus\:translate-x-505px:focus {
    --tw-translate-x: 505px;
  }

  .xl\:focus\:translate-x-507px:focus {
    --tw-translate-x: 507px;
  }

  .xl\:focus\:translate-x-760px:focus {
    --tw-translate-x: 760px;
  }

  .xl\:focus\:translate-x-780px:focus {
    --tw-translate-x: 780px;
  }

  .xl\:focus\:translate-x-980px:focus {
    --tw-translate-x: 980px;
  }

  .xl\:focus\:translate-x-1366px:focus {
    --tw-translate-x: 1366px;
  }

  .xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .xl\:focus\:-translate-x-1px:focus {
    --tw-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-2px:focus {
    --tw-translate-x: -2px;
  }

  .xl\:focus\:-translate-x-3px:focus {
    --tw-translate-x: -3px;
  }

  .xl\:focus\:-translate-x-4px:focus {
    --tw-translate-x: -4px;
  }

  .xl\:focus\:-translate-x-5px:focus {
    --tw-translate-x: -5px;
  }

  .xl\:focus\:-translate-x-6px:focus {
    --tw-translate-x: -6px;
  }

  .xl\:focus\:-translate-x-7px:focus {
    --tw-translate-x: -7px;
  }

  .xl\:focus\:-translate-x-8px:focus {
    --tw-translate-x: -8px;
  }

  .xl\:focus\:-translate-x-9px:focus {
    --tw-translate-x: -9px;
  }

  .xl\:focus\:-translate-x-10px:focus {
    --tw-translate-x: -10px;
  }

  .xl\:focus\:-translate-x-11px:focus {
    --tw-translate-x: -11px;
  }

  .xl\:focus\:-translate-x-12px:focus {
    --tw-translate-x: -12px;
  }

  .xl\:focus\:-translate-x-13px:focus {
    --tw-translate-x: -13px;
  }

  .xl\:focus\:-translate-x-14px:focus {
    --tw-translate-x: -14px;
  }

  .xl\:focus\:-translate-x-15px:focus {
    --tw-translate-x: -15px;
  }

  .xl\:focus\:-translate-x-16px:focus {
    --tw-translate-x: -16px;
  }

  .xl\:focus\:-translate-x-17px:focus {
    --tw-translate-x: -17px;
  }

  .xl\:focus\:-translate-x-18px:focus {
    --tw-translate-x: -18px;
  }

  .xl\:focus\:-translate-x-19px:focus {
    --tw-translate-x: -19px;
  }

  .xl\:focus\:-translate-x-20px:focus {
    --tw-translate-x: -20px;
  }

  .xl\:focus\:-translate-x-21px:focus {
    --tw-translate-x: -21px;
  }

  .xl\:focus\:-translate-x-22px:focus {
    --tw-translate-x: -22px;
  }

  .xl\:focus\:-translate-x-23px:focus {
    --tw-translate-x: -23px;
  }

  .xl\:focus\:-translate-x-24px:focus {
    --tw-translate-x: -24px;
  }

  .xl\:focus\:-translate-x-25px:focus {
    --tw-translate-x: -25px;
  }

  .xl\:focus\:-translate-x-26px:focus {
    --tw-translate-x: -26px;
  }

  .xl\:focus\:-translate-x-27px:focus {
    --tw-translate-x: -27px;
  }

  .xl\:focus\:-translate-x-28px:focus {
    --tw-translate-x: -28px;
  }

  .xl\:focus\:-translate-x-29px:focus {
    --tw-translate-x: -29px;
  }

  .xl\:focus\:-translate-x-30px:focus {
    --tw-translate-x: -30px;
  }

  .xl\:focus\:-translate-x-31px:focus {
    --tw-translate-x: -31px;
  }

  .xl\:focus\:-translate-x-32px:focus {
    --tw-translate-x: -32px;
  }

  .xl\:focus\:-translate-x-33px:focus {
    --tw-translate-x: -33px;
  }

  .xl\:focus\:-translate-x-34px:focus {
    --tw-translate-x: -34px;
  }

  .xl\:focus\:-translate-x-35px:focus {
    --tw-translate-x: -35px;
  }

  .xl\:focus\:-translate-x-36px:focus {
    --tw-translate-x: -36px;
  }

  .xl\:focus\:-translate-x-37px:focus {
    --tw-translate-x: -37px;
  }

  .xl\:focus\:-translate-x-38px:focus {
    --tw-translate-x: -38px;
  }

  .xl\:focus\:-translate-x-39px:focus {
    --tw-translate-x: -39px;
  }

  .xl\:focus\:-translate-x-40px:focus {
    --tw-translate-x: -40px;
  }

  .xl\:focus\:-translate-x-41px:focus {
    --tw-translate-x: -41px;
  }

  .xl\:focus\:-translate-x-42px:focus {
    --tw-translate-x: -42px;
  }

  .xl\:focus\:-translate-x-43px:focus {
    --tw-translate-x: -43px;
  }

  .xl\:focus\:-translate-x-44px:focus {
    --tw-translate-x: -44px;
  }

  .xl\:focus\:-translate-x-45px:focus {
    --tw-translate-x: -45px;
  }

  .xl\:focus\:-translate-x-46px:focus {
    --tw-translate-x: -46px;
  }

  .xl\:focus\:-translate-x-47px:focus {
    --tw-translate-x: -47px;
  }

  .xl\:focus\:-translate-x-48px:focus {
    --tw-translate-x: -48px;
  }

  .xl\:focus\:-translate-x-49px:focus {
    --tw-translate-x: -49px;
  }

  .xl\:focus\:-translate-x-50px:focus {
    --tw-translate-x: -50px;
  }

  .xl\:focus\:-translate-x-51px:focus {
    --tw-translate-x: -51px;
  }

  .xl\:focus\:-translate-x-52px:focus {
    --tw-translate-x: -52px;
  }

  .xl\:focus\:-translate-x-53px:focus {
    --tw-translate-x: -53px;
  }

  .xl\:focus\:-translate-x-54px:focus {
    --tw-translate-x: -54px;
  }

  .xl\:focus\:-translate-x-55px:focus {
    --tw-translate-x: -55px;
  }

  .xl\:focus\:-translate-x-56px:focus {
    --tw-translate-x: -56px;
  }

  .xl\:focus\:-translate-x-57px:focus {
    --tw-translate-x: -57px;
  }

  .xl\:focus\:-translate-x-58px:focus {
    --tw-translate-x: -58px;
  }

  .xl\:focus\:-translate-x-59px:focus {
    --tw-translate-x: -59px;
  }

  .xl\:focus\:-translate-x-60px:focus {
    --tw-translate-x: -60px;
  }

  .xl\:focus\:-translate-x-61px:focus {
    --tw-translate-x: -61px;
  }

  .xl\:focus\:-translate-x-62px:focus {
    --tw-translate-x: -62px;
  }

  .xl\:focus\:-translate-x-63px:focus {
    --tw-translate-x: -63px;
  }

  .xl\:focus\:-translate-x-64px:focus {
    --tw-translate-x: -64px;
  }

  .xl\:focus\:-translate-x-65px:focus {
    --tw-translate-x: -65px;
  }

  .xl\:focus\:-translate-x-66px:focus {
    --tw-translate-x: -66px;
  }

  .xl\:focus\:-translate-x-67px:focus {
    --tw-translate-x: -67px;
  }

  .xl\:focus\:-translate-x-68px:focus {
    --tw-translate-x: -68px;
  }

  .xl\:focus\:-translate-x-69px:focus {
    --tw-translate-x: -69px;
  }

  .xl\:focus\:-translate-x-70px:focus {
    --tw-translate-x: -70px;
  }

  .xl\:focus\:-translate-x-71px:focus {
    --tw-translate-x: -71px;
  }

  .xl\:focus\:-translate-x-72px:focus {
    --tw-translate-x: -72px;
  }

  .xl\:focus\:-translate-x-73px:focus {
    --tw-translate-x: -73px;
  }

  .xl\:focus\:-translate-x-74px:focus {
    --tw-translate-x: -74px;
  }

  .xl\:focus\:-translate-x-75px:focus {
    --tw-translate-x: -75px;
  }

  .xl\:focus\:-translate-x-76px:focus {
    --tw-translate-x: -76px;
  }

  .xl\:focus\:-translate-x-77px:focus {
    --tw-translate-x: -77px;
  }

  .xl\:focus\:-translate-x-78px:focus {
    --tw-translate-x: -78px;
  }

  .xl\:focus\:-translate-x-79px:focus {
    --tw-translate-x: -79px;
  }

  .xl\:focus\:-translate-x-80px:focus {
    --tw-translate-x: -80px;
  }

  .xl\:focus\:-translate-x-81px:focus {
    --tw-translate-x: -81px;
  }

  .xl\:focus\:-translate-x-82px:focus {
    --tw-translate-x: -82px;
  }

  .xl\:focus\:-translate-x-83px:focus {
    --tw-translate-x: -83px;
  }

  .xl\:focus\:-translate-x-84px:focus {
    --tw-translate-x: -84px;
  }

  .xl\:focus\:-translate-x-85px:focus {
    --tw-translate-x: -85px;
  }

  .xl\:focus\:-translate-x-86px:focus {
    --tw-translate-x: -86px;
  }

  .xl\:focus\:-translate-x-87px:focus {
    --tw-translate-x: -87px;
  }

  .xl\:focus\:-translate-x-88px:focus {
    --tw-translate-x: -88px;
  }

  .xl\:focus\:-translate-x-89px:focus {
    --tw-translate-x: -89px;
  }

  .xl\:focus\:-translate-x-90px:focus {
    --tw-translate-x: -90px;
  }

  .xl\:focus\:-translate-x-91px:focus {
    --tw-translate-x: -91px;
  }

  .xl\:focus\:-translate-x-92px:focus {
    --tw-translate-x: -92px;
  }

  .xl\:focus\:-translate-x-93px:focus {
    --tw-translate-x: -93px;
  }

  .xl\:focus\:-translate-x-94px:focus {
    --tw-translate-x: -94px;
  }

  .xl\:focus\:-translate-x-95px:focus {
    --tw-translate-x: -95px;
  }

  .xl\:focus\:-translate-x-96px:focus {
    --tw-translate-x: -96px;
  }

  .xl\:focus\:-translate-x-97px:focus {
    --tw-translate-x: -97px;
  }

  .xl\:focus\:-translate-x-98px:focus {
    --tw-translate-x: -98px;
  }

  .xl\:focus\:-translate-x-99px:focus {
    --tw-translate-x: -99px;
  }

  .xl\:focus\:-translate-x-100px:focus {
    --tw-translate-x: -100px;
  }

  .xl\:focus\:-translate-x-101px:focus {
    --tw-translate-x: -101px;
  }

  .xl\:focus\:-translate-x-102px:focus {
    --tw-translate-x: -102px;
  }

  .xl\:focus\:-translate-x-103px:focus {
    --tw-translate-x: -103px;
  }

  .xl\:focus\:-translate-x-104px:focus {
    --tw-translate-x: -104px;
  }

  .xl\:focus\:-translate-x-105px:focus {
    --tw-translate-x: -105px;
  }

  .xl\:focus\:-translate-x-106px:focus {
    --tw-translate-x: -106px;
  }

  .xl\:focus\:-translate-x-107px:focus {
    --tw-translate-x: -107px;
  }

  .xl\:focus\:-translate-x-108px:focus {
    --tw-translate-x: -108px;
  }

  .xl\:focus\:-translate-x-109px:focus {
    --tw-translate-x: -109px;
  }

  .xl\:focus\:-translate-x-110px:focus {
    --tw-translate-x: -110px;
  }

  .xl\:focus\:-translate-x-111px:focus {
    --tw-translate-x: -111px;
  }

  .xl\:focus\:-translate-x-112px:focus {
    --tw-translate-x: -112px;
  }

  .xl\:focus\:-translate-x-113px:focus {
    --tw-translate-x: -113px;
  }

  .xl\:focus\:-translate-x-114px:focus {
    --tw-translate-x: -114px;
  }

  .xl\:focus\:-translate-x-115px:focus {
    --tw-translate-x: -115px;
  }

  .xl\:focus\:-translate-x-116px:focus {
    --tw-translate-x: -116px;
  }

  .xl\:focus\:-translate-x-117px:focus {
    --tw-translate-x: -117px;
  }

  .xl\:focus\:-translate-x-118px:focus {
    --tw-translate-x: -118px;
  }

  .xl\:focus\:-translate-x-119px:focus {
    --tw-translate-x: -119px;
  }

  .xl\:focus\:-translate-x-120px:focus {
    --tw-translate-x: -120px;
  }

  .xl\:focus\:-translate-x-121px:focus {
    --tw-translate-x: -121px;
  }

  .xl\:focus\:-translate-x-122px:focus {
    --tw-translate-x: -122px;
  }

  .xl\:focus\:-translate-x-123px:focus {
    --tw-translate-x: -123px;
  }

  .xl\:focus\:-translate-x-124px:focus {
    --tw-translate-x: -124px;
  }

  .xl\:focus\:-translate-x-125px:focus {
    --tw-translate-x: -125px;
  }

  .xl\:focus\:-translate-x-126px:focus {
    --tw-translate-x: -126px;
  }

  .xl\:focus\:-translate-x-127px:focus {
    --tw-translate-x: -127px;
  }

  .xl\:focus\:-translate-x-128px:focus {
    --tw-translate-x: -128px;
  }

  .xl\:focus\:-translate-x-129px:focus {
    --tw-translate-x: -129px;
  }

  .xl\:focus\:-translate-x-130px:focus {
    --tw-translate-x: -130px;
  }

  .xl\:focus\:-translate-x-133px:focus {
    --tw-translate-x: -133px;
  }

  .xl\:focus\:-translate-x-140px:focus {
    --tw-translate-x: -140px;
  }

  .xl\:focus\:-translate-x-195px:focus {
    --tw-translate-x: -195px;
  }

  .xl\:focus\:-translate-x-200px:focus {
    --tw-translate-x: -200px;
  }

  .xl\:focus\:-translate-x-210px:focus {
    --tw-translate-x: -210px;
  }

  .xl\:focus\:-translate-x-222px:focus {
    --tw-translate-x: -222px;
  }

  .xl\:focus\:-translate-x-258px:focus {
    --tw-translate-x: -258px;
  }

  .xl\:focus\:-translate-x-280px:focus {
    --tw-translate-x: -280px;
  }

  .xl\:focus\:-translate-x-334px:focus {
    --tw-translate-x: -334px;
  }

  .xl\:focus\:-translate-x-388px:focus {
    --tw-translate-x: -388px;
  }

  .xl\:focus\:-translate-x-480px:focus {
    --tw-translate-x: -480px;
  }

  .xl\:focus\:-translate-x-490px:focus {
    --tw-translate-x: -490px;
  }

  .xl\:focus\:-translate-x-505px:focus {
    --tw-translate-x: -505px;
  }

  .xl\:focus\:-translate-x-507px:focus {
    --tw-translate-x: -507px;
  }

  .xl\:focus\:-translate-x-760px:focus {
    --tw-translate-x: -760px;
  }

  .xl\:focus\:-translate-x-780px:focus {
    --tw-translate-x: -780px;
  }

  .xl\:focus\:-translate-x-980px:focus {
    --tw-translate-x: -980px;
  }

  .xl\:focus\:-translate-x-1366px:focus {
    --tw-translate-x: -1366px;
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .xl\:focus\:translate-y-1px:focus {
    --tw-translate-y: 1px;
  }

  .xl\:focus\:translate-y-2px:focus {
    --tw-translate-y: 2px;
  }

  .xl\:focus\:translate-y-3px:focus {
    --tw-translate-y: 3px;
  }

  .xl\:focus\:translate-y-4px:focus {
    --tw-translate-y: 4px;
  }

  .xl\:focus\:translate-y-5px:focus {
    --tw-translate-y: 5px;
  }

  .xl\:focus\:translate-y-6px:focus {
    --tw-translate-y: 6px;
  }

  .xl\:focus\:translate-y-7px:focus {
    --tw-translate-y: 7px;
  }

  .xl\:focus\:translate-y-8px:focus {
    --tw-translate-y: 8px;
  }

  .xl\:focus\:translate-y-9px:focus {
    --tw-translate-y: 9px;
  }

  .xl\:focus\:translate-y-10px:focus {
    --tw-translate-y: 10px;
  }

  .xl\:focus\:translate-y-11px:focus {
    --tw-translate-y: 11px;
  }

  .xl\:focus\:translate-y-12px:focus {
    --tw-translate-y: 12px;
  }

  .xl\:focus\:translate-y-13px:focus {
    --tw-translate-y: 13px;
  }

  .xl\:focus\:translate-y-14px:focus {
    --tw-translate-y: 14px;
  }

  .xl\:focus\:translate-y-15px:focus {
    --tw-translate-y: 15px;
  }

  .xl\:focus\:translate-y-16px:focus {
    --tw-translate-y: 16px;
  }

  .xl\:focus\:translate-y-17px:focus {
    --tw-translate-y: 17px;
  }

  .xl\:focus\:translate-y-18px:focus {
    --tw-translate-y: 18px;
  }

  .xl\:focus\:translate-y-19px:focus {
    --tw-translate-y: 19px;
  }

  .xl\:focus\:translate-y-20px:focus {
    --tw-translate-y: 20px;
  }

  .xl\:focus\:translate-y-21px:focus {
    --tw-translate-y: 21px;
  }

  .xl\:focus\:translate-y-22px:focus {
    --tw-translate-y: 22px;
  }

  .xl\:focus\:translate-y-23px:focus {
    --tw-translate-y: 23px;
  }

  .xl\:focus\:translate-y-24px:focus {
    --tw-translate-y: 24px;
  }

  .xl\:focus\:translate-y-25px:focus {
    --tw-translate-y: 25px;
  }

  .xl\:focus\:translate-y-26px:focus {
    --tw-translate-y: 26px;
  }

  .xl\:focus\:translate-y-27px:focus {
    --tw-translate-y: 27px;
  }

  .xl\:focus\:translate-y-28px:focus {
    --tw-translate-y: 28px;
  }

  .xl\:focus\:translate-y-29px:focus {
    --tw-translate-y: 29px;
  }

  .xl\:focus\:translate-y-30px:focus {
    --tw-translate-y: 30px;
  }

  .xl\:focus\:translate-y-31px:focus {
    --tw-translate-y: 31px;
  }

  .xl\:focus\:translate-y-32px:focus {
    --tw-translate-y: 32px;
  }

  .xl\:focus\:translate-y-33px:focus {
    --tw-translate-y: 33px;
  }

  .xl\:focus\:translate-y-34px:focus {
    --tw-translate-y: 34px;
  }

  .xl\:focus\:translate-y-35px:focus {
    --tw-translate-y: 35px;
  }

  .xl\:focus\:translate-y-36px:focus {
    --tw-translate-y: 36px;
  }

  .xl\:focus\:translate-y-37px:focus {
    --tw-translate-y: 37px;
  }

  .xl\:focus\:translate-y-38px:focus {
    --tw-translate-y: 38px;
  }

  .xl\:focus\:translate-y-39px:focus {
    --tw-translate-y: 39px;
  }

  .xl\:focus\:translate-y-40px:focus {
    --tw-translate-y: 40px;
  }

  .xl\:focus\:translate-y-41px:focus {
    --tw-translate-y: 41px;
  }

  .xl\:focus\:translate-y-42px:focus {
    --tw-translate-y: 42px;
  }

  .xl\:focus\:translate-y-43px:focus {
    --tw-translate-y: 43px;
  }

  .xl\:focus\:translate-y-44px:focus {
    --tw-translate-y: 44px;
  }

  .xl\:focus\:translate-y-45px:focus {
    --tw-translate-y: 45px;
  }

  .xl\:focus\:translate-y-46px:focus {
    --tw-translate-y: 46px;
  }

  .xl\:focus\:translate-y-47px:focus {
    --tw-translate-y: 47px;
  }

  .xl\:focus\:translate-y-48px:focus {
    --tw-translate-y: 48px;
  }

  .xl\:focus\:translate-y-49px:focus {
    --tw-translate-y: 49px;
  }

  .xl\:focus\:translate-y-50px:focus {
    --tw-translate-y: 50px;
  }

  .xl\:focus\:translate-y-51px:focus {
    --tw-translate-y: 51px;
  }

  .xl\:focus\:translate-y-52px:focus {
    --tw-translate-y: 52px;
  }

  .xl\:focus\:translate-y-53px:focus {
    --tw-translate-y: 53px;
  }

  .xl\:focus\:translate-y-54px:focus {
    --tw-translate-y: 54px;
  }

  .xl\:focus\:translate-y-55px:focus {
    --tw-translate-y: 55px;
  }

  .xl\:focus\:translate-y-56px:focus {
    --tw-translate-y: 56px;
  }

  .xl\:focus\:translate-y-57px:focus {
    --tw-translate-y: 57px;
  }

  .xl\:focus\:translate-y-58px:focus {
    --tw-translate-y: 58px;
  }

  .xl\:focus\:translate-y-59px:focus {
    --tw-translate-y: 59px;
  }

  .xl\:focus\:translate-y-60px:focus {
    --tw-translate-y: 60px;
  }

  .xl\:focus\:translate-y-61px:focus {
    --tw-translate-y: 61px;
  }

  .xl\:focus\:translate-y-62px:focus {
    --tw-translate-y: 62px;
  }

  .xl\:focus\:translate-y-63px:focus {
    --tw-translate-y: 63px;
  }

  .xl\:focus\:translate-y-64px:focus {
    --tw-translate-y: 64px;
  }

  .xl\:focus\:translate-y-65px:focus {
    --tw-translate-y: 65px;
  }

  .xl\:focus\:translate-y-66px:focus {
    --tw-translate-y: 66px;
  }

  .xl\:focus\:translate-y-67px:focus {
    --tw-translate-y: 67px;
  }

  .xl\:focus\:translate-y-68px:focus {
    --tw-translate-y: 68px;
  }

  .xl\:focus\:translate-y-69px:focus {
    --tw-translate-y: 69px;
  }

  .xl\:focus\:translate-y-70px:focus {
    --tw-translate-y: 70px;
  }

  .xl\:focus\:translate-y-71px:focus {
    --tw-translate-y: 71px;
  }

  .xl\:focus\:translate-y-72px:focus {
    --tw-translate-y: 72px;
  }

  .xl\:focus\:translate-y-73px:focus {
    --tw-translate-y: 73px;
  }

  .xl\:focus\:translate-y-74px:focus {
    --tw-translate-y: 74px;
  }

  .xl\:focus\:translate-y-75px:focus {
    --tw-translate-y: 75px;
  }

  .xl\:focus\:translate-y-76px:focus {
    --tw-translate-y: 76px;
  }

  .xl\:focus\:translate-y-77px:focus {
    --tw-translate-y: 77px;
  }

  .xl\:focus\:translate-y-78px:focus {
    --tw-translate-y: 78px;
  }

  .xl\:focus\:translate-y-79px:focus {
    --tw-translate-y: 79px;
  }

  .xl\:focus\:translate-y-80px:focus {
    --tw-translate-y: 80px;
  }

  .xl\:focus\:translate-y-81px:focus {
    --tw-translate-y: 81px;
  }

  .xl\:focus\:translate-y-82px:focus {
    --tw-translate-y: 82px;
  }

  .xl\:focus\:translate-y-83px:focus {
    --tw-translate-y: 83px;
  }

  .xl\:focus\:translate-y-84px:focus {
    --tw-translate-y: 84px;
  }

  .xl\:focus\:translate-y-85px:focus {
    --tw-translate-y: 85px;
  }

  .xl\:focus\:translate-y-86px:focus {
    --tw-translate-y: 86px;
  }

  .xl\:focus\:translate-y-87px:focus {
    --tw-translate-y: 87px;
  }

  .xl\:focus\:translate-y-88px:focus {
    --tw-translate-y: 88px;
  }

  .xl\:focus\:translate-y-89px:focus {
    --tw-translate-y: 89px;
  }

  .xl\:focus\:translate-y-90px:focus {
    --tw-translate-y: 90px;
  }

  .xl\:focus\:translate-y-91px:focus {
    --tw-translate-y: 91px;
  }

  .xl\:focus\:translate-y-92px:focus {
    --tw-translate-y: 92px;
  }

  .xl\:focus\:translate-y-93px:focus {
    --tw-translate-y: 93px;
  }

  .xl\:focus\:translate-y-94px:focus {
    --tw-translate-y: 94px;
  }

  .xl\:focus\:translate-y-95px:focus {
    --tw-translate-y: 95px;
  }

  .xl\:focus\:translate-y-96px:focus {
    --tw-translate-y: 96px;
  }

  .xl\:focus\:translate-y-97px:focus {
    --tw-translate-y: 97px;
  }

  .xl\:focus\:translate-y-98px:focus {
    --tw-translate-y: 98px;
  }

  .xl\:focus\:translate-y-99px:focus {
    --tw-translate-y: 99px;
  }

  .xl\:focus\:translate-y-100px:focus {
    --tw-translate-y: 100px;
  }

  .xl\:focus\:translate-y-101px:focus {
    --tw-translate-y: 101px;
  }

  .xl\:focus\:translate-y-102px:focus {
    --tw-translate-y: 102px;
  }

  .xl\:focus\:translate-y-103px:focus {
    --tw-translate-y: 103px;
  }

  .xl\:focus\:translate-y-104px:focus {
    --tw-translate-y: 104px;
  }

  .xl\:focus\:translate-y-105px:focus {
    --tw-translate-y: 105px;
  }

  .xl\:focus\:translate-y-106px:focus {
    --tw-translate-y: 106px;
  }

  .xl\:focus\:translate-y-107px:focus {
    --tw-translate-y: 107px;
  }

  .xl\:focus\:translate-y-108px:focus {
    --tw-translate-y: 108px;
  }

  .xl\:focus\:translate-y-109px:focus {
    --tw-translate-y: 109px;
  }

  .xl\:focus\:translate-y-110px:focus {
    --tw-translate-y: 110px;
  }

  .xl\:focus\:translate-y-111px:focus {
    --tw-translate-y: 111px;
  }

  .xl\:focus\:translate-y-112px:focus {
    --tw-translate-y: 112px;
  }

  .xl\:focus\:translate-y-113px:focus {
    --tw-translate-y: 113px;
  }

  .xl\:focus\:translate-y-114px:focus {
    --tw-translate-y: 114px;
  }

  .xl\:focus\:translate-y-115px:focus {
    --tw-translate-y: 115px;
  }

  .xl\:focus\:translate-y-116px:focus {
    --tw-translate-y: 116px;
  }

  .xl\:focus\:translate-y-117px:focus {
    --tw-translate-y: 117px;
  }

  .xl\:focus\:translate-y-118px:focus {
    --tw-translate-y: 118px;
  }

  .xl\:focus\:translate-y-119px:focus {
    --tw-translate-y: 119px;
  }

  .xl\:focus\:translate-y-120px:focus {
    --tw-translate-y: 120px;
  }

  .xl\:focus\:translate-y-121px:focus {
    --tw-translate-y: 121px;
  }

  .xl\:focus\:translate-y-122px:focus {
    --tw-translate-y: 122px;
  }

  .xl\:focus\:translate-y-123px:focus {
    --tw-translate-y: 123px;
  }

  .xl\:focus\:translate-y-124px:focus {
    --tw-translate-y: 124px;
  }

  .xl\:focus\:translate-y-125px:focus {
    --tw-translate-y: 125px;
  }

  .xl\:focus\:translate-y-126px:focus {
    --tw-translate-y: 126px;
  }

  .xl\:focus\:translate-y-127px:focus {
    --tw-translate-y: 127px;
  }

  .xl\:focus\:translate-y-128px:focus {
    --tw-translate-y: 128px;
  }

  .xl\:focus\:translate-y-129px:focus {
    --tw-translate-y: 129px;
  }

  .xl\:focus\:translate-y-130px:focus {
    --tw-translate-y: 130px;
  }

  .xl\:focus\:translate-y-133px:focus {
    --tw-translate-y: 133px;
  }

  .xl\:focus\:translate-y-140px:focus {
    --tw-translate-y: 140px;
  }

  .xl\:focus\:translate-y-195px:focus {
    --tw-translate-y: 195px;
  }

  .xl\:focus\:translate-y-200px:focus {
    --tw-translate-y: 200px;
  }

  .xl\:focus\:translate-y-210px:focus {
    --tw-translate-y: 210px;
  }

  .xl\:focus\:translate-y-222px:focus {
    --tw-translate-y: 222px;
  }

  .xl\:focus\:translate-y-258px:focus {
    --tw-translate-y: 258px;
  }

  .xl\:focus\:translate-y-280px:focus {
    --tw-translate-y: 280px;
  }

  .xl\:focus\:translate-y-334px:focus {
    --tw-translate-y: 334px;
  }

  .xl\:focus\:translate-y-388px:focus {
    --tw-translate-y: 388px;
  }

  .xl\:focus\:translate-y-480px:focus {
    --tw-translate-y: 480px;
  }

  .xl\:focus\:translate-y-490px:focus {
    --tw-translate-y: 490px;
  }

  .xl\:focus\:translate-y-505px:focus {
    --tw-translate-y: 505px;
  }

  .xl\:focus\:translate-y-507px:focus {
    --tw-translate-y: 507px;
  }

  .xl\:focus\:translate-y-760px:focus {
    --tw-translate-y: 760px;
  }

  .xl\:focus\:translate-y-780px:focus {
    --tw-translate-y: 780px;
  }

  .xl\:focus\:translate-y-980px:focus {
    --tw-translate-y: 980px;
  }

  .xl\:focus\:translate-y-1366px:focus {
    --tw-translate-y: 1366px;
  }

  .xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .xl\:focus\:-translate-y-1px:focus {
    --tw-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-2px:focus {
    --tw-translate-y: -2px;
  }

  .xl\:focus\:-translate-y-3px:focus {
    --tw-translate-y: -3px;
  }

  .xl\:focus\:-translate-y-4px:focus {
    --tw-translate-y: -4px;
  }

  .xl\:focus\:-translate-y-5px:focus {
    --tw-translate-y: -5px;
  }

  .xl\:focus\:-translate-y-6px:focus {
    --tw-translate-y: -6px;
  }

  .xl\:focus\:-translate-y-7px:focus {
    --tw-translate-y: -7px;
  }

  .xl\:focus\:-translate-y-8px:focus {
    --tw-translate-y: -8px;
  }

  .xl\:focus\:-translate-y-9px:focus {
    --tw-translate-y: -9px;
  }

  .xl\:focus\:-translate-y-10px:focus {
    --tw-translate-y: -10px;
  }

  .xl\:focus\:-translate-y-11px:focus {
    --tw-translate-y: -11px;
  }

  .xl\:focus\:-translate-y-12px:focus {
    --tw-translate-y: -12px;
  }

  .xl\:focus\:-translate-y-13px:focus {
    --tw-translate-y: -13px;
  }

  .xl\:focus\:-translate-y-14px:focus {
    --tw-translate-y: -14px;
  }

  .xl\:focus\:-translate-y-15px:focus {
    --tw-translate-y: -15px;
  }

  .xl\:focus\:-translate-y-16px:focus {
    --tw-translate-y: -16px;
  }

  .xl\:focus\:-translate-y-17px:focus {
    --tw-translate-y: -17px;
  }

  .xl\:focus\:-translate-y-18px:focus {
    --tw-translate-y: -18px;
  }

  .xl\:focus\:-translate-y-19px:focus {
    --tw-translate-y: -19px;
  }

  .xl\:focus\:-translate-y-20px:focus {
    --tw-translate-y: -20px;
  }

  .xl\:focus\:-translate-y-21px:focus {
    --tw-translate-y: -21px;
  }

  .xl\:focus\:-translate-y-22px:focus {
    --tw-translate-y: -22px;
  }

  .xl\:focus\:-translate-y-23px:focus {
    --tw-translate-y: -23px;
  }

  .xl\:focus\:-translate-y-24px:focus {
    --tw-translate-y: -24px;
  }

  .xl\:focus\:-translate-y-25px:focus {
    --tw-translate-y: -25px;
  }

  .xl\:focus\:-translate-y-26px:focus {
    --tw-translate-y: -26px;
  }

  .xl\:focus\:-translate-y-27px:focus {
    --tw-translate-y: -27px;
  }

  .xl\:focus\:-translate-y-28px:focus {
    --tw-translate-y: -28px;
  }

  .xl\:focus\:-translate-y-29px:focus {
    --tw-translate-y: -29px;
  }

  .xl\:focus\:-translate-y-30px:focus {
    --tw-translate-y: -30px;
  }

  .xl\:focus\:-translate-y-31px:focus {
    --tw-translate-y: -31px;
  }

  .xl\:focus\:-translate-y-32px:focus {
    --tw-translate-y: -32px;
  }

  .xl\:focus\:-translate-y-33px:focus {
    --tw-translate-y: -33px;
  }

  .xl\:focus\:-translate-y-34px:focus {
    --tw-translate-y: -34px;
  }

  .xl\:focus\:-translate-y-35px:focus {
    --tw-translate-y: -35px;
  }

  .xl\:focus\:-translate-y-36px:focus {
    --tw-translate-y: -36px;
  }

  .xl\:focus\:-translate-y-37px:focus {
    --tw-translate-y: -37px;
  }

  .xl\:focus\:-translate-y-38px:focus {
    --tw-translate-y: -38px;
  }

  .xl\:focus\:-translate-y-39px:focus {
    --tw-translate-y: -39px;
  }

  .xl\:focus\:-translate-y-40px:focus {
    --tw-translate-y: -40px;
  }

  .xl\:focus\:-translate-y-41px:focus {
    --tw-translate-y: -41px;
  }

  .xl\:focus\:-translate-y-42px:focus {
    --tw-translate-y: -42px;
  }

  .xl\:focus\:-translate-y-43px:focus {
    --tw-translate-y: -43px;
  }

  .xl\:focus\:-translate-y-44px:focus {
    --tw-translate-y: -44px;
  }

  .xl\:focus\:-translate-y-45px:focus {
    --tw-translate-y: -45px;
  }

  .xl\:focus\:-translate-y-46px:focus {
    --tw-translate-y: -46px;
  }

  .xl\:focus\:-translate-y-47px:focus {
    --tw-translate-y: -47px;
  }

  .xl\:focus\:-translate-y-48px:focus {
    --tw-translate-y: -48px;
  }

  .xl\:focus\:-translate-y-49px:focus {
    --tw-translate-y: -49px;
  }

  .xl\:focus\:-translate-y-50px:focus {
    --tw-translate-y: -50px;
  }

  .xl\:focus\:-translate-y-51px:focus {
    --tw-translate-y: -51px;
  }

  .xl\:focus\:-translate-y-52px:focus {
    --tw-translate-y: -52px;
  }

  .xl\:focus\:-translate-y-53px:focus {
    --tw-translate-y: -53px;
  }

  .xl\:focus\:-translate-y-54px:focus {
    --tw-translate-y: -54px;
  }

  .xl\:focus\:-translate-y-55px:focus {
    --tw-translate-y: -55px;
  }

  .xl\:focus\:-translate-y-56px:focus {
    --tw-translate-y: -56px;
  }

  .xl\:focus\:-translate-y-57px:focus {
    --tw-translate-y: -57px;
  }

  .xl\:focus\:-translate-y-58px:focus {
    --tw-translate-y: -58px;
  }

  .xl\:focus\:-translate-y-59px:focus {
    --tw-translate-y: -59px;
  }

  .xl\:focus\:-translate-y-60px:focus {
    --tw-translate-y: -60px;
  }

  .xl\:focus\:-translate-y-61px:focus {
    --tw-translate-y: -61px;
  }

  .xl\:focus\:-translate-y-62px:focus {
    --tw-translate-y: -62px;
  }

  .xl\:focus\:-translate-y-63px:focus {
    --tw-translate-y: -63px;
  }

  .xl\:focus\:-translate-y-64px:focus {
    --tw-translate-y: -64px;
  }

  .xl\:focus\:-translate-y-65px:focus {
    --tw-translate-y: -65px;
  }

  .xl\:focus\:-translate-y-66px:focus {
    --tw-translate-y: -66px;
  }

  .xl\:focus\:-translate-y-67px:focus {
    --tw-translate-y: -67px;
  }

  .xl\:focus\:-translate-y-68px:focus {
    --tw-translate-y: -68px;
  }

  .xl\:focus\:-translate-y-69px:focus {
    --tw-translate-y: -69px;
  }

  .xl\:focus\:-translate-y-70px:focus {
    --tw-translate-y: -70px;
  }

  .xl\:focus\:-translate-y-71px:focus {
    --tw-translate-y: -71px;
  }

  .xl\:focus\:-translate-y-72px:focus {
    --tw-translate-y: -72px;
  }

  .xl\:focus\:-translate-y-73px:focus {
    --tw-translate-y: -73px;
  }

  .xl\:focus\:-translate-y-74px:focus {
    --tw-translate-y: -74px;
  }

  .xl\:focus\:-translate-y-75px:focus {
    --tw-translate-y: -75px;
  }

  .xl\:focus\:-translate-y-76px:focus {
    --tw-translate-y: -76px;
  }

  .xl\:focus\:-translate-y-77px:focus {
    --tw-translate-y: -77px;
  }

  .xl\:focus\:-translate-y-78px:focus {
    --tw-translate-y: -78px;
  }

  .xl\:focus\:-translate-y-79px:focus {
    --tw-translate-y: -79px;
  }

  .xl\:focus\:-translate-y-80px:focus {
    --tw-translate-y: -80px;
  }

  .xl\:focus\:-translate-y-81px:focus {
    --tw-translate-y: -81px;
  }

  .xl\:focus\:-translate-y-82px:focus {
    --tw-translate-y: -82px;
  }

  .xl\:focus\:-translate-y-83px:focus {
    --tw-translate-y: -83px;
  }

  .xl\:focus\:-translate-y-84px:focus {
    --tw-translate-y: -84px;
  }

  .xl\:focus\:-translate-y-85px:focus {
    --tw-translate-y: -85px;
  }

  .xl\:focus\:-translate-y-86px:focus {
    --tw-translate-y: -86px;
  }

  .xl\:focus\:-translate-y-87px:focus {
    --tw-translate-y: -87px;
  }

  .xl\:focus\:-translate-y-88px:focus {
    --tw-translate-y: -88px;
  }

  .xl\:focus\:-translate-y-89px:focus {
    --tw-translate-y: -89px;
  }

  .xl\:focus\:-translate-y-90px:focus {
    --tw-translate-y: -90px;
  }

  .xl\:focus\:-translate-y-91px:focus {
    --tw-translate-y: -91px;
  }

  .xl\:focus\:-translate-y-92px:focus {
    --tw-translate-y: -92px;
  }

  .xl\:focus\:-translate-y-93px:focus {
    --tw-translate-y: -93px;
  }

  .xl\:focus\:-translate-y-94px:focus {
    --tw-translate-y: -94px;
  }

  .xl\:focus\:-translate-y-95px:focus {
    --tw-translate-y: -95px;
  }

  .xl\:focus\:-translate-y-96px:focus {
    --tw-translate-y: -96px;
  }

  .xl\:focus\:-translate-y-97px:focus {
    --tw-translate-y: -97px;
  }

  .xl\:focus\:-translate-y-98px:focus {
    --tw-translate-y: -98px;
  }

  .xl\:focus\:-translate-y-99px:focus {
    --tw-translate-y: -99px;
  }

  .xl\:focus\:-translate-y-100px:focus {
    --tw-translate-y: -100px;
  }

  .xl\:focus\:-translate-y-101px:focus {
    --tw-translate-y: -101px;
  }

  .xl\:focus\:-translate-y-102px:focus {
    --tw-translate-y: -102px;
  }

  .xl\:focus\:-translate-y-103px:focus {
    --tw-translate-y: -103px;
  }

  .xl\:focus\:-translate-y-104px:focus {
    --tw-translate-y: -104px;
  }

  .xl\:focus\:-translate-y-105px:focus {
    --tw-translate-y: -105px;
  }

  .xl\:focus\:-translate-y-106px:focus {
    --tw-translate-y: -106px;
  }

  .xl\:focus\:-translate-y-107px:focus {
    --tw-translate-y: -107px;
  }

  .xl\:focus\:-translate-y-108px:focus {
    --tw-translate-y: -108px;
  }

  .xl\:focus\:-translate-y-109px:focus {
    --tw-translate-y: -109px;
  }

  .xl\:focus\:-translate-y-110px:focus {
    --tw-translate-y: -110px;
  }

  .xl\:focus\:-translate-y-111px:focus {
    --tw-translate-y: -111px;
  }

  .xl\:focus\:-translate-y-112px:focus {
    --tw-translate-y: -112px;
  }

  .xl\:focus\:-translate-y-113px:focus {
    --tw-translate-y: -113px;
  }

  .xl\:focus\:-translate-y-114px:focus {
    --tw-translate-y: -114px;
  }

  .xl\:focus\:-translate-y-115px:focus {
    --tw-translate-y: -115px;
  }

  .xl\:focus\:-translate-y-116px:focus {
    --tw-translate-y: -116px;
  }

  .xl\:focus\:-translate-y-117px:focus {
    --tw-translate-y: -117px;
  }

  .xl\:focus\:-translate-y-118px:focus {
    --tw-translate-y: -118px;
  }

  .xl\:focus\:-translate-y-119px:focus {
    --tw-translate-y: -119px;
  }

  .xl\:focus\:-translate-y-120px:focus {
    --tw-translate-y: -120px;
  }

  .xl\:focus\:-translate-y-121px:focus {
    --tw-translate-y: -121px;
  }

  .xl\:focus\:-translate-y-122px:focus {
    --tw-translate-y: -122px;
  }

  .xl\:focus\:-translate-y-123px:focus {
    --tw-translate-y: -123px;
  }

  .xl\:focus\:-translate-y-124px:focus {
    --tw-translate-y: -124px;
  }

  .xl\:focus\:-translate-y-125px:focus {
    --tw-translate-y: -125px;
  }

  .xl\:focus\:-translate-y-126px:focus {
    --tw-translate-y: -126px;
  }

  .xl\:focus\:-translate-y-127px:focus {
    --tw-translate-y: -127px;
  }

  .xl\:focus\:-translate-y-128px:focus {
    --tw-translate-y: -128px;
  }

  .xl\:focus\:-translate-y-129px:focus {
    --tw-translate-y: -129px;
  }

  .xl\:focus\:-translate-y-130px:focus {
    --tw-translate-y: -130px;
  }

  .xl\:focus\:-translate-y-133px:focus {
    --tw-translate-y: -133px;
  }

  .xl\:focus\:-translate-y-140px:focus {
    --tw-translate-y: -140px;
  }

  .xl\:focus\:-translate-y-195px:focus {
    --tw-translate-y: -195px;
  }

  .xl\:focus\:-translate-y-200px:focus {
    --tw-translate-y: -200px;
  }

  .xl\:focus\:-translate-y-210px:focus {
    --tw-translate-y: -210px;
  }

  .xl\:focus\:-translate-y-222px:focus {
    --tw-translate-y: -222px;
  }

  .xl\:focus\:-translate-y-258px:focus {
    --tw-translate-y: -258px;
  }

  .xl\:focus\:-translate-y-280px:focus {
    --tw-translate-y: -280px;
  }

  .xl\:focus\:-translate-y-334px:focus {
    --tw-translate-y: -334px;
  }

  .xl\:focus\:-translate-y-388px:focus {
    --tw-translate-y: -388px;
  }

  .xl\:focus\:-translate-y-480px:focus {
    --tw-translate-y: -480px;
  }

  .xl\:focus\:-translate-y-490px:focus {
    --tw-translate-y: -490px;
  }

  .xl\:focus\:-translate-y-505px:focus {
    --tw-translate-y: -505px;
  }

  .xl\:focus\:-translate-y-507px:focus {
    --tw-translate-y: -507px;
  }

  .xl\:focus\:-translate-y-760px:focus {
    --tw-translate-y: -760px;
  }

  .xl\:focus\:-translate-y-780px:focus {
    --tw-translate-y: -780px;
  }

  .xl\:focus\:-translate-y-980px:focus {
    --tw-translate-y: -980px;
  }

  .xl\:focus\:-translate-y-1366px:focus {
    --tw-translate-y: -1366px;
  }

  .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 {
    animation: none;
  }

  .xl\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:animate-bounce {
    animation: bounce 1s infinite;
  }
}

@media (min-width: 1536px) {
  .\32xl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1366px) {
    .\32xl\:container {
      max-width: 1366px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  .\32xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-1px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-1px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2px * var(--tw-space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-3px > :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));
  }

  .\32xl\:space-x-3px > :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)));
  }

  .\32xl\:space-y-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4px * var(--tw-space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-5px > :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));
  }

  .\32xl\:space-x-5px > :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)));
  }

  .\32xl\:space-y-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6px * var(--tw-space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7px * var(--tw-space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-8px > :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));
  }

  .\32xl\:space-x-8px > :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)));
  }

  .\32xl\:space-y-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9px * var(--tw-space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-10px > :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));
  }

  .\32xl\:space-x-10px > :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)));
  }

  .\32xl\:space-y-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11px * var(--tw-space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-12px > :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));
  }

  .\32xl\:space-x-12px > :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)));
  }

  .\32xl\:space-y-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13px * var(--tw-space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-14px > :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));
  }

  .\32xl\:space-x-14px > :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)));
  }

  .\32xl\:space-y-15px > :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));
  }

  .\32xl\:space-x-15px > :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)));
  }

  .\32xl\:space-y-16px > :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));
  }

  .\32xl\:space-x-16px > :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)));
  }

  .\32xl\:space-y-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(17px * var(--tw-space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19px * var(--tw-space-x-reverse));
    margin-left: calc(19px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-20px > :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));
  }

  .\32xl\:space-x-20px > :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)));
  }

  .\32xl\:space-y-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(21px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21px * var(--tw-space-x-reverse));
    margin-left: calc(21px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22px * var(--tw-space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23px * var(--tw-space-x-reverse));
    margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-24px > :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));
  }

  .\32xl\:space-x-24px > :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)));
  }

  .\32xl\:space-y-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25px * var(--tw-space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26px * var(--tw-space-x-reverse));
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27px * var(--tw-space-x-reverse));
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-28px > :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));
  }

  .\32xl\:space-x-28px > :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)));
  }

  .\32xl\:space-y-29px > :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));
  }

  .\32xl\:space-x-29px > :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)));
  }

  .\32xl\:space-y-30px > :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));
  }

  .\32xl\:space-x-30px > :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)));
  }

  .\32xl\:space-y-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31px * var(--tw-space-x-reverse));
    margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-32px > :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));
  }

  .\32xl\:space-x-32px > :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)));
  }

  .\32xl\:space-y-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33px * var(--tw-space-x-reverse));
    margin-left: calc(33px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(34px * var(--tw-space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-35px > :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));
  }

  .\32xl\:space-x-35px > :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)));
  }

  .\32xl\:space-y-36px > :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));
  }

  .\32xl\:space-x-36px > :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)));
  }

  .\32xl\:space-y-37px > :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));
  }

  .\32xl\:space-x-37px > :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)));
  }

  .\32xl\:space-y-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38px * var(--tw-space-x-reverse));
    margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-39px > :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));
  }

  .\32xl\:space-x-39px > :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)));
  }

  .\32xl\:space-y-40px > :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));
  }

  .\32xl\:space-x-40px > :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)));
  }

  .\32xl\:space-y-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41px * var(--tw-space-x-reverse));
    margin-left: calc(41px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(42px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(42px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(42px * var(--tw-space-x-reverse));
    margin-left: calc(42px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(43px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(43px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(43px * var(--tw-space-x-reverse));
    margin-left: calc(43px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(44px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(44px * var(--tw-space-x-reverse));
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45px * var(--tw-space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(46px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(46px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(46px * var(--tw-space-x-reverse));
    margin-left: calc(46px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-47px > :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));
  }

  .\32xl\:space-x-47px > :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)));
  }

  .\32xl\:space-y-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(49px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(49px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(49px * var(--tw-space-x-reverse));
    margin-left: calc(49px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-50px > :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));
  }

  .\32xl\:space-x-50px > :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)));
  }

  .\32xl\:space-y-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(51px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(51px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(51px * var(--tw-space-x-reverse));
    margin-left: calc(51px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(52px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(52px * var(--tw-space-x-reverse));
    margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(53px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(53px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(53px * var(--tw-space-x-reverse));
    margin-left: calc(53px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54px * var(--tw-space-x-reverse));
    margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(55px * var(--tw-space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-56px > :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));
  }

  .\32xl\:space-x-56px > :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)));
  }

  .\32xl\:space-y-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(57px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(57px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(57px * var(--tw-space-x-reverse));
    margin-left: calc(57px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(58px * var(--tw-space-x-reverse));
    margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(59px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(59px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(59px * var(--tw-space-x-reverse));
    margin-left: calc(59px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(61px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(61px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(61px * var(--tw-space-x-reverse));
    margin-left: calc(61px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(62px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(62px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(62px * var(--tw-space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(63px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(63px * var(--tw-space-x-reverse));
    margin-left: calc(63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-64px > :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));
  }

  .\32xl\:space-x-64px > :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)));
  }

  .\32xl\:space-y-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(65px * var(--tw-space-x-reverse));
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66px * var(--tw-space-x-reverse));
    margin-left: calc(66px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(67px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(67px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(67px * var(--tw-space-x-reverse));
    margin-left: calc(67px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(68px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(68px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(68px * var(--tw-space-x-reverse));
    margin-left: calc(68px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(69px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(69px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(69px * var(--tw-space-x-reverse));
    margin-left: calc(69px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-70px > :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));
  }

  .\32xl\:space-x-70px > :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)));
  }

  .\32xl\:space-y-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(71px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(71px * var(--tw-space-x-reverse));
    margin-left: calc(71px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-72px > :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));
  }

  .\32xl\:space-x-72px > :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)));
  }

  .\32xl\:space-y-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(73px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(73px * var(--tw-space-x-reverse));
    margin-left: calc(73px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(74px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(74px * var(--tw-space-x-reverse));
    margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-75px > :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));
  }

  .\32xl\:space-x-75px > :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)));
  }

  .\32xl\:space-y-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(76px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(76px * var(--tw-space-x-reverse));
    margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(77px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(77px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(77px * var(--tw-space-x-reverse));
    margin-left: calc(77px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(78px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(78px * var(--tw-space-x-reverse));
    margin-left: calc(78px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(79px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(79px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(79px * var(--tw-space-x-reverse));
    margin-left: calc(79px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-80px > :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));
  }

  .\32xl\:space-x-80px > :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)));
  }

  .\32xl\:space-y-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(81px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(81px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(81px * var(--tw-space-x-reverse));
    margin-left: calc(81px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82px * var(--tw-space-x-reverse));
    margin-left: calc(82px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-83px > :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));
  }

  .\32xl\:space-x-83px > :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)));
  }

  .\32xl\:space-y-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(84px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(84px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(84px * var(--tw-space-x-reverse));
    margin-left: calc(84px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(85px * var(--tw-space-x-reverse));
    margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(86px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(86px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(86px * var(--tw-space-x-reverse));
    margin-left: calc(86px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(87px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(87px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(87px * var(--tw-space-x-reverse));
    margin-left: calc(87px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(88px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(88px * var(--tw-space-x-reverse));
    margin-left: calc(88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(89px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(89px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(89px * var(--tw-space-x-reverse));
    margin-left: calc(89px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90px * var(--tw-space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(91px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(91px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(91px * var(--tw-space-x-reverse));
    margin-left: calc(91px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(92px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(92px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(92px * var(--tw-space-x-reverse));
    margin-left: calc(92px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(93px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(93px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(93px * var(--tw-space-x-reverse));
    margin-left: calc(93px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(94px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(94px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(94px * var(--tw-space-x-reverse));
    margin-left: calc(94px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95px * var(--tw-space-x-reverse));
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96px * var(--tw-space-x-reverse));
    margin-left: calc(96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(97px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(97px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(97px * var(--tw-space-x-reverse));
    margin-left: calc(97px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(98px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(98px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(98px * var(--tw-space-x-reverse));
    margin-left: calc(98px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(99px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(99px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(99px * var(--tw-space-x-reverse));
    margin-left: calc(99px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-100px > :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));
  }

  .\32xl\:space-x-100px > :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)));
  }

  .\32xl\:space-y-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(101px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(101px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(101px * var(--tw-space-x-reverse));
    margin-left: calc(101px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(102px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(102px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(102px * var(--tw-space-x-reverse));
    margin-left: calc(102px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(103px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(103px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(103px * var(--tw-space-x-reverse));
    margin-left: calc(103px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(104px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(104px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(104px * var(--tw-space-x-reverse));
    margin-left: calc(104px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(105px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(105px * var(--tw-space-x-reverse));
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(106px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(106px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(106px * var(--tw-space-x-reverse));
    margin-left: calc(106px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(107px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(107px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(107px * var(--tw-space-x-reverse));
    margin-left: calc(107px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(108px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(108px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(108px * var(--tw-space-x-reverse));
    margin-left: calc(108px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(109px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(109px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(109px * var(--tw-space-x-reverse));
    margin-left: calc(109px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(110px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(110px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(110px * var(--tw-space-x-reverse));
    margin-left: calc(110px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(111px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(111px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(111px * var(--tw-space-x-reverse));
    margin-left: calc(111px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(112px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(112px * var(--tw-space-x-reverse));
    margin-left: calc(112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(113px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(113px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(113px * var(--tw-space-x-reverse));
    margin-left: calc(113px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(114px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(114px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(114px * var(--tw-space-x-reverse));
    margin-left: calc(114px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(115px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(115px * var(--tw-space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(116px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(116px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(116px * var(--tw-space-x-reverse));
    margin-left: calc(116px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(117px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(117px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(117px * var(--tw-space-x-reverse));
    margin-left: calc(117px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-118px > :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));
  }

  .\32xl\:space-x-118px > :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)));
  }

  .\32xl\:space-y-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(119px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(119px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(119px * var(--tw-space-x-reverse));
    margin-left: calc(119px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(121px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(121px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(121px * var(--tw-space-x-reverse));
    margin-left: calc(121px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(122px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(122px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(122px * var(--tw-space-x-reverse));
    margin-left: calc(122px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(123px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(123px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(123px * var(--tw-space-x-reverse));
    margin-left: calc(123px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(124px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(124px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(124px * var(--tw-space-x-reverse));
    margin-left: calc(124px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(125px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(125px * var(--tw-space-x-reverse));
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(126px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(126px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(126px * var(--tw-space-x-reverse));
    margin-left: calc(126px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(127px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(127px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(127px * var(--tw-space-x-reverse));
    margin-left: calc(127px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(128px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(128px * var(--tw-space-x-reverse));
    margin-left: calc(128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(129px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(129px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(129px * var(--tw-space-x-reverse));
    margin-left: calc(129px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-130px > :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));
  }

  .\32xl\:space-x-130px > :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)));
  }

  .\32xl\:space-y-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(133px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(133px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(133px * var(--tw-space-x-reverse));
    margin-left: calc(133px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(140px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(140px * var(--tw-space-x-reverse));
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(195px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(195px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(195px * var(--tw-space-x-reverse));
    margin-left: calc(195px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(200px * var(--tw-space-x-reverse));
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(210px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(210px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(210px * var(--tw-space-x-reverse));
    margin-left: calc(210px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(222px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(222px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(222px * var(--tw-space-x-reverse));
    margin-left: calc(222px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(258px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(258px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(258px * var(--tw-space-x-reverse));
    margin-left: calc(258px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(280px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(280px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(280px * var(--tw-space-x-reverse));
    margin-left: calc(280px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(334px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(334px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(334px * var(--tw-space-x-reverse));
    margin-left: calc(334px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(388px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(388px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(388px * var(--tw-space-x-reverse));
    margin-left: calc(388px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(480px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(480px * var(--tw-space-x-reverse));
    margin-left: calc(480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(490px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(490px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(490px * var(--tw-space-x-reverse));
    margin-left: calc(490px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(505px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(505px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(505px * var(--tw-space-x-reverse));
    margin-left: calc(505px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(507px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(507px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(507px * var(--tw-space-x-reverse));
    margin-left: calc(507px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(760px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(760px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(760px * var(--tw-space-x-reverse));
    margin-left: calc(760px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(780px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(780px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(780px * var(--tw-space-x-reverse));
    margin-left: calc(780px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(980px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(980px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(980px * var(--tw-space-x-reverse));
    margin-left: calc(980px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1366px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1366px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1366px * var(--tw-space-x-reverse));
    margin-left: calc(1366px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-1px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-1px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-2px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2px * var(--tw-space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-3px > :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));
  }

  .\32xl\:-space-x-3px > :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)));
  }

  .\32xl\:-space-y-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-4px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4px * var(--tw-space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-5px > :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));
  }

  .\32xl\:-space-x-5px > :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)));
  }

  .\32xl\:-space-y-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-6px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6px * var(--tw-space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-7px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7px * var(--tw-space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-8px > :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));
  }

  .\32xl\:-space-x-8px > :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)));
  }

  .\32xl\:-space-y-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-9px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9px * var(--tw-space-x-reverse));
    margin-left: calc(-9px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-10px > :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));
  }

  .\32xl\:-space-x-10px > :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)));
  }

  .\32xl\:-space-y-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-11px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11px * var(--tw-space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-12px > :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));
  }

  .\32xl\:-space-x-12px > :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)));
  }

  .\32xl\:-space-y-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-13px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13px * var(--tw-space-x-reverse));
    margin-left: calc(-13px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-14px > :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));
  }

  .\32xl\:-space-x-14px > :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)));
  }

  .\32xl\:-space-y-15px > :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));
  }

  .\32xl\:-space-x-15px > :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)));
  }

  .\32xl\:-space-y-16px > :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));
  }

  .\32xl\:-space-x-16px > :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)));
  }

  .\32xl\:-space-y-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-17px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-17px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-17px * var(--tw-space-x-reverse));
    margin-left: calc(-17px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-18px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px * var(--tw-space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-19px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19px * var(--tw-space-x-reverse));
    margin-left: calc(-19px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-20px > :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));
  }

  .\32xl\:-space-x-20px > :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)));
  }

  .\32xl\:-space-y-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-21px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-21px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21px * var(--tw-space-x-reverse));
    margin-left: calc(-21px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-22px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22px * var(--tw-space-x-reverse));
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-23px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23px * var(--tw-space-x-reverse));
    margin-left: calc(-23px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-24px > :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));
  }

  .\32xl\:-space-x-24px > :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)));
  }

  .\32xl\:-space-y-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-25px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25px * var(--tw-space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-26px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26px * var(--tw-space-x-reverse));
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-27px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27px * var(--tw-space-x-reverse));
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-28px > :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));
  }

  .\32xl\:-space-x-28px > :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)));
  }

  .\32xl\:-space-y-29px > :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));
  }

  .\32xl\:-space-x-29px > :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)));
  }

  .\32xl\:-space-y-30px > :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));
  }

  .\32xl\:-space-x-30px > :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)));
  }

  .\32xl\:-space-y-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-31px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31px * var(--tw-space-x-reverse));
    margin-left: calc(-31px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-32px > :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));
  }

  .\32xl\:-space-x-32px > :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)));
  }

  .\32xl\:-space-y-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-33px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33px * var(--tw-space-x-reverse));
    margin-left: calc(-33px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-34px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-34px * var(--tw-space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-35px > :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));
  }

  .\32xl\:-space-x-35px > :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)));
  }

  .\32xl\:-space-y-36px > :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));
  }

  .\32xl\:-space-x-36px > :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)));
  }

  .\32xl\:-space-y-37px > :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));
  }

  .\32xl\:-space-x-37px > :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)));
  }

  .\32xl\:-space-y-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-38px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38px * var(--tw-space-x-reverse));
    margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-39px > :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));
  }

  .\32xl\:-space-x-39px > :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)));
  }

  .\32xl\:-space-y-40px > :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));
  }

  .\32xl\:-space-x-40px > :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)));
  }

  .\32xl\:-space-y-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-41px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41px * var(--tw-space-x-reverse));
    margin-left: calc(-41px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-42px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-42px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-42px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-42px * var(--tw-space-x-reverse));
    margin-left: calc(-42px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-43px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-43px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-43px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-43px * var(--tw-space-x-reverse));
    margin-left: calc(-43px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-44px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-44px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-44px * var(--tw-space-x-reverse));
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-45px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45px * var(--tw-space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-46px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-46px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-46px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-46px * var(--tw-space-x-reverse));
    margin-left: calc(-46px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-47px > :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));
  }

  .\32xl\:-space-x-47px > :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)));
  }

  .\32xl\:-space-y-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-48px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px * var(--tw-space-x-reverse));
    margin-left: calc(-48px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-49px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-49px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-49px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-49px * var(--tw-space-x-reverse));
    margin-left: calc(-49px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-50px > :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));
  }

  .\32xl\:-space-x-50px > :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)));
  }

  .\32xl\:-space-y-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-51px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-51px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-51px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-51px * var(--tw-space-x-reverse));
    margin-left: calc(-51px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-52px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-52px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-52px * var(--tw-space-x-reverse));
    margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-53px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-53px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-53px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-53px * var(--tw-space-x-reverse));
    margin-left: calc(-53px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-54px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54px * var(--tw-space-x-reverse));
    margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-55px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-55px * var(--tw-space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-56px > :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));
  }

  .\32xl\:-space-x-56px > :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)));
  }

  .\32xl\:-space-y-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-57px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-57px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-57px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-57px * var(--tw-space-x-reverse));
    margin-left: calc(-57px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-58px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-58px * var(--tw-space-x-reverse));
    margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-59px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-59px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-59px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-59px * var(--tw-space-x-reverse));
    margin-left: calc(-59px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-60px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-61px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-61px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-61px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-61px * var(--tw-space-x-reverse));
    margin-left: calc(-61px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-62px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-62px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-62px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-62px * var(--tw-space-x-reverse));
    margin-left: calc(-62px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-63px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-63px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-63px * var(--tw-space-x-reverse));
    margin-left: calc(-63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-64px > :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));
  }

  .\32xl\:-space-x-64px > :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)));
  }

  .\32xl\:-space-y-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-65px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-65px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-65px * var(--tw-space-x-reverse));
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-66px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66px * var(--tw-space-x-reverse));
    margin-left: calc(-66px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-67px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-67px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-67px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-67px * var(--tw-space-x-reverse));
    margin-left: calc(-67px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-68px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-68px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-68px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-68px * var(--tw-space-x-reverse));
    margin-left: calc(-68px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-69px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-69px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-69px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-69px * var(--tw-space-x-reverse));
    margin-left: calc(-69px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-70px > :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));
  }

  .\32xl\:-space-x-70px > :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)));
  }

  .\32xl\:-space-y-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-71px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-71px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-71px * var(--tw-space-x-reverse));
    margin-left: calc(-71px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-72px > :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));
  }

  .\32xl\:-space-x-72px > :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)));
  }

  .\32xl\:-space-y-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-73px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-73px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-73px * var(--tw-space-x-reverse));
    margin-left: calc(-73px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-74px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-74px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-74px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-74px * var(--tw-space-x-reverse));
    margin-left: calc(-74px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-75px > :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));
  }

  .\32xl\:-space-x-75px > :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)));
  }

  .\32xl\:-space-y-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-76px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-76px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-76px * var(--tw-space-x-reverse));
    margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-77px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-77px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-77px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-77px * var(--tw-space-x-reverse));
    margin-left: calc(-77px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-78px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-78px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-78px * var(--tw-space-x-reverse));
    margin-left: calc(-78px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-79px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-79px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-79px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-79px * var(--tw-space-x-reverse));
    margin-left: calc(-79px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-80px > :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));
  }

  .\32xl\:-space-x-80px > :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)));
  }

  .\32xl\:-space-y-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-81px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-81px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-81px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-81px * var(--tw-space-x-reverse));
    margin-left: calc(-81px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-82px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82px * var(--tw-space-x-reverse));
    margin-left: calc(-82px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-83px > :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));
  }

  .\32xl\:-space-x-83px > :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)));
  }

  .\32xl\:-space-y-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-84px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-84px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-84px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-84px * var(--tw-space-x-reverse));
    margin-left: calc(-84px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-85px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-85px * var(--tw-space-x-reverse));
    margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-86px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-86px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-86px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-86px * var(--tw-space-x-reverse));
    margin-left: calc(-86px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-87px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-87px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-87px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-87px * var(--tw-space-x-reverse));
    margin-left: calc(-87px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-88px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-88px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-88px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-88px * var(--tw-space-x-reverse));
    margin-left: calc(-88px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-89px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-89px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-89px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-89px * var(--tw-space-x-reverse));
    margin-left: calc(-89px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-90px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90px * var(--tw-space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-91px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-91px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-91px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-91px * var(--tw-space-x-reverse));
    margin-left: calc(-91px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-92px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-92px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-92px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-92px * var(--tw-space-x-reverse));
    margin-left: calc(-92px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-93px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-93px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-93px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-93px * var(--tw-space-x-reverse));
    margin-left: calc(-93px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-94px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-94px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-94px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-94px * var(--tw-space-x-reverse));
    margin-left: calc(-94px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-95px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95px * var(--tw-space-x-reverse));
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-96px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px * var(--tw-space-x-reverse));
    margin-left: calc(-96px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-97px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-97px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-97px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-97px * var(--tw-space-x-reverse));
    margin-left: calc(-97px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-98px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-98px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-98px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-98px * var(--tw-space-x-reverse));
    margin-left: calc(-98px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-99px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-99px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-99px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-99px * var(--tw-space-x-reverse));
    margin-left: calc(-99px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-100px > :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));
  }

  .\32xl\:-space-x-100px > :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)));
  }

  .\32xl\:-space-y-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-101px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-101px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-101px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-101px * var(--tw-space-x-reverse));
    margin-left: calc(-101px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-102px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-102px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-102px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-102px * var(--tw-space-x-reverse));
    margin-left: calc(-102px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-103px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-103px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-103px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-103px * var(--tw-space-x-reverse));
    margin-left: calc(-103px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-104px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-104px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-104px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-104px * var(--tw-space-x-reverse));
    margin-left: calc(-104px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-105px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-105px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-105px * var(--tw-space-x-reverse));
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-106px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-106px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-106px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-106px * var(--tw-space-x-reverse));
    margin-left: calc(-106px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-107px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-107px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-107px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-107px * var(--tw-space-x-reverse));
    margin-left: calc(-107px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-108px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-108px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-108px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-108px * var(--tw-space-x-reverse));
    margin-left: calc(-108px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-109px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-109px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-109px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-109px * var(--tw-space-x-reverse));
    margin-left: calc(-109px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-110px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-110px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-110px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-110px * var(--tw-space-x-reverse));
    margin-left: calc(-110px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-111px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-111px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-111px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-111px * var(--tw-space-x-reverse));
    margin-left: calc(-111px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-112px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-112px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-112px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-112px * var(--tw-space-x-reverse));
    margin-left: calc(-112px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-113px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-113px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-113px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-113px * var(--tw-space-x-reverse));
    margin-left: calc(-113px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-114px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-114px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-114px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-114px * var(--tw-space-x-reverse));
    margin-left: calc(-114px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-115px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-115px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-115px * var(--tw-space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-116px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-116px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-116px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-116px * var(--tw-space-x-reverse));
    margin-left: calc(-116px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-117px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-117px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-117px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-117px * var(--tw-space-x-reverse));
    margin-left: calc(-117px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-118px > :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));
  }

  .\32xl\:-space-x-118px > :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)));
  }

  .\32xl\:-space-y-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-119px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-119px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-119px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-119px * var(--tw-space-x-reverse));
    margin-left: calc(-119px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-120px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-121px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-121px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-121px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-121px * var(--tw-space-x-reverse));
    margin-left: calc(-121px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-122px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-122px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-122px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-122px * var(--tw-space-x-reverse));
    margin-left: calc(-122px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-123px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-123px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-123px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-123px * var(--tw-space-x-reverse));
    margin-left: calc(-123px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-124px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-124px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-124px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-124px * var(--tw-space-x-reverse));
    margin-left: calc(-124px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-125px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-125px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-125px * var(--tw-space-x-reverse));
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-126px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-126px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-126px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-126px * var(--tw-space-x-reverse));
    margin-left: calc(-126px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-127px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-127px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-127px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-127px * var(--tw-space-x-reverse));
    margin-left: calc(-127px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-128px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-128px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-128px * var(--tw-space-x-reverse));
    margin-left: calc(-128px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-129px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-129px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-129px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-129px * var(--tw-space-x-reverse));
    margin-left: calc(-129px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-130px > :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));
  }

  .\32xl\:-space-x-130px > :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)));
  }

  .\32xl\:-space-y-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-133px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-133px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-133px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-133px * var(--tw-space-x-reverse));
    margin-left: calc(-133px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-140px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-140px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-140px * var(--tw-space-x-reverse));
    margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-195px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-195px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-195px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-195px * var(--tw-space-x-reverse));
    margin-left: calc(-195px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-200px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-200px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-200px * var(--tw-space-x-reverse));
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-210px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-210px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-210px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-210px * var(--tw-space-x-reverse));
    margin-left: calc(-210px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-222px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-222px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-222px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-222px * var(--tw-space-x-reverse));
    margin-left: calc(-222px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-258px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-258px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-258px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-258px * var(--tw-space-x-reverse));
    margin-left: calc(-258px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-280px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-280px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-280px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-280px * var(--tw-space-x-reverse));
    margin-left: calc(-280px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-334px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-334px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-334px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-334px * var(--tw-space-x-reverse));
    margin-left: calc(-334px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-388px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-388px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-388px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-388px * var(--tw-space-x-reverse));
    margin-left: calc(-388px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-480px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-480px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-480px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-480px * var(--tw-space-x-reverse));
    margin-left: calc(-480px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-490px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-490px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-490px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-490px * var(--tw-space-x-reverse));
    margin-left: calc(-490px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-505px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-505px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-505px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-505px * var(--tw-space-x-reverse));
    margin-left: calc(-505px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-507px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-507px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-507px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-507px * var(--tw-space-x-reverse));
    margin-left: calc(-507px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-760px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-760px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-760px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-760px * var(--tw-space-x-reverse));
    margin-left: calc(-760px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-780px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-780px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-780px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-780px * var(--tw-space-x-reverse));
    margin-left: calc(-780px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-980px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-980px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-980px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-980px * var(--tw-space-x-reverse));
    margin-left: calc(-980px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1366px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1366px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-1366px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1366px * var(--tw-space-x-reverse));
    margin-left: calc(-1366px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .\32xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .\32xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .\32xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .\32xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .\32xl\:divide-main-bg > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-divide-opacity));
  }

  .\32xl\:divide-main-bg-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-divide-opacity));
  }

  .\32xl\:divide-main-bg-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-divide-opacity));
  }

  .\32xl\:divide-web-logo-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-divide-opacity));
  }

  .\32xl\:divide-public-logo-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-divide-opacity));
  }

  .\32xl\:divide-button-primary-pink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-divide-opacity));
  }

  .\32xl\:divide-button-secondary-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:divide-link-text-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sub-text-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-divide-opacity));
  }

  .\32xl\:divide-body-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-divide-opacity));
  }

  .\32xl\:divide-copyright-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-divide-opacity));
  }

  .\32xl\:divide-breadcrumb-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-divide-opacity));
  }

  .\32xl\:divide-dark-text-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-background-black-a > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-divide-opacity));
  }

  .\32xl\:divide-background-black-b > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-divide-opacity));
  }

  .\32xl\:divide-background-black-c > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-divide-opacity));
  }

  .\32xl\:divide-background-black-d > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-divide-opacity));
  }

  .\32xl\:divide-product-detail-body-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-divide-opacity));
  }

  .\32xl\:divide-primary-pink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-divide-opacity));
  }

  .\32xl\:divide-footer-divide-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-divide-opacity));
  }

  .\32xl\:divide-detail-text-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-divide-opacity));
  }

  .\32xl\:divide-detail-desc-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-divide-opacity));
  }

  .\32xl\:divide-border-brown > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 223, 214, var(--tw-divide-opacity));
  }

  .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .\32xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .\32xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .\32xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .\32xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .\32xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .\32xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .\32xl\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:appearance-none {
    -webkit-appearance: none;
            appearance: none;
  }

  .\32xl\:bg-fixed {
    background-attachment: fixed;
  }

  .\32xl\:bg-local {
    background-attachment: local;
  }

  .\32xl\:bg-scroll {
    background-attachment: scroll;
  }

  .\32xl\:bg-clip-border {
    background-clip: border-box;
  }

  .\32xl\:bg-clip-padding {
    background-clip: padding-box;
  }

  .\32xl\:bg-clip-content {
    background-clip: content-box;
  }

  .\32xl\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:bg-transparent {
    background-color: transparent;
  }

  .\32xl\:bg-current {
    background-color: currentColor;
  }

  .\32xl\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:bg-main-bg {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .\32xl\:bg-main-bg-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .\32xl\:bg-main-bg-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .\32xl\:bg-web-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .\32xl\:bg-public-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .\32xl\:bg-button-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .\32xl\:bg-button-secondary-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:bg-link-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sub-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .\32xl\:bg-body-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .\32xl\:bg-copyright-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .\32xl\:bg-breadcrumb-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .\32xl\:bg-dark-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-background-black-a {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .\32xl\:bg-background-black-b {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .\32xl\:bg-background-black-c {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .\32xl\:bg-background-black-d {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .\32xl\:bg-product-detail-body-white {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .\32xl\:bg-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .\32xl\:bg-footer-divide-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .\32xl\:bg-detail-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .\32xl\:bg-detail-desc-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .\32xl\:bg-border-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .\32xl\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-main-bg {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-main-bg-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-main-bg-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-web-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-public-logo-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-button-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-button-secondary-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-link-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sub-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-body-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-copyright-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-breadcrumb-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-dark-text-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-background-black-a {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-background-black-b {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-background-black-c {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-background-black-d {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-product-detail-body-white {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-primary-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-footer-divide-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-detail-text-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-detail-desc-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-border-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .\32xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .\32xl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-main-bg:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-main-bg-2:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-main-bg-3:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-web-logo-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-public-logo-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-button-primary-pink:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-button-secondary-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-link-text-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sub-text-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-body-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-copyright-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-breadcrumb-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-dark-text-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-background-black-a:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-background-black-b:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-background-black-c:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-background-black-d:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-product-detail-body-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-primary-pink:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-footer-divide-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-detail-text-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-detail-desc-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-border-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .\32xl\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .\32xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-main-bg:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-main-bg-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-main-bg-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-web-logo-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-public-logo-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-button-primary-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-button-secondary-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-link-text-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sub-text-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-body-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-copyright-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-breadcrumb-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-dark-text-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-background-black-a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-background-black-b:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-background-black-c:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-background-black-d:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-product-detail-body-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-primary-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-footer-divide-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-detail-text-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-detail-desc-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-border-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .\32xl\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .\32xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-main-bg:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 38, 75, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-main-bg-2:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 20, 53, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-main-bg-3:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-web-logo-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 125, 26, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-public-logo-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 109, 10, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-button-primary-pink:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 18, 91, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-button-secondary-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-link-text-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sub-text-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 144, 99, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-body-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 135, 121, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-copyright-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 213, 213, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-breadcrumb-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 147, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-dark-text-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-background-black-a:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-background-black-b:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 52, 69, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-background-black-c:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 21, 49, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-background-black-d:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 8, 34, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-product-detail-body-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 243, 239, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-primary-pink:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 37, 37, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-footer-divide-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 84, 103, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-detail-text-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(106, 81, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-detail-desc-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 96, 81, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-border-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 223, 214, var(--tw-bg-opacity));
  }

  .\32xl\:bg-none {
    background-image: none;
  }

  .\32xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:from-main-bg {
    --tw-gradient-from: #20264B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .\32xl\:from-main-bg-2 {
    --tw-gradient-from: #101435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .\32xl\:from-main-bg-3 {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .\32xl\:from-web-logo-brown {
    --tw-gradient-from: #B27D1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .\32xl\:from-public-logo-brown {
    --tw-gradient-from: #9A6D0A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .\32xl\:from-button-primary-pink {
    --tw-gradient-from: #CF125B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .\32xl\:from-button-secondary-black {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-link-text-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:from-sub-text-brown {
    --tw-gradient-from: #A29063;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .\32xl\:from-body-brown {
    --tw-gradient-from: #8D8779;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .\32xl\:from-copyright-gray {
    --tw-gradient-from: #D5D5D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .\32xl\:from-breadcrumb-gray {
    --tw-gradient-from: #858593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .\32xl\:from-dark-text-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:from-background-black-a {
    --tw-gradient-from: #191919;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .\32xl\:from-background-black-b {
    --tw-gradient-from: #343445;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .\32xl\:from-background-black-c {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .\32xl\:from-background-black-d {
    --tw-gradient-from: #040822;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .\32xl\:from-product-detail-body-white {
    --tw-gradient-from: #F7F3EF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .\32xl\:from-primary-pink {
    --tw-gradient-from: #D52525;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .\32xl\:from-footer-divide-gray {
    --tw-gradient-from: #545467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .\32xl\:from-detail-text-brown {
    --tw-gradient-from: #6A510E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .\32xl\:from-detail-desc-brown {
    --tw-gradient-from: #676051;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .\32xl\:from-border-brown {
    --tw-gradient-from: #E8DFD6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .\32xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:via-main-bg {
    --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .\32xl\:via-main-bg-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .\32xl\:via-main-bg-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .\32xl\:via-web-logo-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .\32xl\:via-public-logo-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .\32xl\:via-button-primary-pink {
    --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .\32xl\:via-button-secondary-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-link-text-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:via-sub-text-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .\32xl\:via-body-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .\32xl\:via-copyright-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .\32xl\:via-breadcrumb-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .\32xl\:via-dark-text-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:via-background-black-a {
    --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .\32xl\:via-background-black-b {
    --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .\32xl\:via-background-black-c {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .\32xl\:via-background-black-d {
    --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .\32xl\:via-product-detail-body-white {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .\32xl\:via-primary-pink {
    --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .\32xl\:via-footer-divide-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .\32xl\:via-detail-text-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .\32xl\:via-detail-desc-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .\32xl\:via-border-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .\32xl\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .\32xl\:to-current {
    --tw-gradient-to: currentColor;
  }

  .\32xl\:to-black {
    --tw-gradient-to: #000;
  }

  .\32xl\:to-white {
    --tw-gradient-to: #fff;
  }

  .\32xl\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .\32xl\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .\32xl\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .\32xl\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .\32xl\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .\32xl\:to-main-bg {
    --tw-gradient-to: #20264B;
  }

  .\32xl\:to-main-bg-2 {
    --tw-gradient-to: #101435;
  }

  .\32xl\:to-main-bg-3 {
    --tw-gradient-to: #101531;
  }

  .\32xl\:to-web-logo-brown {
    --tw-gradient-to: #B27D1A;
  }

  .\32xl\:to-public-logo-brown {
    --tw-gradient-to: #9A6D0A;
  }

  .\32xl\:to-button-primary-pink {
    --tw-gradient-to: #CF125B;
  }

  .\32xl\:to-button-secondary-black {
    --tw-gradient-to: #000000;
  }

  .\32xl\:to-link-text-white {
    --tw-gradient-to: #ffffff;
  }

  .\32xl\:to-sub-text-brown {
    --tw-gradient-to: #A29063;
  }

  .\32xl\:to-body-brown {
    --tw-gradient-to: #8D8779;
  }

  .\32xl\:to-copyright-gray {
    --tw-gradient-to: #D5D5D5;
  }

  .\32xl\:to-breadcrumb-gray {
    --tw-gradient-to: #858593;
  }

  .\32xl\:to-dark-text-white {
    --tw-gradient-to: #ffffff;
  }

  .\32xl\:to-background-black-a {
    --tw-gradient-to: #191919;
  }

  .\32xl\:to-background-black-b {
    --tw-gradient-to: #343445;
  }

  .\32xl\:to-background-black-c {
    --tw-gradient-to: #101531;
  }

  .\32xl\:to-background-black-d {
    --tw-gradient-to: #040822;
  }

  .\32xl\:to-product-detail-body-white {
    --tw-gradient-to: #F7F3EF;
  }

  .\32xl\:to-primary-pink {
    --tw-gradient-to: #D52525;
  }

  .\32xl\:to-footer-divide-gray {
    --tw-gradient-to: #545467;
  }

  .\32xl\:to-detail-text-brown {
    --tw-gradient-to: #6A510E;
  }

  .\32xl\:to-detail-desc-brown {
    --tw-gradient-to: #676051;
  }

  .\32xl\:to-border-brown {
    --tw-gradient-to: #E8DFD6;
  }

  .\32xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:hover\:from-main-bg:hover {
    --tw-gradient-from: #20264B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .\32xl\:hover\:from-main-bg-2:hover {
    --tw-gradient-from: #101435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .\32xl\:hover\:from-main-bg-3:hover {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .\32xl\:hover\:from-web-logo-brown:hover {
    --tw-gradient-from: #B27D1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .\32xl\:hover\:from-public-logo-brown:hover {
    --tw-gradient-from: #9A6D0A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .\32xl\:hover\:from-button-primary-pink:hover {
    --tw-gradient-from: #CF125B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .\32xl\:hover\:from-button-secondary-black:hover {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-link-text-white:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:from-sub-text-brown:hover {
    --tw-gradient-from: #A29063;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .\32xl\:hover\:from-body-brown:hover {
    --tw-gradient-from: #8D8779;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .\32xl\:hover\:from-copyright-gray:hover {
    --tw-gradient-from: #D5D5D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .\32xl\:hover\:from-breadcrumb-gray:hover {
    --tw-gradient-from: #858593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .\32xl\:hover\:from-dark-text-white:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:from-background-black-a:hover {
    --tw-gradient-from: #191919;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .\32xl\:hover\:from-background-black-b:hover {
    --tw-gradient-from: #343445;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .\32xl\:hover\:from-background-black-c:hover {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .\32xl\:hover\:from-background-black-d:hover {
    --tw-gradient-from: #040822;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .\32xl\:hover\:from-product-detail-body-white:hover {
    --tw-gradient-from: #F7F3EF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .\32xl\:hover\:from-primary-pink:hover {
    --tw-gradient-from: #D52525;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .\32xl\:hover\:from-footer-divide-gray:hover {
    --tw-gradient-from: #545467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .\32xl\:hover\:from-detail-text-brown:hover {
    --tw-gradient-from: #6A510E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .\32xl\:hover\:from-detail-desc-brown:hover {
    --tw-gradient-from: #676051;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .\32xl\:hover\:from-border-brown:hover {
    --tw-gradient-from: #E8DFD6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .\32xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:hover\:via-main-bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .\32xl\:hover\:via-main-bg-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .\32xl\:hover\:via-main-bg-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .\32xl\:hover\:via-web-logo-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .\32xl\:hover\:via-public-logo-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .\32xl\:hover\:via-button-primary-pink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .\32xl\:hover\:via-button-secondary-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-link-text-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:via-sub-text-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .\32xl\:hover\:via-body-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .\32xl\:hover\:via-copyright-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .\32xl\:hover\:via-breadcrumb-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .\32xl\:hover\:via-dark-text-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:via-background-black-a:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .\32xl\:hover\:via-background-black-b:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .\32xl\:hover\:via-background-black-c:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .\32xl\:hover\:via-background-black-d:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .\32xl\:hover\:via-product-detail-body-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .\32xl\:hover\:via-primary-pink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .\32xl\:hover\:via-footer-divide-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .\32xl\:hover\:via-detail-text-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .\32xl\:hover\:via-detail-desc-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .\32xl\:hover\:via-border-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .\32xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .\32xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .\32xl\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .\32xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .\32xl\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .\32xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .\32xl\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .\32xl\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .\32xl\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .\32xl\:hover\:to-main-bg:hover {
    --tw-gradient-to: #20264B;
  }

  .\32xl\:hover\:to-main-bg-2:hover {
    --tw-gradient-to: #101435;
  }

  .\32xl\:hover\:to-main-bg-3:hover {
    --tw-gradient-to: #101531;
  }

  .\32xl\:hover\:to-web-logo-brown:hover {
    --tw-gradient-to: #B27D1A;
  }

  .\32xl\:hover\:to-public-logo-brown:hover {
    --tw-gradient-to: #9A6D0A;
  }

  .\32xl\:hover\:to-button-primary-pink:hover {
    --tw-gradient-to: #CF125B;
  }

  .\32xl\:hover\:to-button-secondary-black:hover {
    --tw-gradient-to: #000000;
  }

  .\32xl\:hover\:to-link-text-white:hover {
    --tw-gradient-to: #ffffff;
  }

  .\32xl\:hover\:to-sub-text-brown:hover {
    --tw-gradient-to: #A29063;
  }

  .\32xl\:hover\:to-body-brown:hover {
    --tw-gradient-to: #8D8779;
  }

  .\32xl\:hover\:to-copyright-gray:hover {
    --tw-gradient-to: #D5D5D5;
  }

  .\32xl\:hover\:to-breadcrumb-gray:hover {
    --tw-gradient-to: #858593;
  }

  .\32xl\:hover\:to-dark-text-white:hover {
    --tw-gradient-to: #ffffff;
  }

  .\32xl\:hover\:to-background-black-a:hover {
    --tw-gradient-to: #191919;
  }

  .\32xl\:hover\:to-background-black-b:hover {
    --tw-gradient-to: #343445;
  }

  .\32xl\:hover\:to-background-black-c:hover {
    --tw-gradient-to: #101531;
  }

  .\32xl\:hover\:to-background-black-d:hover {
    --tw-gradient-to: #040822;
  }

  .\32xl\:hover\:to-product-detail-body-white:hover {
    --tw-gradient-to: #F7F3EF;
  }

  .\32xl\:hover\:to-primary-pink:hover {
    --tw-gradient-to: #D52525;
  }

  .\32xl\:hover\:to-footer-divide-gray:hover {
    --tw-gradient-to: #545467;
  }

  .\32xl\:hover\:to-detail-text-brown:hover {
    --tw-gradient-to: #6A510E;
  }

  .\32xl\:hover\:to-detail-desc-brown:hover {
    --tw-gradient-to: #676051;
  }

  .\32xl\:hover\:to-border-brown:hover {
    --tw-gradient-to: #E8DFD6;
  }

  .\32xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:focus\:from-main-bg:focus {
    --tw-gradient-from: #20264B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .\32xl\:focus\:from-main-bg-2:focus {
    --tw-gradient-from: #101435;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .\32xl\:focus\:from-main-bg-3:focus {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .\32xl\:focus\:from-web-logo-brown:focus {
    --tw-gradient-from: #B27D1A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .\32xl\:focus\:from-public-logo-brown:focus {
    --tw-gradient-from: #9A6D0A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .\32xl\:focus\:from-button-primary-pink:focus {
    --tw-gradient-from: #CF125B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .\32xl\:focus\:from-button-secondary-black:focus {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-link-text-white:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:from-sub-text-brown:focus {
    --tw-gradient-from: #A29063;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .\32xl\:focus\:from-body-brown:focus {
    --tw-gradient-from: #8D8779;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .\32xl\:focus\:from-copyright-gray:focus {
    --tw-gradient-from: #D5D5D5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .\32xl\:focus\:from-breadcrumb-gray:focus {
    --tw-gradient-from: #858593;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .\32xl\:focus\:from-dark-text-white:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:from-background-black-a:focus {
    --tw-gradient-from: #191919;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .\32xl\:focus\:from-background-black-b:focus {
    --tw-gradient-from: #343445;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .\32xl\:focus\:from-background-black-c:focus {
    --tw-gradient-from: #101531;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .\32xl\:focus\:from-background-black-d:focus {
    --tw-gradient-from: #040822;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .\32xl\:focus\:from-product-detail-body-white:focus {
    --tw-gradient-from: #F7F3EF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .\32xl\:focus\:from-primary-pink:focus {
    --tw-gradient-from: #D52525;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .\32xl\:focus\:from-footer-divide-gray:focus {
    --tw-gradient-from: #545467;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .\32xl\:focus\:from-detail-text-brown:focus {
    --tw-gradient-from: #6A510E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .\32xl\:focus\:from-detail-desc-brown:focus {
    --tw-gradient-from: #676051;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .\32xl\:focus\:from-border-brown:focus {
    --tw-gradient-from: #E8DFD6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .\32xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:focus\:via-main-bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #20264B, var(--tw-gradient-to, rgba(32, 38, 75, 0));
  }

  .\32xl\:focus\:via-main-bg-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #101435, var(--tw-gradient-to, rgba(16, 20, 53, 0));
  }

  .\32xl\:focus\:via-main-bg-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .\32xl\:focus\:via-web-logo-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B27D1A, var(--tw-gradient-to, rgba(178, 125, 26, 0));
  }

  .\32xl\:focus\:via-public-logo-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9A6D0A, var(--tw-gradient-to, rgba(154, 109, 10, 0));
  }

  .\32xl\:focus\:via-button-primary-pink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CF125B, var(--tw-gradient-to, rgba(207, 18, 91, 0));
  }

  .\32xl\:focus\:via-button-secondary-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-link-text-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:via-sub-text-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A29063, var(--tw-gradient-to, rgba(162, 144, 99, 0));
  }

  .\32xl\:focus\:via-body-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8D8779, var(--tw-gradient-to, rgba(141, 135, 121, 0));
  }

  .\32xl\:focus\:via-copyright-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D5D5D5, var(--tw-gradient-to, rgba(213, 213, 213, 0));
  }

  .\32xl\:focus\:via-breadcrumb-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #858593, var(--tw-gradient-to, rgba(133, 133, 147, 0));
  }

  .\32xl\:focus\:via-dark-text-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:via-background-black-a:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #191919, var(--tw-gradient-to, rgba(25, 25, 25, 0));
  }

  .\32xl\:focus\:via-background-black-b:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #343445, var(--tw-gradient-to, rgba(52, 52, 69, 0));
  }

  .\32xl\:focus\:via-background-black-c:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #101531, var(--tw-gradient-to, rgba(16, 21, 49, 0));
  }

  .\32xl\:focus\:via-background-black-d:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #040822, var(--tw-gradient-to, rgba(4, 8, 34, 0));
  }

  .\32xl\:focus\:via-product-detail-body-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F3EF, var(--tw-gradient-to, rgba(247, 243, 239, 0));
  }

  .\32xl\:focus\:via-primary-pink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D52525, var(--tw-gradient-to, rgba(213, 37, 37, 0));
  }

  .\32xl\:focus\:via-footer-divide-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #545467, var(--tw-gradient-to, rgba(84, 84, 103, 0));
  }

  .\32xl\:focus\:via-detail-text-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6A510E, var(--tw-gradient-to, rgba(106, 81, 14, 0));
  }

  .\32xl\:focus\:via-detail-desc-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #676051, var(--tw-gradient-to, rgba(103, 96, 81, 0));
  }

  .\32xl\:focus\:via-border-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E8DFD6, var(--tw-gradient-to, rgba(232, 223, 214, 0));
  }

  .\32xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .\32xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .\32xl\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .\32xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .\32xl\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .\32xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .\32xl\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .\32xl\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .\32xl\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .\32xl\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .\32xl\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .\32xl\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .\32xl\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .\32xl\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .\32xl\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .\32xl\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .\32xl\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .\32xl\:focus\:to-main-bg:focus {
    --tw-gradient-to: #20264B;
  }

  .\32xl\:focus\:to-main-bg-2:focus {
    --tw-gradient-to: #101435;
  }

  .\32xl\:focus\:to-main-bg-3:focus {
    --tw-gradient-to: #101531;
  }

  .\32xl\:focus\:to-web-logo-brown:focus {
    --tw-gradient-to: #B27D1A;
  }

  .\32xl\:focus\:to-public-logo-brown:focus {
    --tw-gradient-to: #9A6D0A;
  }

  .\32xl\:focus\:to-button-primary-pink:focus {
    --tw-gradient-to: #CF125B;
  }

  .\32xl\:focus\:to-button-secondary-black:focus {
    --tw-gradient-to: #000000;
  }

  .\32xl\:focus\:to-link-text-white:focus {
    --tw-gradient-to: #ffffff;
  }

  .\32xl\:focus\:to-sub-text-brown:focus {
    --tw-gradient-to: #A29063;
  }

  .\32xl\:focus\:to-body-brown:focus {
    --tw-gradient-to: #8D8779;
  }

  .\32xl\:focus\:to-copyright-gray:focus {
    --tw-gradient-to: #D5D5D5;
  }

  .\32xl\:focus\:to-breadcrumb-gray:focus {
    --tw-gradient-to: #858593;
  }

  .\32xl\:focus\:to-dark-text-white:focus {
    --tw-gradient-to: #ffffff;
  }

  .\32xl\:focus\:to-background-black-a:focus {
    --tw-gradient-to: #191919;
  }

  .\32xl\:focus\:to-background-black-b:focus {
    --tw-gradient-to: #343445;
  }

  .\32xl\:focus\:to-background-black-c:focus {
    --tw-gradient-to: #101531;
  }

  .\32xl\:focus\:to-background-black-d:focus {
    --tw-gradient-to: #040822;
  }

  .\32xl\:focus\:to-product-detail-body-white:focus {
    --tw-gradient-to: #F7F3EF;
  }

  .\32xl\:focus\:to-primary-pink:focus {
    --tw-gradient-to: #D52525;
  }

  .\32xl\:focus\:to-footer-divide-gray:focus {
    --tw-gradient-to: #545467;
  }

  .\32xl\:focus\:to-detail-text-brown:focus {
    --tw-gradient-to: #6A510E;
  }

  .\32xl\:focus\:to-detail-desc-brown:focus {
    --tw-gradient-to: #676051;
  }

  .\32xl\:focus\:to-border-brown:focus {
    --tw-gradient-to: #E8DFD6;
  }

  .\32xl\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .\32xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .\32xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .\32xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .\32xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .\32xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .\32xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .\32xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .\32xl\:bg-bottom {
    background-position: bottom;
  }

  .\32xl\:bg-center {
    background-position: center;
  }

  .\32xl\:bg-left {
    background-position: left;
  }

  .\32xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .\32xl\:bg-left-top {
    background-position: left top;
  }

  .\32xl\:bg-right {
    background-position: right;
  }

  .\32xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .\32xl\:bg-right-top {
    background-position: right top;
  }

  .\32xl\:bg-top {
    background-position: top;
  }

  .\32xl\:bg-repeat {
    background-repeat: repeat;
  }

  .\32xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .\32xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .\32xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .\32xl\:bg-repeat-round {
    background-repeat: round;
  }

  .\32xl\:bg-repeat-space {
    background-repeat: space;
  }

  .\32xl\:bg-auto {
    background-size: auto;
  }

  .\32xl\:bg-cover {
    background-size: cover;
  }

  .\32xl\:bg-contain {
    background-size: contain;
  }

  .\32xl\:border-collapse {
    border-collapse: collapse;
  }

  .\32xl\:border-separate {
    border-collapse: separate;
  }

  .\32xl\:border-transparent {
    border-color: transparent;
  }

  .\32xl\:border-current {
    border-color: currentColor;
  }

  .\32xl\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:border-main-bg {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .\32xl\:border-main-bg-2 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .\32xl\:border-main-bg-3 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .\32xl\:border-web-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .\32xl\:border-public-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .\32xl\:border-button-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .\32xl\:border-button-secondary-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:border-link-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-sub-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .\32xl\:border-body-brown {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .\32xl\:border-copyright-gray {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .\32xl\:border-breadcrumb-gray {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .\32xl\:border-dark-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-background-black-a {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .\32xl\:border-background-black-b {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .\32xl\:border-background-black-c {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .\32xl\:border-background-black-d {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .\32xl\:border-product-detail-body-white {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .\32xl\:border-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .\32xl\:border-footer-divide-gray {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .\32xl\:border-detail-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .\32xl\:border-detail-desc-brown {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .\32xl\:border-border-brown {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .\32xl\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-main-bg {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-main-bg-2 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-main-bg-3 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-web-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-public-logo-brown {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-button-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-button-secondary-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-link-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sub-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-body-brown {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-copyright-gray {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-breadcrumb-gray {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-dark-text-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-background-black-a {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-background-black-b {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-background-black-c {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-background-black-d {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-product-detail-body-white {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-primary-pink {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-footer-divide-gray {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-detail-text-brown {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-detail-desc-brown {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-border-brown {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .\32xl\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .\32xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-main-bg:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-main-bg-2:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-main-bg-3:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-web-logo-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-public-logo-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-button-primary-pink:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-button-secondary-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-link-text-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sub-text-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-body-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-copyright-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-breadcrumb-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-dark-text-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-background-black-a:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-background-black-b:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-background-black-c:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-background-black-d:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-product-detail-body-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-primary-pink:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-footer-divide-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-detail-text-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-detail-desc-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-border-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .\32xl\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .\32xl\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-main-bg:hover {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-main-bg-2:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-main-bg-3:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-web-logo-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-public-logo-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-button-primary-pink:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-button-secondary-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-link-text-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sub-text-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-body-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-copyright-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-breadcrumb-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-dark-text-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-background-black-a:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-background-black-b:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-background-black-c:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-background-black-d:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-product-detail-body-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-primary-pink:hover {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-footer-divide-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-detail-text-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-detail-desc-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-border-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .\32xl\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .\32xl\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-main-bg:focus {
    --tw-border-opacity: 1;
    border-color: rgba(32, 38, 75, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-main-bg-2:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 20, 53, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-main-bg-3:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-web-logo-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(178, 125, 26, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-public-logo-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 109, 10, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-button-primary-pink:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 18, 91, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-button-secondary-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-link-text-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sub-text-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 144, 99, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-body-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(141, 135, 121, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-copyright-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(213, 213, 213, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-breadcrumb-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 147, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-dark-text-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-background-black-a:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 25, 25, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-background-black-b:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 52, 69, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-background-black-c:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 21, 49, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-background-black-d:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 8, 34, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-product-detail-body-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 243, 239, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-primary-pink:focus {
    --tw-border-opacity: 1;
    border-color: rgba(213, 37, 37, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-footer-divide-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(84, 84, 103, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-detail-text-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(106, 81, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-detail-desc-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 96, 81, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-border-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 223, 214, var(--tw-border-opacity));
  }

  .\32xl\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .\32xl\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .\32xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .\32xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .\32xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .\32xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .\32xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .\32xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .\32xl\:rounded-none {
    border-radius: 0px;
  }

  .\32xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .\32xl\:rounded {
    border-radius: 0.25rem;
  }

  .\32xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .\32xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .\32xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .\32xl\:rounded-2xl {
    border-radius: 1rem;
  }

  .\32xl\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .\32xl\:rounded-full {
    border-radius: 9999px;
  }

  .\32xl\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .\32xl\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .\32xl\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .\32xl\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .\32xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .\32xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .\32xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .\32xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:border-solid {
    border-style: solid;
  }

  .\32xl\:border-dashed {
    border-style: dashed;
  }

  .\32xl\:border-dotted {
    border-style: dotted;
  }

  .\32xl\:border-double {
    border-style: double;
  }

  .\32xl\:border-none {
    border-style: none;
  }

  .\32xl\:border-0 {
    border-width: 0px;
  }

  .\32xl\:border-2 {
    border-width: 2px;
  }

  .\32xl\:border-4 {
    border-width: 4px;
  }

  .\32xl\:border-8 {
    border-width: 8px;
  }

  .\32xl\:border {
    border-width: 1px;
  }

  .\32xl\:border-t-0 {
    border-top-width: 0px;
  }

  .\32xl\:border-r-0 {
    border-right-width: 0px;
  }

  .\32xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .\32xl\:border-l-0 {
    border-left-width: 0px;
  }

  .\32xl\:border-t-2 {
    border-top-width: 2px;
  }

  .\32xl\:border-r-2 {
    border-right-width: 2px;
  }

  .\32xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .\32xl\:border-l-2 {
    border-left-width: 2px;
  }

  .\32xl\:border-t-4 {
    border-top-width: 4px;
  }

  .\32xl\:border-r-4 {
    border-right-width: 4px;
  }

  .\32xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .\32xl\:border-l-4 {
    border-left-width: 4px;
  }

  .\32xl\:border-t-8 {
    border-top-width: 8px;
  }

  .\32xl\:border-r-8 {
    border-right-width: 8px;
  }

  .\32xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .\32xl\:border-l-8 {
    border-left-width: 8px;
  }

  .\32xl\:border-t {
    border-top-width: 1px;
  }

  .\32xl\:border-r {
    border-right-width: 1px;
  }

  .\32xl\:border-b {
    border-bottom-width: 1px;
  }

  .\32xl\:border-l {
    border-left-width: 1px;
  }

  .\32xl\:box-border {
    box-sizing: border-box;
  }

  .\32xl\:box-content {
    box-sizing: content-box;
  }

  .\32xl\:cursor-auto {
    cursor: auto;
  }

  .\32xl\:cursor-default {
    cursor: default;
  }

  .\32xl\:cursor-pointer {
    cursor: pointer;
  }

  .\32xl\:cursor-wait {
    cursor: wait;
  }

  .\32xl\:cursor-text {
    cursor: text;
  }

  .\32xl\:cursor-move {
    cursor: move;
  }

  .\32xl\:cursor-help {
    cursor: help;
  }

  .\32xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:inline-block {
    display: inline-block;
  }

  .\32xl\:inline {
    display: inline;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:inline-flex {
    display: inline-flex;
  }

  .\32xl\:table {
    display: table;
  }

  .\32xl\:table-caption {
    display: table-caption;
  }

  .\32xl\:table-cell {
    display: table-cell;
  }

  .\32xl\:table-column {
    display: table-column;
  }

  .\32xl\:table-column-group {
    display: table-column-group;
  }

  .\32xl\:table-footer-group {
    display: table-footer-group;
  }

  .\32xl\:table-header-group {
    display: table-header-group;
  }

  .\32xl\:table-row-group {
    display: table-row-group;
  }

  .\32xl\:table-row {
    display: table-row;
  }

  .\32xl\:flow-root {
    display: flow-root;
  }

  .\32xl\:grid {
    display: grid;
  }

  .\32xl\:inline-grid {
    display: inline-grid;
  }

  .\32xl\:contents {
    display: contents;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:flex-row {
    flex-direction: row;
  }

  .\32xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .\32xl\:flex-col {
    flex-direction: column;
  }

  .\32xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .\32xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .\32xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .\32xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .\32xl\:place-items-auto {
    place-items: auto;
  }

  .\32xl\:place-items-start {
    place-items: start;
  }

  .\32xl\:place-items-end {
    place-items: end;
  }

  .\32xl\:place-items-center {
    place-items: center;
  }

  .\32xl\:place-items-stretch {
    place-items: stretch;
  }

  .\32xl\:place-content-center {
    place-content: center;
  }

  .\32xl\:place-content-start {
    place-content: start;
  }

  .\32xl\:place-content-end {
    place-content: end;
  }

  .\32xl\:place-content-between {
    place-content: space-between;
  }

  .\32xl\:place-content-around {
    place-content: space-around;
  }

  .\32xl\:place-content-evenly {
    place-content: space-evenly;
  }

  .\32xl\:place-content-stretch {
    place-content: stretch;
  }

  .\32xl\:place-self-auto {
    place-self: auto;
  }

  .\32xl\:place-self-start {
    place-self: start;
  }

  .\32xl\:place-self-end {
    place-self: end;
  }

  .\32xl\:place-self-center {
    place-self: center;
  }

  .\32xl\:place-self-stretch {
    place-self: stretch;
  }

  .\32xl\:items-start {
    align-items: flex-start;
  }

  .\32xl\:items-end {
    align-items: flex-end;
  }

  .\32xl\:items-center {
    align-items: center;
  }

  .\32xl\:items-baseline {
    align-items: baseline;
  }

  .\32xl\:items-stretch {
    align-items: stretch;
  }

  .\32xl\:content-center {
    align-content: center;
  }

  .\32xl\:content-start {
    align-content: flex-start;
  }

  .\32xl\:content-end {
    align-content: flex-end;
  }

  .\32xl\:content-between {
    align-content: space-between;
  }

  .\32xl\:content-around {
    align-content: space-around;
  }

  .\32xl\:content-evenly {
    align-content: space-evenly;
  }

  .\32xl\:self-auto {
    align-self: auto;
  }

  .\32xl\:self-start {
    align-self: flex-start;
  }

  .\32xl\:self-end {
    align-self: flex-end;
  }

  .\32xl\:self-center {
    align-self: center;
  }

  .\32xl\:self-stretch {
    align-self: stretch;
  }

  .\32xl\:justify-items-auto {
    justify-items: auto;
  }

  .\32xl\:justify-items-start {
    justify-items: start;
  }

  .\32xl\:justify-items-end {
    justify-items: end;
  }

  .\32xl\:justify-items-center {
    justify-items: center;
  }

  .\32xl\:justify-items-stretch {
    justify-items: stretch;
  }

  .\32xl\:justify-start {
    justify-content: flex-start;
  }

  .\32xl\:justify-end {
    justify-content: flex-end;
  }

  .\32xl\:justify-center {
    justify-content: center;
  }

  .\32xl\:justify-between {
    justify-content: space-between;
  }

  .\32xl\:justify-around {
    justify-content: space-around;
  }

  .\32xl\:justify-evenly {
    justify-content: space-evenly;
  }

  .\32xl\:justify-self-auto {
    justify-self: auto;
  }

  .\32xl\:justify-self-start {
    justify-self: start;
  }

  .\32xl\:justify-self-end {
    justify-self: end;
  }

  .\32xl\:justify-self-center {
    justify-self: center;
  }

  .\32xl\:justify-self-stretch {
    justify-self: stretch;
  }

  .\32xl\:flex-1 {
    flex: 1 1 0%;
  }

  .\32xl\:flex-auto {
    flex: 1 1 auto;
  }

  .\32xl\:flex-initial {
    flex: 0 1 auto;
  }

  .\32xl\:flex-none {
    flex: none;
  }

  .\32xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .\32xl\:flex-grow {
    flex-grow: 1;
  }

  .\32xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .\32xl\:flex-shrink {
    flex-shrink: 1;
  }

  .\32xl\:order-1 {
    order: 1;
  }

  .\32xl\:order-2 {
    order: 2;
  }

  .\32xl\:order-3 {
    order: 3;
  }

  .\32xl\:order-4 {
    order: 4;
  }

  .\32xl\:order-5 {
    order: 5;
  }

  .\32xl\:order-6 {
    order: 6;
  }

  .\32xl\:order-7 {
    order: 7;
  }

  .\32xl\:order-8 {
    order: 8;
  }

  .\32xl\:order-9 {
    order: 9;
  }

  .\32xl\:order-10 {
    order: 10;
  }

  .\32xl\:order-11 {
    order: 11;
  }

  .\32xl\:order-12 {
    order: 12;
  }

  .\32xl\:order-first {
    order: -9999;
  }

  .\32xl\:order-last {
    order: 9999;
  }

  .\32xl\:order-none {
    order: 0;
  }

  .\32xl\:float-right {
    float: right;
  }

  .\32xl\:float-left {
    float: left;
  }

  .\32xl\:float-none {
    float: none;
  }

  .\32xl\:clear-left {
    clear: left;
  }

  .\32xl\:clear-right {
    clear: right;
  }

  .\32xl\:clear-both {
    clear: both;
  }

  .\32xl\:clear-none {
    clear: none;
  }

  .\32xl\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .\32xl\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .\32xl\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .\32xl\:font-josefin {
    font-family: Josefin Slab;
  }

  .\32xl\:font-eb-garamond {
    font-family: EB Garamond;
  }

  .\32xl\:font-hiragino-gothic {
    font-family: Hiragino Sans, Hiragino Kaku Gothic Std, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  }

  .\32xl\:font-yu-gothic {
    font-family: Yu Gothic Std, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  }

  .\32xl\:font-hiragino-mincho {
    font-family: ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, Hiragino Mincho Std, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  }

  .\32xl\:font-thin {
    font-weight: 100;
  }

  .\32xl\:font-extralight {
    font-weight: 200;
  }

  .\32xl\:font-light {
    font-weight: 300;
  }

  .\32xl\:font-normal {
    font-weight: 400;
  }

  .\32xl\:font-medium {
    font-weight: 500;
  }

  .\32xl\:font-semibold {
    font-weight: 600;
  }

  .\32xl\:font-bold {
    font-weight: 700;
  }

  .\32xl\:font-extrabold {
    font-weight: 800;
  }

  .\32xl\:font-black {
    font-weight: 900;
  }

  .\32xl\:h-0 {
    height: 0px;
  }

  .\32xl\:h-1 {
    height: 0.25rem;
  }

  .\32xl\:h-2 {
    height: 0.5rem;
  }

  .\32xl\:h-3 {
    height: 0.75rem;
  }

  .\32xl\:h-4 {
    height: 1rem;
  }

  .\32xl\:h-5 {
    height: 1.25rem;
  }

  .\32xl\:h-6 {
    height: 1.5rem;
  }

  .\32xl\:h-7 {
    height: 1.75rem;
  }

  .\32xl\:h-8 {
    height: 2rem;
  }

  .\32xl\:h-9 {
    height: 2.25rem;
  }

  .\32xl\:h-10 {
    height: 2.5rem;
  }

  .\32xl\:h-11 {
    height: 2.75rem;
  }

  .\32xl\:h-12 {
    height: 3rem;
  }

  .\32xl\:h-14 {
    height: 3.5rem;
  }

  .\32xl\:h-16 {
    height: 4rem;
  }

  .\32xl\:h-20 {
    height: 5rem;
  }

  .\32xl\:h-24 {
    height: 6rem;
  }

  .\32xl\:h-28 {
    height: 7rem;
  }

  .\32xl\:h-32 {
    height: 8rem;
  }

  .\32xl\:h-36 {
    height: 9rem;
  }

  .\32xl\:h-40 {
    height: 10rem;
  }

  .\32xl\:h-44 {
    height: 11rem;
  }

  .\32xl\:h-48 {
    height: 12rem;
  }

  .\32xl\:h-52 {
    height: 13rem;
  }

  .\32xl\:h-56 {
    height: 14rem;
  }

  .\32xl\:h-60 {
    height: 15rem;
  }

  .\32xl\:h-64 {
    height: 16rem;
  }

  .\32xl\:h-72 {
    height: 18rem;
  }

  .\32xl\:h-80 {
    height: 20rem;
  }

  .\32xl\:h-96 {
    height: 24rem;
  }

  .\32xl\:h-auto {
    height: auto;
  }

  .\32xl\:h-px {
    height: 1px;
  }

  .\32xl\:h-0\.5 {
    height: 0.125rem;
  }

  .\32xl\:h-1\.5 {
    height: 0.375rem;
  }

  .\32xl\:h-2\.5 {
    height: 0.625rem;
  }

  .\32xl\:h-3\.5 {
    height: 0.875rem;
  }

  .\32xl\:h-1px {
    height: 1px;
  }

  .\32xl\:h-2px {
    height: 2px;
  }

  .\32xl\:h-3px {
    height: 3px;
  }

  .\32xl\:h-4px {
    height: 4px;
  }

  .\32xl\:h-5px {
    height: 5px;
  }

  .\32xl\:h-6px {
    height: 6px;
  }

  .\32xl\:h-7px {
    height: 7px;
  }

  .\32xl\:h-8px {
    height: 8px;
  }

  .\32xl\:h-9px {
    height: 9px;
  }

  .\32xl\:h-10px {
    height: 10px;
  }

  .\32xl\:h-11px {
    height: 11px;
  }

  .\32xl\:h-12px {
    height: 12px;
  }

  .\32xl\:h-13px {
    height: 13px;
  }

  .\32xl\:h-14px {
    height: 14px;
  }

  .\32xl\:h-15px {
    height: 15px;
  }

  .\32xl\:h-16px {
    height: 16px;
  }

  .\32xl\:h-17px {
    height: 17px;
  }

  .\32xl\:h-18px {
    height: 18px;
  }

  .\32xl\:h-19px {
    height: 19px;
  }

  .\32xl\:h-20px {
    height: 20px;
  }

  .\32xl\:h-21px {
    height: 21px;
  }

  .\32xl\:h-22px {
    height: 22px;
  }

  .\32xl\:h-23px {
    height: 23px;
  }

  .\32xl\:h-24px {
    height: 24px;
  }

  .\32xl\:h-25px {
    height: 25px;
  }

  .\32xl\:h-26px {
    height: 26px;
  }

  .\32xl\:h-27px {
    height: 27px;
  }

  .\32xl\:h-28px {
    height: 28px;
  }

  .\32xl\:h-29px {
    height: 29px;
  }

  .\32xl\:h-30px {
    height: 30px;
  }

  .\32xl\:h-31px {
    height: 31px;
  }

  .\32xl\:h-32px {
    height: 32px;
  }

  .\32xl\:h-33px {
    height: 33px;
  }

  .\32xl\:h-34px {
    height: 34px;
  }

  .\32xl\:h-35px {
    height: 35px;
  }

  .\32xl\:h-36px {
    height: 36px;
  }

  .\32xl\:h-37px {
    height: 37px;
  }

  .\32xl\:h-38px {
    height: 38px;
  }

  .\32xl\:h-39px {
    height: 39px;
  }

  .\32xl\:h-40px {
    height: 40px;
  }

  .\32xl\:h-41px {
    height: 41px;
  }

  .\32xl\:h-42px {
    height: 42px;
  }

  .\32xl\:h-43px {
    height: 43px;
  }

  .\32xl\:h-44px {
    height: 44px;
  }

  .\32xl\:h-45px {
    height: 45px;
  }

  .\32xl\:h-46px {
    height: 46px;
  }

  .\32xl\:h-47px {
    height: 47px;
  }

  .\32xl\:h-48px {
    height: 48px;
  }

  .\32xl\:h-49px {
    height: 49px;
  }

  .\32xl\:h-50px {
    height: 50px;
  }

  .\32xl\:h-51px {
    height: 51px;
  }

  .\32xl\:h-52px {
    height: 52px;
  }

  .\32xl\:h-53px {
    height: 53px;
  }

  .\32xl\:h-54px {
    height: 54px;
  }

  .\32xl\:h-55px {
    height: 55px;
  }

  .\32xl\:h-56px {
    height: 56px;
  }

  .\32xl\:h-57px {
    height: 57px;
  }

  .\32xl\:h-58px {
    height: 58px;
  }

  .\32xl\:h-59px {
    height: 59px;
  }

  .\32xl\:h-60px {
    height: 60px;
  }

  .\32xl\:h-61px {
    height: 61px;
  }

  .\32xl\:h-62px {
    height: 62px;
  }

  .\32xl\:h-63px {
    height: 63px;
  }

  .\32xl\:h-64px {
    height: 64px;
  }

  .\32xl\:h-65px {
    height: 65px;
  }

  .\32xl\:h-66px {
    height: 66px;
  }

  .\32xl\:h-67px {
    height: 67px;
  }

  .\32xl\:h-68px {
    height: 68px;
  }

  .\32xl\:h-69px {
    height: 69px;
  }

  .\32xl\:h-70px {
    height: 70px;
  }

  .\32xl\:h-71px {
    height: 71px;
  }

  .\32xl\:h-72px {
    height: 72px;
  }

  .\32xl\:h-73px {
    height: 73px;
  }

  .\32xl\:h-74px {
    height: 74px;
  }

  .\32xl\:h-75px {
    height: 75px;
  }

  .\32xl\:h-76px {
    height: 76px;
  }

  .\32xl\:h-77px {
    height: 77px;
  }

  .\32xl\:h-78px {
    height: 78px;
  }

  .\32xl\:h-79px {
    height: 79px;
  }

  .\32xl\:h-80px {
    height: 80px;
  }

  .\32xl\:h-81px {
    height: 81px;
  }

  .\32xl\:h-82px {
    height: 82px;
  }

  .\32xl\:h-83px {
    height: 83px;
  }

  .\32xl\:h-84px {
    height: 84px;
  }

  .\32xl\:h-85px {
    height: 85px;
  }

  .\32xl\:h-86px {
    height: 86px;
  }

  .\32xl\:h-87px {
    height: 87px;
  }

  .\32xl\:h-88px {
    height: 88px;
  }

  .\32xl\:h-89px {
    height: 89px;
  }

  .\32xl\:h-90px {
    height: 90px;
  }

  .\32xl\:h-91px {
    height: 91px;
  }

  .\32xl\:h-92px {
    height: 92px;
  }

  .\32xl\:h-93px {
    height: 93px;
  }

  .\32xl\:h-94px {
    height: 94px;
  }

  .\32xl\:h-95px {
    height: 95px;
  }

  .\32xl\:h-96px {
    height: 96px;
  }

  .\32xl\:h-97px {
    height: 97px;
  }

  .\32xl\:h-98px {
    height: 98px;
  }

  .\32xl\:h-99px {
    height: 99px;
  }

  .\32xl\:h-100px {
    height: 100px;
  }

  .\32xl\:h-101px {
    height: 101px;
  }

  .\32xl\:h-102px {
    height: 102px;
  }

  .\32xl\:h-103px {
    height: 103px;
  }

  .\32xl\:h-104px {
    height: 104px;
  }

  .\32xl\:h-105px {
    height: 105px;
  }

  .\32xl\:h-106px {
    height: 106px;
  }

  .\32xl\:h-107px {
    height: 107px;
  }

  .\32xl\:h-108px {
    height: 108px;
  }

  .\32xl\:h-109px {
    height: 109px;
  }

  .\32xl\:h-110px {
    height: 110px;
  }

  .\32xl\:h-111px {
    height: 111px;
  }

  .\32xl\:h-112px {
    height: 112px;
  }

  .\32xl\:h-113px {
    height: 113px;
  }

  .\32xl\:h-114px {
    height: 114px;
  }

  .\32xl\:h-115px {
    height: 115px;
  }

  .\32xl\:h-116px {
    height: 116px;
  }

  .\32xl\:h-117px {
    height: 117px;
  }

  .\32xl\:h-118px {
    height: 118px;
  }

  .\32xl\:h-119px {
    height: 119px;
  }

  .\32xl\:h-120px {
    height: 120px;
  }

  .\32xl\:h-121px {
    height: 121px;
  }

  .\32xl\:h-122px {
    height: 122px;
  }

  .\32xl\:h-123px {
    height: 123px;
  }

  .\32xl\:h-124px {
    height: 124px;
  }

  .\32xl\:h-125px {
    height: 125px;
  }

  .\32xl\:h-126px {
    height: 126px;
  }

  .\32xl\:h-127px {
    height: 127px;
  }

  .\32xl\:h-128px {
    height: 128px;
  }

  .\32xl\:h-129px {
    height: 129px;
  }

  .\32xl\:h-130px {
    height: 130px;
  }

  .\32xl\:h-133px {
    height: 133px;
  }

  .\32xl\:h-140px {
    height: 140px;
  }

  .\32xl\:h-195px {
    height: 195px;
  }

  .\32xl\:h-200px {
    height: 200px;
  }

  .\32xl\:h-210px {
    height: 210px;
  }

  .\32xl\:h-222px {
    height: 222px;
  }

  .\32xl\:h-258px {
    height: 258px;
  }

  .\32xl\:h-280px {
    height: 280px;
  }

  .\32xl\:h-334px {
    height: 334px;
  }

  .\32xl\:h-388px {
    height: 388px;
  }

  .\32xl\:h-480px {
    height: 480px;
  }

  .\32xl\:h-490px {
    height: 490px;
  }

  .\32xl\:h-505px {
    height: 505px;
  }

  .\32xl\:h-507px {
    height: 507px;
  }

  .\32xl\:h-760px {
    height: 760px;
  }

  .\32xl\:h-780px {
    height: 780px;
  }

  .\32xl\:h-980px {
    height: 980px;
  }

  .\32xl\:h-1366px {
    height: 1366px;
  }

  .\32xl\:h-1\/2 {
    height: 50%;
  }

  .\32xl\:h-1\/3 {
    height: 33.333333%;
  }

  .\32xl\:h-2\/3 {
    height: 66.666667%;
  }

  .\32xl\:h-1\/4 {
    height: 25%;
  }

  .\32xl\:h-2\/4 {
    height: 50%;
  }

  .\32xl\:h-3\/4 {
    height: 75%;
  }

  .\32xl\:h-1\/5 {
    height: 20%;
  }

  .\32xl\:h-2\/5 {
    height: 40%;
  }

  .\32xl\:h-3\/5 {
    height: 60%;
  }

  .\32xl\:h-4\/5 {
    height: 80%;
  }

  .\32xl\:h-1\/6 {
    height: 16.666667%;
  }

  .\32xl\:h-2\/6 {
    height: 33.333333%;
  }

  .\32xl\:h-3\/6 {
    height: 50%;
  }

  .\32xl\:h-4\/6 {
    height: 66.666667%;
  }

  .\32xl\:h-5\/6 {
    height: 83.333333%;
  }

  .\32xl\:h-full {
    height: 100%;
  }

  .\32xl\:h-screen {
    height: 100vh;
  }

  .\32xl\:h-75vh {
    height: 75vh;
  }

  .\32xl\:h-85vh {
    height: 85vh;
  }

  .\32xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:text-34px {
    font-size: 34px;
  }

  .\32xl\:text-40px {
    font-size: 40px;
  }

  .\32xl\:text-52px {
    font-size: 52px;
  }

  .\32xl\:leading-3 {
    line-height: .75rem;
  }

  .\32xl\:leading-4 {
    line-height: 1rem;
  }

  .\32xl\:leading-5 {
    line-height: 1.25rem;
  }

  .\32xl\:leading-6 {
    line-height: 1.5rem;
  }

  .\32xl\:leading-7 {
    line-height: 1.75rem;
  }

  .\32xl\:leading-8 {
    line-height: 2rem;
  }

  .\32xl\:leading-9 {
    line-height: 2.25rem;
  }

  .\32xl\:leading-10 {
    line-height: 2.5rem;
  }

  .\32xl\:leading-none {
    line-height: 1;
  }

  .\32xl\:leading-tight {
    line-height: 1.25;
  }

  .\32xl\:leading-snug {
    line-height: 1.375;
  }

  .\32xl\:leading-normal {
    line-height: 1.5;
  }

  .\32xl\:leading-relaxed {
    line-height: 1.625;
  }

  .\32xl\:leading-loose {
    line-height: 2;
  }

  .\32xl\:leading-9x36 {
    line-height: 4;
  }

  .\32xl\:leading-10x36 {
    line-height: 3.6;
  }

  .\32xl\:leading-11x28 {
    line-height: 2.5;
  }

  .\32xl\:leading-12x39 {
    line-height: 3.3;
  }

  .\32xl\:leading-12x24 {
    line-height: 2;
  }

  .\32xl\:leading-14x28 {
    line-height: 2;
  }

  .\32xl\:leading-14x35 {
    line-height: 2.5;
  }

  .\32xl\:leading-14x39 {
    line-height: 2.8;
  }

  .\32xl\:leading-14x26 {
    line-height: 1.9;
  }

  .\32xl\:leading-14x40 {
    line-height: 2.9;
  }

  .\32xl\:leading-14x57 {
    line-height: 4.1;
  }

  .\32xl\:leading-14x36 {
    line-height: 2.6;
  }

  .\32xl\:leading-16x40 {
    line-height: 2.5;
  }

  .\32xl\:leading-16x39 {
    line-height: 0.4;
  }

  .\32xl\:leading-16x31 {
    line-height: 1.9;
  }

  .\32xl\:leading-16x36 {
    line-height: 2.25;
  }

  .\32xl\:leading-17x35 {
    line-height: 2.1;
  }

  .\32xl\:leading-18x39 {
    line-height: 2.2;
  }

  .\32xl\:leading-18x28 {
    line-height: 1.6;
  }

  .\32xl\:leading-18x30 {
    line-height: 1.7;
  }

  .\32xl\:leading-20x40 {
    line-height: 2;
  }

  .\32xl\:leading-20x39 {
    line-height: 2;
  }

  .\32xl\:leading-20x28 {
    line-height: 1.4;
  }

  .\32xl\:leading-22x40 {
    line-height: 1.8;
  }

  .\32xl\:leading-24x40 {
    line-height: 1.7;
  }

  .\32xl\:leading-28x39 {
    line-height: 1.4;
  }

  .\32xl\:leading-30x39 {
    line-height: 1.3;
  }

  .\32xl\:leading-34x39 {
    line-height: 1.1;
  }

  .\32xl\:leading-38x15 {
    line-height: 0.4;
  }

  .\32xl\:leading-52x39 {
    line-height: 0.75;
  }

  .\32xl\:leading-52x40 {
    line-height: 0.8;
  }

  .\32xl\:leading-52x36 {
    line-height: 0.7;
  }

  .\32xl\:leading-70x39 {
    line-height: 0.6;
  }

  .\32xl\:leading-90x36 {
    line-height: 0.4;
  }

  .\32xl\:list-inside {
    list-style-position: inside;
  }

  .\32xl\:list-outside {
    list-style-position: outside;
  }

  .\32xl\:list-none {
    list-style-type: none;
  }

  .\32xl\:list-disc {
    list-style-type: disc;
  }

  .\32xl\:list-decimal {
    list-style-type: decimal;
  }

  .\32xl\:m-0 {
    margin: 0px;
  }

  .\32xl\:m-1 {
    margin: 0.25rem;
  }

  .\32xl\:m-2 {
    margin: 0.5rem;
  }

  .\32xl\:m-3 {
    margin: 0.75rem;
  }

  .\32xl\:m-4 {
    margin: 1rem;
  }

  .\32xl\:m-5 {
    margin: 1.25rem;
  }

  .\32xl\:m-6 {
    margin: 1.5rem;
  }

  .\32xl\:m-7 {
    margin: 1.75rem;
  }

  .\32xl\:m-8 {
    margin: 2rem;
  }

  .\32xl\:m-9 {
    margin: 2.25rem;
  }

  .\32xl\:m-10 {
    margin: 2.5rem;
  }

  .\32xl\:m-11 {
    margin: 2.75rem;
  }

  .\32xl\:m-12 {
    margin: 3rem;
  }

  .\32xl\:m-14 {
    margin: 3.5rem;
  }

  .\32xl\:m-16 {
    margin: 4rem;
  }

  .\32xl\:m-20 {
    margin: 5rem;
  }

  .\32xl\:m-24 {
    margin: 6rem;
  }

  .\32xl\:m-28 {
    margin: 7rem;
  }

  .\32xl\:m-32 {
    margin: 8rem;
  }

  .\32xl\:m-36 {
    margin: 9rem;
  }

  .\32xl\:m-40 {
    margin: 10rem;
  }

  .\32xl\:m-44 {
    margin: 11rem;
  }

  .\32xl\:m-48 {
    margin: 12rem;
  }

  .\32xl\:m-52 {
    margin: 13rem;
  }

  .\32xl\:m-56 {
    margin: 14rem;
  }

  .\32xl\:m-60 {
    margin: 15rem;
  }

  .\32xl\:m-64 {
    margin: 16rem;
  }

  .\32xl\:m-72 {
    margin: 18rem;
  }

  .\32xl\:m-80 {
    margin: 20rem;
  }

  .\32xl\:m-96 {
    margin: 24rem;
  }

  .\32xl\:m-auto {
    margin: auto;
  }

  .\32xl\:m-px {
    margin: 1px;
  }

  .\32xl\:m-0\.5 {
    margin: 0.125rem;
  }

  .\32xl\:m-1\.5 {
    margin: 0.375rem;
  }

  .\32xl\:m-2\.5 {
    margin: 0.625rem;
  }

  .\32xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .\32xl\:m-1px {
    margin: 1px;
  }

  .\32xl\:m-2px {
    margin: 2px;
  }

  .\32xl\:m-3px {
    margin: 3px;
  }

  .\32xl\:m-4px {
    margin: 4px;
  }

  .\32xl\:m-5px {
    margin: 5px;
  }

  .\32xl\:m-6px {
    margin: 6px;
  }

  .\32xl\:m-7px {
    margin: 7px;
  }

  .\32xl\:m-8px {
    margin: 8px;
  }

  .\32xl\:m-9px {
    margin: 9px;
  }

  .\32xl\:m-10px {
    margin: 10px;
  }

  .\32xl\:m-11px {
    margin: 11px;
  }

  .\32xl\:m-12px {
    margin: 12px;
  }

  .\32xl\:m-13px {
    margin: 13px;
  }

  .\32xl\:m-14px {
    margin: 14px;
  }

  .\32xl\:m-15px {
    margin: 15px;
  }

  .\32xl\:m-16px {
    margin: 16px;
  }

  .\32xl\:m-17px {
    margin: 17px;
  }

  .\32xl\:m-18px {
    margin: 18px;
  }

  .\32xl\:m-19px {
    margin: 19px;
  }

  .\32xl\:m-20px {
    margin: 20px;
  }

  .\32xl\:m-21px {
    margin: 21px;
  }

  .\32xl\:m-22px {
    margin: 22px;
  }

  .\32xl\:m-23px {
    margin: 23px;
  }

  .\32xl\:m-24px {
    margin: 24px;
  }

  .\32xl\:m-25px {
    margin: 25px;
  }

  .\32xl\:m-26px {
    margin: 26px;
  }

  .\32xl\:m-27px {
    margin: 27px;
  }

  .\32xl\:m-28px {
    margin: 28px;
  }

  .\32xl\:m-29px {
    margin: 29px;
  }

  .\32xl\:m-30px {
    margin: 30px;
  }

  .\32xl\:m-31px {
    margin: 31px;
  }

  .\32xl\:m-32px {
    margin: 32px;
  }

  .\32xl\:m-33px {
    margin: 33px;
  }

  .\32xl\:m-34px {
    margin: 34px;
  }

  .\32xl\:m-35px {
    margin: 35px;
  }

  .\32xl\:m-36px {
    margin: 36px;
  }

  .\32xl\:m-37px {
    margin: 37px;
  }

  .\32xl\:m-38px {
    margin: 38px;
  }

  .\32xl\:m-39px {
    margin: 39px;
  }

  .\32xl\:m-40px {
    margin: 40px;
  }

  .\32xl\:m-41px {
    margin: 41px;
  }

  .\32xl\:m-42px {
    margin: 42px;
  }

  .\32xl\:m-43px {
    margin: 43px;
  }

  .\32xl\:m-44px {
    margin: 44px;
  }

  .\32xl\:m-45px {
    margin: 45px;
  }

  .\32xl\:m-46px {
    margin: 46px;
  }

  .\32xl\:m-47px {
    margin: 47px;
  }

  .\32xl\:m-48px {
    margin: 48px;
  }

  .\32xl\:m-49px {
    margin: 49px;
  }

  .\32xl\:m-50px {
    margin: 50px;
  }

  .\32xl\:m-51px {
    margin: 51px;
  }

  .\32xl\:m-52px {
    margin: 52px;
  }

  .\32xl\:m-53px {
    margin: 53px;
  }

  .\32xl\:m-54px {
    margin: 54px;
  }

  .\32xl\:m-55px {
    margin: 55px;
  }

  .\32xl\:m-56px {
    margin: 56px;
  }

  .\32xl\:m-57px {
    margin: 57px;
  }

  .\32xl\:m-58px {
    margin: 58px;
  }

  .\32xl\:m-59px {
    margin: 59px;
  }

  .\32xl\:m-60px {
    margin: 60px;
  }

  .\32xl\:m-61px {
    margin: 61px;
  }

  .\32xl\:m-62px {
    margin: 62px;
  }

  .\32xl\:m-63px {
    margin: 63px;
  }

  .\32xl\:m-64px {
    margin: 64px;
  }

  .\32xl\:m-65px {
    margin: 65px;
  }

  .\32xl\:m-66px {
    margin: 66px;
  }

  .\32xl\:m-67px {
    margin: 67px;
  }

  .\32xl\:m-68px {
    margin: 68px;
  }

  .\32xl\:m-69px {
    margin: 69px;
  }

  .\32xl\:m-70px {
    margin: 70px;
  }

  .\32xl\:m-71px {
    margin: 71px;
  }

  .\32xl\:m-72px {
    margin: 72px;
  }

  .\32xl\:m-73px {
    margin: 73px;
  }

  .\32xl\:m-74px {
    margin: 74px;
  }

  .\32xl\:m-75px {
    margin: 75px;
  }

  .\32xl\:m-76px {
    margin: 76px;
  }

  .\32xl\:m-77px {
    margin: 77px;
  }

  .\32xl\:m-78px {
    margin: 78px;
  }

  .\32xl\:m-79px {
    margin: 79px;
  }

  .\32xl\:m-80px {
    margin: 80px;
  }

  .\32xl\:m-81px {
    margin: 81px;
  }

  .\32xl\:m-82px {
    margin: 82px;
  }

  .\32xl\:m-83px {
    margin: 83px;
  }

  .\32xl\:m-84px {
    margin: 84px;
  }

  .\32xl\:m-85px {
    margin: 85px;
  }

  .\32xl\:m-86px {
    margin: 86px;
  }

  .\32xl\:m-87px {
    margin: 87px;
  }

  .\32xl\:m-88px {
    margin: 88px;
  }

  .\32xl\:m-89px {
    margin: 89px;
  }

  .\32xl\:m-90px {
    margin: 90px;
  }

  .\32xl\:m-91px {
    margin: 91px;
  }

  .\32xl\:m-92px {
    margin: 92px;
  }

  .\32xl\:m-93px {
    margin: 93px;
  }

  .\32xl\:m-94px {
    margin: 94px;
  }

  .\32xl\:m-95px {
    margin: 95px;
  }

  .\32xl\:m-96px {
    margin: 96px;
  }

  .\32xl\:m-97px {
    margin: 97px;
  }

  .\32xl\:m-98px {
    margin: 98px;
  }

  .\32xl\:m-99px {
    margin: 99px;
  }

  .\32xl\:m-100px {
    margin: 100px;
  }

  .\32xl\:m-101px {
    margin: 101px;
  }

  .\32xl\:m-102px {
    margin: 102px;
  }

  .\32xl\:m-103px {
    margin: 103px;
  }

  .\32xl\:m-104px {
    margin: 104px;
  }

  .\32xl\:m-105px {
    margin: 105px;
  }

  .\32xl\:m-106px {
    margin: 106px;
  }

  .\32xl\:m-107px {
    margin: 107px;
  }

  .\32xl\:m-108px {
    margin: 108px;
  }

  .\32xl\:m-109px {
    margin: 109px;
  }

  .\32xl\:m-110px {
    margin: 110px;
  }

  .\32xl\:m-111px {
    margin: 111px;
  }

  .\32xl\:m-112px {
    margin: 112px;
  }

  .\32xl\:m-113px {
    margin: 113px;
  }

  .\32xl\:m-114px {
    margin: 114px;
  }

  .\32xl\:m-115px {
    margin: 115px;
  }

  .\32xl\:m-116px {
    margin: 116px;
  }

  .\32xl\:m-117px {
    margin: 117px;
  }

  .\32xl\:m-118px {
    margin: 118px;
  }

  .\32xl\:m-119px {
    margin: 119px;
  }

  .\32xl\:m-120px {
    margin: 120px;
  }

  .\32xl\:m-121px {
    margin: 121px;
  }

  .\32xl\:m-122px {
    margin: 122px;
  }

  .\32xl\:m-123px {
    margin: 123px;
  }

  .\32xl\:m-124px {
    margin: 124px;
  }

  .\32xl\:m-125px {
    margin: 125px;
  }

  .\32xl\:m-126px {
    margin: 126px;
  }

  .\32xl\:m-127px {
    margin: 127px;
  }

  .\32xl\:m-128px {
    margin: 128px;
  }

  .\32xl\:m-129px {
    margin: 129px;
  }

  .\32xl\:m-130px {
    margin: 130px;
  }

  .\32xl\:m-133px {
    margin: 133px;
  }

  .\32xl\:m-140px {
    margin: 140px;
  }

  .\32xl\:m-195px {
    margin: 195px;
  }

  .\32xl\:m-200px {
    margin: 200px;
  }

  .\32xl\:m-210px {
    margin: 210px;
  }

  .\32xl\:m-222px {
    margin: 222px;
  }

  .\32xl\:m-258px {
    margin: 258px;
  }

  .\32xl\:m-280px {
    margin: 280px;
  }

  .\32xl\:m-334px {
    margin: 334px;
  }

  .\32xl\:m-388px {
    margin: 388px;
  }

  .\32xl\:m-480px {
    margin: 480px;
  }

  .\32xl\:m-490px {
    margin: 490px;
  }

  .\32xl\:m-505px {
    margin: 505px;
  }

  .\32xl\:m-507px {
    margin: 507px;
  }

  .\32xl\:m-760px {
    margin: 760px;
  }

  .\32xl\:m-780px {
    margin: 780px;
  }

  .\32xl\:m-980px {
    margin: 980px;
  }

  .\32xl\:m-1366px {
    margin: 1366px;
  }

  .\32xl\:-m-0 {
    margin: 0px;
  }

  .\32xl\:-m-1 {
    margin: -0.25rem;
  }

  .\32xl\:-m-2 {
    margin: -0.5rem;
  }

  .\32xl\:-m-3 {
    margin: -0.75rem;
  }

  .\32xl\:-m-4 {
    margin: -1rem;
  }

  .\32xl\:-m-5 {
    margin: -1.25rem;
  }

  .\32xl\:-m-6 {
    margin: -1.5rem;
  }

  .\32xl\:-m-7 {
    margin: -1.75rem;
  }

  .\32xl\:-m-8 {
    margin: -2rem;
  }

  .\32xl\:-m-9 {
    margin: -2.25rem;
  }

  .\32xl\:-m-10 {
    margin: -2.5rem;
  }

  .\32xl\:-m-11 {
    margin: -2.75rem;
  }

  .\32xl\:-m-12 {
    margin: -3rem;
  }

  .\32xl\:-m-14 {
    margin: -3.5rem;
  }

  .\32xl\:-m-16 {
    margin: -4rem;
  }

  .\32xl\:-m-20 {
    margin: -5rem;
  }

  .\32xl\:-m-24 {
    margin: -6rem;
  }

  .\32xl\:-m-28 {
    margin: -7rem;
  }

  .\32xl\:-m-32 {
    margin: -8rem;
  }

  .\32xl\:-m-36 {
    margin: -9rem;
  }

  .\32xl\:-m-40 {
    margin: -10rem;
  }

  .\32xl\:-m-44 {
    margin: -11rem;
  }

  .\32xl\:-m-48 {
    margin: -12rem;
  }

  .\32xl\:-m-52 {
    margin: -13rem;
  }

  .\32xl\:-m-56 {
    margin: -14rem;
  }

  .\32xl\:-m-60 {
    margin: -15rem;
  }

  .\32xl\:-m-64 {
    margin: -16rem;
  }

  .\32xl\:-m-72 {
    margin: -18rem;
  }

  .\32xl\:-m-80 {
    margin: -20rem;
  }

  .\32xl\:-m-96 {
    margin: -24rem;
  }

  .\32xl\:-m-px {
    margin: -1px;
  }

  .\32xl\:-m-0\.5 {
    margin: -0.125rem;
  }

  .\32xl\:-m-1\.5 {
    margin: -0.375rem;
  }

  .\32xl\:-m-2\.5 {
    margin: -0.625rem;
  }

  .\32xl\:-m-3\.5 {
    margin: -0.875rem;
  }

  .\32xl\:-m-1px {
    margin: -1px;
  }

  .\32xl\:-m-2px {
    margin: -2px;
  }

  .\32xl\:-m-3px {
    margin: -3px;
  }

  .\32xl\:-m-4px {
    margin: -4px;
  }

  .\32xl\:-m-5px {
    margin: -5px;
  }

  .\32xl\:-m-6px {
    margin: -6px;
  }

  .\32xl\:-m-7px {
    margin: -7px;
  }

  .\32xl\:-m-8px {
    margin: -8px;
  }

  .\32xl\:-m-9px {
    margin: -9px;
  }

  .\32xl\:-m-10px {
    margin: -10px;
  }

  .\32xl\:-m-11px {
    margin: -11px;
  }

  .\32xl\:-m-12px {
    margin: -12px;
  }

  .\32xl\:-m-13px {
    margin: -13px;
  }

  .\32xl\:-m-14px {
    margin: -14px;
  }

  .\32xl\:-m-15px {
    margin: -15px;
  }

  .\32xl\:-m-16px {
    margin: -16px;
  }

  .\32xl\:-m-17px {
    margin: -17px;
  }

  .\32xl\:-m-18px {
    margin: -18px;
  }

  .\32xl\:-m-19px {
    margin: -19px;
  }

  .\32xl\:-m-20px {
    margin: -20px;
  }

  .\32xl\:-m-21px {
    margin: -21px;
  }

  .\32xl\:-m-22px {
    margin: -22px;
  }

  .\32xl\:-m-23px {
    margin: -23px;
  }

  .\32xl\:-m-24px {
    margin: -24px;
  }

  .\32xl\:-m-25px {
    margin: -25px;
  }

  .\32xl\:-m-26px {
    margin: -26px;
  }

  .\32xl\:-m-27px {
    margin: -27px;
  }

  .\32xl\:-m-28px {
    margin: -28px;
  }

  .\32xl\:-m-29px {
    margin: -29px;
  }

  .\32xl\:-m-30px {
    margin: -30px;
  }

  .\32xl\:-m-31px {
    margin: -31px;
  }

  .\32xl\:-m-32px {
    margin: -32px;
  }

  .\32xl\:-m-33px {
    margin: -33px;
  }

  .\32xl\:-m-34px {
    margin: -34px;
  }

  .\32xl\:-m-35px {
    margin: -35px;
  }

  .\32xl\:-m-36px {
    margin: -36px;
  }

  .\32xl\:-m-37px {
    margin: -37px;
  }

  .\32xl\:-m-38px {
    margin: -38px;
  }

  .\32xl\:-m-39px {
    margin: -39px;
  }

  .\32xl\:-m-40px {
    margin: -40px;
  }

  .\32xl\:-m-41px {
    margin: -41px;
  }

  .\32xl\:-m-42px {
    margin: -42px;
  }

  .\32xl\:-m-43px {
    margin: -43px;
  }

  .\32xl\:-m-44px {
    margin: -44px;
  }

  .\32xl\:-m-45px {
    margin: -45px;
  }

  .\32xl\:-m-46px {
    margin: -46px;
  }

  .\32xl\:-m-47px {
    margin: -47px;
  }

  .\32xl\:-m-48px {
    margin: -48px;
  }

  .\32xl\:-m-49px {
    margin: -49px;
  }

  .\32xl\:-m-50px {
    margin: -50px;
  }

  .\32xl\:-m-51px {
    margin: -51px;
  }

  .\32xl\:-m-52px {
    margin: -52px;
  }

  .\32xl\:-m-53px {
    margin: -53px;
  }

  .\32xl\:-m-54px {
    margin: -54px;
  }

  .\32xl\:-m-55px {
    margin: -55px;
  }

  .\32xl\:-m-56px {
    margin: -56px;
  }

  .\32xl\:-m-57px {
    margin: -57px;
  }

  .\32xl\:-m-58px {
    margin: -58px;
  }

  .\32xl\:-m-59px {
    margin: -59px;
  }

  .\32xl\:-m-60px {
    margin: -60px;
  }

  .\32xl\:-m-61px {
    margin: -61px;
  }

  .\32xl\:-m-62px {
    margin: -62px;
  }

  .\32xl\:-m-63px {
    margin: -63px;
  }

  .\32xl\:-m-64px {
    margin: -64px;
  }

  .\32xl\:-m-65px {
    margin: -65px;
  }

  .\32xl\:-m-66px {
    margin: -66px;
  }

  .\32xl\:-m-67px {
    margin: -67px;
  }

  .\32xl\:-m-68px {
    margin: -68px;
  }

  .\32xl\:-m-69px {
    margin: -69px;
  }

  .\32xl\:-m-70px {
    margin: -70px;
  }

  .\32xl\:-m-71px {
    margin: -71px;
  }

  .\32xl\:-m-72px {
    margin: -72px;
  }

  .\32xl\:-m-73px {
    margin: -73px;
  }

  .\32xl\:-m-74px {
    margin: -74px;
  }

  .\32xl\:-m-75px {
    margin: -75px;
  }

  .\32xl\:-m-76px {
    margin: -76px;
  }

  .\32xl\:-m-77px {
    margin: -77px;
  }

  .\32xl\:-m-78px {
    margin: -78px;
  }

  .\32xl\:-m-79px {
    margin: -79px;
  }

  .\32xl\:-m-80px {
    margin: -80px;
  }

  .\32xl\:-m-81px {
    margin: -81px;
  }

  .\32xl\:-m-82px {
    margin: -82px;
  }

  .\32xl\:-m-83px {
    margin: -83px;
  }

  .\32xl\:-m-84px {
    margin: -84px;
  }

  .\32xl\:-m-85px {
    margin: -85px;
  }

  .\32xl\:-m-86px {
    margin: -86px;
  }

  .\32xl\:-m-87px {
    margin: -87px;
  }

  .\32xl\:-m-88px {
    margin: -88px;
  }

  .\32xl\:-m-89px {
    margin: -89px;
  }

  .\32xl\:-m-90px {
    margin: -90px;
  }

  .\32xl\:-m-91px {
    margin: -91px;
  }

  .\32xl\:-m-92px {
    margin: -92px;
  }

  .\32xl\:-m-93px {
    margin: -93px;
  }

  .\32xl\:-m-94px {
    margin: -94px;
  }

  .\32xl\:-m-95px {
    margin: -95px;
  }

  .\32xl\:-m-96px {
    margin: -96px;
  }

  .\32xl\:-m-97px {
    margin: -97px;
  }

  .\32xl\:-m-98px {
    margin: -98px;
  }

  .\32xl\:-m-99px {
    margin: -99px;
  }

  .\32xl\:-m-100px {
    margin: -100px;
  }

  .\32xl\:-m-101px {
    margin: -101px;
  }

  .\32xl\:-m-102px {
    margin: -102px;
  }

  .\32xl\:-m-103px {
    margin: -103px;
  }

  .\32xl\:-m-104px {
    margin: -104px;
  }

  .\32xl\:-m-105px {
    margin: -105px;
  }

  .\32xl\:-m-106px {
    margin: -106px;
  }

  .\32xl\:-m-107px {
    margin: -107px;
  }

  .\32xl\:-m-108px {
    margin: -108px;
  }

  .\32xl\:-m-109px {
    margin: -109px;
  }

  .\32xl\:-m-110px {
    margin: -110px;
  }

  .\32xl\:-m-111px {
    margin: -111px;
  }

  .\32xl\:-m-112px {
    margin: -112px;
  }

  .\32xl\:-m-113px {
    margin: -113px;
  }

  .\32xl\:-m-114px {
    margin: -114px;
  }

  .\32xl\:-m-115px {
    margin: -115px;
  }

  .\32xl\:-m-116px {
    margin: -116px;
  }

  .\32xl\:-m-117px {
    margin: -117px;
  }

  .\32xl\:-m-118px {
    margin: -118px;
  }

  .\32xl\:-m-119px {
    margin: -119px;
  }

  .\32xl\:-m-120px {
    margin: -120px;
  }

  .\32xl\:-m-121px {
    margin: -121px;
  }

  .\32xl\:-m-122px {
    margin: -122px;
  }

  .\32xl\:-m-123px {
    margin: -123px;
  }

  .\32xl\:-m-124px {
    margin: -124px;
  }

  .\32xl\:-m-125px {
    margin: -125px;
  }

  .\32xl\:-m-126px {
    margin: -126px;
  }

  .\32xl\:-m-127px {
    margin: -127px;
  }

  .\32xl\:-m-128px {
    margin: -128px;
  }

  .\32xl\:-m-129px {
    margin: -129px;
  }

  .\32xl\:-m-130px {
    margin: -130px;
  }

  .\32xl\:-m-133px {
    margin: -133px;
  }

  .\32xl\:-m-140px {
    margin: -140px;
  }

  .\32xl\:-m-195px {
    margin: -195px;
  }

  .\32xl\:-m-200px {
    margin: -200px;
  }

  .\32xl\:-m-210px {
    margin: -210px;
  }

  .\32xl\:-m-222px {
    margin: -222px;
  }

  .\32xl\:-m-258px {
    margin: -258px;
  }

  .\32xl\:-m-280px {
    margin: -280px;
  }

  .\32xl\:-m-334px {
    margin: -334px;
  }

  .\32xl\:-m-388px {
    margin: -388px;
  }

  .\32xl\:-m-480px {
    margin: -480px;
  }

  .\32xl\:-m-490px {
    margin: -490px;
  }

  .\32xl\:-m-505px {
    margin: -505px;
  }

  .\32xl\:-m-507px {
    margin: -507px;
  }

  .\32xl\:-m-760px {
    margin: -760px;
  }

  .\32xl\:-m-780px {
    margin: -780px;
  }

  .\32xl\:-m-980px {
    margin: -980px;
  }

  .\32xl\:-m-1366px {
    margin: -1366px;
  }

  .\32xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:my-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:mx-1px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:my-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .\32xl\:mx-2px {
    margin-left: 2px;
    margin-right: 2px;
  }

  .\32xl\:my-3px {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .\32xl\:mx-3px {
    margin-left: 3px;
    margin-right: 3px;
  }

  .\32xl\:my-4px {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .\32xl\:mx-4px {
    margin-left: 4px;
    margin-right: 4px;
  }

  .\32xl\:my-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .\32xl\:mx-5px {
    margin-left: 5px;
    margin-right: 5px;
  }

  .\32xl\:my-6px {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .\32xl\:mx-6px {
    margin-left: 6px;
    margin-right: 6px;
  }

  .\32xl\:my-7px {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .\32xl\:mx-7px {
    margin-left: 7px;
    margin-right: 7px;
  }

  .\32xl\:my-8px {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .\32xl\:mx-8px {
    margin-left: 8px;
    margin-right: 8px;
  }

  .\32xl\:my-9px {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .\32xl\:mx-9px {
    margin-left: 9px;
    margin-right: 9px;
  }

  .\32xl\:my-10px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .\32xl\:mx-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .\32xl\:my-11px {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .\32xl\:mx-11px {
    margin-left: 11px;
    margin-right: 11px;
  }

  .\32xl\:my-12px {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .\32xl\:mx-12px {
    margin-left: 12px;
    margin-right: 12px;
  }

  .\32xl\:my-13px {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .\32xl\:mx-13px {
    margin-left: 13px;
    margin-right: 13px;
  }

  .\32xl\:my-14px {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .\32xl\:mx-14px {
    margin-left: 14px;
    margin-right: 14px;
  }

  .\32xl\:my-15px {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .\32xl\:mx-15px {
    margin-left: 15px;
    margin-right: 15px;
  }

  .\32xl\:my-16px {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .\32xl\:mx-16px {
    margin-left: 16px;
    margin-right: 16px;
  }

  .\32xl\:my-17px {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .\32xl\:mx-17px {
    margin-left: 17px;
    margin-right: 17px;
  }

  .\32xl\:my-18px {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .\32xl\:mx-18px {
    margin-left: 18px;
    margin-right: 18px;
  }

  .\32xl\:my-19px {
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .\32xl\:mx-19px {
    margin-left: 19px;
    margin-right: 19px;
  }

  .\32xl\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .\32xl\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .\32xl\:my-21px {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .\32xl\:mx-21px {
    margin-left: 21px;
    margin-right: 21px;
  }

  .\32xl\:my-22px {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .\32xl\:mx-22px {
    margin-left: 22px;
    margin-right: 22px;
  }

  .\32xl\:my-23px {
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .\32xl\:mx-23px {
    margin-left: 23px;
    margin-right: 23px;
  }

  .\32xl\:my-24px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .\32xl\:mx-24px {
    margin-left: 24px;
    margin-right: 24px;
  }

  .\32xl\:my-25px {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .\32xl\:mx-25px {
    margin-left: 25px;
    margin-right: 25px;
  }

  .\32xl\:my-26px {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .\32xl\:mx-26px {
    margin-left: 26px;
    margin-right: 26px;
  }

  .\32xl\:my-27px {
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .\32xl\:mx-27px {
    margin-left: 27px;
    margin-right: 27px;
  }

  .\32xl\:my-28px {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .\32xl\:mx-28px {
    margin-left: 28px;
    margin-right: 28px;
  }

  .\32xl\:my-29px {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .\32xl\:mx-29px {
    margin-left: 29px;
    margin-right: 29px;
  }

  .\32xl\:my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .\32xl\:mx-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .\32xl\:my-31px {
    margin-top: 31px;
    margin-bottom: 31px;
  }

  .\32xl\:mx-31px {
    margin-left: 31px;
    margin-right: 31px;
  }

  .\32xl\:my-32px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .\32xl\:mx-32px {
    margin-left: 32px;
    margin-right: 32px;
  }

  .\32xl\:my-33px {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .\32xl\:mx-33px {
    margin-left: 33px;
    margin-right: 33px;
  }

  .\32xl\:my-34px {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .\32xl\:mx-34px {
    margin-left: 34px;
    margin-right: 34px;
  }

  .\32xl\:my-35px {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .\32xl\:mx-35px {
    margin-left: 35px;
    margin-right: 35px;
  }

  .\32xl\:my-36px {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .\32xl\:mx-36px {
    margin-left: 36px;
    margin-right: 36px;
  }

  .\32xl\:my-37px {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .\32xl\:mx-37px {
    margin-left: 37px;
    margin-right: 37px;
  }

  .\32xl\:my-38px {
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .\32xl\:mx-38px {
    margin-left: 38px;
    margin-right: 38px;
  }

  .\32xl\:my-39px {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .\32xl\:mx-39px {
    margin-left: 39px;
    margin-right: 39px;
  }

  .\32xl\:my-40px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .\32xl\:mx-40px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .\32xl\:my-41px {
    margin-top: 41px;
    margin-bottom: 41px;
  }

  .\32xl\:mx-41px {
    margin-left: 41px;
    margin-right: 41px;
  }

  .\32xl\:my-42px {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .\32xl\:mx-42px {
    margin-left: 42px;
    margin-right: 42px;
  }

  .\32xl\:my-43px {
    margin-top: 43px;
    margin-bottom: 43px;
  }

  .\32xl\:mx-43px {
    margin-left: 43px;
    margin-right: 43px;
  }

  .\32xl\:my-44px {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .\32xl\:mx-44px {
    margin-left: 44px;
    margin-right: 44px;
  }

  .\32xl\:my-45px {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .\32xl\:mx-45px {
    margin-left: 45px;
    margin-right: 45px;
  }

  .\32xl\:my-46px {
    margin-top: 46px;
    margin-bottom: 46px;
  }

  .\32xl\:mx-46px {
    margin-left: 46px;
    margin-right: 46px;
  }

  .\32xl\:my-47px {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .\32xl\:mx-47px {
    margin-left: 47px;
    margin-right: 47px;
  }

  .\32xl\:my-48px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .\32xl\:mx-48px {
    margin-left: 48px;
    margin-right: 48px;
  }

  .\32xl\:my-49px {
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .\32xl\:mx-49px {
    margin-left: 49px;
    margin-right: 49px;
  }

  .\32xl\:my-50px {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .\32xl\:mx-50px {
    margin-left: 50px;
    margin-right: 50px;
  }

  .\32xl\:my-51px {
    margin-top: 51px;
    margin-bottom: 51px;
  }

  .\32xl\:mx-51px {
    margin-left: 51px;
    margin-right: 51px;
  }

  .\32xl\:my-52px {
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .\32xl\:mx-52px {
    margin-left: 52px;
    margin-right: 52px;
  }

  .\32xl\:my-53px {
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .\32xl\:mx-53px {
    margin-left: 53px;
    margin-right: 53px;
  }

  .\32xl\:my-54px {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .\32xl\:mx-54px {
    margin-left: 54px;
    margin-right: 54px;
  }

  .\32xl\:my-55px {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .\32xl\:mx-55px {
    margin-left: 55px;
    margin-right: 55px;
  }

  .\32xl\:my-56px {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .\32xl\:mx-56px {
    margin-left: 56px;
    margin-right: 56px;
  }

  .\32xl\:my-57px {
    margin-top: 57px;
    margin-bottom: 57px;
  }

  .\32xl\:mx-57px {
    margin-left: 57px;
    margin-right: 57px;
  }

  .\32xl\:my-58px {
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .\32xl\:mx-58px {
    margin-left: 58px;
    margin-right: 58px;
  }

  .\32xl\:my-59px {
    margin-top: 59px;
    margin-bottom: 59px;
  }

  .\32xl\:mx-59px {
    margin-left: 59px;
    margin-right: 59px;
  }

  .\32xl\:my-60px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .\32xl\:mx-60px {
    margin-left: 60px;
    margin-right: 60px;
  }

  .\32xl\:my-61px {
    margin-top: 61px;
    margin-bottom: 61px;
  }

  .\32xl\:mx-61px {
    margin-left: 61px;
    margin-right: 61px;
  }

  .\32xl\:my-62px {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .\32xl\:mx-62px {
    margin-left: 62px;
    margin-right: 62px;
  }

  .\32xl\:my-63px {
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .\32xl\:mx-63px {
    margin-left: 63px;
    margin-right: 63px;
  }

  .\32xl\:my-64px {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .\32xl\:mx-64px {
    margin-left: 64px;
    margin-right: 64px;
  }

  .\32xl\:my-65px {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .\32xl\:mx-65px {
    margin-left: 65px;
    margin-right: 65px;
  }

  .\32xl\:my-66px {
    margin-top: 66px;
    margin-bottom: 66px;
  }

  .\32xl\:mx-66px {
    margin-left: 66px;
    margin-right: 66px;
  }

  .\32xl\:my-67px {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .\32xl\:mx-67px {
    margin-left: 67px;
    margin-right: 67px;
  }

  .\32xl\:my-68px {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .\32xl\:mx-68px {
    margin-left: 68px;
    margin-right: 68px;
  }

  .\32xl\:my-69px {
    margin-top: 69px;
    margin-bottom: 69px;
  }

  .\32xl\:mx-69px {
    margin-left: 69px;
    margin-right: 69px;
  }

  .\32xl\:my-70px {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .\32xl\:mx-70px {
    margin-left: 70px;
    margin-right: 70px;
  }

  .\32xl\:my-71px {
    margin-top: 71px;
    margin-bottom: 71px;
  }

  .\32xl\:mx-71px {
    margin-left: 71px;
    margin-right: 71px;
  }

  .\32xl\:my-72px {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .\32xl\:mx-72px {
    margin-left: 72px;
    margin-right: 72px;
  }

  .\32xl\:my-73px {
    margin-top: 73px;
    margin-bottom: 73px;
  }

  .\32xl\:mx-73px {
    margin-left: 73px;
    margin-right: 73px;
  }

  .\32xl\:my-74px {
    margin-top: 74px;
    margin-bottom: 74px;
  }

  .\32xl\:mx-74px {
    margin-left: 74px;
    margin-right: 74px;
  }

  .\32xl\:my-75px {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .\32xl\:mx-75px {
    margin-left: 75px;
    margin-right: 75px;
  }

  .\32xl\:my-76px {
    margin-top: 76px;
    margin-bottom: 76px;
  }

  .\32xl\:mx-76px {
    margin-left: 76px;
    margin-right: 76px;
  }

  .\32xl\:my-77px {
    margin-top: 77px;
    margin-bottom: 77px;
  }

  .\32xl\:mx-77px {
    margin-left: 77px;
    margin-right: 77px;
  }

  .\32xl\:my-78px {
    margin-top: 78px;
    margin-bottom: 78px;
  }

  .\32xl\:mx-78px {
    margin-left: 78px;
    margin-right: 78px;
  }

  .\32xl\:my-79px {
    margin-top: 79px;
    margin-bottom: 79px;
  }

  .\32xl\:mx-79px {
    margin-left: 79px;
    margin-right: 79px;
  }

  .\32xl\:my-80px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .\32xl\:mx-80px {
    margin-left: 80px;
    margin-right: 80px;
  }

  .\32xl\:my-81px {
    margin-top: 81px;
    margin-bottom: 81px;
  }

  .\32xl\:mx-81px {
    margin-left: 81px;
    margin-right: 81px;
  }

  .\32xl\:my-82px {
    margin-top: 82px;
    margin-bottom: 82px;
  }

  .\32xl\:mx-82px {
    margin-left: 82px;
    margin-right: 82px;
  }

  .\32xl\:my-83px {
    margin-top: 83px;
    margin-bottom: 83px;
  }

  .\32xl\:mx-83px {
    margin-left: 83px;
    margin-right: 83px;
  }

  .\32xl\:my-84px {
    margin-top: 84px;
    margin-bottom: 84px;
  }

  .\32xl\:mx-84px {
    margin-left: 84px;
    margin-right: 84px;
  }

  .\32xl\:my-85px {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .\32xl\:mx-85px {
    margin-left: 85px;
    margin-right: 85px;
  }

  .\32xl\:my-86px {
    margin-top: 86px;
    margin-bottom: 86px;
  }

  .\32xl\:mx-86px {
    margin-left: 86px;
    margin-right: 86px;
  }

  .\32xl\:my-87px {
    margin-top: 87px;
    margin-bottom: 87px;
  }

  .\32xl\:mx-87px {
    margin-left: 87px;
    margin-right: 87px;
  }

  .\32xl\:my-88px {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .\32xl\:mx-88px {
    margin-left: 88px;
    margin-right: 88px;
  }

  .\32xl\:my-89px {
    margin-top: 89px;
    margin-bottom: 89px;
  }

  .\32xl\:mx-89px {
    margin-left: 89px;
    margin-right: 89px;
  }

  .\32xl\:my-90px {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .\32xl\:mx-90px {
    margin-left: 90px;
    margin-right: 90px;
  }

  .\32xl\:my-91px {
    margin-top: 91px;
    margin-bottom: 91px;
  }

  .\32xl\:mx-91px {
    margin-left: 91px;
    margin-right: 91px;
  }

  .\32xl\:my-92px {
    margin-top: 92px;
    margin-bottom: 92px;
  }

  .\32xl\:mx-92px {
    margin-left: 92px;
    margin-right: 92px;
  }

  .\32xl\:my-93px {
    margin-top: 93px;
    margin-bottom: 93px;
  }

  .\32xl\:mx-93px {
    margin-left: 93px;
    margin-right: 93px;
  }

  .\32xl\:my-94px {
    margin-top: 94px;
    margin-bottom: 94px;
  }

  .\32xl\:mx-94px {
    margin-left: 94px;
    margin-right: 94px;
  }

  .\32xl\:my-95px {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .\32xl\:mx-95px {
    margin-left: 95px;
    margin-right: 95px;
  }

  .\32xl\:my-96px {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .\32xl\:mx-96px {
    margin-left: 96px;
    margin-right: 96px;
  }

  .\32xl\:my-97px {
    margin-top: 97px;
    margin-bottom: 97px;
  }

  .\32xl\:mx-97px {
    margin-left: 97px;
    margin-right: 97px;
  }

  .\32xl\:my-98px {
    margin-top: 98px;
    margin-bottom: 98px;
  }

  .\32xl\:mx-98px {
    margin-left: 98px;
    margin-right: 98px;
  }

  .\32xl\:my-99px {
    margin-top: 99px;
    margin-bottom: 99px;
  }

  .\32xl\:mx-99px {
    margin-left: 99px;
    margin-right: 99px;
  }

  .\32xl\:my-100px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .\32xl\:mx-100px {
    margin-left: 100px;
    margin-right: 100px;
  }

  .\32xl\:my-101px {
    margin-top: 101px;
    margin-bottom: 101px;
  }

  .\32xl\:mx-101px {
    margin-left: 101px;
    margin-right: 101px;
  }

  .\32xl\:my-102px {
    margin-top: 102px;
    margin-bottom: 102px;
  }

  .\32xl\:mx-102px {
    margin-left: 102px;
    margin-right: 102px;
  }

  .\32xl\:my-103px {
    margin-top: 103px;
    margin-bottom: 103px;
  }

  .\32xl\:mx-103px {
    margin-left: 103px;
    margin-right: 103px;
  }

  .\32xl\:my-104px {
    margin-top: 104px;
    margin-bottom: 104px;
  }

  .\32xl\:mx-104px {
    margin-left: 104px;
    margin-right: 104px;
  }

  .\32xl\:my-105px {
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .\32xl\:mx-105px {
    margin-left: 105px;
    margin-right: 105px;
  }

  .\32xl\:my-106px {
    margin-top: 106px;
    margin-bottom: 106px;
  }

  .\32xl\:mx-106px {
    margin-left: 106px;
    margin-right: 106px;
  }

  .\32xl\:my-107px {
    margin-top: 107px;
    margin-bottom: 107px;
  }

  .\32xl\:mx-107px {
    margin-left: 107px;
    margin-right: 107px;
  }

  .\32xl\:my-108px {
    margin-top: 108px;
    margin-bottom: 108px;
  }

  .\32xl\:mx-108px {
    margin-left: 108px;
    margin-right: 108px;
  }

  .\32xl\:my-109px {
    margin-top: 109px;
    margin-bottom: 109px;
  }

  .\32xl\:mx-109px {
    margin-left: 109px;
    margin-right: 109px;
  }

  .\32xl\:my-110px {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .\32xl\:mx-110px {
    margin-left: 110px;
    margin-right: 110px;
  }

  .\32xl\:my-111px {
    margin-top: 111px;
    margin-bottom: 111px;
  }

  .\32xl\:mx-111px {
    margin-left: 111px;
    margin-right: 111px;
  }

  .\32xl\:my-112px {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .\32xl\:mx-112px {
    margin-left: 112px;
    margin-right: 112px;
  }

  .\32xl\:my-113px {
    margin-top: 113px;
    margin-bottom: 113px;
  }

  .\32xl\:mx-113px {
    margin-left: 113px;
    margin-right: 113px;
  }

  .\32xl\:my-114px {
    margin-top: 114px;
    margin-bottom: 114px;
  }

  .\32xl\:mx-114px {
    margin-left: 114px;
    margin-right: 114px;
  }

  .\32xl\:my-115px {
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .\32xl\:mx-115px {
    margin-left: 115px;
    margin-right: 115px;
  }

  .\32xl\:my-116px {
    margin-top: 116px;
    margin-bottom: 116px;
  }

  .\32xl\:mx-116px {
    margin-left: 116px;
    margin-right: 116px;
  }

  .\32xl\:my-117px {
    margin-top: 117px;
    margin-bottom: 117px;
  }

  .\32xl\:mx-117px {
    margin-left: 117px;
    margin-right: 117px;
  }

  .\32xl\:my-118px {
    margin-top: 118px;
    margin-bottom: 118px;
  }

  .\32xl\:mx-118px {
    margin-left: 118px;
    margin-right: 118px;
  }

  .\32xl\:my-119px {
    margin-top: 119px;
    margin-bottom: 119px;
  }

  .\32xl\:mx-119px {
    margin-left: 119px;
    margin-right: 119px;
  }

  .\32xl\:my-120px {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .\32xl\:mx-120px {
    margin-left: 120px;
    margin-right: 120px;
  }

  .\32xl\:my-121px {
    margin-top: 121px;
    margin-bottom: 121px;
  }

  .\32xl\:mx-121px {
    margin-left: 121px;
    margin-right: 121px;
  }

  .\32xl\:my-122px {
    margin-top: 122px;
    margin-bottom: 122px;
  }

  .\32xl\:mx-122px {
    margin-left: 122px;
    margin-right: 122px;
  }

  .\32xl\:my-123px {
    margin-top: 123px;
    margin-bottom: 123px;
  }

  .\32xl\:mx-123px {
    margin-left: 123px;
    margin-right: 123px;
  }

  .\32xl\:my-124px {
    margin-top: 124px;
    margin-bottom: 124px;
  }

  .\32xl\:mx-124px {
    margin-left: 124px;
    margin-right: 124px;
  }

  .\32xl\:my-125px {
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .\32xl\:mx-125px {
    margin-left: 125px;
    margin-right: 125px;
  }

  .\32xl\:my-126px {
    margin-top: 126px;
    margin-bottom: 126px;
  }

  .\32xl\:mx-126px {
    margin-left: 126px;
    margin-right: 126px;
  }

  .\32xl\:my-127px {
    margin-top: 127px;
    margin-bottom: 127px;
  }

  .\32xl\:mx-127px {
    margin-left: 127px;
    margin-right: 127px;
  }

  .\32xl\:my-128px {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .\32xl\:mx-128px {
    margin-left: 128px;
    margin-right: 128px;
  }

  .\32xl\:my-129px {
    margin-top: 129px;
    margin-bottom: 129px;
  }

  .\32xl\:mx-129px {
    margin-left: 129px;
    margin-right: 129px;
  }

  .\32xl\:my-130px {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .\32xl\:mx-130px {
    margin-left: 130px;
    margin-right: 130px;
  }

  .\32xl\:my-133px {
    margin-top: 133px;
    margin-bottom: 133px;
  }

  .\32xl\:mx-133px {
    margin-left: 133px;
    margin-right: 133px;
  }

  .\32xl\:my-140px {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .\32xl\:mx-140px {
    margin-left: 140px;
    margin-right: 140px;
  }

  .\32xl\:my-195px {
    margin-top: 195px;
    margin-bottom: 195px;
  }

  .\32xl\:mx-195px {
    margin-left: 195px;
    margin-right: 195px;
  }

  .\32xl\:my-200px {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .\32xl\:mx-200px {
    margin-left: 200px;
    margin-right: 200px;
  }

  .\32xl\:my-210px {
    margin-top: 210px;
    margin-bottom: 210px;
  }

  .\32xl\:mx-210px {
    margin-left: 210px;
    margin-right: 210px;
  }

  .\32xl\:my-222px {
    margin-top: 222px;
    margin-bottom: 222px;
  }

  .\32xl\:mx-222px {
    margin-left: 222px;
    margin-right: 222px;
  }

  .\32xl\:my-258px {
    margin-top: 258px;
    margin-bottom: 258px;
  }

  .\32xl\:mx-258px {
    margin-left: 258px;
    margin-right: 258px;
  }

  .\32xl\:my-280px {
    margin-top: 280px;
    margin-bottom: 280px;
  }

  .\32xl\:mx-280px {
    margin-left: 280px;
    margin-right: 280px;
  }

  .\32xl\:my-334px {
    margin-top: 334px;
    margin-bottom: 334px;
  }

  .\32xl\:mx-334px {
    margin-left: 334px;
    margin-right: 334px;
  }

  .\32xl\:my-388px {
    margin-top: 388px;
    margin-bottom: 388px;
  }

  .\32xl\:mx-388px {
    margin-left: 388px;
    margin-right: 388px;
  }

  .\32xl\:my-480px {
    margin-top: 480px;
    margin-bottom: 480px;
  }

  .\32xl\:mx-480px {
    margin-left: 480px;
    margin-right: 480px;
  }

  .\32xl\:my-490px {
    margin-top: 490px;
    margin-bottom: 490px;
  }

  .\32xl\:mx-490px {
    margin-left: 490px;
    margin-right: 490px;
  }

  .\32xl\:my-505px {
    margin-top: 505px;
    margin-bottom: 505px;
  }

  .\32xl\:mx-505px {
    margin-left: 505px;
    margin-right: 505px;
  }

  .\32xl\:my-507px {
    margin-top: 507px;
    margin-bottom: 507px;
  }

  .\32xl\:mx-507px {
    margin-left: 507px;
    margin-right: 507px;
  }

  .\32xl\:my-760px {
    margin-top: 760px;
    margin-bottom: 760px;
  }

  .\32xl\:mx-760px {
    margin-left: 760px;
    margin-right: 760px;
  }

  .\32xl\:my-780px {
    margin-top: 780px;
    margin-bottom: 780px;
  }

  .\32xl\:mx-780px {
    margin-left: 780px;
    margin-right: 780px;
  }

  .\32xl\:my-980px {
    margin-top: 980px;
    margin-bottom: 980px;
  }

  .\32xl\:mx-980px {
    margin-left: 980px;
    margin-right: 980px;
  }

  .\32xl\:my-1366px {
    margin-top: 1366px;
    margin-bottom: 1366px;
  }

  .\32xl\:mx-1366px {
    margin-left: 1366px;
    margin-right: 1366px;
  }

  .\32xl\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:-my-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:-mx-1px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:-my-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .\32xl\:-mx-2px {
    margin-left: -2px;
    margin-right: -2px;
  }

  .\32xl\:-my-3px {
    margin-top: -3px;
    margin-bottom: -3px;
  }

  .\32xl\:-mx-3px {
    margin-left: -3px;
    margin-right: -3px;
  }

  .\32xl\:-my-4px {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .\32xl\:-mx-4px {
    margin-left: -4px;
    margin-right: -4px;
  }

  .\32xl\:-my-5px {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .\32xl\:-mx-5px {
    margin-left: -5px;
    margin-right: -5px;
  }

  .\32xl\:-my-6px {
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .\32xl\:-mx-6px {
    margin-left: -6px;
    margin-right: -6px;
  }

  .\32xl\:-my-7px {
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .\32xl\:-mx-7px {
    margin-left: -7px;
    margin-right: -7px;
  }

  .\32xl\:-my-8px {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .\32xl\:-mx-8px {
    margin-left: -8px;
    margin-right: -8px;
  }

  .\32xl\:-my-9px {
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .\32xl\:-mx-9px {
    margin-left: -9px;
    margin-right: -9px;
  }

  .\32xl\:-my-10px {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .\32xl\:-mx-10px {
    margin-left: -10px;
    margin-right: -10px;
  }

  .\32xl\:-my-11px {
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .\32xl\:-mx-11px {
    margin-left: -11px;
    margin-right: -11px;
  }

  .\32xl\:-my-12px {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .\32xl\:-mx-12px {
    margin-left: -12px;
    margin-right: -12px;
  }

  .\32xl\:-my-13px {
    margin-top: -13px;
    margin-bottom: -13px;
  }

  .\32xl\:-mx-13px {
    margin-left: -13px;
    margin-right: -13px;
  }

  .\32xl\:-my-14px {
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .\32xl\:-mx-14px {
    margin-left: -14px;
    margin-right: -14px;
  }

  .\32xl\:-my-15px {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .\32xl\:-mx-15px {
    margin-left: -15px;
    margin-right: -15px;
  }

  .\32xl\:-my-16px {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .\32xl\:-mx-16px {
    margin-left: -16px;
    margin-right: -16px;
  }

  .\32xl\:-my-17px {
    margin-top: -17px;
    margin-bottom: -17px;
  }

  .\32xl\:-mx-17px {
    margin-left: -17px;
    margin-right: -17px;
  }

  .\32xl\:-my-18px {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .\32xl\:-mx-18px {
    margin-left: -18px;
    margin-right: -18px;
  }

  .\32xl\:-my-19px {
    margin-top: -19px;
    margin-bottom: -19px;
  }

  .\32xl\:-mx-19px {
    margin-left: -19px;
    margin-right: -19px;
  }

  .\32xl\:-my-20px {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .\32xl\:-mx-20px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .\32xl\:-my-21px {
    margin-top: -21px;
    margin-bottom: -21px;
  }

  .\32xl\:-mx-21px {
    margin-left: -21px;
    margin-right: -21px;
  }

  .\32xl\:-my-22px {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .\32xl\:-mx-22px {
    margin-left: -22px;
    margin-right: -22px;
  }

  .\32xl\:-my-23px {
    margin-top: -23px;
    margin-bottom: -23px;
  }

  .\32xl\:-mx-23px {
    margin-left: -23px;
    margin-right: -23px;
  }

  .\32xl\:-my-24px {
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .\32xl\:-mx-24px {
    margin-left: -24px;
    margin-right: -24px;
  }

  .\32xl\:-my-25px {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .\32xl\:-mx-25px {
    margin-left: -25px;
    margin-right: -25px;
  }

  .\32xl\:-my-26px {
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .\32xl\:-mx-26px {
    margin-left: -26px;
    margin-right: -26px;
  }

  .\32xl\:-my-27px {
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .\32xl\:-mx-27px {
    margin-left: -27px;
    margin-right: -27px;
  }

  .\32xl\:-my-28px {
    margin-top: -28px;
    margin-bottom: -28px;
  }

  .\32xl\:-mx-28px {
    margin-left: -28px;
    margin-right: -28px;
  }

  .\32xl\:-my-29px {
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .\32xl\:-mx-29px {
    margin-left: -29px;
    margin-right: -29px;
  }

  .\32xl\:-my-30px {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .\32xl\:-mx-30px {
    margin-left: -30px;
    margin-right: -30px;
  }

  .\32xl\:-my-31px {
    margin-top: -31px;
    margin-bottom: -31px;
  }

  .\32xl\:-mx-31px {
    margin-left: -31px;
    margin-right: -31px;
  }

  .\32xl\:-my-32px {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .\32xl\:-mx-32px {
    margin-left: -32px;
    margin-right: -32px;
  }

  .\32xl\:-my-33px {
    margin-top: -33px;
    margin-bottom: -33px;
  }

  .\32xl\:-mx-33px {
    margin-left: -33px;
    margin-right: -33px;
  }

  .\32xl\:-my-34px {
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .\32xl\:-mx-34px {
    margin-left: -34px;
    margin-right: -34px;
  }

  .\32xl\:-my-35px {
    margin-top: -35px;
    margin-bottom: -35px;
  }

  .\32xl\:-mx-35px {
    margin-left: -35px;
    margin-right: -35px;
  }

  .\32xl\:-my-36px {
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .\32xl\:-mx-36px {
    margin-left: -36px;
    margin-right: -36px;
  }

  .\32xl\:-my-37px {
    margin-top: -37px;
    margin-bottom: -37px;
  }

  .\32xl\:-mx-37px {
    margin-left: -37px;
    margin-right: -37px;
  }

  .\32xl\:-my-38px {
    margin-top: -38px;
    margin-bottom: -38px;
  }

  .\32xl\:-mx-38px {
    margin-left: -38px;
    margin-right: -38px;
  }

  .\32xl\:-my-39px {
    margin-top: -39px;
    margin-bottom: -39px;
  }

  .\32xl\:-mx-39px {
    margin-left: -39px;
    margin-right: -39px;
  }

  .\32xl\:-my-40px {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .\32xl\:-mx-40px {
    margin-left: -40px;
    margin-right: -40px;
  }

  .\32xl\:-my-41px {
    margin-top: -41px;
    margin-bottom: -41px;
  }

  .\32xl\:-mx-41px {
    margin-left: -41px;
    margin-right: -41px;
  }

  .\32xl\:-my-42px {
    margin-top: -42px;
    margin-bottom: -42px;
  }

  .\32xl\:-mx-42px {
    margin-left: -42px;
    margin-right: -42px;
  }

  .\32xl\:-my-43px {
    margin-top: -43px;
    margin-bottom: -43px;
  }

  .\32xl\:-mx-43px {
    margin-left: -43px;
    margin-right: -43px;
  }

  .\32xl\:-my-44px {
    margin-top: -44px;
    margin-bottom: -44px;
  }

  .\32xl\:-mx-44px {
    margin-left: -44px;
    margin-right: -44px;
  }

  .\32xl\:-my-45px {
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .\32xl\:-mx-45px {
    margin-left: -45px;
    margin-right: -45px;
  }

  .\32xl\:-my-46px {
    margin-top: -46px;
    margin-bottom: -46px;
  }

  .\32xl\:-mx-46px {
    margin-left: -46px;
    margin-right: -46px;
  }

  .\32xl\:-my-47px {
    margin-top: -47px;
    margin-bottom: -47px;
  }

  .\32xl\:-mx-47px {
    margin-left: -47px;
    margin-right: -47px;
  }

  .\32xl\:-my-48px {
    margin-top: -48px;
    margin-bottom: -48px;
  }

  .\32xl\:-mx-48px {
    margin-left: -48px;
    margin-right: -48px;
  }

  .\32xl\:-my-49px {
    margin-top: -49px;
    margin-bottom: -49px;
  }

  .\32xl\:-mx-49px {
    margin-left: -49px;
    margin-right: -49px;
  }

  .\32xl\:-my-50px {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .\32xl\:-mx-50px {
    margin-left: -50px;
    margin-right: -50px;
  }

  .\32xl\:-my-51px {
    margin-top: -51px;
    margin-bottom: -51px;
  }

  .\32xl\:-mx-51px {
    margin-left: -51px;
    margin-right: -51px;
  }

  .\32xl\:-my-52px {
    margin-top: -52px;
    margin-bottom: -52px;
  }

  .\32xl\:-mx-52px {
    margin-left: -52px;
    margin-right: -52px;
  }

  .\32xl\:-my-53px {
    margin-top: -53px;
    margin-bottom: -53px;
  }

  .\32xl\:-mx-53px {
    margin-left: -53px;
    margin-right: -53px;
  }

  .\32xl\:-my-54px {
    margin-top: -54px;
    margin-bottom: -54px;
  }

  .\32xl\:-mx-54px {
    margin-left: -54px;
    margin-right: -54px;
  }

  .\32xl\:-my-55px {
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .\32xl\:-mx-55px {
    margin-left: -55px;
    margin-right: -55px;
  }

  .\32xl\:-my-56px {
    margin-top: -56px;
    margin-bottom: -56px;
  }

  .\32xl\:-mx-56px {
    margin-left: -56px;
    margin-right: -56px;
  }

  .\32xl\:-my-57px {
    margin-top: -57px;
    margin-bottom: -57px;
  }

  .\32xl\:-mx-57px {
    margin-left: -57px;
    margin-right: -57px;
  }

  .\32xl\:-my-58px {
    margin-top: -58px;
    margin-bottom: -58px;
  }

  .\32xl\:-mx-58px {
    margin-left: -58px;
    margin-right: -58px;
  }

  .\32xl\:-my-59px {
    margin-top: -59px;
    margin-bottom: -59px;
  }

  .\32xl\:-mx-59px {
    margin-left: -59px;
    margin-right: -59px;
  }

  .\32xl\:-my-60px {
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .\32xl\:-mx-60px {
    margin-left: -60px;
    margin-right: -60px;
  }

  .\32xl\:-my-61px {
    margin-top: -61px;
    margin-bottom: -61px;
  }

  .\32xl\:-mx-61px {
    margin-left: -61px;
    margin-right: -61px;
  }

  .\32xl\:-my-62px {
    margin-top: -62px;
    margin-bottom: -62px;
  }

  .\32xl\:-mx-62px {
    margin-left: -62px;
    margin-right: -62px;
  }

  .\32xl\:-my-63px {
    margin-top: -63px;
    margin-bottom: -63px;
  }

  .\32xl\:-mx-63px {
    margin-left: -63px;
    margin-right: -63px;
  }

  .\32xl\:-my-64px {
    margin-top: -64px;
    margin-bottom: -64px;
  }

  .\32xl\:-mx-64px {
    margin-left: -64px;
    margin-right: -64px;
  }

  .\32xl\:-my-65px {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .\32xl\:-mx-65px {
    margin-left: -65px;
    margin-right: -65px;
  }

  .\32xl\:-my-66px {
    margin-top: -66px;
    margin-bottom: -66px;
  }

  .\32xl\:-mx-66px {
    margin-left: -66px;
    margin-right: -66px;
  }

  .\32xl\:-my-67px {
    margin-top: -67px;
    margin-bottom: -67px;
  }

  .\32xl\:-mx-67px {
    margin-left: -67px;
    margin-right: -67px;
  }

  .\32xl\:-my-68px {
    margin-top: -68px;
    margin-bottom: -68px;
  }

  .\32xl\:-mx-68px {
    margin-left: -68px;
    margin-right: -68px;
  }

  .\32xl\:-my-69px {
    margin-top: -69px;
    margin-bottom: -69px;
  }

  .\32xl\:-mx-69px {
    margin-left: -69px;
    margin-right: -69px;
  }

  .\32xl\:-my-70px {
    margin-top: -70px;
    margin-bottom: -70px;
  }

  .\32xl\:-mx-70px {
    margin-left: -70px;
    margin-right: -70px;
  }

  .\32xl\:-my-71px {
    margin-top: -71px;
    margin-bottom: -71px;
  }

  .\32xl\:-mx-71px {
    margin-left: -71px;
    margin-right: -71px;
  }

  .\32xl\:-my-72px {
    margin-top: -72px;
    margin-bottom: -72px;
  }

  .\32xl\:-mx-72px {
    margin-left: -72px;
    margin-right: -72px;
  }

  .\32xl\:-my-73px {
    margin-top: -73px;
    margin-bottom: -73px;
  }

  .\32xl\:-mx-73px {
    margin-left: -73px;
    margin-right: -73px;
  }

  .\32xl\:-my-74px {
    margin-top: -74px;
    margin-bottom: -74px;
  }

  .\32xl\:-mx-74px {
    margin-left: -74px;
    margin-right: -74px;
  }

  .\32xl\:-my-75px {
    margin-top: -75px;
    margin-bottom: -75px;
  }

  .\32xl\:-mx-75px {
    margin-left: -75px;
    margin-right: -75px;
  }

  .\32xl\:-my-76px {
    margin-top: -76px;
    margin-bottom: -76px;
  }

  .\32xl\:-mx-76px {
    margin-left: -76px;
    margin-right: -76px;
  }

  .\32xl\:-my-77px {
    margin-top: -77px;
    margin-bottom: -77px;
  }

  .\32xl\:-mx-77px {
    margin-left: -77px;
    margin-right: -77px;
  }

  .\32xl\:-my-78px {
    margin-top: -78px;
    margin-bottom: -78px;
  }

  .\32xl\:-mx-78px {
    margin-left: -78px;
    margin-right: -78px;
  }

  .\32xl\:-my-79px {
    margin-top: -79px;
    margin-bottom: -79px;
  }

  .\32xl\:-mx-79px {
    margin-left: -79px;
    margin-right: -79px;
  }

  .\32xl\:-my-80px {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .\32xl\:-mx-80px {
    margin-left: -80px;
    margin-right: -80px;
  }

  .\32xl\:-my-81px {
    margin-top: -81px;
    margin-bottom: -81px;
  }

  .\32xl\:-mx-81px {
    margin-left: -81px;
    margin-right: -81px;
  }

  .\32xl\:-my-82px {
    margin-top: -82px;
    margin-bottom: -82px;
  }

  .\32xl\:-mx-82px {
    margin-left: -82px;
    margin-right: -82px;
  }

  .\32xl\:-my-83px {
    margin-top: -83px;
    margin-bottom: -83px;
  }

  .\32xl\:-mx-83px {
    margin-left: -83px;
    margin-right: -83px;
  }

  .\32xl\:-my-84px {
    margin-top: -84px;
    margin-bottom: -84px;
  }

  .\32xl\:-mx-84px {
    margin-left: -84px;
    margin-right: -84px;
  }

  .\32xl\:-my-85px {
    margin-top: -85px;
    margin-bottom: -85px;
  }

  .\32xl\:-mx-85px {
    margin-left: -85px;
    margin-right: -85px;
  }

  .\32xl\:-my-86px {
    margin-top: -86px;
    margin-bottom: -86px;
  }

  .\32xl\:-mx-86px {
    margin-left: -86px;
    margin-right: -86px;
  }

  .\32xl\:-my-87px {
    margin-top: -87px;
    margin-bottom: -87px;
  }

  .\32xl\:-mx-87px {
    margin-left: -87px;
    margin-right: -87px;
  }

  .\32xl\:-my-88px {
    margin-top: -88px;
    margin-bottom: -88px;
  }

  .\32xl\:-mx-88px {
    margin-left: -88px;
    margin-right: -88px;
  }

  .\32xl\:-my-89px {
    margin-top: -89px;
    margin-bottom: -89px;
  }

  .\32xl\:-mx-89px {
    margin-left: -89px;
    margin-right: -89px;
  }

  .\32xl\:-my-90px {
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .\32xl\:-mx-90px {
    margin-left: -90px;
    margin-right: -90px;
  }

  .\32xl\:-my-91px {
    margin-top: -91px;
    margin-bottom: -91px;
  }

  .\32xl\:-mx-91px {
    margin-left: -91px;
    margin-right: -91px;
  }

  .\32xl\:-my-92px {
    margin-top: -92px;
    margin-bottom: -92px;
  }

  .\32xl\:-mx-92px {
    margin-left: -92px;
    margin-right: -92px;
  }

  .\32xl\:-my-93px {
    margin-top: -93px;
    margin-bottom: -93px;
  }

  .\32xl\:-mx-93px {
    margin-left: -93px;
    margin-right: -93px;
  }

  .\32xl\:-my-94px {
    margin-top: -94px;
    margin-bottom: -94px;
  }

  .\32xl\:-mx-94px {
    margin-left: -94px;
    margin-right: -94px;
  }

  .\32xl\:-my-95px {
    margin-top: -95px;
    margin-bottom: -95px;
  }

  .\32xl\:-mx-95px {
    margin-left: -95px;
    margin-right: -95px;
  }

  .\32xl\:-my-96px {
    margin-top: -96px;
    margin-bottom: -96px;
  }

  .\32xl\:-mx-96px {
    margin-left: -96px;
    margin-right: -96px;
  }

  .\32xl\:-my-97px {
    margin-top: -97px;
    margin-bottom: -97px;
  }

  .\32xl\:-mx-97px {
    margin-left: -97px;
    margin-right: -97px;
  }

  .\32xl\:-my-98px {
    margin-top: -98px;
    margin-bottom: -98px;
  }

  .\32xl\:-mx-98px {
    margin-left: -98px;
    margin-right: -98px;
  }

  .\32xl\:-my-99px {
    margin-top: -99px;
    margin-bottom: -99px;
  }

  .\32xl\:-mx-99px {
    margin-left: -99px;
    margin-right: -99px;
  }

  .\32xl\:-my-100px {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .\32xl\:-mx-100px {
    margin-left: -100px;
    margin-right: -100px;
  }

  .\32xl\:-my-101px {
    margin-top: -101px;
    margin-bottom: -101px;
  }

  .\32xl\:-mx-101px {
    margin-left: -101px;
    margin-right: -101px;
  }

  .\32xl\:-my-102px {
    margin-top: -102px;
    margin-bottom: -102px;
  }

  .\32xl\:-mx-102px {
    margin-left: -102px;
    margin-right: -102px;
  }

  .\32xl\:-my-103px {
    margin-top: -103px;
    margin-bottom: -103px;
  }

  .\32xl\:-mx-103px {
    margin-left: -103px;
    margin-right: -103px;
  }

  .\32xl\:-my-104px {
    margin-top: -104px;
    margin-bottom: -104px;
  }

  .\32xl\:-mx-104px {
    margin-left: -104px;
    margin-right: -104px;
  }

  .\32xl\:-my-105px {
    margin-top: -105px;
    margin-bottom: -105px;
  }

  .\32xl\:-mx-105px {
    margin-left: -105px;
    margin-right: -105px;
  }

  .\32xl\:-my-106px {
    margin-top: -106px;
    margin-bottom: -106px;
  }

  .\32xl\:-mx-106px {
    margin-left: -106px;
    margin-right: -106px;
  }

  .\32xl\:-my-107px {
    margin-top: -107px;
    margin-bottom: -107px;
  }

  .\32xl\:-mx-107px {
    margin-left: -107px;
    margin-right: -107px;
  }

  .\32xl\:-my-108px {
    margin-top: -108px;
    margin-bottom: -108px;
  }

  .\32xl\:-mx-108px {
    margin-left: -108px;
    margin-right: -108px;
  }

  .\32xl\:-my-109px {
    margin-top: -109px;
    margin-bottom: -109px;
  }

  .\32xl\:-mx-109px {
    margin-left: -109px;
    margin-right: -109px;
  }

  .\32xl\:-my-110px {
    margin-top: -110px;
    margin-bottom: -110px;
  }

  .\32xl\:-mx-110px {
    margin-left: -110px;
    margin-right: -110px;
  }

  .\32xl\:-my-111px {
    margin-top: -111px;
    margin-bottom: -111px;
  }

  .\32xl\:-mx-111px {
    margin-left: -111px;
    margin-right: -111px;
  }

  .\32xl\:-my-112px {
    margin-top: -112px;
    margin-bottom: -112px;
  }

  .\32xl\:-mx-112px {
    margin-left: -112px;
    margin-right: -112px;
  }

  .\32xl\:-my-113px {
    margin-top: -113px;
    margin-bottom: -113px;
  }

  .\32xl\:-mx-113px {
    margin-left: -113px;
    margin-right: -113px;
  }

  .\32xl\:-my-114px {
    margin-top: -114px;
    margin-bottom: -114px;
  }

  .\32xl\:-mx-114px {
    margin-left: -114px;
    margin-right: -114px;
  }

  .\32xl\:-my-115px {
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .\32xl\:-mx-115px {
    margin-left: -115px;
    margin-right: -115px;
  }

  .\32xl\:-my-116px {
    margin-top: -116px;
    margin-bottom: -116px;
  }

  .\32xl\:-mx-116px {
    margin-left: -116px;
    margin-right: -116px;
  }

  .\32xl\:-my-117px {
    margin-top: -117px;
    margin-bottom: -117px;
  }

  .\32xl\:-mx-117px {
    margin-left: -117px;
    margin-right: -117px;
  }

  .\32xl\:-my-118px {
    margin-top: -118px;
    margin-bottom: -118px;
  }

  .\32xl\:-mx-118px {
    margin-left: -118px;
    margin-right: -118px;
  }

  .\32xl\:-my-119px {
    margin-top: -119px;
    margin-bottom: -119px;
  }

  .\32xl\:-mx-119px {
    margin-left: -119px;
    margin-right: -119px;
  }

  .\32xl\:-my-120px {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .\32xl\:-mx-120px {
    margin-left: -120px;
    margin-right: -120px;
  }

  .\32xl\:-my-121px {
    margin-top: -121px;
    margin-bottom: -121px;
  }

  .\32xl\:-mx-121px {
    margin-left: -121px;
    margin-right: -121px;
  }

  .\32xl\:-my-122px {
    margin-top: -122px;
    margin-bottom: -122px;
  }

  .\32xl\:-mx-122px {
    margin-left: -122px;
    margin-right: -122px;
  }

  .\32xl\:-my-123px {
    margin-top: -123px;
    margin-bottom: -123px;
  }

  .\32xl\:-mx-123px {
    margin-left: -123px;
    margin-right: -123px;
  }

  .\32xl\:-my-124px {
    margin-top: -124px;
    margin-bottom: -124px;
  }

  .\32xl\:-mx-124px {
    margin-left: -124px;
    margin-right: -124px;
  }

  .\32xl\:-my-125px {
    margin-top: -125px;
    margin-bottom: -125px;
  }

  .\32xl\:-mx-125px {
    margin-left: -125px;
    margin-right: -125px;
  }

  .\32xl\:-my-126px {
    margin-top: -126px;
    margin-bottom: -126px;
  }

  .\32xl\:-mx-126px {
    margin-left: -126px;
    margin-right: -126px;
  }

  .\32xl\:-my-127px {
    margin-top: -127px;
    margin-bottom: -127px;
  }

  .\32xl\:-mx-127px {
    margin-left: -127px;
    margin-right: -127px;
  }

  .\32xl\:-my-128px {
    margin-top: -128px;
    margin-bottom: -128px;
  }

  .\32xl\:-mx-128px {
    margin-left: -128px;
    margin-right: -128px;
  }

  .\32xl\:-my-129px {
    margin-top: -129px;
    margin-bottom: -129px;
  }

  .\32xl\:-mx-129px {
    margin-left: -129px;
    margin-right: -129px;
  }

  .\32xl\:-my-130px {
    margin-top: -130px;
    margin-bottom: -130px;
  }

  .\32xl\:-mx-130px {
    margin-left: -130px;
    margin-right: -130px;
  }

  .\32xl\:-my-133px {
    margin-top: -133px;
    margin-bottom: -133px;
  }

  .\32xl\:-mx-133px {
    margin-left: -133px;
    margin-right: -133px;
  }

  .\32xl\:-my-140px {
    margin-top: -140px;
    margin-bottom: -140px;
  }

  .\32xl\:-mx-140px {
    margin-left: -140px;
    margin-right: -140px;
  }

  .\32xl\:-my-195px {
    margin-top: -195px;
    margin-bottom: -195px;
  }

  .\32xl\:-mx-195px {
    margin-left: -195px;
    margin-right: -195px;
  }

  .\32xl\:-my-200px {
    margin-top: -200px;
    margin-bottom: -200px;
  }

  .\32xl\:-mx-200px {
    margin-left: -200px;
    margin-right: -200px;
  }

  .\32xl\:-my-210px {
    margin-top: -210px;
    margin-bottom: -210px;
  }

  .\32xl\:-mx-210px {
    margin-left: -210px;
    margin-right: -210px;
  }

  .\32xl\:-my-222px {
    margin-top: -222px;
    margin-bottom: -222px;
  }

  .\32xl\:-mx-222px {
    margin-left: -222px;
    margin-right: -222px;
  }

  .\32xl\:-my-258px {
    margin-top: -258px;
    margin-bottom: -258px;
  }

  .\32xl\:-mx-258px {
    margin-left: -258px;
    margin-right: -258px;
  }

  .\32xl\:-my-280px {
    margin-top: -280px;
    margin-bottom: -280px;
  }

  .\32xl\:-mx-280px {
    margin-left: -280px;
    margin-right: -280px;
  }

  .\32xl\:-my-334px {
    margin-top: -334px;
    margin-bottom: -334px;
  }

  .\32xl\:-mx-334px {
    margin-left: -334px;
    margin-right: -334px;
  }

  .\32xl\:-my-388px {
    margin-top: -388px;
    margin-bottom: -388px;
  }

  .\32xl\:-mx-388px {
    margin-left: -388px;
    margin-right: -388px;
  }

  .\32xl\:-my-480px {
    margin-top: -480px;
    margin-bottom: -480px;
  }

  .\32xl\:-mx-480px {
    margin-left: -480px;
    margin-right: -480px;
  }

  .\32xl\:-my-490px {
    margin-top: -490px;
    margin-bottom: -490px;
  }

  .\32xl\:-mx-490px {
    margin-left: -490px;
    margin-right: -490px;
  }

  .\32xl\:-my-505px {
    margin-top: -505px;
    margin-bottom: -505px;
  }

  .\32xl\:-mx-505px {
    margin-left: -505px;
    margin-right: -505px;
  }

  .\32xl\:-my-507px {
    margin-top: -507px;
    margin-bottom: -507px;
  }

  .\32xl\:-mx-507px {
    margin-left: -507px;
    margin-right: -507px;
  }

  .\32xl\:-my-760px {
    margin-top: -760px;
    margin-bottom: -760px;
  }

  .\32xl\:-mx-760px {
    margin-left: -760px;
    margin-right: -760px;
  }

  .\32xl\:-my-780px {
    margin-top: -780px;
    margin-bottom: -780px;
  }

  .\32xl\:-mx-780px {
    margin-left: -780px;
    margin-right: -780px;
  }

  .\32xl\:-my-980px {
    margin-top: -980px;
    margin-bottom: -980px;
  }

  .\32xl\:-mx-980px {
    margin-left: -980px;
    margin-right: -980px;
  }

  .\32xl\:-my-1366px {
    margin-top: -1366px;
    margin-bottom: -1366px;
  }

  .\32xl\:-mx-1366px {
    margin-left: -1366px;
    margin-right: -1366px;
  }

  .\32xl\:mt-0 {
    margin-top: 0px;
  }

  .\32xl\:mr-0 {
    margin-right: 0px;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:ml-0 {
    margin-left: 0px;
  }

  .\32xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .\32xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .\32xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .\32xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .\32xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .\32xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .\32xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .\32xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .\32xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .\32xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .\32xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .\32xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .\32xl\:mt-4 {
    margin-top: 1rem;
  }

  .\32xl\:mr-4 {
    margin-right: 1rem;
  }

  .\32xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\32xl\:ml-4 {
    margin-left: 1rem;
  }

  .\32xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .\32xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .\32xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .\32xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .\32xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .\32xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .\32xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .\32xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .\32xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .\32xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .\32xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .\32xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .\32xl\:mt-8 {
    margin-top: 2rem;
  }

  .\32xl\:mr-8 {
    margin-right: 2rem;
  }

  .\32xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .\32xl\:ml-8 {
    margin-left: 2rem;
  }

  .\32xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .\32xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .\32xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .\32xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .\32xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .\32xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .\32xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .\32xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .\32xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .\32xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .\32xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .\32xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .\32xl\:mt-12 {
    margin-top: 3rem;
  }

  .\32xl\:mr-12 {
    margin-right: 3rem;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .\32xl\:ml-12 {
    margin-left: 3rem;
  }

  .\32xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .\32xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .\32xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .\32xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .\32xl\:mt-16 {
    margin-top: 4rem;
  }

  .\32xl\:mr-16 {
    margin-right: 4rem;
  }

  .\32xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .\32xl\:ml-16 {
    margin-left: 4rem;
  }

  .\32xl\:mt-20 {
    margin-top: 5rem;
  }

  .\32xl\:mr-20 {
    margin-right: 5rem;
  }

  .\32xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\32xl\:ml-20 {
    margin-left: 5rem;
  }

  .\32xl\:mt-24 {
    margin-top: 6rem;
  }

  .\32xl\:mr-24 {
    margin-right: 6rem;
  }

  .\32xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .\32xl\:ml-24 {
    margin-left: 6rem;
  }

  .\32xl\:mt-28 {
    margin-top: 7rem;
  }

  .\32xl\:mr-28 {
    margin-right: 7rem;
  }

  .\32xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .\32xl\:ml-28 {
    margin-left: 7rem;
  }

  .\32xl\:mt-32 {
    margin-top: 8rem;
  }

  .\32xl\:mr-32 {
    margin-right: 8rem;
  }

  .\32xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .\32xl\:ml-32 {
    margin-left: 8rem;
  }

  .\32xl\:mt-36 {
    margin-top: 9rem;
  }

  .\32xl\:mr-36 {
    margin-right: 9rem;
  }

  .\32xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .\32xl\:ml-36 {
    margin-left: 9rem;
  }

  .\32xl\:mt-40 {
    margin-top: 10rem;
  }

  .\32xl\:mr-40 {
    margin-right: 10rem;
  }

  .\32xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .\32xl\:ml-40 {
    margin-left: 10rem;
  }

  .\32xl\:mt-44 {
    margin-top: 11rem;
  }

  .\32xl\:mr-44 {
    margin-right: 11rem;
  }

  .\32xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .\32xl\:ml-44 {
    margin-left: 11rem;
  }

  .\32xl\:mt-48 {
    margin-top: 12rem;
  }

  .\32xl\:mr-48 {
    margin-right: 12rem;
  }

  .\32xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .\32xl\:ml-48 {
    margin-left: 12rem;
  }

  .\32xl\:mt-52 {
    margin-top: 13rem;
  }

  .\32xl\:mr-52 {
    margin-right: 13rem;
  }

  .\32xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .\32xl\:ml-52 {
    margin-left: 13rem;
  }

  .\32xl\:mt-56 {
    margin-top: 14rem;
  }

  .\32xl\:mr-56 {
    margin-right: 14rem;
  }

  .\32xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .\32xl\:ml-56 {
    margin-left: 14rem;
  }

  .\32xl\:mt-60 {
    margin-top: 15rem;
  }

  .\32xl\:mr-60 {
    margin-right: 15rem;
  }

  .\32xl\:mb-60 {
    margin-bottom: 15rem;
  }

  .\32xl\:ml-60 {
    margin-left: 15rem;
  }

  .\32xl\:mt-64 {
    margin-top: 16rem;
  }

  .\32xl\:mr-64 {
    margin-right: 16rem;
  }

  .\32xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .\32xl\:ml-64 {
    margin-left: 16rem;
  }

  .\32xl\:mt-72 {
    margin-top: 18rem;
  }

  .\32xl\:mr-72 {
    margin-right: 18rem;
  }

  .\32xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .\32xl\:ml-72 {
    margin-left: 18rem;
  }

  .\32xl\:mt-80 {
    margin-top: 20rem;
  }

  .\32xl\:mr-80 {
    margin-right: 20rem;
  }

  .\32xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .\32xl\:ml-80 {
    margin-left: 20rem;
  }

  .\32xl\:mt-96 {
    margin-top: 24rem;
  }

  .\32xl\:mr-96 {
    margin-right: 24rem;
  }

  .\32xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .\32xl\:ml-96 {
    margin-left: 24rem;
  }

  .\32xl\:mt-auto {
    margin-top: auto;
  }

  .\32xl\:mr-auto {
    margin-right: auto;
  }

  .\32xl\:mb-auto {
    margin-bottom: auto;
  }

  .\32xl\:ml-auto {
    margin-left: auto;
  }

  .\32xl\:mt-px {
    margin-top: 1px;
  }

  .\32xl\:mr-px {
    margin-right: 1px;
  }

  .\32xl\:mb-px {
    margin-bottom: 1px;
  }

  .\32xl\:ml-px {
    margin-left: 1px;
  }

  .\32xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .\32xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .\32xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .\32xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .\32xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .\32xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .\32xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .\32xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .\32xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .\32xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .\32xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .\32xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .\32xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .\32xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .\32xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .\32xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .\32xl\:mt-1px {
    margin-top: 1px;
  }

  .\32xl\:mr-1px {
    margin-right: 1px;
  }

  .\32xl\:mb-1px {
    margin-bottom: 1px;
  }

  .\32xl\:ml-1px {
    margin-left: 1px;
  }

  .\32xl\:mt-2px {
    margin-top: 2px;
  }

  .\32xl\:mr-2px {
    margin-right: 2px;
  }

  .\32xl\:mb-2px {
    margin-bottom: 2px;
  }

  .\32xl\:ml-2px {
    margin-left: 2px;
  }

  .\32xl\:mt-3px {
    margin-top: 3px;
  }

  .\32xl\:mr-3px {
    margin-right: 3px;
  }

  .\32xl\:mb-3px {
    margin-bottom: 3px;
  }

  .\32xl\:ml-3px {
    margin-left: 3px;
  }

  .\32xl\:mt-4px {
    margin-top: 4px;
  }

  .\32xl\:mr-4px {
    margin-right: 4px;
  }

  .\32xl\:mb-4px {
    margin-bottom: 4px;
  }

  .\32xl\:ml-4px {
    margin-left: 4px;
  }

  .\32xl\:mt-5px {
    margin-top: 5px;
  }

  .\32xl\:mr-5px {
    margin-right: 5px;
  }

  .\32xl\:mb-5px {
    margin-bottom: 5px;
  }

  .\32xl\:ml-5px {
    margin-left: 5px;
  }

  .\32xl\:mt-6px {
    margin-top: 6px;
  }

  .\32xl\:mr-6px {
    margin-right: 6px;
  }

  .\32xl\:mb-6px {
    margin-bottom: 6px;
  }

  .\32xl\:ml-6px {
    margin-left: 6px;
  }

  .\32xl\:mt-7px {
    margin-top: 7px;
  }

  .\32xl\:mr-7px {
    margin-right: 7px;
  }

  .\32xl\:mb-7px {
    margin-bottom: 7px;
  }

  .\32xl\:ml-7px {
    margin-left: 7px;
  }

  .\32xl\:mt-8px {
    margin-top: 8px;
  }

  .\32xl\:mr-8px {
    margin-right: 8px;
  }

  .\32xl\:mb-8px {
    margin-bottom: 8px;
  }

  .\32xl\:ml-8px {
    margin-left: 8px;
  }

  .\32xl\:mt-9px {
    margin-top: 9px;
  }

  .\32xl\:mr-9px {
    margin-right: 9px;
  }

  .\32xl\:mb-9px {
    margin-bottom: 9px;
  }

  .\32xl\:ml-9px {
    margin-left: 9px;
  }

  .\32xl\:mt-10px {
    margin-top: 10px;
  }

  .\32xl\:mr-10px {
    margin-right: 10px;
  }

  .\32xl\:mb-10px {
    margin-bottom: 10px;
  }

  .\32xl\:ml-10px {
    margin-left: 10px;
  }

  .\32xl\:mt-11px {
    margin-top: 11px;
  }

  .\32xl\:mr-11px {
    margin-right: 11px;
  }

  .\32xl\:mb-11px {
    margin-bottom: 11px;
  }

  .\32xl\:ml-11px {
    margin-left: 11px;
  }

  .\32xl\:mt-12px {
    margin-top: 12px;
  }

  .\32xl\:mr-12px {
    margin-right: 12px;
  }

  .\32xl\:mb-12px {
    margin-bottom: 12px;
  }

  .\32xl\:ml-12px {
    margin-left: 12px;
  }

  .\32xl\:mt-13px {
    margin-top: 13px;
  }

  .\32xl\:mr-13px {
    margin-right: 13px;
  }

  .\32xl\:mb-13px {
    margin-bottom: 13px;
  }

  .\32xl\:ml-13px {
    margin-left: 13px;
  }

  .\32xl\:mt-14px {
    margin-top: 14px;
  }

  .\32xl\:mr-14px {
    margin-right: 14px;
  }

  .\32xl\:mb-14px {
    margin-bottom: 14px;
  }

  .\32xl\:ml-14px {
    margin-left: 14px;
  }

  .\32xl\:mt-15px {
    margin-top: 15px;
  }

  .\32xl\:mr-15px {
    margin-right: 15px;
  }

  .\32xl\:mb-15px {
    margin-bottom: 15px;
  }

  .\32xl\:ml-15px {
    margin-left: 15px;
  }

  .\32xl\:mt-16px {
    margin-top: 16px;
  }

  .\32xl\:mr-16px {
    margin-right: 16px;
  }

  .\32xl\:mb-16px {
    margin-bottom: 16px;
  }

  .\32xl\:ml-16px {
    margin-left: 16px;
  }

  .\32xl\:mt-17px {
    margin-top: 17px;
  }

  .\32xl\:mr-17px {
    margin-right: 17px;
  }

  .\32xl\:mb-17px {
    margin-bottom: 17px;
  }

  .\32xl\:ml-17px {
    margin-left: 17px;
  }

  .\32xl\:mt-18px {
    margin-top: 18px;
  }

  .\32xl\:mr-18px {
    margin-right: 18px;
  }

  .\32xl\:mb-18px {
    margin-bottom: 18px;
  }

  .\32xl\:ml-18px {
    margin-left: 18px;
  }

  .\32xl\:mt-19px {
    margin-top: 19px;
  }

  .\32xl\:mr-19px {
    margin-right: 19px;
  }

  .\32xl\:mb-19px {
    margin-bottom: 19px;
  }

  .\32xl\:ml-19px {
    margin-left: 19px;
  }

  .\32xl\:mt-20px {
    margin-top: 20px;
  }

  .\32xl\:mr-20px {
    margin-right: 20px;
  }

  .\32xl\:mb-20px {
    margin-bottom: 20px;
  }

  .\32xl\:ml-20px {
    margin-left: 20px;
  }

  .\32xl\:mt-21px {
    margin-top: 21px;
  }

  .\32xl\:mr-21px {
    margin-right: 21px;
  }

  .\32xl\:mb-21px {
    margin-bottom: 21px;
  }

  .\32xl\:ml-21px {
    margin-left: 21px;
  }

  .\32xl\:mt-22px {
    margin-top: 22px;
  }

  .\32xl\:mr-22px {
    margin-right: 22px;
  }

  .\32xl\:mb-22px {
    margin-bottom: 22px;
  }

  .\32xl\:ml-22px {
    margin-left: 22px;
  }

  .\32xl\:mt-23px {
    margin-top: 23px;
  }

  .\32xl\:mr-23px {
    margin-right: 23px;
  }

  .\32xl\:mb-23px {
    margin-bottom: 23px;
  }

  .\32xl\:ml-23px {
    margin-left: 23px;
  }

  .\32xl\:mt-24px {
    margin-top: 24px;
  }

  .\32xl\:mr-24px {
    margin-right: 24px;
  }

  .\32xl\:mb-24px {
    margin-bottom: 24px;
  }

  .\32xl\:ml-24px {
    margin-left: 24px;
  }

  .\32xl\:mt-25px {
    margin-top: 25px;
  }

  .\32xl\:mr-25px {
    margin-right: 25px;
  }

  .\32xl\:mb-25px {
    margin-bottom: 25px;
  }

  .\32xl\:ml-25px {
    margin-left: 25px;
  }

  .\32xl\:mt-26px {
    margin-top: 26px;
  }

  .\32xl\:mr-26px {
    margin-right: 26px;
  }

  .\32xl\:mb-26px {
    margin-bottom: 26px;
  }

  .\32xl\:ml-26px {
    margin-left: 26px;
  }

  .\32xl\:mt-27px {
    margin-top: 27px;
  }

  .\32xl\:mr-27px {
    margin-right: 27px;
  }

  .\32xl\:mb-27px {
    margin-bottom: 27px;
  }

  .\32xl\:ml-27px {
    margin-left: 27px;
  }

  .\32xl\:mt-28px {
    margin-top: 28px;
  }

  .\32xl\:mr-28px {
    margin-right: 28px;
  }

  .\32xl\:mb-28px {
    margin-bottom: 28px;
  }

  .\32xl\:ml-28px {
    margin-left: 28px;
  }

  .\32xl\:mt-29px {
    margin-top: 29px;
  }

  .\32xl\:mr-29px {
    margin-right: 29px;
  }

  .\32xl\:mb-29px {
    margin-bottom: 29px;
  }

  .\32xl\:ml-29px {
    margin-left: 29px;
  }

  .\32xl\:mt-30px {
    margin-top: 30px;
  }

  .\32xl\:mr-30px {
    margin-right: 30px;
  }

  .\32xl\:mb-30px {
    margin-bottom: 30px;
  }

  .\32xl\:ml-30px {
    margin-left: 30px;
  }

  .\32xl\:mt-31px {
    margin-top: 31px;
  }

  .\32xl\:mr-31px {
    margin-right: 31px;
  }

  .\32xl\:mb-31px {
    margin-bottom: 31px;
  }

  .\32xl\:ml-31px {
    margin-left: 31px;
  }

  .\32xl\:mt-32px {
    margin-top: 32px;
  }

  .\32xl\:mr-32px {
    margin-right: 32px;
  }

  .\32xl\:mb-32px {
    margin-bottom: 32px;
  }

  .\32xl\:ml-32px {
    margin-left: 32px;
  }

  .\32xl\:mt-33px {
    margin-top: 33px;
  }

  .\32xl\:mr-33px {
    margin-right: 33px;
  }

  .\32xl\:mb-33px {
    margin-bottom: 33px;
  }

  .\32xl\:ml-33px {
    margin-left: 33px;
  }

  .\32xl\:mt-34px {
    margin-top: 34px;
  }

  .\32xl\:mr-34px {
    margin-right: 34px;
  }

  .\32xl\:mb-34px {
    margin-bottom: 34px;
  }

  .\32xl\:ml-34px {
    margin-left: 34px;
  }

  .\32xl\:mt-35px {
    margin-top: 35px;
  }

  .\32xl\:mr-35px {
    margin-right: 35px;
  }

  .\32xl\:mb-35px {
    margin-bottom: 35px;
  }

  .\32xl\:ml-35px {
    margin-left: 35px;
  }

  .\32xl\:mt-36px {
    margin-top: 36px;
  }

  .\32xl\:mr-36px {
    margin-right: 36px;
  }

  .\32xl\:mb-36px {
    margin-bottom: 36px;
  }

  .\32xl\:ml-36px {
    margin-left: 36px;
  }

  .\32xl\:mt-37px {
    margin-top: 37px;
  }

  .\32xl\:mr-37px {
    margin-right: 37px;
  }

  .\32xl\:mb-37px {
    margin-bottom: 37px;
  }

  .\32xl\:ml-37px {
    margin-left: 37px;
  }

  .\32xl\:mt-38px {
    margin-top: 38px;
  }

  .\32xl\:mr-38px {
    margin-right: 38px;
  }

  .\32xl\:mb-38px {
    margin-bottom: 38px;
  }

  .\32xl\:ml-38px {
    margin-left: 38px;
  }

  .\32xl\:mt-39px {
    margin-top: 39px;
  }

  .\32xl\:mr-39px {
    margin-right: 39px;
  }

  .\32xl\:mb-39px {
    margin-bottom: 39px;
  }

  .\32xl\:ml-39px {
    margin-left: 39px;
  }

  .\32xl\:mt-40px {
    margin-top: 40px;
  }

  .\32xl\:mr-40px {
    margin-right: 40px;
  }

  .\32xl\:mb-40px {
    margin-bottom: 40px;
  }

  .\32xl\:ml-40px {
    margin-left: 40px;
  }

  .\32xl\:mt-41px {
    margin-top: 41px;
  }

  .\32xl\:mr-41px {
    margin-right: 41px;
  }

  .\32xl\:mb-41px {
    margin-bottom: 41px;
  }

  .\32xl\:ml-41px {
    margin-left: 41px;
  }

  .\32xl\:mt-42px {
    margin-top: 42px;
  }

  .\32xl\:mr-42px {
    margin-right: 42px;
  }

  .\32xl\:mb-42px {
    margin-bottom: 42px;
  }

  .\32xl\:ml-42px {
    margin-left: 42px;
  }

  .\32xl\:mt-43px {
    margin-top: 43px;
  }

  .\32xl\:mr-43px {
    margin-right: 43px;
  }

  .\32xl\:mb-43px {
    margin-bottom: 43px;
  }

  .\32xl\:ml-43px {
    margin-left: 43px;
  }

  .\32xl\:mt-44px {
    margin-top: 44px;
  }

  .\32xl\:mr-44px {
    margin-right: 44px;
  }

  .\32xl\:mb-44px {
    margin-bottom: 44px;
  }

  .\32xl\:ml-44px {
    margin-left: 44px;
  }

  .\32xl\:mt-45px {
    margin-top: 45px;
  }

  .\32xl\:mr-45px {
    margin-right: 45px;
  }

  .\32xl\:mb-45px {
    margin-bottom: 45px;
  }

  .\32xl\:ml-45px {
    margin-left: 45px;
  }

  .\32xl\:mt-46px {
    margin-top: 46px;
  }

  .\32xl\:mr-46px {
    margin-right: 46px;
  }

  .\32xl\:mb-46px {
    margin-bottom: 46px;
  }

  .\32xl\:ml-46px {
    margin-left: 46px;
  }

  .\32xl\:mt-47px {
    margin-top: 47px;
  }

  .\32xl\:mr-47px {
    margin-right: 47px;
  }

  .\32xl\:mb-47px {
    margin-bottom: 47px;
  }

  .\32xl\:ml-47px {
    margin-left: 47px;
  }

  .\32xl\:mt-48px {
    margin-top: 48px;
  }

  .\32xl\:mr-48px {
    margin-right: 48px;
  }

  .\32xl\:mb-48px {
    margin-bottom: 48px;
  }

  .\32xl\:ml-48px {
    margin-left: 48px;
  }

  .\32xl\:mt-49px {
    margin-top: 49px;
  }

  .\32xl\:mr-49px {
    margin-right: 49px;
  }

  .\32xl\:mb-49px {
    margin-bottom: 49px;
  }

  .\32xl\:ml-49px {
    margin-left: 49px;
  }

  .\32xl\:mt-50px {
    margin-top: 50px;
  }

  .\32xl\:mr-50px {
    margin-right: 50px;
  }

  .\32xl\:mb-50px {
    margin-bottom: 50px;
  }

  .\32xl\:ml-50px {
    margin-left: 50px;
  }

  .\32xl\:mt-51px {
    margin-top: 51px;
  }

  .\32xl\:mr-51px {
    margin-right: 51px;
  }

  .\32xl\:mb-51px {
    margin-bottom: 51px;
  }

  .\32xl\:ml-51px {
    margin-left: 51px;
  }

  .\32xl\:mt-52px {
    margin-top: 52px;
  }

  .\32xl\:mr-52px {
    margin-right: 52px;
  }

  .\32xl\:mb-52px {
    margin-bottom: 52px;
  }

  .\32xl\:ml-52px {
    margin-left: 52px;
  }

  .\32xl\:mt-53px {
    margin-top: 53px;
  }

  .\32xl\:mr-53px {
    margin-right: 53px;
  }

  .\32xl\:mb-53px {
    margin-bottom: 53px;
  }

  .\32xl\:ml-53px {
    margin-left: 53px;
  }

  .\32xl\:mt-54px {
    margin-top: 54px;
  }

  .\32xl\:mr-54px {
    margin-right: 54px;
  }

  .\32xl\:mb-54px {
    margin-bottom: 54px;
  }

  .\32xl\:ml-54px {
    margin-left: 54px;
  }

  .\32xl\:mt-55px {
    margin-top: 55px;
  }

  .\32xl\:mr-55px {
    margin-right: 55px;
  }

  .\32xl\:mb-55px {
    margin-bottom: 55px;
  }

  .\32xl\:ml-55px {
    margin-left: 55px;
  }

  .\32xl\:mt-56px {
    margin-top: 56px;
  }

  .\32xl\:mr-56px {
    margin-right: 56px;
  }

  .\32xl\:mb-56px {
    margin-bottom: 56px;
  }

  .\32xl\:ml-56px {
    margin-left: 56px;
  }

  .\32xl\:mt-57px {
    margin-top: 57px;
  }

  .\32xl\:mr-57px {
    margin-right: 57px;
  }

  .\32xl\:mb-57px {
    margin-bottom: 57px;
  }

  .\32xl\:ml-57px {
    margin-left: 57px;
  }

  .\32xl\:mt-58px {
    margin-top: 58px;
  }

  .\32xl\:mr-58px {
    margin-right: 58px;
  }

  .\32xl\:mb-58px {
    margin-bottom: 58px;
  }

  .\32xl\:ml-58px {
    margin-left: 58px;
  }

  .\32xl\:mt-59px {
    margin-top: 59px;
  }

  .\32xl\:mr-59px {
    margin-right: 59px;
  }

  .\32xl\:mb-59px {
    margin-bottom: 59px;
  }

  .\32xl\:ml-59px {
    margin-left: 59px;
  }

  .\32xl\:mt-60px {
    margin-top: 60px;
  }

  .\32xl\:mr-60px {
    margin-right: 60px;
  }

  .\32xl\:mb-60px {
    margin-bottom: 60px;
  }

  .\32xl\:ml-60px {
    margin-left: 60px;
  }

  .\32xl\:mt-61px {
    margin-top: 61px;
  }

  .\32xl\:mr-61px {
    margin-right: 61px;
  }

  .\32xl\:mb-61px {
    margin-bottom: 61px;
  }

  .\32xl\:ml-61px {
    margin-left: 61px;
  }

  .\32xl\:mt-62px {
    margin-top: 62px;
  }

  .\32xl\:mr-62px {
    margin-right: 62px;
  }

  .\32xl\:mb-62px {
    margin-bottom: 62px;
  }

  .\32xl\:ml-62px {
    margin-left: 62px;
  }

  .\32xl\:mt-63px {
    margin-top: 63px;
  }

  .\32xl\:mr-63px {
    margin-right: 63px;
  }

  .\32xl\:mb-63px {
    margin-bottom: 63px;
  }

  .\32xl\:ml-63px {
    margin-left: 63px;
  }

  .\32xl\:mt-64px {
    margin-top: 64px;
  }

  .\32xl\:mr-64px {
    margin-right: 64px;
  }

  .\32xl\:mb-64px {
    margin-bottom: 64px;
  }

  .\32xl\:ml-64px {
    margin-left: 64px;
  }

  .\32xl\:mt-65px {
    margin-top: 65px;
  }

  .\32xl\:mr-65px {
    margin-right: 65px;
  }

  .\32xl\:mb-65px {
    margin-bottom: 65px;
  }

  .\32xl\:ml-65px {
    margin-left: 65px;
  }

  .\32xl\:mt-66px {
    margin-top: 66px;
  }

  .\32xl\:mr-66px {
    margin-right: 66px;
  }

  .\32xl\:mb-66px {
    margin-bottom: 66px;
  }

  .\32xl\:ml-66px {
    margin-left: 66px;
  }

  .\32xl\:mt-67px {
    margin-top: 67px;
  }

  .\32xl\:mr-67px {
    margin-right: 67px;
  }

  .\32xl\:mb-67px {
    margin-bottom: 67px;
  }

  .\32xl\:ml-67px {
    margin-left: 67px;
  }

  .\32xl\:mt-68px {
    margin-top: 68px;
  }

  .\32xl\:mr-68px {
    margin-right: 68px;
  }

  .\32xl\:mb-68px {
    margin-bottom: 68px;
  }

  .\32xl\:ml-68px {
    margin-left: 68px;
  }

  .\32xl\:mt-69px {
    margin-top: 69px;
  }

  .\32xl\:mr-69px {
    margin-right: 69px;
  }

  .\32xl\:mb-69px {
    margin-bottom: 69px;
  }

  .\32xl\:ml-69px {
    margin-left: 69px;
  }

  .\32xl\:mt-70px {
    margin-top: 70px;
  }

  .\32xl\:mr-70px {
    margin-right: 70px;
  }

  .\32xl\:mb-70px {
    margin-bottom: 70px;
  }

  .\32xl\:ml-70px {
    margin-left: 70px;
  }

  .\32xl\:mt-71px {
    margin-top: 71px;
  }

  .\32xl\:mr-71px {
    margin-right: 71px;
  }

  .\32xl\:mb-71px {
    margin-bottom: 71px;
  }

  .\32xl\:ml-71px {
    margin-left: 71px;
  }

  .\32xl\:mt-72px {
    margin-top: 72px;
  }

  .\32xl\:mr-72px {
    margin-right: 72px;
  }

  .\32xl\:mb-72px {
    margin-bottom: 72px;
  }

  .\32xl\:ml-72px {
    margin-left: 72px;
  }

  .\32xl\:mt-73px {
    margin-top: 73px;
  }

  .\32xl\:mr-73px {
    margin-right: 73px;
  }

  .\32xl\:mb-73px {
    margin-bottom: 73px;
  }

  .\32xl\:ml-73px {
    margin-left: 73px;
  }

  .\32xl\:mt-74px {
    margin-top: 74px;
  }

  .\32xl\:mr-74px {
    margin-right: 74px;
  }

  .\32xl\:mb-74px {
    margin-bottom: 74px;
  }

  .\32xl\:ml-74px {
    margin-left: 74px;
  }

  .\32xl\:mt-75px {
    margin-top: 75px;
  }

  .\32xl\:mr-75px {
    margin-right: 75px;
  }

  .\32xl\:mb-75px {
    margin-bottom: 75px;
  }

  .\32xl\:ml-75px {
    margin-left: 75px;
  }

  .\32xl\:mt-76px {
    margin-top: 76px;
  }

  .\32xl\:mr-76px {
    margin-right: 76px;
  }

  .\32xl\:mb-76px {
    margin-bottom: 76px;
  }

  .\32xl\:ml-76px {
    margin-left: 76px;
  }

  .\32xl\:mt-77px {
    margin-top: 77px;
  }

  .\32xl\:mr-77px {
    margin-right: 77px;
  }

  .\32xl\:mb-77px {
    margin-bottom: 77px;
  }

  .\32xl\:ml-77px {
    margin-left: 77px;
  }

  .\32xl\:mt-78px {
    margin-top: 78px;
  }

  .\32xl\:mr-78px {
    margin-right: 78px;
  }

  .\32xl\:mb-78px {
    margin-bottom: 78px;
  }

  .\32xl\:ml-78px {
    margin-left: 78px;
  }

  .\32xl\:mt-79px {
    margin-top: 79px;
  }

  .\32xl\:mr-79px {
    margin-right: 79px;
  }

  .\32xl\:mb-79px {
    margin-bottom: 79px;
  }

  .\32xl\:ml-79px {
    margin-left: 79px;
  }

  .\32xl\:mt-80px {
    margin-top: 80px;
  }

  .\32xl\:mr-80px {
    margin-right: 80px;
  }

  .\32xl\:mb-80px {
    margin-bottom: 80px;
  }

  .\32xl\:ml-80px {
    margin-left: 80px;
  }

  .\32xl\:mt-81px {
    margin-top: 81px;
  }

  .\32xl\:mr-81px {
    margin-right: 81px;
  }

  .\32xl\:mb-81px {
    margin-bottom: 81px;
  }

  .\32xl\:ml-81px {
    margin-left: 81px;
  }

  .\32xl\:mt-82px {
    margin-top: 82px;
  }

  .\32xl\:mr-82px {
    margin-right: 82px;
  }

  .\32xl\:mb-82px {
    margin-bottom: 82px;
  }

  .\32xl\:ml-82px {
    margin-left: 82px;
  }

  .\32xl\:mt-83px {
    margin-top: 83px;
  }

  .\32xl\:mr-83px {
    margin-right: 83px;
  }

  .\32xl\:mb-83px {
    margin-bottom: 83px;
  }

  .\32xl\:ml-83px {
    margin-left: 83px;
  }

  .\32xl\:mt-84px {
    margin-top: 84px;
  }

  .\32xl\:mr-84px {
    margin-right: 84px;
  }

  .\32xl\:mb-84px {
    margin-bottom: 84px;
  }

  .\32xl\:ml-84px {
    margin-left: 84px;
  }

  .\32xl\:mt-85px {
    margin-top: 85px;
  }

  .\32xl\:mr-85px {
    margin-right: 85px;
  }

  .\32xl\:mb-85px {
    margin-bottom: 85px;
  }

  .\32xl\:ml-85px {
    margin-left: 85px;
  }

  .\32xl\:mt-86px {
    margin-top: 86px;
  }

  .\32xl\:mr-86px {
    margin-right: 86px;
  }

  .\32xl\:mb-86px {
    margin-bottom: 86px;
  }

  .\32xl\:ml-86px {
    margin-left: 86px;
  }

  .\32xl\:mt-87px {
    margin-top: 87px;
  }

  .\32xl\:mr-87px {
    margin-right: 87px;
  }

  .\32xl\:mb-87px {
    margin-bottom: 87px;
  }

  .\32xl\:ml-87px {
    margin-left: 87px;
  }

  .\32xl\:mt-88px {
    margin-top: 88px;
  }

  .\32xl\:mr-88px {
    margin-right: 88px;
  }

  .\32xl\:mb-88px {
    margin-bottom: 88px;
  }

  .\32xl\:ml-88px {
    margin-left: 88px;
  }

  .\32xl\:mt-89px {
    margin-top: 89px;
  }

  .\32xl\:mr-89px {
    margin-right: 89px;
  }

  .\32xl\:mb-89px {
    margin-bottom: 89px;
  }

  .\32xl\:ml-89px {
    margin-left: 89px;
  }

  .\32xl\:mt-90px {
    margin-top: 90px;
  }

  .\32xl\:mr-90px {
    margin-right: 90px;
  }

  .\32xl\:mb-90px {
    margin-bottom: 90px;
  }

  .\32xl\:ml-90px {
    margin-left: 90px;
  }

  .\32xl\:mt-91px {
    margin-top: 91px;
  }

  .\32xl\:mr-91px {
    margin-right: 91px;
  }

  .\32xl\:mb-91px {
    margin-bottom: 91px;
  }

  .\32xl\:ml-91px {
    margin-left: 91px;
  }

  .\32xl\:mt-92px {
    margin-top: 92px;
  }

  .\32xl\:mr-92px {
    margin-right: 92px;
  }

  .\32xl\:mb-92px {
    margin-bottom: 92px;
  }

  .\32xl\:ml-92px {
    margin-left: 92px;
  }

  .\32xl\:mt-93px {
    margin-top: 93px;
  }

  .\32xl\:mr-93px {
    margin-right: 93px;
  }

  .\32xl\:mb-93px {
    margin-bottom: 93px;
  }

  .\32xl\:ml-93px {
    margin-left: 93px;
  }

  .\32xl\:mt-94px {
    margin-top: 94px;
  }

  .\32xl\:mr-94px {
    margin-right: 94px;
  }

  .\32xl\:mb-94px {
    margin-bottom: 94px;
  }

  .\32xl\:ml-94px {
    margin-left: 94px;
  }

  .\32xl\:mt-95px {
    margin-top: 95px;
  }

  .\32xl\:mr-95px {
    margin-right: 95px;
  }

  .\32xl\:mb-95px {
    margin-bottom: 95px;
  }

  .\32xl\:ml-95px {
    margin-left: 95px;
  }

  .\32xl\:mt-96px {
    margin-top: 96px;
  }

  .\32xl\:mr-96px {
    margin-right: 96px;
  }

  .\32xl\:mb-96px {
    margin-bottom: 96px;
  }

  .\32xl\:ml-96px {
    margin-left: 96px;
  }

  .\32xl\:mt-97px {
    margin-top: 97px;
  }

  .\32xl\:mr-97px {
    margin-right: 97px;
  }

  .\32xl\:mb-97px {
    margin-bottom: 97px;
  }

  .\32xl\:ml-97px {
    margin-left: 97px;
  }

  .\32xl\:mt-98px {
    margin-top: 98px;
  }

  .\32xl\:mr-98px {
    margin-right: 98px;
  }

  .\32xl\:mb-98px {
    margin-bottom: 98px;
  }

  .\32xl\:ml-98px {
    margin-left: 98px;
  }

  .\32xl\:mt-99px {
    margin-top: 99px;
  }

  .\32xl\:mr-99px {
    margin-right: 99px;
  }

  .\32xl\:mb-99px {
    margin-bottom: 99px;
  }

  .\32xl\:ml-99px {
    margin-left: 99px;
  }

  .\32xl\:mt-100px {
    margin-top: 100px;
  }

  .\32xl\:mr-100px {
    margin-right: 100px;
  }

  .\32xl\:mb-100px {
    margin-bottom: 100px;
  }

  .\32xl\:ml-100px {
    margin-left: 100px;
  }

  .\32xl\:mt-101px {
    margin-top: 101px;
  }

  .\32xl\:mr-101px {
    margin-right: 101px;
  }

  .\32xl\:mb-101px {
    margin-bottom: 101px;
  }

  .\32xl\:ml-101px {
    margin-left: 101px;
  }

  .\32xl\:mt-102px {
    margin-top: 102px;
  }

  .\32xl\:mr-102px {
    margin-right: 102px;
  }

  .\32xl\:mb-102px {
    margin-bottom: 102px;
  }

  .\32xl\:ml-102px {
    margin-left: 102px;
  }

  .\32xl\:mt-103px {
    margin-top: 103px;
  }

  .\32xl\:mr-103px {
    margin-right: 103px;
  }

  .\32xl\:mb-103px {
    margin-bottom: 103px;
  }

  .\32xl\:ml-103px {
    margin-left: 103px;
  }

  .\32xl\:mt-104px {
    margin-top: 104px;
  }

  .\32xl\:mr-104px {
    margin-right: 104px;
  }

  .\32xl\:mb-104px {
    margin-bottom: 104px;
  }

  .\32xl\:ml-104px {
    margin-left: 104px;
  }

  .\32xl\:mt-105px {
    margin-top: 105px;
  }

  .\32xl\:mr-105px {
    margin-right: 105px;
  }

  .\32xl\:mb-105px {
    margin-bottom: 105px;
  }

  .\32xl\:ml-105px {
    margin-left: 105px;
  }

  .\32xl\:mt-106px {
    margin-top: 106px;
  }

  .\32xl\:mr-106px {
    margin-right: 106px;
  }

  .\32xl\:mb-106px {
    margin-bottom: 106px;
  }

  .\32xl\:ml-106px {
    margin-left: 106px;
  }

  .\32xl\:mt-107px {
    margin-top: 107px;
  }

  .\32xl\:mr-107px {
    margin-right: 107px;
  }

  .\32xl\:mb-107px {
    margin-bottom: 107px;
  }

  .\32xl\:ml-107px {
    margin-left: 107px;
  }

  .\32xl\:mt-108px {
    margin-top: 108px;
  }

  .\32xl\:mr-108px {
    margin-right: 108px;
  }

  .\32xl\:mb-108px {
    margin-bottom: 108px;
  }

  .\32xl\:ml-108px {
    margin-left: 108px;
  }

  .\32xl\:mt-109px {
    margin-top: 109px;
  }

  .\32xl\:mr-109px {
    margin-right: 109px;
  }

  .\32xl\:mb-109px {
    margin-bottom: 109px;
  }

  .\32xl\:ml-109px {
    margin-left: 109px;
  }

  .\32xl\:mt-110px {
    margin-top: 110px;
  }

  .\32xl\:mr-110px {
    margin-right: 110px;
  }

  .\32xl\:mb-110px {
    margin-bottom: 110px;
  }

  .\32xl\:ml-110px {
    margin-left: 110px;
  }

  .\32xl\:mt-111px {
    margin-top: 111px;
  }

  .\32xl\:mr-111px {
    margin-right: 111px;
  }

  .\32xl\:mb-111px {
    margin-bottom: 111px;
  }

  .\32xl\:ml-111px {
    margin-left: 111px;
  }

  .\32xl\:mt-112px {
    margin-top: 112px;
  }

  .\32xl\:mr-112px {
    margin-right: 112px;
  }

  .\32xl\:mb-112px {
    margin-bottom: 112px;
  }

  .\32xl\:ml-112px {
    margin-left: 112px;
  }

  .\32xl\:mt-113px {
    margin-top: 113px;
  }

  .\32xl\:mr-113px {
    margin-right: 113px;
  }

  .\32xl\:mb-113px {
    margin-bottom: 113px;
  }

  .\32xl\:ml-113px {
    margin-left: 113px;
  }

  .\32xl\:mt-114px {
    margin-top: 114px;
  }

  .\32xl\:mr-114px {
    margin-right: 114px;
  }

  .\32xl\:mb-114px {
    margin-bottom: 114px;
  }

  .\32xl\:ml-114px {
    margin-left: 114px;
  }

  .\32xl\:mt-115px {
    margin-top: 115px;
  }

  .\32xl\:mr-115px {
    margin-right: 115px;
  }

  .\32xl\:mb-115px {
    margin-bottom: 115px;
  }

  .\32xl\:ml-115px {
    margin-left: 115px;
  }

  .\32xl\:mt-116px {
    margin-top: 116px;
  }

  .\32xl\:mr-116px {
    margin-right: 116px;
  }

  .\32xl\:mb-116px {
    margin-bottom: 116px;
  }

  .\32xl\:ml-116px {
    margin-left: 116px;
  }

  .\32xl\:mt-117px {
    margin-top: 117px;
  }

  .\32xl\:mr-117px {
    margin-right: 117px;
  }

  .\32xl\:mb-117px {
    margin-bottom: 117px;
  }

  .\32xl\:ml-117px {
    margin-left: 117px;
  }

  .\32xl\:mt-118px {
    margin-top: 118px;
  }

  .\32xl\:mr-118px {
    margin-right: 118px;
  }

  .\32xl\:mb-118px {
    margin-bottom: 118px;
  }

  .\32xl\:ml-118px {
    margin-left: 118px;
  }

  .\32xl\:mt-119px {
    margin-top: 119px;
  }

  .\32xl\:mr-119px {
    margin-right: 119px;
  }

  .\32xl\:mb-119px {
    margin-bottom: 119px;
  }

  .\32xl\:ml-119px {
    margin-left: 119px;
  }

  .\32xl\:mt-120px {
    margin-top: 120px;
  }

  .\32xl\:mr-120px {
    margin-right: 120px;
  }

  .\32xl\:mb-120px {
    margin-bottom: 120px;
  }

  .\32xl\:ml-120px {
    margin-left: 120px;
  }

  .\32xl\:mt-121px {
    margin-top: 121px;
  }

  .\32xl\:mr-121px {
    margin-right: 121px;
  }

  .\32xl\:mb-121px {
    margin-bottom: 121px;
  }

  .\32xl\:ml-121px {
    margin-left: 121px;
  }

  .\32xl\:mt-122px {
    margin-top: 122px;
  }

  .\32xl\:mr-122px {
    margin-right: 122px;
  }

  .\32xl\:mb-122px {
    margin-bottom: 122px;
  }

  .\32xl\:ml-122px {
    margin-left: 122px;
  }

  .\32xl\:mt-123px {
    margin-top: 123px;
  }

  .\32xl\:mr-123px {
    margin-right: 123px;
  }

  .\32xl\:mb-123px {
    margin-bottom: 123px;
  }

  .\32xl\:ml-123px {
    margin-left: 123px;
  }

  .\32xl\:mt-124px {
    margin-top: 124px;
  }

  .\32xl\:mr-124px {
    margin-right: 124px;
  }

  .\32xl\:mb-124px {
    margin-bottom: 124px;
  }

  .\32xl\:ml-124px {
    margin-left: 124px;
  }

  .\32xl\:mt-125px {
    margin-top: 125px;
  }

  .\32xl\:mr-125px {
    margin-right: 125px;
  }

  .\32xl\:mb-125px {
    margin-bottom: 125px;
  }

  .\32xl\:ml-125px {
    margin-left: 125px;
  }

  .\32xl\:mt-126px {
    margin-top: 126px;
  }

  .\32xl\:mr-126px {
    margin-right: 126px;
  }

  .\32xl\:mb-126px {
    margin-bottom: 126px;
  }

  .\32xl\:ml-126px {
    margin-left: 126px;
  }

  .\32xl\:mt-127px {
    margin-top: 127px;
  }

  .\32xl\:mr-127px {
    margin-right: 127px;
  }

  .\32xl\:mb-127px {
    margin-bottom: 127px;
  }

  .\32xl\:ml-127px {
    margin-left: 127px;
  }

  .\32xl\:mt-128px {
    margin-top: 128px;
  }

  .\32xl\:mr-128px {
    margin-right: 128px;
  }

  .\32xl\:mb-128px {
    margin-bottom: 128px;
  }

  .\32xl\:ml-128px {
    margin-left: 128px;
  }

  .\32xl\:mt-129px {
    margin-top: 129px;
  }

  .\32xl\:mr-129px {
    margin-right: 129px;
  }

  .\32xl\:mb-129px {
    margin-bottom: 129px;
  }

  .\32xl\:ml-129px {
    margin-left: 129px;
  }

  .\32xl\:mt-130px {
    margin-top: 130px;
  }

  .\32xl\:mr-130px {
    margin-right: 130px;
  }

  .\32xl\:mb-130px {
    margin-bottom: 130px;
  }

  .\32xl\:ml-130px {
    margin-left: 130px;
  }

  .\32xl\:mt-133px {
    margin-top: 133px;
  }

  .\32xl\:mr-133px {
    margin-right: 133px;
  }

  .\32xl\:mb-133px {
    margin-bottom: 133px;
  }

  .\32xl\:ml-133px {
    margin-left: 133px;
  }

  .\32xl\:mt-140px {
    margin-top: 140px;
  }

  .\32xl\:mr-140px {
    margin-right: 140px;
  }

  .\32xl\:mb-140px {
    margin-bottom: 140px;
  }

  .\32xl\:ml-140px {
    margin-left: 140px;
  }

  .\32xl\:mt-195px {
    margin-top: 195px;
  }

  .\32xl\:mr-195px {
    margin-right: 195px;
  }

  .\32xl\:mb-195px {
    margin-bottom: 195px;
  }

  .\32xl\:ml-195px {
    margin-left: 195px;
  }

  .\32xl\:mt-200px {
    margin-top: 200px;
  }

  .\32xl\:mr-200px {
    margin-right: 200px;
  }

  .\32xl\:mb-200px {
    margin-bottom: 200px;
  }

  .\32xl\:ml-200px {
    margin-left: 200px;
  }

  .\32xl\:mt-210px {
    margin-top: 210px;
  }

  .\32xl\:mr-210px {
    margin-right: 210px;
  }

  .\32xl\:mb-210px {
    margin-bottom: 210px;
  }

  .\32xl\:ml-210px {
    margin-left: 210px;
  }

  .\32xl\:mt-222px {
    margin-top: 222px;
  }

  .\32xl\:mr-222px {
    margin-right: 222px;
  }

  .\32xl\:mb-222px {
    margin-bottom: 222px;
  }

  .\32xl\:ml-222px {
    margin-left: 222px;
  }

  .\32xl\:mt-258px {
    margin-top: 258px;
  }

  .\32xl\:mr-258px {
    margin-right: 258px;
  }

  .\32xl\:mb-258px {
    margin-bottom: 258px;
  }

  .\32xl\:ml-258px {
    margin-left: 258px;
  }

  .\32xl\:mt-280px {
    margin-top: 280px;
  }

  .\32xl\:mr-280px {
    margin-right: 280px;
  }

  .\32xl\:mb-280px {
    margin-bottom: 280px;
  }

  .\32xl\:ml-280px {
    margin-left: 280px;
  }

  .\32xl\:mt-334px {
    margin-top: 334px;
  }

  .\32xl\:mr-334px {
    margin-right: 334px;
  }

  .\32xl\:mb-334px {
    margin-bottom: 334px;
  }

  .\32xl\:ml-334px {
    margin-left: 334px;
  }

  .\32xl\:mt-388px {
    margin-top: 388px;
  }

  .\32xl\:mr-388px {
    margin-right: 388px;
  }

  .\32xl\:mb-388px {
    margin-bottom: 388px;
  }

  .\32xl\:ml-388px {
    margin-left: 388px;
  }

  .\32xl\:mt-480px {
    margin-top: 480px;
  }

  .\32xl\:mr-480px {
    margin-right: 480px;
  }

  .\32xl\:mb-480px {
    margin-bottom: 480px;
  }

  .\32xl\:ml-480px {
    margin-left: 480px;
  }

  .\32xl\:mt-490px {
    margin-top: 490px;
  }

  .\32xl\:mr-490px {
    margin-right: 490px;
  }

  .\32xl\:mb-490px {
    margin-bottom: 490px;
  }

  .\32xl\:ml-490px {
    margin-left: 490px;
  }

  .\32xl\:mt-505px {
    margin-top: 505px;
  }

  .\32xl\:mr-505px {
    margin-right: 505px;
  }

  .\32xl\:mb-505px {
    margin-bottom: 505px;
  }

  .\32xl\:ml-505px {
    margin-left: 505px;
  }

  .\32xl\:mt-507px {
    margin-top: 507px;
  }

  .\32xl\:mr-507px {
    margin-right: 507px;
  }

  .\32xl\:mb-507px {
    margin-bottom: 507px;
  }

  .\32xl\:ml-507px {
    margin-left: 507px;
  }

  .\32xl\:mt-760px {
    margin-top: 760px;
  }

  .\32xl\:mr-760px {
    margin-right: 760px;
  }

  .\32xl\:mb-760px {
    margin-bottom: 760px;
  }

  .\32xl\:ml-760px {
    margin-left: 760px;
  }

  .\32xl\:mt-780px {
    margin-top: 780px;
  }

  .\32xl\:mr-780px {
    margin-right: 780px;
  }

  .\32xl\:mb-780px {
    margin-bottom: 780px;
  }

  .\32xl\:ml-780px {
    margin-left: 780px;
  }

  .\32xl\:mt-980px {
    margin-top: 980px;
  }

  .\32xl\:mr-980px {
    margin-right: 980px;
  }

  .\32xl\:mb-980px {
    margin-bottom: 980px;
  }

  .\32xl\:ml-980px {
    margin-left: 980px;
  }

  .\32xl\:mt-1366px {
    margin-top: 1366px;
  }

  .\32xl\:mr-1366px {
    margin-right: 1366px;
  }

  .\32xl\:mb-1366px {
    margin-bottom: 1366px;
  }

  .\32xl\:ml-1366px {
    margin-left: 1366px;
  }

  .\32xl\:-mt-0 {
    margin-top: 0px;
  }

  .\32xl\:-mr-0 {
    margin-right: 0px;
  }

  .\32xl\:-mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:-ml-0 {
    margin-left: 0px;
  }

  .\32xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .\32xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .\32xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .\32xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .\32xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .\32xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .\32xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .\32xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .\32xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .\32xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .\32xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .\32xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .\32xl\:-mt-4 {
    margin-top: -1rem;
  }

  .\32xl\:-mr-4 {
    margin-right: -1rem;
  }

  .\32xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .\32xl\:-ml-4 {
    margin-left: -1rem;
  }

  .\32xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .\32xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .\32xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .\32xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .\32xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .\32xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .\32xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .\32xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .\32xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .\32xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .\32xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .\32xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .\32xl\:-mt-8 {
    margin-top: -2rem;
  }

  .\32xl\:-mr-8 {
    margin-right: -2rem;
  }

  .\32xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .\32xl\:-ml-8 {
    margin-left: -2rem;
  }

  .\32xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .\32xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .\32xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .\32xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .\32xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .\32xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .\32xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .\32xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .\32xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .\32xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .\32xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .\32xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .\32xl\:-mt-12 {
    margin-top: -3rem;
  }

  .\32xl\:-mr-12 {
    margin-right: -3rem;
  }

  .\32xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .\32xl\:-ml-12 {
    margin-left: -3rem;
  }

  .\32xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .\32xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .\32xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .\32xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .\32xl\:-mt-16 {
    margin-top: -4rem;
  }

  .\32xl\:-mr-16 {
    margin-right: -4rem;
  }

  .\32xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .\32xl\:-ml-16 {
    margin-left: -4rem;
  }

  .\32xl\:-mt-20 {
    margin-top: -5rem;
  }

  .\32xl\:-mr-20 {
    margin-right: -5rem;
  }

  .\32xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .\32xl\:-ml-20 {
    margin-left: -5rem;
  }

  .\32xl\:-mt-24 {
    margin-top: -6rem;
  }

  .\32xl\:-mr-24 {
    margin-right: -6rem;
  }

  .\32xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .\32xl\:-ml-24 {
    margin-left: -6rem;
  }

  .\32xl\:-mt-28 {
    margin-top: -7rem;
  }

  .\32xl\:-mr-28 {
    margin-right: -7rem;
  }

  .\32xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .\32xl\:-ml-28 {
    margin-left: -7rem;
  }

  .\32xl\:-mt-32 {
    margin-top: -8rem;
  }

  .\32xl\:-mr-32 {
    margin-right: -8rem;
  }

  .\32xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .\32xl\:-ml-32 {
    margin-left: -8rem;
  }

  .\32xl\:-mt-36 {
    margin-top: -9rem;
  }

  .\32xl\:-mr-36 {
    margin-right: -9rem;
  }

  .\32xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .\32xl\:-ml-36 {
    margin-left: -9rem;
  }

  .\32xl\:-mt-40 {
    margin-top: -10rem;
  }

  .\32xl\:-mr-40 {
    margin-right: -10rem;
  }

  .\32xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .\32xl\:-ml-40 {
    margin-left: -10rem;
  }

  .\32xl\:-mt-44 {
    margin-top: -11rem;
  }

  .\32xl\:-mr-44 {
    margin-right: -11rem;
  }

  .\32xl\:-mb-44 {
    margin-bottom: -11rem;
  }

  .\32xl\:-ml-44 {
    margin-left: -11rem;
  }

  .\32xl\:-mt-48 {
    margin-top: -12rem;
  }

  .\32xl\:-mr-48 {
    margin-right: -12rem;
  }

  .\32xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .\32xl\:-ml-48 {
    margin-left: -12rem;
  }

  .\32xl\:-mt-52 {
    margin-top: -13rem;
  }

  .\32xl\:-mr-52 {
    margin-right: -13rem;
  }

  .\32xl\:-mb-52 {
    margin-bottom: -13rem;
  }

  .\32xl\:-ml-52 {
    margin-left: -13rem;
  }

  .\32xl\:-mt-56 {
    margin-top: -14rem;
  }

  .\32xl\:-mr-56 {
    margin-right: -14rem;
  }

  .\32xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .\32xl\:-ml-56 {
    margin-left: -14rem;
  }

  .\32xl\:-mt-60 {
    margin-top: -15rem;
  }

  .\32xl\:-mr-60 {
    margin-right: -15rem;
  }

  .\32xl\:-mb-60 {
    margin-bottom: -15rem;
  }

  .\32xl\:-ml-60 {
    margin-left: -15rem;
  }

  .\32xl\:-mt-64 {
    margin-top: -16rem;
  }

  .\32xl\:-mr-64 {
    margin-right: -16rem;
  }

  .\32xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .\32xl\:-ml-64 {
    margin-left: -16rem;
  }

  .\32xl\:-mt-72 {
    margin-top: -18rem;
  }

  .\32xl\:-mr-72 {
    margin-right: -18rem;
  }

  .\32xl\:-mb-72 {
    margin-bottom: -18rem;
  }

  .\32xl\:-ml-72 {
    margin-left: -18rem;
  }

  .\32xl\:-mt-80 {
    margin-top: -20rem;
  }

  .\32xl\:-mr-80 {
    margin-right: -20rem;
  }

  .\32xl\:-mb-80 {
    margin-bottom: -20rem;
  }

  .\32xl\:-ml-80 {
    margin-left: -20rem;
  }

  .\32xl\:-mt-96 {
    margin-top: -24rem;
  }

  .\32xl\:-mr-96 {
    margin-right: -24rem;
  }

  .\32xl\:-mb-96 {
    margin-bottom: -24rem;
  }

  .\32xl\:-ml-96 {
    margin-left: -24rem;
  }

  .\32xl\:-mt-px {
    margin-top: -1px;
  }

  .\32xl\:-mr-px {
    margin-right: -1px;
  }

  .\32xl\:-mb-px {
    margin-bottom: -1px;
  }

  .\32xl\:-ml-px {
    margin-left: -1px;
  }

  .\32xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .\32xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .\32xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .\32xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .\32xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .\32xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .\32xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .\32xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .\32xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .\32xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .\32xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .\32xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .\32xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .\32xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .\32xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .\32xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .\32xl\:-mt-1px {
    margin-top: -1px;
  }

  .\32xl\:-mr-1px {
    margin-right: -1px;
  }

  .\32xl\:-mb-1px {
    margin-bottom: -1px;
  }

  .\32xl\:-ml-1px {
    margin-left: -1px;
  }

  .\32xl\:-mt-2px {
    margin-top: -2px;
  }

  .\32xl\:-mr-2px {
    margin-right: -2px;
  }

  .\32xl\:-mb-2px {
    margin-bottom: -2px;
  }

  .\32xl\:-ml-2px {
    margin-left: -2px;
  }

  .\32xl\:-mt-3px {
    margin-top: -3px;
  }

  .\32xl\:-mr-3px {
    margin-right: -3px;
  }

  .\32xl\:-mb-3px {
    margin-bottom: -3px;
  }

  .\32xl\:-ml-3px {
    margin-left: -3px;
  }

  .\32xl\:-mt-4px {
    margin-top: -4px;
  }

  .\32xl\:-mr-4px {
    margin-right: -4px;
  }

  .\32xl\:-mb-4px {
    margin-bottom: -4px;
  }

  .\32xl\:-ml-4px {
    margin-left: -4px;
  }

  .\32xl\:-mt-5px {
    margin-top: -5px;
  }

  .\32xl\:-mr-5px {
    margin-right: -5px;
  }

  .\32xl\:-mb-5px {
    margin-bottom: -5px;
  }

  .\32xl\:-ml-5px {
    margin-left: -5px;
  }

  .\32xl\:-mt-6px {
    margin-top: -6px;
  }

  .\32xl\:-mr-6px {
    margin-right: -6px;
  }

  .\32xl\:-mb-6px {
    margin-bottom: -6px;
  }

  .\32xl\:-ml-6px {
    margin-left: -6px;
  }

  .\32xl\:-mt-7px {
    margin-top: -7px;
  }

  .\32xl\:-mr-7px {
    margin-right: -7px;
  }

  .\32xl\:-mb-7px {
    margin-bottom: -7px;
  }

  .\32xl\:-ml-7px {
    margin-left: -7px;
  }

  .\32xl\:-mt-8px {
    margin-top: -8px;
  }

  .\32xl\:-mr-8px {
    margin-right: -8px;
  }

  .\32xl\:-mb-8px {
    margin-bottom: -8px;
  }

  .\32xl\:-ml-8px {
    margin-left: -8px;
  }

  .\32xl\:-mt-9px {
    margin-top: -9px;
  }

  .\32xl\:-mr-9px {
    margin-right: -9px;
  }

  .\32xl\:-mb-9px {
    margin-bottom: -9px;
  }

  .\32xl\:-ml-9px {
    margin-left: -9px;
  }

  .\32xl\:-mt-10px {
    margin-top: -10px;
  }

  .\32xl\:-mr-10px {
    margin-right: -10px;
  }

  .\32xl\:-mb-10px {
    margin-bottom: -10px;
  }

  .\32xl\:-ml-10px {
    margin-left: -10px;
  }

  .\32xl\:-mt-11px {
    margin-top: -11px;
  }

  .\32xl\:-mr-11px {
    margin-right: -11px;
  }

  .\32xl\:-mb-11px {
    margin-bottom: -11px;
  }

  .\32xl\:-ml-11px {
    margin-left: -11px;
  }

  .\32xl\:-mt-12px {
    margin-top: -12px;
  }

  .\32xl\:-mr-12px {
    margin-right: -12px;
  }

  .\32xl\:-mb-12px {
    margin-bottom: -12px;
  }

  .\32xl\:-ml-12px {
    margin-left: -12px;
  }

  .\32xl\:-mt-13px {
    margin-top: -13px;
  }

  .\32xl\:-mr-13px {
    margin-right: -13px;
  }

  .\32xl\:-mb-13px {
    margin-bottom: -13px;
  }

  .\32xl\:-ml-13px {
    margin-left: -13px;
  }

  .\32xl\:-mt-14px {
    margin-top: -14px;
  }

  .\32xl\:-mr-14px {
    margin-right: -14px;
  }

  .\32xl\:-mb-14px {
    margin-bottom: -14px;
  }

  .\32xl\:-ml-14px {
    margin-left: -14px;
  }

  .\32xl\:-mt-15px {
    margin-top: -15px;
  }

  .\32xl\:-mr-15px {
    margin-right: -15px;
  }

  .\32xl\:-mb-15px {
    margin-bottom: -15px;
  }

  .\32xl\:-ml-15px {
    margin-left: -15px;
  }

  .\32xl\:-mt-16px {
    margin-top: -16px;
  }

  .\32xl\:-mr-16px {
    margin-right: -16px;
  }

  .\32xl\:-mb-16px {
    margin-bottom: -16px;
  }

  .\32xl\:-ml-16px {
    margin-left: -16px;
  }

  .\32xl\:-mt-17px {
    margin-top: -17px;
  }

  .\32xl\:-mr-17px {
    margin-right: -17px;
  }

  .\32xl\:-mb-17px {
    margin-bottom: -17px;
  }

  .\32xl\:-ml-17px {
    margin-left: -17px;
  }

  .\32xl\:-mt-18px {
    margin-top: -18px;
  }

  .\32xl\:-mr-18px {
    margin-right: -18px;
  }

  .\32xl\:-mb-18px {
    margin-bottom: -18px;
  }

  .\32xl\:-ml-18px {
    margin-left: -18px;
  }

  .\32xl\:-mt-19px {
    margin-top: -19px;
  }

  .\32xl\:-mr-19px {
    margin-right: -19px;
  }

  .\32xl\:-mb-19px {
    margin-bottom: -19px;
  }

  .\32xl\:-ml-19px {
    margin-left: -19px;
  }

  .\32xl\:-mt-20px {
    margin-top: -20px;
  }

  .\32xl\:-mr-20px {
    margin-right: -20px;
  }

  .\32xl\:-mb-20px {
    margin-bottom: -20px;
  }

  .\32xl\:-ml-20px {
    margin-left: -20px;
  }

  .\32xl\:-mt-21px {
    margin-top: -21px;
  }

  .\32xl\:-mr-21px {
    margin-right: -21px;
  }

  .\32xl\:-mb-21px {
    margin-bottom: -21px;
  }

  .\32xl\:-ml-21px {
    margin-left: -21px;
  }

  .\32xl\:-mt-22px {
    margin-top: -22px;
  }

  .\32xl\:-mr-22px {
    margin-right: -22px;
  }

  .\32xl\:-mb-22px {
    margin-bottom: -22px;
  }

  .\32xl\:-ml-22px {
    margin-left: -22px;
  }

  .\32xl\:-mt-23px {
    margin-top: -23px;
  }

  .\32xl\:-mr-23px {
    margin-right: -23px;
  }

  .\32xl\:-mb-23px {
    margin-bottom: -23px;
  }

  .\32xl\:-ml-23px {
    margin-left: -23px;
  }

  .\32xl\:-mt-24px {
    margin-top: -24px;
  }

  .\32xl\:-mr-24px {
    margin-right: -24px;
  }

  .\32xl\:-mb-24px {
    margin-bottom: -24px;
  }

  .\32xl\:-ml-24px {
    margin-left: -24px;
  }

  .\32xl\:-mt-25px {
    margin-top: -25px;
  }

  .\32xl\:-mr-25px {
    margin-right: -25px;
  }

  .\32xl\:-mb-25px {
    margin-bottom: -25px;
  }

  .\32xl\:-ml-25px {
    margin-left: -25px;
  }

  .\32xl\:-mt-26px {
    margin-top: -26px;
  }

  .\32xl\:-mr-26px {
    margin-right: -26px;
  }

  .\32xl\:-mb-26px {
    margin-bottom: -26px;
  }

  .\32xl\:-ml-26px {
    margin-left: -26px;
  }

  .\32xl\:-mt-27px {
    margin-top: -27px;
  }

  .\32xl\:-mr-27px {
    margin-right: -27px;
  }

  .\32xl\:-mb-27px {
    margin-bottom: -27px;
  }

  .\32xl\:-ml-27px {
    margin-left: -27px;
  }

  .\32xl\:-mt-28px {
    margin-top: -28px;
  }

  .\32xl\:-mr-28px {
    margin-right: -28px;
  }

  .\32xl\:-mb-28px {
    margin-bottom: -28px;
  }

  .\32xl\:-ml-28px {
    margin-left: -28px;
  }

  .\32xl\:-mt-29px {
    margin-top: -29px;
  }

  .\32xl\:-mr-29px {
    margin-right: -29px;
  }

  .\32xl\:-mb-29px {
    margin-bottom: -29px;
  }

  .\32xl\:-ml-29px {
    margin-left: -29px;
  }

  .\32xl\:-mt-30px {
    margin-top: -30px;
  }

  .\32xl\:-mr-30px {
    margin-right: -30px;
  }

  .\32xl\:-mb-30px {
    margin-bottom: -30px;
  }

  .\32xl\:-ml-30px {
    margin-left: -30px;
  }

  .\32xl\:-mt-31px {
    margin-top: -31px;
  }

  .\32xl\:-mr-31px {
    margin-right: -31px;
  }

  .\32xl\:-mb-31px {
    margin-bottom: -31px;
  }

  .\32xl\:-ml-31px {
    margin-left: -31px;
  }

  .\32xl\:-mt-32px {
    margin-top: -32px;
  }

  .\32xl\:-mr-32px {
    margin-right: -32px;
  }

  .\32xl\:-mb-32px {
    margin-bottom: -32px;
  }

  .\32xl\:-ml-32px {
    margin-left: -32px;
  }

  .\32xl\:-mt-33px {
    margin-top: -33px;
  }

  .\32xl\:-mr-33px {
    margin-right: -33px;
  }

  .\32xl\:-mb-33px {
    margin-bottom: -33px;
  }

  .\32xl\:-ml-33px {
    margin-left: -33px;
  }

  .\32xl\:-mt-34px {
    margin-top: -34px;
  }

  .\32xl\:-mr-34px {
    margin-right: -34px;
  }

  .\32xl\:-mb-34px {
    margin-bottom: -34px;
  }

  .\32xl\:-ml-34px {
    margin-left: -34px;
  }

  .\32xl\:-mt-35px {
    margin-top: -35px;
  }

  .\32xl\:-mr-35px {
    margin-right: -35px;
  }

  .\32xl\:-mb-35px {
    margin-bottom: -35px;
  }

  .\32xl\:-ml-35px {
    margin-left: -35px;
  }

  .\32xl\:-mt-36px {
    margin-top: -36px;
  }

  .\32xl\:-mr-36px {
    margin-right: -36px;
  }

  .\32xl\:-mb-36px {
    margin-bottom: -36px;
  }

  .\32xl\:-ml-36px {
    margin-left: -36px;
  }

  .\32xl\:-mt-37px {
    margin-top: -37px;
  }

  .\32xl\:-mr-37px {
    margin-right: -37px;
  }

  .\32xl\:-mb-37px {
    margin-bottom: -37px;
  }

  .\32xl\:-ml-37px {
    margin-left: -37px;
  }

  .\32xl\:-mt-38px {
    margin-top: -38px;
  }

  .\32xl\:-mr-38px {
    margin-right: -38px;
  }

  .\32xl\:-mb-38px {
    margin-bottom: -38px;
  }

  .\32xl\:-ml-38px {
    margin-left: -38px;
  }

  .\32xl\:-mt-39px {
    margin-top: -39px;
  }

  .\32xl\:-mr-39px {
    margin-right: -39px;
  }

  .\32xl\:-mb-39px {
    margin-bottom: -39px;
  }

  .\32xl\:-ml-39px {
    margin-left: -39px;
  }

  .\32xl\:-mt-40px {
    margin-top: -40px;
  }

  .\32xl\:-mr-40px {
    margin-right: -40px;
  }

  .\32xl\:-mb-40px {
    margin-bottom: -40px;
  }

  .\32xl\:-ml-40px {
    margin-left: -40px;
  }

  .\32xl\:-mt-41px {
    margin-top: -41px;
  }

  .\32xl\:-mr-41px {
    margin-right: -41px;
  }

  .\32xl\:-mb-41px {
    margin-bottom: -41px;
  }

  .\32xl\:-ml-41px {
    margin-left: -41px;
  }

  .\32xl\:-mt-42px {
    margin-top: -42px;
  }

  .\32xl\:-mr-42px {
    margin-right: -42px;
  }

  .\32xl\:-mb-42px {
    margin-bottom: -42px;
  }

  .\32xl\:-ml-42px {
    margin-left: -42px;
  }

  .\32xl\:-mt-43px {
    margin-top: -43px;
  }

  .\32xl\:-mr-43px {
    margin-right: -43px;
  }

  .\32xl\:-mb-43px {
    margin-bottom: -43px;
  }

  .\32xl\:-ml-43px {
    margin-left: -43px;
  }

  .\32xl\:-mt-44px {
    margin-top: -44px;
  }

  .\32xl\:-mr-44px {
    margin-right: -44px;
  }

  .\32xl\:-mb-44px {
    margin-bottom: -44px;
  }

  .\32xl\:-ml-44px {
    margin-left: -44px;
  }

  .\32xl\:-mt-45px {
    margin-top: -45px;
  }

  .\32xl\:-mr-45px {
    margin-right: -45px;
  }

  .\32xl\:-mb-45px {
    margin-bottom: -45px;
  }

  .\32xl\:-ml-45px {
    margin-left: -45px;
  }

  .\32xl\:-mt-46px {
    margin-top: -46px;
  }

  .\32xl\:-mr-46px {
    margin-right: -46px;
  }

  .\32xl\:-mb-46px {
    margin-bottom: -46px;
  }

  .\32xl\:-ml-46px {
    margin-left: -46px;
  }

  .\32xl\:-mt-47px {
    margin-top: -47px;
  }

  .\32xl\:-mr-47px {
    margin-right: -47px;
  }

  .\32xl\:-mb-47px {
    margin-bottom: -47px;
  }

  .\32xl\:-ml-47px {
    margin-left: -47px;
  }

  .\32xl\:-mt-48px {
    margin-top: -48px;
  }

  .\32xl\:-mr-48px {
    margin-right: -48px;
  }

  .\32xl\:-mb-48px {
    margin-bottom: -48px;
  }

  .\32xl\:-ml-48px {
    margin-left: -48px;
  }

  .\32xl\:-mt-49px {
    margin-top: -49px;
  }

  .\32xl\:-mr-49px {
    margin-right: -49px;
  }

  .\32xl\:-mb-49px {
    margin-bottom: -49px;
  }

  .\32xl\:-ml-49px {
    margin-left: -49px;
  }

  .\32xl\:-mt-50px {
    margin-top: -50px;
  }

  .\32xl\:-mr-50px {
    margin-right: -50px;
  }

  .\32xl\:-mb-50px {
    margin-bottom: -50px;
  }

  .\32xl\:-ml-50px {
    margin-left: -50px;
  }

  .\32xl\:-mt-51px {
    margin-top: -51px;
  }

  .\32xl\:-mr-51px {
    margin-right: -51px;
  }

  .\32xl\:-mb-51px {
    margin-bottom: -51px;
  }

  .\32xl\:-ml-51px {
    margin-left: -51px;
  }

  .\32xl\:-mt-52px {
    margin-top: -52px;
  }

  .\32xl\:-mr-52px {
    margin-right: -52px;
  }

  .\32xl\:-mb-52px {
    margin-bottom: -52px;
  }

  .\32xl\:-ml-52px {
    margin-left: -52px;
  }

  .\32xl\:-mt-53px {
    margin-top: -53px;
  }

  .\32xl\:-mr-53px {
    margin-right: -53px;
  }

  .\32xl\:-mb-53px {
    margin-bottom: -53px;
  }

  .\32xl\:-ml-53px {
    margin-left: -53px;
  }

  .\32xl\:-mt-54px {
    margin-top: -54px;
  }

  .\32xl\:-mr-54px {
    margin-right: -54px;
  }

  .\32xl\:-mb-54px {
    margin-bottom: -54px;
  }

  .\32xl\:-ml-54px {
    margin-left: -54px;
  }

  .\32xl\:-mt-55px {
    margin-top: -55px;
  }

  .\32xl\:-mr-55px {
    margin-right: -55px;
  }

  .\32xl\:-mb-55px {
    margin-bottom: -55px;
  }

  .\32xl\:-ml-55px {
    margin-left: -55px;
  }

  .\32xl\:-mt-56px {
    margin-top: -56px;
  }

  .\32xl\:-mr-56px {
    margin-right: -56px;
  }

  .\32xl\:-mb-56px {
    margin-bottom: -56px;
  }

  .\32xl\:-ml-56px {
    margin-left: -56px;
  }

  .\32xl\:-mt-57px {
    margin-top: -57px;
  }

  .\32xl\:-mr-57px {
    margin-right: -57px;
  }

  .\32xl\:-mb-57px {
    margin-bottom: -57px;
  }

  .\32xl\:-ml-57px {
    margin-left: -57px;
  }

  .\32xl\:-mt-58px {
    margin-top: -58px;
  }

  .\32xl\:-mr-58px {
    margin-right: -58px;
  }

  .\32xl\:-mb-58px {
    margin-bottom: -58px;
  }

  .\32xl\:-ml-58px {
    margin-left: -58px;
  }

  .\32xl\:-mt-59px {
    margin-top: -59px;
  }

  .\32xl\:-mr-59px {
    margin-right: -59px;
  }

  .\32xl\:-mb-59px {
    margin-bottom: -59px;
  }

  .\32xl\:-ml-59px {
    margin-left: -59px;
  }

  .\32xl\:-mt-60px {
    margin-top: -60px;
  }

  .\32xl\:-mr-60px {
    margin-right: -60px;
  }

  .\32xl\:-mb-60px {
    margin-bottom: -60px;
  }

  .\32xl\:-ml-60px {
    margin-left: -60px;
  }

  .\32xl\:-mt-61px {
    margin-top: -61px;
  }

  .\32xl\:-mr-61px {
    margin-right: -61px;
  }

  .\32xl\:-mb-61px {
    margin-bottom: -61px;
  }

  .\32xl\:-ml-61px {
    margin-left: -61px;
  }

  .\32xl\:-mt-62px {
    margin-top: -62px;
  }

  .\32xl\:-mr-62px {
    margin-right: -62px;
  }

  .\32xl\:-mb-62px {
    margin-bottom: -62px;
  }

  .\32xl\:-ml-62px {
    margin-left: -62px;
  }

  .\32xl\:-mt-63px {
    margin-top: -63px;
  }

  .\32xl\:-mr-63px {
    margin-right: -63px;
  }

  .\32xl\:-mb-63px {
    margin-bottom: -63px;
  }

  .\32xl\:-ml-63px {
    margin-left: -63px;
  }

  .\32xl\:-mt-64px {
    margin-top: -64px;
  }

  .\32xl\:-mr-64px {
    margin-right: -64px;
  }

  .\32xl\:-mb-64px {
    margin-bottom: -64px;
  }

  .\32xl\:-ml-64px {
    margin-left: -64px;
  }

  .\32xl\:-mt-65px {
    margin-top: -65px;
  }

  .\32xl\:-mr-65px {
    margin-right: -65px;
  }

  .\32xl\:-mb-65px {
    margin-bottom: -65px;
  }

  .\32xl\:-ml-65px {
    margin-left: -65px;
  }

  .\32xl\:-mt-66px {
    margin-top: -66px;
  }

  .\32xl\:-mr-66px {
    margin-right: -66px;
  }

  .\32xl\:-mb-66px {
    margin-bottom: -66px;
  }

  .\32xl\:-ml-66px {
    margin-left: -66px;
  }

  .\32xl\:-mt-67px {
    margin-top: -67px;
  }

  .\32xl\:-mr-67px {
    margin-right: -67px;
  }

  .\32xl\:-mb-67px {
    margin-bottom: -67px;
  }

  .\32xl\:-ml-67px {
    margin-left: -67px;
  }

  .\32xl\:-mt-68px {
    margin-top: -68px;
  }

  .\32xl\:-mr-68px {
    margin-right: -68px;
  }

  .\32xl\:-mb-68px {
    margin-bottom: -68px;
  }

  .\32xl\:-ml-68px {
    margin-left: -68px;
  }

  .\32xl\:-mt-69px {
    margin-top: -69px;
  }

  .\32xl\:-mr-69px {
    margin-right: -69px;
  }

  .\32xl\:-mb-69px {
    margin-bottom: -69px;
  }

  .\32xl\:-ml-69px {
    margin-left: -69px;
  }

  .\32xl\:-mt-70px {
    margin-top: -70px;
  }

  .\32xl\:-mr-70px {
    margin-right: -70px;
  }

  .\32xl\:-mb-70px {
    margin-bottom: -70px;
  }

  .\32xl\:-ml-70px {
    margin-left: -70px;
  }

  .\32xl\:-mt-71px {
    margin-top: -71px;
  }

  .\32xl\:-mr-71px {
    margin-right: -71px;
  }

  .\32xl\:-mb-71px {
    margin-bottom: -71px;
  }

  .\32xl\:-ml-71px {
    margin-left: -71px;
  }

  .\32xl\:-mt-72px {
    margin-top: -72px;
  }

  .\32xl\:-mr-72px {
    margin-right: -72px;
  }

  .\32xl\:-mb-72px {
    margin-bottom: -72px;
  }

  .\32xl\:-ml-72px {
    margin-left: -72px;
  }

  .\32xl\:-mt-73px {
    margin-top: -73px;
  }

  .\32xl\:-mr-73px {
    margin-right: -73px;
  }

  .\32xl\:-mb-73px {
    margin-bottom: -73px;
  }

  .\32xl\:-ml-73px {
    margin-left: -73px;
  }

  .\32xl\:-mt-74px {
    margin-top: -74px;
  }

  .\32xl\:-mr-74px {
    margin-right: -74px;
  }

  .\32xl\:-mb-74px {
    margin-bottom: -74px;
  }

  .\32xl\:-ml-74px {
    margin-left: -74px;
  }

  .\32xl\:-mt-75px {
    margin-top: -75px;
  }

  .\32xl\:-mr-75px {
    margin-right: -75px;
  }

  .\32xl\:-mb-75px {
    margin-bottom: -75px;
  }

  .\32xl\:-ml-75px {
    margin-left: -75px;
  }

  .\32xl\:-mt-76px {
    margin-top: -76px;
  }

  .\32xl\:-mr-76px {
    margin-right: -76px;
  }

  .\32xl\:-mb-76px {
    margin-bottom: -76px;
  }

  .\32xl\:-ml-76px {
    margin-left: -76px;
  }

  .\32xl\:-mt-77px {
    margin-top: -77px;
  }

  .\32xl\:-mr-77px {
    margin-right: -77px;
  }

  .\32xl\:-mb-77px {
    margin-bottom: -77px;
  }

  .\32xl\:-ml-77px {
    margin-left: -77px;
  }

  .\32xl\:-mt-78px {
    margin-top: -78px;
  }

  .\32xl\:-mr-78px {
    margin-right: -78px;
  }

  .\32xl\:-mb-78px {
    margin-bottom: -78px;
  }

  .\32xl\:-ml-78px {
    margin-left: -78px;
  }

  .\32xl\:-mt-79px {
    margin-top: -79px;
  }

  .\32xl\:-mr-79px {
    margin-right: -79px;
  }

  .\32xl\:-mb-79px {
    margin-bottom: -79px;
  }

  .\32xl\:-ml-79px {
    margin-left: -79px;
  }

  .\32xl\:-mt-80px {
    margin-top: -80px;
  }

  .\32xl\:-mr-80px {
    margin-right: -80px;
  }

  .\32xl\:-mb-80px {
    margin-bottom: -80px;
  }

  .\32xl\:-ml-80px {
    margin-left: -80px;
  }

  .\32xl\:-mt-81px {
    margin-top: -81px;
  }

  .\32xl\:-mr-81px {
    margin-right: -81px;
  }

  .\32xl\:-mb-81px {
    margin-bottom: -81px;
  }

  .\32xl\:-ml-81px {
    margin-left: -81px;
  }

  .\32xl\:-mt-82px {
    margin-top: -82px;
  }

  .\32xl\:-mr-82px {
    margin-right: -82px;
  }

  .\32xl\:-mb-82px {
    margin-bottom: -82px;
  }

  .\32xl\:-ml-82px {
    margin-left: -82px;
  }

  .\32xl\:-mt-83px {
    margin-top: -83px;
  }

  .\32xl\:-mr-83px {
    margin-right: -83px;
  }

  .\32xl\:-mb-83px {
    margin-bottom: -83px;
  }

  .\32xl\:-ml-83px {
    margin-left: -83px;
  }

  .\32xl\:-mt-84px {
    margin-top: -84px;
  }

  .\32xl\:-mr-84px {
    margin-right: -84px;
  }

  .\32xl\:-mb-84px {
    margin-bottom: -84px;
  }

  .\32xl\:-ml-84px {
    margin-left: -84px;
  }

  .\32xl\:-mt-85px {
    margin-top: -85px;
  }

  .\32xl\:-mr-85px {
    margin-right: -85px;
  }

  .\32xl\:-mb-85px {
    margin-bottom: -85px;
  }

  .\32xl\:-ml-85px {
    margin-left: -85px;
  }

  .\32xl\:-mt-86px {
    margin-top: -86px;
  }

  .\32xl\:-mr-86px {
    margin-right: -86px;
  }

  .\32xl\:-mb-86px {
    margin-bottom: -86px;
  }

  .\32xl\:-ml-86px {
    margin-left: -86px;
  }

  .\32xl\:-mt-87px {
    margin-top: -87px;
  }

  .\32xl\:-mr-87px {
    margin-right: -87px;
  }

  .\32xl\:-mb-87px {
    margin-bottom: -87px;
  }

  .\32xl\:-ml-87px {
    margin-left: -87px;
  }

  .\32xl\:-mt-88px {
    margin-top: -88px;
  }

  .\32xl\:-mr-88px {
    margin-right: -88px;
  }

  .\32xl\:-mb-88px {
    margin-bottom: -88px;
  }

  .\32xl\:-ml-88px {
    margin-left: -88px;
  }

  .\32xl\:-mt-89px {
    margin-top: -89px;
  }

  .\32xl\:-mr-89px {
    margin-right: -89px;
  }

  .\32xl\:-mb-89px {
    margin-bottom: -89px;
  }

  .\32xl\:-ml-89px {
    margin-left: -89px;
  }

  .\32xl\:-mt-90px {
    margin-top: -90px;
  }

  .\32xl\:-mr-90px {
    margin-right: -90px;
  }

  .\32xl\:-mb-90px {
    margin-bottom: -90px;
  }

  .\32xl\:-ml-90px {
    margin-left: -90px;
  }

  .\32xl\:-mt-91px {
    margin-top: -91px;
  }

  .\32xl\:-mr-91px {
    margin-right: -91px;
  }

  .\32xl\:-mb-91px {
    margin-bottom: -91px;
  }

  .\32xl\:-ml-91px {
    margin-left: -91px;
  }

  .\32xl\:-mt-92px {
    margin-top: -92px;
  }

  .\32xl\:-mr-92px {
    margin-right: -92px;
  }

  .\32xl\:-mb-92px {
    margin-bottom: -92px;
  }

  .\32xl\:-ml-92px {
    margin-left: -92px;
  }

  .\32xl\:-mt-93px {
    margin-top: -93px;
  }

  .\32xl\:-mr-93px {
    margin-right: -93px;
  }

  .\32xl\:-mb-93px {
    margin-bottom: -93px;
  }

  .\32xl\:-ml-93px {
    margin-left: -93px;
  }

  .\32xl\:-mt-94px {
    margin-top: -94px;
  }

  .\32xl\:-mr-94px {
    margin-right: -94px;
  }

  .\32xl\:-mb-94px {
    margin-bottom: -94px;
  }

  .\32xl\:-ml-94px {
    margin-left: -94px;
  }

  .\32xl\:-mt-95px {
    margin-top: -95px;
  }

  .\32xl\:-mr-95px {
    margin-right: -95px;
  }

  .\32xl\:-mb-95px {
    margin-bottom: -95px;
  }

  .\32xl\:-ml-95px {
    margin-left: -95px;
  }

  .\32xl\:-mt-96px {
    margin-top: -96px;
  }

  .\32xl\:-mr-96px {
    margin-right: -96px;
  }

  .\32xl\:-mb-96px {
    margin-bottom: -96px;
  }

  .\32xl\:-ml-96px {
    margin-left: -96px;
  }

  .\32xl\:-mt-97px {
    margin-top: -97px;
  }

  .\32xl\:-mr-97px {
    margin-right: -97px;
  }

  .\32xl\:-mb-97px {
    margin-bottom: -97px;
  }

  .\32xl\:-ml-97px {
    margin-left: -97px;
  }

  .\32xl\:-mt-98px {
    margin-top: -98px;
  }

  .\32xl\:-mr-98px {
    margin-right: -98px;
  }

  .\32xl\:-mb-98px {
    margin-bottom: -98px;
  }

  .\32xl\:-ml-98px {
    margin-left: -98px;
  }

  .\32xl\:-mt-99px {
    margin-top: -99px;
  }

  .\32xl\:-mr-99px {
    margin-right: -99px;
  }

  .\32xl\:-mb-99px {
    margin-bottom: -99px;
  }

  .\32xl\:-ml-99px {
    margin-left: -99px;
  }

  .\32xl\:-mt-100px {
    margin-top: -100px;
  }

  .\32xl\:-mr-100px {
    margin-right: -100px;
  }

  .\32xl\:-mb-100px {
    margin-bottom: -100px;
  }

  .\32xl\:-ml-100px {
    margin-left: -100px;
  }

  .\32xl\:-mt-101px {
    margin-top: -101px;
  }

  .\32xl\:-mr-101px {
    margin-right: -101px;
  }

  .\32xl\:-mb-101px {
    margin-bottom: -101px;
  }

  .\32xl\:-ml-101px {
    margin-left: -101px;
  }

  .\32xl\:-mt-102px {
    margin-top: -102px;
  }

  .\32xl\:-mr-102px {
    margin-right: -102px;
  }

  .\32xl\:-mb-102px {
    margin-bottom: -102px;
  }

  .\32xl\:-ml-102px {
    margin-left: -102px;
  }

  .\32xl\:-mt-103px {
    margin-top: -103px;
  }

  .\32xl\:-mr-103px {
    margin-right: -103px;
  }

  .\32xl\:-mb-103px {
    margin-bottom: -103px;
  }

  .\32xl\:-ml-103px {
    margin-left: -103px;
  }

  .\32xl\:-mt-104px {
    margin-top: -104px;
  }

  .\32xl\:-mr-104px {
    margin-right: -104px;
  }

  .\32xl\:-mb-104px {
    margin-bottom: -104px;
  }

  .\32xl\:-ml-104px {
    margin-left: -104px;
  }

  .\32xl\:-mt-105px {
    margin-top: -105px;
  }

  .\32xl\:-mr-105px {
    margin-right: -105px;
  }

  .\32xl\:-mb-105px {
    margin-bottom: -105px;
  }

  .\32xl\:-ml-105px {
    margin-left: -105px;
  }

  .\32xl\:-mt-106px {
    margin-top: -106px;
  }

  .\32xl\:-mr-106px {
    margin-right: -106px;
  }

  .\32xl\:-mb-106px {
    margin-bottom: -106px;
  }

  .\32xl\:-ml-106px {
    margin-left: -106px;
  }

  .\32xl\:-mt-107px {
    margin-top: -107px;
  }

  .\32xl\:-mr-107px {
    margin-right: -107px;
  }

  .\32xl\:-mb-107px {
    margin-bottom: -107px;
  }

  .\32xl\:-ml-107px {
    margin-left: -107px;
  }

  .\32xl\:-mt-108px {
    margin-top: -108px;
  }

  .\32xl\:-mr-108px {
    margin-right: -108px;
  }

  .\32xl\:-mb-108px {
    margin-bottom: -108px;
  }

  .\32xl\:-ml-108px {
    margin-left: -108px;
  }

  .\32xl\:-mt-109px {
    margin-top: -109px;
  }

  .\32xl\:-mr-109px {
    margin-right: -109px;
  }

  .\32xl\:-mb-109px {
    margin-bottom: -109px;
  }

  .\32xl\:-ml-109px {
    margin-left: -109px;
  }

  .\32xl\:-mt-110px {
    margin-top: -110px;
  }

  .\32xl\:-mr-110px {
    margin-right: -110px;
  }

  .\32xl\:-mb-110px {
    margin-bottom: -110px;
  }

  .\32xl\:-ml-110px {
    margin-left: -110px;
  }

  .\32xl\:-mt-111px {
    margin-top: -111px;
  }

  .\32xl\:-mr-111px {
    margin-right: -111px;
  }

  .\32xl\:-mb-111px {
    margin-bottom: -111px;
  }

  .\32xl\:-ml-111px {
    margin-left: -111px;
  }

  .\32xl\:-mt-112px {
    margin-top: -112px;
  }

  .\32xl\:-mr-112px {
    margin-right: -112px;
  }

  .\32xl\:-mb-112px {
    margin-bottom: -112px;
  }

  .\32xl\:-ml-112px {
    margin-left: -112px;
  }

  .\32xl\:-mt-113px {
    margin-top: -113px;
  }

  .\32xl\:-mr-113px {
    margin-right: -113px;
  }

  .\32xl\:-mb-113px {
    margin-bottom: -113px;
  }

  .\32xl\:-ml-113px {
    margin-left: -113px;
  }

  .\32xl\:-mt-114px {
    margin-top: -114px;
  }

  .\32xl\:-mr-114px {
    margin-right: -114px;
  }

  .\32xl\:-mb-114px {
    margin-bottom: -114px;
  }

  .\32xl\:-ml-114px {
    margin-left: -114px;
  }

  .\32xl\:-mt-115px {
    margin-top: -115px;
  }

  .\32xl\:-mr-115px {
    margin-right: -115px;
  }

  .\32xl\:-mb-115px {
    margin-bottom: -115px;
  }

  .\32xl\:-ml-115px {
    margin-left: -115px;
  }

  .\32xl\:-mt-116px {
    margin-top: -116px;
  }

  .\32xl\:-mr-116px {
    margin-right: -116px;
  }

  .\32xl\:-mb-116px {
    margin-bottom: -116px;
  }

  .\32xl\:-ml-116px {
    margin-left: -116px;
  }

  .\32xl\:-mt-117px {
    margin-top: -117px;
  }

  .\32xl\:-mr-117px {
    margin-right: -117px;
  }

  .\32xl\:-mb-117px {
    margin-bottom: -117px;
  }

  .\32xl\:-ml-117px {
    margin-left: -117px;
  }

  .\32xl\:-mt-118px {
    margin-top: -118px;
  }

  .\32xl\:-mr-118px {
    margin-right: -118px;
  }

  .\32xl\:-mb-118px {
    margin-bottom: -118px;
  }

  .\32xl\:-ml-118px {
    margin-left: -118px;
  }

  .\32xl\:-mt-119px {
    margin-top: -119px;
  }

  .\32xl\:-mr-119px {
    margin-right: -119px;
  }

  .\32xl\:-mb-119px {
    margin-bottom: -119px;
  }

  .\32xl\:-ml-119px {
    margin-left: -119px;
  }

  .\32xl\:-mt-120px {
    margin-top: -120px;
  }

  .\32xl\:-mr-120px {
    margin-right: -120px;
  }

  .\32xl\:-mb-120px {
    margin-bottom: -120px;
  }

  .\32xl\:-ml-120px {
    margin-left: -120px;
  }

  .\32xl\:-mt-121px {
    margin-top: -121px;
  }

  .\32xl\:-mr-121px {
    margin-right: -121px;
  }

  .\32xl\:-mb-121px {
    margin-bottom: -121px;
  }

  .\32xl\:-ml-121px {
    margin-left: -121px;
  }

  .\32xl\:-mt-122px {
    margin-top: -122px;
  }

  .\32xl\:-mr-122px {
    margin-right: -122px;
  }

  .\32xl\:-mb-122px {
    margin-bottom: -122px;
  }

  .\32xl\:-ml-122px {
    margin-left: -122px;
  }

  .\32xl\:-mt-123px {
    margin-top: -123px;
  }

  .\32xl\:-mr-123px {
    margin-right: -123px;
  }

  .\32xl\:-mb-123px {
    margin-bottom: -123px;
  }

  .\32xl\:-ml-123px {
    margin-left: -123px;
  }

  .\32xl\:-mt-124px {
    margin-top: -124px;
  }

  .\32xl\:-mr-124px {
    margin-right: -124px;
  }

  .\32xl\:-mb-124px {
    margin-bottom: -124px;
  }

  .\32xl\:-ml-124px {
    margin-left: -124px;
  }

  .\32xl\:-mt-125px {
    margin-top: -125px;
  }

  .\32xl\:-mr-125px {
    margin-right: -125px;
  }

  .\32xl\:-mb-125px {
    margin-bottom: -125px;
  }

  .\32xl\:-ml-125px {
    margin-left: -125px;
  }

  .\32xl\:-mt-126px {
    margin-top: -126px;
  }

  .\32xl\:-mr-126px {
    margin-right: -126px;
  }

  .\32xl\:-mb-126px {
    margin-bottom: -126px;
  }

  .\32xl\:-ml-126px {
    margin-left: -126px;
  }

  .\32xl\:-mt-127px {
    margin-top: -127px;
  }

  .\32xl\:-mr-127px {
    margin-right: -127px;
  }

  .\32xl\:-mb-127px {
    margin-bottom: -127px;
  }

  .\32xl\:-ml-127px {
    margin-left: -127px;
  }

  .\32xl\:-mt-128px {
    margin-top: -128px;
  }

  .\32xl\:-mr-128px {
    margin-right: -128px;
  }

  .\32xl\:-mb-128px {
    margin-bottom: -128px;
  }

  .\32xl\:-ml-128px {
    margin-left: -128px;
  }

  .\32xl\:-mt-129px {
    margin-top: -129px;
  }

  .\32xl\:-mr-129px {
    margin-right: -129px;
  }

  .\32xl\:-mb-129px {
    margin-bottom: -129px;
  }

  .\32xl\:-ml-129px {
    margin-left: -129px;
  }

  .\32xl\:-mt-130px {
    margin-top: -130px;
  }

  .\32xl\:-mr-130px {
    margin-right: -130px;
  }

  .\32xl\:-mb-130px {
    margin-bottom: -130px;
  }

  .\32xl\:-ml-130px {
    margin-left: -130px;
  }

  .\32xl\:-mt-133px {
    margin-top: -133px;
  }

  .\32xl\:-mr-133px {
    margin-right: -133px;
  }

  .\32xl\:-mb-133px {
    margin-bottom: -133px;
  }

  .\32xl\:-ml-133px {
    margin-left: -133px;
  }

  .\32xl\:-mt-140px {
    margin-top: -140px;
  }

  .\32xl\:-mr-140px {
    margin-right: -140px;
  }

  .\32xl\:-mb-140px {
    margin-bottom: -140px;
  }

  .\32xl\:-ml-140px {
    margin-left: -140px;
  }

  .\32xl\:-mt-195px {
    margin-top: -195px;
  }

  .\32xl\:-mr-195px {
    margin-right: -195px;
  }

  .\32xl\:-mb-195px {
    margin-bottom: -195px;
  }

  .\32xl\:-ml-195px {
    margin-left: -195px;
  }

  .\32xl\:-mt-200px {
    margin-top: -200px;
  }

  .\32xl\:-mr-200px {
    margin-right: -200px;
  }

  .\32xl\:-mb-200px {
    margin-bottom: -200px;
  }

  .\32xl\:-ml-200px {
    margin-left: -200px;
  }

  .\32xl\:-mt-210px {
    margin-top: -210px;
  }

  .\32xl\:-mr-210px {
    margin-right: -210px;
  }

  .\32xl\:-mb-210px {
    margin-bottom: -210px;
  }

  .\32xl\:-ml-210px {
    margin-left: -210px;
  }

  .\32xl\:-mt-222px {
    margin-top: -222px;
  }

  .\32xl\:-mr-222px {
    margin-right: -222px;
  }

  .\32xl\:-mb-222px {
    margin-bottom: -222px;
  }

  .\32xl\:-ml-222px {
    margin-left: -222px;
  }

  .\32xl\:-mt-258px {
    margin-top: -258px;
  }

  .\32xl\:-mr-258px {
    margin-right: -258px;
  }

  .\32xl\:-mb-258px {
    margin-bottom: -258px;
  }

  .\32xl\:-ml-258px {
    margin-left: -258px;
  }

  .\32xl\:-mt-280px {
    margin-top: -280px;
  }

  .\32xl\:-mr-280px {
    margin-right: -280px;
  }

  .\32xl\:-mb-280px {
    margin-bottom: -280px;
  }

  .\32xl\:-ml-280px {
    margin-left: -280px;
  }

  .\32xl\:-mt-334px {
    margin-top: -334px;
  }

  .\32xl\:-mr-334px {
    margin-right: -334px;
  }

  .\32xl\:-mb-334px {
    margin-bottom: -334px;
  }

  .\32xl\:-ml-334px {
    margin-left: -334px;
  }

  .\32xl\:-mt-388px {
    margin-top: -388px;
  }

  .\32xl\:-mr-388px {
    margin-right: -388px;
  }

  .\32xl\:-mb-388px {
    margin-bottom: -388px;
  }

  .\32xl\:-ml-388px {
    margin-left: -388px;
  }

  .\32xl\:-mt-480px {
    margin-top: -480px;
  }

  .\32xl\:-mr-480px {
    margin-right: -480px;
  }

  .\32xl\:-mb-480px {
    margin-bottom: -480px;
  }

  .\32xl\:-ml-480px {
    margin-left: -480px;
  }

  .\32xl\:-mt-490px {
    margin-top: -490px;
  }

  .\32xl\:-mr-490px {
    margin-right: -490px;
  }

  .\32xl\:-mb-490px {
    margin-bottom: -490px;
  }

  .\32xl\:-ml-490px {
    margin-left: -490px;
  }

  .\32xl\:-mt-505px {
    margin-top: -505px;
  }

  .\32xl\:-mr-505px {
    margin-right: -505px;
  }

  .\32xl\:-mb-505px {
    margin-bottom: -505px;
  }

  .\32xl\:-ml-505px {
    margin-left: -505px;
  }

  .\32xl\:-mt-507px {
    margin-top: -507px;
  }

  .\32xl\:-mr-507px {
    margin-right: -507px;
  }

  .\32xl\:-mb-507px {
    margin-bottom: -507px;
  }

  .\32xl\:-ml-507px {
    margin-left: -507px;
  }

  .\32xl\:-mt-760px {
    margin-top: -760px;
  }

  .\32xl\:-mr-760px {
    margin-right: -760px;
  }

  .\32xl\:-mb-760px {
    margin-bottom: -760px;
  }

  .\32xl\:-ml-760px {
    margin-left: -760px;
  }

  .\32xl\:-mt-780px {
    margin-top: -780px;
  }

  .\32xl\:-mr-780px {
    margin-right: -780px;
  }

  .\32xl\:-mb-780px {
    margin-bottom: -780px;
  }

  .\32xl\:-ml-780px {
    margin-left: -780px;
  }

  .\32xl\:-mt-980px {
    margin-top: -980px;
  }

  .\32xl\:-mr-980px {
    margin-right: -980px;
  }

  .\32xl\:-mb-980px {
    margin-bottom: -980px;
  }

  .\32xl\:-ml-980px {
    margin-left: -980px;
  }

  .\32xl\:-mt-1366px {
    margin-top: -1366px;
  }

  .\32xl\:-mr-1366px {
    margin-right: -1366px;
  }

  .\32xl\:-mb-1366px {
    margin-bottom: -1366px;
  }

  .\32xl\:-ml-1366px {
    margin-left: -1366px;
  }

  .\32xl\:max-h-0 {
    max-height: 0px;
  }

  .\32xl\:max-h-1 {
    max-height: 0.25rem;
  }

  .\32xl\:max-h-2 {
    max-height: 0.5rem;
  }

  .\32xl\:max-h-3 {
    max-height: 0.75rem;
  }

  .\32xl\:max-h-4 {
    max-height: 1rem;
  }

  .\32xl\:max-h-5 {
    max-height: 1.25rem;
  }

  .\32xl\:max-h-6 {
    max-height: 1.5rem;
  }

  .\32xl\:max-h-7 {
    max-height: 1.75rem;
  }

  .\32xl\:max-h-8 {
    max-height: 2rem;
  }

  .\32xl\:max-h-9 {
    max-height: 2.25rem;
  }

  .\32xl\:max-h-10 {
    max-height: 2.5rem;
  }

  .\32xl\:max-h-11 {
    max-height: 2.75rem;
  }

  .\32xl\:max-h-12 {
    max-height: 3rem;
  }

  .\32xl\:max-h-14 {
    max-height: 3.5rem;
  }

  .\32xl\:max-h-16 {
    max-height: 4rem;
  }

  .\32xl\:max-h-20 {
    max-height: 5rem;
  }

  .\32xl\:max-h-24 {
    max-height: 6rem;
  }

  .\32xl\:max-h-28 {
    max-height: 7rem;
  }

  .\32xl\:max-h-32 {
    max-height: 8rem;
  }

  .\32xl\:max-h-36 {
    max-height: 9rem;
  }

  .\32xl\:max-h-40 {
    max-height: 10rem;
  }

  .\32xl\:max-h-44 {
    max-height: 11rem;
  }

  .\32xl\:max-h-48 {
    max-height: 12rem;
  }

  .\32xl\:max-h-52 {
    max-height: 13rem;
  }

  .\32xl\:max-h-56 {
    max-height: 14rem;
  }

  .\32xl\:max-h-60 {
    max-height: 15rem;
  }

  .\32xl\:max-h-64 {
    max-height: 16rem;
  }

  .\32xl\:max-h-72 {
    max-height: 18rem;
  }

  .\32xl\:max-h-80 {
    max-height: 20rem;
  }

  .\32xl\:max-h-96 {
    max-height: 24rem;
  }

  .\32xl\:max-h-px {
    max-height: 1px;
  }

  .\32xl\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .\32xl\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .\32xl\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .\32xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .\32xl\:max-h-1px {
    max-height: 1px;
  }

  .\32xl\:max-h-2px {
    max-height: 2px;
  }

  .\32xl\:max-h-3px {
    max-height: 3px;
  }

  .\32xl\:max-h-4px {
    max-height: 4px;
  }

  .\32xl\:max-h-5px {
    max-height: 5px;
  }

  .\32xl\:max-h-6px {
    max-height: 6px;
  }

  .\32xl\:max-h-7px {
    max-height: 7px;
  }

  .\32xl\:max-h-8px {
    max-height: 8px;
  }

  .\32xl\:max-h-9px {
    max-height: 9px;
  }

  .\32xl\:max-h-10px {
    max-height: 10px;
  }

  .\32xl\:max-h-11px {
    max-height: 11px;
  }

  .\32xl\:max-h-12px {
    max-height: 12px;
  }

  .\32xl\:max-h-13px {
    max-height: 13px;
  }

  .\32xl\:max-h-14px {
    max-height: 14px;
  }

  .\32xl\:max-h-15px {
    max-height: 15px;
  }

  .\32xl\:max-h-16px {
    max-height: 16px;
  }

  .\32xl\:max-h-17px {
    max-height: 17px;
  }

  .\32xl\:max-h-18px {
    max-height: 18px;
  }

  .\32xl\:max-h-19px {
    max-height: 19px;
  }

  .\32xl\:max-h-20px {
    max-height: 20px;
  }

  .\32xl\:max-h-21px {
    max-height: 21px;
  }

  .\32xl\:max-h-22px {
    max-height: 22px;
  }

  .\32xl\:max-h-23px {
    max-height: 23px;
  }

  .\32xl\:max-h-24px {
    max-height: 24px;
  }

  .\32xl\:max-h-25px {
    max-height: 25px;
  }

  .\32xl\:max-h-26px {
    max-height: 26px;
  }

  .\32xl\:max-h-27px {
    max-height: 27px;
  }

  .\32xl\:max-h-28px {
    max-height: 28px;
  }

  .\32xl\:max-h-29px {
    max-height: 29px;
  }

  .\32xl\:max-h-30px {
    max-height: 30px;
  }

  .\32xl\:max-h-31px {
    max-height: 31px;
  }

  .\32xl\:max-h-32px {
    max-height: 32px;
  }

  .\32xl\:max-h-33px {
    max-height: 33px;
  }

  .\32xl\:max-h-34px {
    max-height: 34px;
  }

  .\32xl\:max-h-35px {
    max-height: 35px;
  }

  .\32xl\:max-h-36px {
    max-height: 36px;
  }

  .\32xl\:max-h-37px {
    max-height: 37px;
  }

  .\32xl\:max-h-38px {
    max-height: 38px;
  }

  .\32xl\:max-h-39px {
    max-height: 39px;
  }

  .\32xl\:max-h-40px {
    max-height: 40px;
  }

  .\32xl\:max-h-41px {
    max-height: 41px;
  }

  .\32xl\:max-h-42px {
    max-height: 42px;
  }

  .\32xl\:max-h-43px {
    max-height: 43px;
  }

  .\32xl\:max-h-44px {
    max-height: 44px;
  }

  .\32xl\:max-h-45px {
    max-height: 45px;
  }

  .\32xl\:max-h-46px {
    max-height: 46px;
  }

  .\32xl\:max-h-47px {
    max-height: 47px;
  }

  .\32xl\:max-h-48px {
    max-height: 48px;
  }

  .\32xl\:max-h-49px {
    max-height: 49px;
  }

  .\32xl\:max-h-50px {
    max-height: 50px;
  }

  .\32xl\:max-h-51px {
    max-height: 51px;
  }

  .\32xl\:max-h-52px {
    max-height: 52px;
  }

  .\32xl\:max-h-53px {
    max-height: 53px;
  }

  .\32xl\:max-h-54px {
    max-height: 54px;
  }

  .\32xl\:max-h-55px {
    max-height: 55px;
  }

  .\32xl\:max-h-56px {
    max-height: 56px;
  }

  .\32xl\:max-h-57px {
    max-height: 57px;
  }

  .\32xl\:max-h-58px {
    max-height: 58px;
  }

  .\32xl\:max-h-59px {
    max-height: 59px;
  }

  .\32xl\:max-h-60px {
    max-height: 60px;
  }

  .\32xl\:max-h-61px {
    max-height: 61px;
  }

  .\32xl\:max-h-62px {
    max-height: 62px;
  }

  .\32xl\:max-h-63px {
    max-height: 63px;
  }

  .\32xl\:max-h-64px {
    max-height: 64px;
  }

  .\32xl\:max-h-65px {
    max-height: 65px;
  }

  .\32xl\:max-h-66px {
    max-height: 66px;
  }

  .\32xl\:max-h-67px {
    max-height: 67px;
  }

  .\32xl\:max-h-68px {
    max-height: 68px;
  }

  .\32xl\:max-h-69px {
    max-height: 69px;
  }

  .\32xl\:max-h-70px {
    max-height: 70px;
  }

  .\32xl\:max-h-71px {
    max-height: 71px;
  }

  .\32xl\:max-h-72px {
    max-height: 72px;
  }

  .\32xl\:max-h-73px {
    max-height: 73px;
  }

  .\32xl\:max-h-74px {
    max-height: 74px;
  }

  .\32xl\:max-h-75px {
    max-height: 75px;
  }

  .\32xl\:max-h-76px {
    max-height: 76px;
  }

  .\32xl\:max-h-77px {
    max-height: 77px;
  }

  .\32xl\:max-h-78px {
    max-height: 78px;
  }

  .\32xl\:max-h-79px {
    max-height: 79px;
  }

  .\32xl\:max-h-80px {
    max-height: 80px;
  }

  .\32xl\:max-h-81px {
    max-height: 81px;
  }

  .\32xl\:max-h-82px {
    max-height: 82px;
  }

  .\32xl\:max-h-83px {
    max-height: 83px;
  }

  .\32xl\:max-h-84px {
    max-height: 84px;
  }

  .\32xl\:max-h-85px {
    max-height: 85px;
  }

  .\32xl\:max-h-86px {
    max-height: 86px;
  }

  .\32xl\:max-h-87px {
    max-height: 87px;
  }

  .\32xl\:max-h-88px {
    max-height: 88px;
  }

  .\32xl\:max-h-89px {
    max-height: 89px;
  }

  .\32xl\:max-h-90px {
    max-height: 90px;
  }

  .\32xl\:max-h-91px {
    max-height: 91px;
  }

  .\32xl\:max-h-92px {
    max-height: 92px;
  }

  .\32xl\:max-h-93px {
    max-height: 93px;
  }

  .\32xl\:max-h-94px {
    max-height: 94px;
  }

  .\32xl\:max-h-95px {
    max-height: 95px;
  }

  .\32xl\:max-h-96px {
    max-height: 96px;
  }

  .\32xl\:max-h-97px {
    max-height: 97px;
  }

  .\32xl\:max-h-98px {
    max-height: 98px;
  }

  .\32xl\:max-h-99px {
    max-height: 99px;
  }

  .\32xl\:max-h-100px {
    max-height: 100px;
  }

  .\32xl\:max-h-101px {
    max-height: 101px;
  }

  .\32xl\:max-h-102px {
    max-height: 102px;
  }

  .\32xl\:max-h-103px {
    max-height: 103px;
  }

  .\32xl\:max-h-104px {
    max-height: 104px;
  }

  .\32xl\:max-h-105px {
    max-height: 105px;
  }

  .\32xl\:max-h-106px {
    max-height: 106px;
  }

  .\32xl\:max-h-107px {
    max-height: 107px;
  }

  .\32xl\:max-h-108px {
    max-height: 108px;
  }

  .\32xl\:max-h-109px {
    max-height: 109px;
  }

  .\32xl\:max-h-110px {
    max-height: 110px;
  }

  .\32xl\:max-h-111px {
    max-height: 111px;
  }

  .\32xl\:max-h-112px {
    max-height: 112px;
  }

  .\32xl\:max-h-113px {
    max-height: 113px;
  }

  .\32xl\:max-h-114px {
    max-height: 114px;
  }

  .\32xl\:max-h-115px {
    max-height: 115px;
  }

  .\32xl\:max-h-116px {
    max-height: 116px;
  }

  .\32xl\:max-h-117px {
    max-height: 117px;
  }

  .\32xl\:max-h-118px {
    max-height: 118px;
  }

  .\32xl\:max-h-119px {
    max-height: 119px;
  }

  .\32xl\:max-h-120px {
    max-height: 120px;
  }

  .\32xl\:max-h-121px {
    max-height: 121px;
  }

  .\32xl\:max-h-122px {
    max-height: 122px;
  }

  .\32xl\:max-h-123px {
    max-height: 123px;
  }

  .\32xl\:max-h-124px {
    max-height: 124px;
  }

  .\32xl\:max-h-125px {
    max-height: 125px;
  }

  .\32xl\:max-h-126px {
    max-height: 126px;
  }

  .\32xl\:max-h-127px {
    max-height: 127px;
  }

  .\32xl\:max-h-128px {
    max-height: 128px;
  }

  .\32xl\:max-h-129px {
    max-height: 129px;
  }

  .\32xl\:max-h-130px {
    max-height: 130px;
  }

  .\32xl\:max-h-133px {
    max-height: 133px;
  }

  .\32xl\:max-h-140px {
    max-height: 140px;
  }

  .\32xl\:max-h-195px {
    max-height: 195px;
  }

  .\32xl\:max-h-200px {
    max-height: 200px;
  }

  .\32xl\:max-h-210px {
    max-height: 210px;
  }

  .\32xl\:max-h-222px {
    max-height: 222px;
  }

  .\32xl\:max-h-258px {
    max-height: 258px;
  }

  .\32xl\:max-h-280px {
    max-height: 280px;
  }

  .\32xl\:max-h-334px {
    max-height: 334px;
  }

  .\32xl\:max-h-388px {
    max-height: 388px;
  }

  .\32xl\:max-h-480px {
    max-height: 480px;
  }

  .\32xl\:max-h-490px {
    max-height: 490px;
  }

  .\32xl\:max-h-505px {
    max-height: 505px;
  }

  .\32xl\:max-h-507px {
    max-height: 507px;
  }

  .\32xl\:max-h-760px {
    max-height: 760px;
  }

  .\32xl\:max-h-780px {
    max-height: 780px;
  }

  .\32xl\:max-h-980px {
    max-height: 980px;
  }

  .\32xl\:max-h-1366px {
    max-height: 1366px;
  }

  .\32xl\:max-h-full {
    max-height: 100%;
  }

  .\32xl\:max-h-screen {
    max-height: 100vh;
  }

  .\32xl\:max-w-0 {
    max-width: 0rem;
  }

  .\32xl\:max-w-none {
    max-width: none;
  }

  .\32xl\:max-w-xs {
    max-width: 20rem;
  }

  .\32xl\:max-w-sm {
    max-width: 24rem;
  }

  .\32xl\:max-w-md {
    max-width: 28rem;
  }

  .\32xl\:max-w-lg {
    max-width: 32rem;
  }

  .\32xl\:max-w-xl {
    max-width: 36rem;
  }

  .\32xl\:max-w-2xl {
    max-width: 42rem;
  }

  .\32xl\:max-w-3xl {
    max-width: 48rem;
  }

  .\32xl\:max-w-4xl {
    max-width: 56rem;
  }

  .\32xl\:max-w-5xl {
    max-width: 64rem;
  }

  .\32xl\:max-w-6xl {
    max-width: 72rem;
  }

  .\32xl\:max-w-7xl {
    max-width: 80rem;
  }

  .\32xl\:max-w-full {
    max-width: 100%;
  }

  .\32xl\:max-w-min {
    max-width: -webkit-min-content;
    max-width: min-content;
  }

  .\32xl\:max-w-max {
    max-width: -webkit-max-content;
    max-width: max-content;
  }

  .\32xl\:max-w-prose {
    max-width: 65ch;
  }

  .\32xl\:max-w-screen-sm {
    max-width: 640px;
  }

  .\32xl\:max-w-screen-md {
    max-width: 768px;
  }

  .\32xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .\32xl\:max-w-screen-xl {
    max-width: 1366px;
  }

  .\32xl\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .\32xl\:min-h-0 {
    min-height: 0px;
  }

  .\32xl\:min-h-full {
    min-height: 100%;
  }

  .\32xl\:min-h-screen {
    min-height: 100vh;
  }

  .\32xl\:min-w-0 {
    min-width: 0px;
  }

  .\32xl\:min-w-full {
    min-width: 100%;
  }

  .\32xl\:min-w-min {
    min-width: -webkit-min-content;
    min-width: min-content;
  }

  .\32xl\:min-w-max {
    min-width: -webkit-max-content;
    min-width: max-content;
  }

  .\32xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:opacity-0 {
    opacity: 0;
  }

  .\32xl\:opacity-5 {
    opacity: 0.05;
  }

  .\32xl\:opacity-10 {
    opacity: 0.1;
  }

  .\32xl\:opacity-20 {
    opacity: 0.2;
  }

  .\32xl\:opacity-25 {
    opacity: 0.25;
  }

  .\32xl\:opacity-30 {
    opacity: 0.3;
  }

  .\32xl\:opacity-40 {
    opacity: 0.4;
  }

  .\32xl\:opacity-50 {
    opacity: 0.5;
  }

  .\32xl\:opacity-60 {
    opacity: 0.6;
  }

  .\32xl\:opacity-70 {
    opacity: 0.7;
  }

  .\32xl\:opacity-75 {
    opacity: 0.75;
  }

  .\32xl\:opacity-80 {
    opacity: 0.8;
  }

  .\32xl\:opacity-90 {
    opacity: 0.9;
  }

  .\32xl\:opacity-95 {
    opacity: 0.95;
  }

  .\32xl\:opacity-100 {
    opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .\32xl\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .\32xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .\32xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .\32xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .\32xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .\32xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .\32xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .\32xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .\32xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .\32xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .\32xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .\32xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .\32xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .\32xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .\32xl\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .\32xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .\32xl\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .\32xl\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .\32xl\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .\32xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .\32xl\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .\32xl\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .\32xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .\32xl\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .\32xl\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .\32xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .\32xl\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .\32xl\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .\32xl\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .\32xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .\32xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .\32xl\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .\32xl\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .\32xl\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .\32xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .\32xl\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .\32xl\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .\32xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .\32xl\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .\32xl\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .\32xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .\32xl\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .\32xl\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .\32xl\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .\32xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .\32xl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:overflow-auto {
    overflow: auto;
  }

  .\32xl\:overflow-hidden {
    overflow: hidden;
  }

  .\32xl\:overflow-visible {
    overflow: visible;
  }

  .\32xl\:overflow-scroll {
    overflow: scroll;
  }

  .\32xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .\32xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .\32xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .\32xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .\32xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .\32xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .\32xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .\32xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .\32xl\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .\32xl\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .\32xl\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .\32xl\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .\32xl\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .\32xl\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .\32xl\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .\32xl\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .\32xl\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .\32xl\:p-0 {
    padding: 0px;
  }

  .\32xl\:p-1 {
    padding: 0.25rem;
  }

  .\32xl\:p-2 {
    padding: 0.5rem;
  }

  .\32xl\:p-3 {
    padding: 0.75rem;
  }

  .\32xl\:p-4 {
    padding: 1rem;
  }

  .\32xl\:p-5 {
    padding: 1.25rem;
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

  .\32xl\:p-7 {
    padding: 1.75rem;
  }

  .\32xl\:p-8 {
    padding: 2rem;
  }

  .\32xl\:p-9 {
    padding: 2.25rem;
  }

  .\32xl\:p-10 {
    padding: 2.5rem;
  }

  .\32xl\:p-11 {
    padding: 2.75rem;
  }

  .\32xl\:p-12 {
    padding: 3rem;
  }

  .\32xl\:p-14 {
    padding: 3.5rem;
  }

  .\32xl\:p-16 {
    padding: 4rem;
  }

  .\32xl\:p-20 {
    padding: 5rem;
  }

  .\32xl\:p-24 {
    padding: 6rem;
  }

  .\32xl\:p-28 {
    padding: 7rem;
  }

  .\32xl\:p-32 {
    padding: 8rem;
  }

  .\32xl\:p-36 {
    padding: 9rem;
  }

  .\32xl\:p-40 {
    padding: 10rem;
  }

  .\32xl\:p-44 {
    padding: 11rem;
  }

  .\32xl\:p-48 {
    padding: 12rem;
  }

  .\32xl\:p-52 {
    padding: 13rem;
  }

  .\32xl\:p-56 {
    padding: 14rem;
  }

  .\32xl\:p-60 {
    padding: 15rem;
  }

  .\32xl\:p-64 {
    padding: 16rem;
  }

  .\32xl\:p-72 {
    padding: 18rem;
  }

  .\32xl\:p-80 {
    padding: 20rem;
  }

  .\32xl\:p-96 {
    padding: 24rem;
  }

  .\32xl\:p-px {
    padding: 1px;
  }

  .\32xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .\32xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .\32xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .\32xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .\32xl\:p-1px {
    padding: 1px;
  }

  .\32xl\:p-2px {
    padding: 2px;
  }

  .\32xl\:p-3px {
    padding: 3px;
  }

  .\32xl\:p-4px {
    padding: 4px;
  }

  .\32xl\:p-5px {
    padding: 5px;
  }

  .\32xl\:p-6px {
    padding: 6px;
  }

  .\32xl\:p-7px {
    padding: 7px;
  }

  .\32xl\:p-8px {
    padding: 8px;
  }

  .\32xl\:p-9px {
    padding: 9px;
  }

  .\32xl\:p-10px {
    padding: 10px;
  }

  .\32xl\:p-11px {
    padding: 11px;
  }

  .\32xl\:p-12px {
    padding: 12px;
  }

  .\32xl\:p-13px {
    padding: 13px;
  }

  .\32xl\:p-14px {
    padding: 14px;
  }

  .\32xl\:p-15px {
    padding: 15px;
  }

  .\32xl\:p-16px {
    padding: 16px;
  }

  .\32xl\:p-17px {
    padding: 17px;
  }

  .\32xl\:p-18px {
    padding: 18px;
  }

  .\32xl\:p-19px {
    padding: 19px;
  }

  .\32xl\:p-20px {
    padding: 20px;
  }

  .\32xl\:p-21px {
    padding: 21px;
  }

  .\32xl\:p-22px {
    padding: 22px;
  }

  .\32xl\:p-23px {
    padding: 23px;
  }

  .\32xl\:p-24px {
    padding: 24px;
  }

  .\32xl\:p-25px {
    padding: 25px;
  }

  .\32xl\:p-26px {
    padding: 26px;
  }

  .\32xl\:p-27px {
    padding: 27px;
  }

  .\32xl\:p-28px {
    padding: 28px;
  }

  .\32xl\:p-29px {
    padding: 29px;
  }

  .\32xl\:p-30px {
    padding: 30px;
  }

  .\32xl\:p-31px {
    padding: 31px;
  }

  .\32xl\:p-32px {
    padding: 32px;
  }

  .\32xl\:p-33px {
    padding: 33px;
  }

  .\32xl\:p-34px {
    padding: 34px;
  }

  .\32xl\:p-35px {
    padding: 35px;
  }

  .\32xl\:p-36px {
    padding: 36px;
  }

  .\32xl\:p-37px {
    padding: 37px;
  }

  .\32xl\:p-38px {
    padding: 38px;
  }

  .\32xl\:p-39px {
    padding: 39px;
  }

  .\32xl\:p-40px {
    padding: 40px;
  }

  .\32xl\:p-41px {
    padding: 41px;
  }

  .\32xl\:p-42px {
    padding: 42px;
  }

  .\32xl\:p-43px {
    padding: 43px;
  }

  .\32xl\:p-44px {
    padding: 44px;
  }

  .\32xl\:p-45px {
    padding: 45px;
  }

  .\32xl\:p-46px {
    padding: 46px;
  }

  .\32xl\:p-47px {
    padding: 47px;
  }

  .\32xl\:p-48px {
    padding: 48px;
  }

  .\32xl\:p-49px {
    padding: 49px;
  }

  .\32xl\:p-50px {
    padding: 50px;
  }

  .\32xl\:p-51px {
    padding: 51px;
  }

  .\32xl\:p-52px {
    padding: 52px;
  }

  .\32xl\:p-53px {
    padding: 53px;
  }

  .\32xl\:p-54px {
    padding: 54px;
  }

  .\32xl\:p-55px {
    padding: 55px;
  }

  .\32xl\:p-56px {
    padding: 56px;
  }

  .\32xl\:p-57px {
    padding: 57px;
  }

  .\32xl\:p-58px {
    padding: 58px;
  }

  .\32xl\:p-59px {
    padding: 59px;
  }

  .\32xl\:p-60px {
    padding: 60px;
  }

  .\32xl\:p-61px {
    padding: 61px;
  }

  .\32xl\:p-62px {
    padding: 62px;
  }

  .\32xl\:p-63px {
    padding: 63px;
  }

  .\32xl\:p-64px {
    padding: 64px;
  }

  .\32xl\:p-65px {
    padding: 65px;
  }

  .\32xl\:p-66px {
    padding: 66px;
  }

  .\32xl\:p-67px {
    padding: 67px;
  }

  .\32xl\:p-68px {
    padding: 68px;
  }

  .\32xl\:p-69px {
    padding: 69px;
  }

  .\32xl\:p-70px {
    padding: 70px;
  }

  .\32xl\:p-71px {
    padding: 71px;
  }

  .\32xl\:p-72px {
    padding: 72px;
  }

  .\32xl\:p-73px {
    padding: 73px;
  }

  .\32xl\:p-74px {
    padding: 74px;
  }

  .\32xl\:p-75px {
    padding: 75px;
  }

  .\32xl\:p-76px {
    padding: 76px;
  }

  .\32xl\:p-77px {
    padding: 77px;
  }

  .\32xl\:p-78px {
    padding: 78px;
  }

  .\32xl\:p-79px {
    padding: 79px;
  }

  .\32xl\:p-80px {
    padding: 80px;
  }

  .\32xl\:p-81px {
    padding: 81px;
  }

  .\32xl\:p-82px {
    padding: 82px;
  }

  .\32xl\:p-83px {
    padding: 83px;
  }

  .\32xl\:p-84px {
    padding: 84px;
  }

  .\32xl\:p-85px {
    padding: 85px;
  }

  .\32xl\:p-86px {
    padding: 86px;
  }

  .\32xl\:p-87px {
    padding: 87px;
  }

  .\32xl\:p-88px {
    padding: 88px;
  }

  .\32xl\:p-89px {
    padding: 89px;
  }

  .\32xl\:p-90px {
    padding: 90px;
  }

  .\32xl\:p-91px {
    padding: 91px;
  }

  .\32xl\:p-92px {
    padding: 92px;
  }

  .\32xl\:p-93px {
    padding: 93px;
  }

  .\32xl\:p-94px {
    padding: 94px;
  }

  .\32xl\:p-95px {
    padding: 95px;
  }

  .\32xl\:p-96px {
    padding: 96px;
  }

  .\32xl\:p-97px {
    padding: 97px;
  }

  .\32xl\:p-98px {
    padding: 98px;
  }

  .\32xl\:p-99px {
    padding: 99px;
  }

  .\32xl\:p-100px {
    padding: 100px;
  }

  .\32xl\:p-101px {
    padding: 101px;
  }

  .\32xl\:p-102px {
    padding: 102px;
  }

  .\32xl\:p-103px {
    padding: 103px;
  }

  .\32xl\:p-104px {
    padding: 104px;
  }

  .\32xl\:p-105px {
    padding: 105px;
  }

  .\32xl\:p-106px {
    padding: 106px;
  }

  .\32xl\:p-107px {
    padding: 107px;
  }

  .\32xl\:p-108px {
    padding: 108px;
  }

  .\32xl\:p-109px {
    padding: 109px;
  }

  .\32xl\:p-110px {
    padding: 110px;
  }

  .\32xl\:p-111px {
    padding: 111px;
  }

  .\32xl\:p-112px {
    padding: 112px;
  }

  .\32xl\:p-113px {
    padding: 113px;
  }

  .\32xl\:p-114px {
    padding: 114px;
  }

  .\32xl\:p-115px {
    padding: 115px;
  }

  .\32xl\:p-116px {
    padding: 116px;
  }

  .\32xl\:p-117px {
    padding: 117px;
  }

  .\32xl\:p-118px {
    padding: 118px;
  }

  .\32xl\:p-119px {
    padding: 119px;
  }

  .\32xl\:p-120px {
    padding: 120px;
  }

  .\32xl\:p-121px {
    padding: 121px;
  }

  .\32xl\:p-122px {
    padding: 122px;
  }

  .\32xl\:p-123px {
    padding: 123px;
  }

  .\32xl\:p-124px {
    padding: 124px;
  }

  .\32xl\:p-125px {
    padding: 125px;
  }

  .\32xl\:p-126px {
    padding: 126px;
  }

  .\32xl\:p-127px {
    padding: 127px;
  }

  .\32xl\:p-128px {
    padding: 128px;
  }

  .\32xl\:p-129px {
    padding: 129px;
  }

  .\32xl\:p-130px {
    padding: 130px;
  }

  .\32xl\:p-133px {
    padding: 133px;
  }

  .\32xl\:p-140px {
    padding: 140px;
  }

  .\32xl\:p-195px {
    padding: 195px;
  }

  .\32xl\:p-200px {
    padding: 200px;
  }

  .\32xl\:p-210px {
    padding: 210px;
  }

  .\32xl\:p-222px {
    padding: 222px;
  }

  .\32xl\:p-258px {
    padding: 258px;
  }

  .\32xl\:p-280px {
    padding: 280px;
  }

  .\32xl\:p-334px {
    padding: 334px;
  }

  .\32xl\:p-388px {
    padding: 388px;
  }

  .\32xl\:p-480px {
    padding: 480px;
  }

  .\32xl\:p-490px {
    padding: 490px;
  }

  .\32xl\:p-505px {
    padding: 505px;
  }

  .\32xl\:p-507px {
    padding: 507px;
  }

  .\32xl\:p-760px {
    padding: 760px;
  }

  .\32xl\:p-780px {
    padding: 780px;
  }

  .\32xl\:p-980px {
    padding: 980px;
  }

  .\32xl\:p-1366px {
    padding: 1366px;
  }

  .\32xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:py-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:px-1px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .\32xl\:px-2px {
    padding-left: 2px;
    padding-right: 2px;
  }

  .\32xl\:py-3px {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .\32xl\:px-3px {
    padding-left: 3px;
    padding-right: 3px;
  }

  .\32xl\:py-4px {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .\32xl\:px-4px {
    padding-left: 4px;
    padding-right: 4px;
  }

  .\32xl\:py-5px {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .\32xl\:px-5px {
    padding-left: 5px;
    padding-right: 5px;
  }

  .\32xl\:py-6px {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .\32xl\:px-6px {
    padding-left: 6px;
    padding-right: 6px;
  }

  .\32xl\:py-7px {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .\32xl\:px-7px {
    padding-left: 7px;
    padding-right: 7px;
  }

  .\32xl\:py-8px {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .\32xl\:px-8px {
    padding-left: 8px;
    padding-right: 8px;
  }

  .\32xl\:py-9px {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .\32xl\:px-9px {
    padding-left: 9px;
    padding-right: 9px;
  }

  .\32xl\:py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .\32xl\:px-10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .\32xl\:py-11px {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .\32xl\:px-11px {
    padding-left: 11px;
    padding-right: 11px;
  }

  .\32xl\:py-12px {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .\32xl\:px-12px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .\32xl\:py-13px {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .\32xl\:px-13px {
    padding-left: 13px;
    padding-right: 13px;
  }

  .\32xl\:py-14px {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .\32xl\:px-14px {
    padding-left: 14px;
    padding-right: 14px;
  }

  .\32xl\:py-15px {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .\32xl\:px-15px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .\32xl\:py-16px {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .\32xl\:px-16px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .\32xl\:py-17px {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .\32xl\:px-17px {
    padding-left: 17px;
    padding-right: 17px;
  }

  .\32xl\:py-18px {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .\32xl\:px-18px {
    padding-left: 18px;
    padding-right: 18px;
  }

  .\32xl\:py-19px {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .\32xl\:px-19px {
    padding-left: 19px;
    padding-right: 19px;
  }

  .\32xl\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .\32xl\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .\32xl\:py-21px {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .\32xl\:px-21px {
    padding-left: 21px;
    padding-right: 21px;
  }

  .\32xl\:py-22px {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .\32xl\:px-22px {
    padding-left: 22px;
    padding-right: 22px;
  }

  .\32xl\:py-23px {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .\32xl\:px-23px {
    padding-left: 23px;
    padding-right: 23px;
  }

  .\32xl\:py-24px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .\32xl\:px-24px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .\32xl\:py-25px {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .\32xl\:px-25px {
    padding-left: 25px;
    padding-right: 25px;
  }

  .\32xl\:py-26px {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .\32xl\:px-26px {
    padding-left: 26px;
    padding-right: 26px;
  }

  .\32xl\:py-27px {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .\32xl\:px-27px {
    padding-left: 27px;
    padding-right: 27px;
  }

  .\32xl\:py-28px {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .\32xl\:px-28px {
    padding-left: 28px;
    padding-right: 28px;
  }

  .\32xl\:py-29px {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .\32xl\:px-29px {
    padding-left: 29px;
    padding-right: 29px;
  }

  .\32xl\:py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .\32xl\:px-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .\32xl\:py-31px {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .\32xl\:px-31px {
    padding-left: 31px;
    padding-right: 31px;
  }

  .\32xl\:py-32px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .\32xl\:px-32px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .\32xl\:py-33px {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .\32xl\:px-33px {
    padding-left: 33px;
    padding-right: 33px;
  }

  .\32xl\:py-34px {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .\32xl\:px-34px {
    padding-left: 34px;
    padding-right: 34px;
  }

  .\32xl\:py-35px {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .\32xl\:px-35px {
    padding-left: 35px;
    padding-right: 35px;
  }

  .\32xl\:py-36px {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .\32xl\:px-36px {
    padding-left: 36px;
    padding-right: 36px;
  }

  .\32xl\:py-37px {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .\32xl\:px-37px {
    padding-left: 37px;
    padding-right: 37px;
  }

  .\32xl\:py-38px {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .\32xl\:px-38px {
    padding-left: 38px;
    padding-right: 38px;
  }

  .\32xl\:py-39px {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .\32xl\:px-39px {
    padding-left: 39px;
    padding-right: 39px;
  }

  .\32xl\:py-40px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .\32xl\:px-40px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .\32xl\:py-41px {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .\32xl\:px-41px {
    padding-left: 41px;
    padding-right: 41px;
  }

  .\32xl\:py-42px {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .\32xl\:px-42px {
    padding-left: 42px;
    padding-right: 42px;
  }

  .\32xl\:py-43px {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .\32xl\:px-43px {
    padding-left: 43px;
    padding-right: 43px;
  }

  .\32xl\:py-44px {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .\32xl\:px-44px {
    padding-left: 44px;
    padding-right: 44px;
  }

  .\32xl\:py-45px {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .\32xl\:px-45px {
    padding-left: 45px;
    padding-right: 45px;
  }

  .\32xl\:py-46px {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .\32xl\:px-46px {
    padding-left: 46px;
    padding-right: 46px;
  }

  .\32xl\:py-47px {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .\32xl\:px-47px {
    padding-left: 47px;
    padding-right: 47px;
  }

  .\32xl\:py-48px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .\32xl\:px-48px {
    padding-left: 48px;
    padding-right: 48px;
  }

  .\32xl\:py-49px {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .\32xl\:px-49px {
    padding-left: 49px;
    padding-right: 49px;
  }

  .\32xl\:py-50px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .\32xl\:px-50px {
    padding-left: 50px;
    padding-right: 50px;
  }

  .\32xl\:py-51px {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .\32xl\:px-51px {
    padding-left: 51px;
    padding-right: 51px;
  }

  .\32xl\:py-52px {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .\32xl\:px-52px {
    padding-left: 52px;
    padding-right: 52px;
  }

  .\32xl\:py-53px {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .\32xl\:px-53px {
    padding-left: 53px;
    padding-right: 53px;
  }

  .\32xl\:py-54px {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .\32xl\:px-54px {
    padding-left: 54px;
    padding-right: 54px;
  }

  .\32xl\:py-55px {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .\32xl\:px-55px {
    padding-left: 55px;
    padding-right: 55px;
  }

  .\32xl\:py-56px {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .\32xl\:px-56px {
    padding-left: 56px;
    padding-right: 56px;
  }

  .\32xl\:py-57px {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .\32xl\:px-57px {
    padding-left: 57px;
    padding-right: 57px;
  }

  .\32xl\:py-58px {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .\32xl\:px-58px {
    padding-left: 58px;
    padding-right: 58px;
  }

  .\32xl\:py-59px {
    padding-top: 59px;
    padding-bottom: 59px;
  }

  .\32xl\:px-59px {
    padding-left: 59px;
    padding-right: 59px;
  }

  .\32xl\:py-60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .\32xl\:px-60px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .\32xl\:py-61px {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .\32xl\:px-61px {
    padding-left: 61px;
    padding-right: 61px;
  }

  .\32xl\:py-62px {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .\32xl\:px-62px {
    padding-left: 62px;
    padding-right: 62px;
  }

  .\32xl\:py-63px {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .\32xl\:px-63px {
    padding-left: 63px;
    padding-right: 63px;
  }

  .\32xl\:py-64px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .\32xl\:px-64px {
    padding-left: 64px;
    padding-right: 64px;
  }

  .\32xl\:py-65px {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .\32xl\:px-65px {
    padding-left: 65px;
    padding-right: 65px;
  }

  .\32xl\:py-66px {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .\32xl\:px-66px {
    padding-left: 66px;
    padding-right: 66px;
  }

  .\32xl\:py-67px {
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .\32xl\:px-67px {
    padding-left: 67px;
    padding-right: 67px;
  }

  .\32xl\:py-68px {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .\32xl\:px-68px {
    padding-left: 68px;
    padding-right: 68px;
  }

  .\32xl\:py-69px {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .\32xl\:px-69px {
    padding-left: 69px;
    padding-right: 69px;
  }

  .\32xl\:py-70px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .\32xl\:px-70px {
    padding-left: 70px;
    padding-right: 70px;
  }

  .\32xl\:py-71px {
    padding-top: 71px;
    padding-bottom: 71px;
  }

  .\32xl\:px-71px {
    padding-left: 71px;
    padding-right: 71px;
  }

  .\32xl\:py-72px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .\32xl\:px-72px {
    padding-left: 72px;
    padding-right: 72px;
  }

  .\32xl\:py-73px {
    padding-top: 73px;
    padding-bottom: 73px;
  }

  .\32xl\:px-73px {
    padding-left: 73px;
    padding-right: 73px;
  }

  .\32xl\:py-74px {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .\32xl\:px-74px {
    padding-left: 74px;
    padding-right: 74px;
  }

  .\32xl\:py-75px {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .\32xl\:px-75px {
    padding-left: 75px;
    padding-right: 75px;
  }

  .\32xl\:py-76px {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .\32xl\:px-76px {
    padding-left: 76px;
    padding-right: 76px;
  }

  .\32xl\:py-77px {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .\32xl\:px-77px {
    padding-left: 77px;
    padding-right: 77px;
  }

  .\32xl\:py-78px {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .\32xl\:px-78px {
    padding-left: 78px;
    padding-right: 78px;
  }

  .\32xl\:py-79px {
    padding-top: 79px;
    padding-bottom: 79px;
  }

  .\32xl\:px-79px {
    padding-left: 79px;
    padding-right: 79px;
  }

  .\32xl\:py-80px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .\32xl\:px-80px {
    padding-left: 80px;
    padding-right: 80px;
  }

  .\32xl\:py-81px {
    padding-top: 81px;
    padding-bottom: 81px;
  }

  .\32xl\:px-81px {
    padding-left: 81px;
    padding-right: 81px;
  }

  .\32xl\:py-82px {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .\32xl\:px-82px {
    padding-left: 82px;
    padding-right: 82px;
  }

  .\32xl\:py-83px {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .\32xl\:px-83px {
    padding-left: 83px;
    padding-right: 83px;
  }

  .\32xl\:py-84px {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .\32xl\:px-84px {
    padding-left: 84px;
    padding-right: 84px;
  }

  .\32xl\:py-85px {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .\32xl\:px-85px {
    padding-left: 85px;
    padding-right: 85px;
  }

  .\32xl\:py-86px {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .\32xl\:px-86px {
    padding-left: 86px;
    padding-right: 86px;
  }

  .\32xl\:py-87px {
    padding-top: 87px;
    padding-bottom: 87px;
  }

  .\32xl\:px-87px {
    padding-left: 87px;
    padding-right: 87px;
  }

  .\32xl\:py-88px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .\32xl\:px-88px {
    padding-left: 88px;
    padding-right: 88px;
  }

  .\32xl\:py-89px {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .\32xl\:px-89px {
    padding-left: 89px;
    padding-right: 89px;
  }

  .\32xl\:py-90px {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .\32xl\:px-90px {
    padding-left: 90px;
    padding-right: 90px;
  }

  .\32xl\:py-91px {
    padding-top: 91px;
    padding-bottom: 91px;
  }

  .\32xl\:px-91px {
    padding-left: 91px;
    padding-right: 91px;
  }

  .\32xl\:py-92px {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .\32xl\:px-92px {
    padding-left: 92px;
    padding-right: 92px;
  }

  .\32xl\:py-93px {
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .\32xl\:px-93px {
    padding-left: 93px;
    padding-right: 93px;
  }

  .\32xl\:py-94px {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .\32xl\:px-94px {
    padding-left: 94px;
    padding-right: 94px;
  }

  .\32xl\:py-95px {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .\32xl\:px-95px {
    padding-left: 95px;
    padding-right: 95px;
  }

  .\32xl\:py-96px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .\32xl\:px-96px {
    padding-left: 96px;
    padding-right: 96px;
  }

  .\32xl\:py-97px {
    padding-top: 97px;
    padding-bottom: 97px;
  }

  .\32xl\:px-97px {
    padding-left: 97px;
    padding-right: 97px;
  }

  .\32xl\:py-98px {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .\32xl\:px-98px {
    padding-left: 98px;
    padding-right: 98px;
  }

  .\32xl\:py-99px {
    padding-top: 99px;
    padding-bottom: 99px;
  }

  .\32xl\:px-99px {
    padding-left: 99px;
    padding-right: 99px;
  }

  .\32xl\:py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .\32xl\:px-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .\32xl\:py-101px {
    padding-top: 101px;
    padding-bottom: 101px;
  }

  .\32xl\:px-101px {
    padding-left: 101px;
    padding-right: 101px;
  }

  .\32xl\:py-102px {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .\32xl\:px-102px {
    padding-left: 102px;
    padding-right: 102px;
  }

  .\32xl\:py-103px {
    padding-top: 103px;
    padding-bottom: 103px;
  }

  .\32xl\:px-103px {
    padding-left: 103px;
    padding-right: 103px;
  }

  .\32xl\:py-104px {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .\32xl\:px-104px {
    padding-left: 104px;
    padding-right: 104px;
  }

  .\32xl\:py-105px {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .\32xl\:px-105px {
    padding-left: 105px;
    padding-right: 105px;
  }

  .\32xl\:py-106px {
    padding-top: 106px;
    padding-bottom: 106px;
  }

  .\32xl\:px-106px {
    padding-left: 106px;
    padding-right: 106px;
  }

  .\32xl\:py-107px {
    padding-top: 107px;
    padding-bottom: 107px;
  }

  .\32xl\:px-107px {
    padding-left: 107px;
    padding-right: 107px;
  }

  .\32xl\:py-108px {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .\32xl\:px-108px {
    padding-left: 108px;
    padding-right: 108px;
  }

  .\32xl\:py-109px {
    padding-top: 109px;
    padding-bottom: 109px;
  }

  .\32xl\:px-109px {
    padding-left: 109px;
    padding-right: 109px;
  }

  .\32xl\:py-110px {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .\32xl\:px-110px {
    padding-left: 110px;
    padding-right: 110px;
  }

  .\32xl\:py-111px {
    padding-top: 111px;
    padding-bottom: 111px;
  }

  .\32xl\:px-111px {
    padding-left: 111px;
    padding-right: 111px;
  }

  .\32xl\:py-112px {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .\32xl\:px-112px {
    padding-left: 112px;
    padding-right: 112px;
  }

  .\32xl\:py-113px {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .\32xl\:px-113px {
    padding-left: 113px;
    padding-right: 113px;
  }

  .\32xl\:py-114px {
    padding-top: 114px;
    padding-bottom: 114px;
  }

  .\32xl\:px-114px {
    padding-left: 114px;
    padding-right: 114px;
  }

  .\32xl\:py-115px {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .\32xl\:px-115px {
    padding-left: 115px;
    padding-right: 115px;
  }

  .\32xl\:py-116px {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .\32xl\:px-116px {
    padding-left: 116px;
    padding-right: 116px;
  }

  .\32xl\:py-117px {
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .\32xl\:px-117px {
    padding-left: 117px;
    padding-right: 117px;
  }

  .\32xl\:py-118px {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .\32xl\:px-118px {
    padding-left: 118px;
    padding-right: 118px;
  }

  .\32xl\:py-119px {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .\32xl\:px-119px {
    padding-left: 119px;
    padding-right: 119px;
  }

  .\32xl\:py-120px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .\32xl\:px-120px {
    padding-left: 120px;
    padding-right: 120px;
  }

  .\32xl\:py-121px {
    padding-top: 121px;
    padding-bottom: 121px;
  }

  .\32xl\:px-121px {
    padding-left: 121px;
    padding-right: 121px;
  }

  .\32xl\:py-122px {
    padding-top: 122px;
    padding-bottom: 122px;
  }

  .\32xl\:px-122px {
    padding-left: 122px;
    padding-right: 122px;
  }

  .\32xl\:py-123px {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .\32xl\:px-123px {
    padding-left: 123px;
    padding-right: 123px;
  }

  .\32xl\:py-124px {
    padding-top: 124px;
    padding-bottom: 124px;
  }

  .\32xl\:px-124px {
    padding-left: 124px;
    padding-right: 124px;
  }

  .\32xl\:py-125px {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .\32xl\:px-125px {
    padding-left: 125px;
    padding-right: 125px;
  }

  .\32xl\:py-126px {
    padding-top: 126px;
    padding-bottom: 126px;
  }

  .\32xl\:px-126px {
    padding-left: 126px;
    padding-right: 126px;
  }

  .\32xl\:py-127px {
    padding-top: 127px;
    padding-bottom: 127px;
  }

  .\32xl\:px-127px {
    padding-left: 127px;
    padding-right: 127px;
  }

  .\32xl\:py-128px {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .\32xl\:px-128px {
    padding-left: 128px;
    padding-right: 128px;
  }

  .\32xl\:py-129px {
    padding-top: 129px;
    padding-bottom: 129px;
  }

  .\32xl\:px-129px {
    padding-left: 129px;
    padding-right: 129px;
  }

  .\32xl\:py-130px {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .\32xl\:px-130px {
    padding-left: 130px;
    padding-right: 130px;
  }

  .\32xl\:py-133px {
    padding-top: 133px;
    padding-bottom: 133px;
  }

  .\32xl\:px-133px {
    padding-left: 133px;
    padding-right: 133px;
  }

  .\32xl\:py-140px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .\32xl\:px-140px {
    padding-left: 140px;
    padding-right: 140px;
  }

  .\32xl\:py-195px {
    padding-top: 195px;
    padding-bottom: 195px;
  }

  .\32xl\:px-195px {
    padding-left: 195px;
    padding-right: 195px;
  }

  .\32xl\:py-200px {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .\32xl\:px-200px {
    padding-left: 200px;
    padding-right: 200px;
  }

  .\32xl\:py-210px {
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .\32xl\:px-210px {
    padding-left: 210px;
    padding-right: 210px;
  }

  .\32xl\:py-222px {
    padding-top: 222px;
    padding-bottom: 222px;
  }

  .\32xl\:px-222px {
    padding-left: 222px;
    padding-right: 222px;
  }

  .\32xl\:py-258px {
    padding-top: 258px;
    padding-bottom: 258px;
  }

  .\32xl\:px-258px {
    padding-left: 258px;
    padding-right: 258px;
  }

  .\32xl\:py-280px {
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .\32xl\:px-280px {
    padding-left: 280px;
    padding-right: 280px;
  }

  .\32xl\:py-334px {
    padding-top: 334px;
    padding-bottom: 334px;
  }

  .\32xl\:px-334px {
    padding-left: 334px;
    padding-right: 334px;
  }

  .\32xl\:py-388px {
    padding-top: 388px;
    padding-bottom: 388px;
  }

  .\32xl\:px-388px {
    padding-left: 388px;
    padding-right: 388px;
  }

  .\32xl\:py-480px {
    padding-top: 480px;
    padding-bottom: 480px;
  }

  .\32xl\:px-480px {
    padding-left: 480px;
    padding-right: 480px;
  }

  .\32xl\:py-490px {
    padding-top: 490px;
    padding-bottom: 490px;
  }

  .\32xl\:px-490px {
    padding-left: 490px;
    padding-right: 490px;
  }

  .\32xl\:py-505px {
    padding-top: 505px;
    padding-bottom: 505px;
  }

  .\32xl\:px-505px {
    padding-left: 505px;
    padding-right: 505px;
  }

  .\32xl\:py-507px {
    padding-top: 507px;
    padding-bottom: 507px;
  }

  .\32xl\:px-507px {
    padding-left: 507px;
    padding-right: 507px;
  }

  .\32xl\:py-760px {
    padding-top: 760px;
    padding-bottom: 760px;
  }

  .\32xl\:px-760px {
    padding-left: 760px;
    padding-right: 760px;
  }

  .\32xl\:py-780px {
    padding-top: 780px;
    padding-bottom: 780px;
  }

  .\32xl\:px-780px {
    padding-left: 780px;
    padding-right: 780px;
  }

  .\32xl\:py-980px {
    padding-top: 980px;
    padding-bottom: 980px;
  }

  .\32xl\:px-980px {
    padding-left: 980px;
    padding-right: 980px;
  }

  .\32xl\:py-1366px {
    padding-top: 1366px;
    padding-bottom: 1366px;
  }

  .\32xl\:px-1366px {
    padding-left: 1366px;
    padding-right: 1366px;
  }

  .\32xl\:pt-0 {
    padding-top: 0px;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }

  .\32xl\:pb-0 {
    padding-bottom: 0px;
  }

  .\32xl\:pl-0 {
    padding-left: 0px;
  }

  .\32xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .\32xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .\32xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .\32xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .\32xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .\32xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .\32xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .\32xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .\32xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .\32xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .\32xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .\32xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .\32xl\:pt-4 {
    padding-top: 1rem;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem;
  }

  .\32xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem;
  }

  .\32xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .\32xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .\32xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .\32xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .\32xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\32xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .\32xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .\32xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .\32xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .\32xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .\32xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .\32xl\:pt-8 {
    padding-top: 2rem;
  }

  .\32xl\:pr-8 {
    padding-right: 2rem;
  }

  .\32xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .\32xl\:pl-8 {
    padding-left: 2rem;
  }

  .\32xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .\32xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .\32xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .\32xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .\32xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .\32xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .\32xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .\32xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .\32xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .\32xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .\32xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .\32xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .\32xl\:pt-12 {
    padding-top: 3rem;
  }

  .\32xl\:pr-12 {
    padding-right: 3rem;
  }

  .\32xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .\32xl\:pl-12 {
    padding-left: 3rem;
  }

  .\32xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .\32xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .\32xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .\32xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .\32xl\:pt-16 {
    padding-top: 4rem;
  }

  .\32xl\:pr-16 {
    padding-right: 4rem;
  }

  .\32xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\32xl\:pl-16 {
    padding-left: 4rem;
  }

  .\32xl\:pt-20 {
    padding-top: 5rem;
  }

  .\32xl\:pr-20 {
    padding-right: 5rem;
  }

  .\32xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .\32xl\:pl-20 {
    padding-left: 5rem;
  }

  .\32xl\:pt-24 {
    padding-top: 6rem;
  }

  .\32xl\:pr-24 {
    padding-right: 6rem;
  }

  .\32xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .\32xl\:pl-24 {
    padding-left: 6rem;
  }

  .\32xl\:pt-28 {
    padding-top: 7rem;
  }

  .\32xl\:pr-28 {
    padding-right: 7rem;
  }

  .\32xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .\32xl\:pl-28 {
    padding-left: 7rem;
  }

  .\32xl\:pt-32 {
    padding-top: 8rem;
  }

  .\32xl\:pr-32 {
    padding-right: 8rem;
  }

  .\32xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .\32xl\:pl-32 {
    padding-left: 8rem;
  }

  .\32xl\:pt-36 {
    padding-top: 9rem;
  }

  .\32xl\:pr-36 {
    padding-right: 9rem;
  }

  .\32xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .\32xl\:pl-36 {
    padding-left: 9rem;
  }

  .\32xl\:pt-40 {
    padding-top: 10rem;
  }

  .\32xl\:pr-40 {
    padding-right: 10rem;
  }

  .\32xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .\32xl\:pl-40 {
    padding-left: 10rem;
  }

  .\32xl\:pt-44 {
    padding-top: 11rem;
  }

  .\32xl\:pr-44 {
    padding-right: 11rem;
  }

  .\32xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .\32xl\:pl-44 {
    padding-left: 11rem;
  }

  .\32xl\:pt-48 {
    padding-top: 12rem;
  }

  .\32xl\:pr-48 {
    padding-right: 12rem;
  }

  .\32xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .\32xl\:pl-48 {
    padding-left: 12rem;
  }

  .\32xl\:pt-52 {
    padding-top: 13rem;
  }

  .\32xl\:pr-52 {
    padding-right: 13rem;
  }

  .\32xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .\32xl\:pl-52 {
    padding-left: 13rem;
  }

  .\32xl\:pt-56 {
    padding-top: 14rem;
  }

  .\32xl\:pr-56 {
    padding-right: 14rem;
  }

  .\32xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .\32xl\:pl-56 {
    padding-left: 14rem;
  }

  .\32xl\:pt-60 {
    padding-top: 15rem;
  }

  .\32xl\:pr-60 {
    padding-right: 15rem;
  }

  .\32xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .\32xl\:pl-60 {
    padding-left: 15rem;
  }

  .\32xl\:pt-64 {
    padding-top: 16rem;
  }

  .\32xl\:pr-64 {
    padding-right: 16rem;
  }

  .\32xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .\32xl\:pl-64 {
    padding-left: 16rem;
  }

  .\32xl\:pt-72 {
    padding-top: 18rem;
  }

  .\32xl\:pr-72 {
    padding-right: 18rem;
  }

  .\32xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .\32xl\:pl-72 {
    padding-left: 18rem;
  }

  .\32xl\:pt-80 {
    padding-top: 20rem;
  }

  .\32xl\:pr-80 {
    padding-right: 20rem;
  }

  .\32xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .\32xl\:pl-80 {
    padding-left: 20rem;
  }

  .\32xl\:pt-96 {
    padding-top: 24rem;
  }

  .\32xl\:pr-96 {
    padding-right: 24rem;
  }

  .\32xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .\32xl\:pl-96 {
    padding-left: 24rem;
  }

  .\32xl\:pt-px {
    padding-top: 1px;
  }

  .\32xl\:pr-px {
    padding-right: 1px;
  }

  .\32xl\:pb-px {
    padding-bottom: 1px;
  }

  .\32xl\:pl-px {
    padding-left: 1px;
  }

  .\32xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .\32xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .\32xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .\32xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .\32xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .\32xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .\32xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .\32xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .\32xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .\32xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .\32xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .\32xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .\32xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .\32xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .\32xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .\32xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .\32xl\:pt-1px {
    padding-top: 1px;
  }

  .\32xl\:pr-1px {
    padding-right: 1px;
  }

  .\32xl\:pb-1px {
    padding-bottom: 1px;
  }

  .\32xl\:pl-1px {
    padding-left: 1px;
  }

  .\32xl\:pt-2px {
    padding-top: 2px;
  }

  .\32xl\:pr-2px {
    padding-right: 2px;
  }

  .\32xl\:pb-2px {
    padding-bottom: 2px;
  }

  .\32xl\:pl-2px {
    padding-left: 2px;
  }

  .\32xl\:pt-3px {
    padding-top: 3px;
  }

  .\32xl\:pr-3px {
    padding-right: 3px;
  }

  .\32xl\:pb-3px {
    padding-bottom: 3px;
  }

  .\32xl\:pl-3px {
    padding-left: 3px;
  }

  .\32xl\:pt-4px {
    padding-top: 4px;
  }

  .\32xl\:pr-4px {
    padding-right: 4px;
  }

  .\32xl\:pb-4px {
    padding-bottom: 4px;
  }

  .\32xl\:pl-4px {
    padding-left: 4px;
  }

  .\32xl\:pt-5px {
    padding-top: 5px;
  }

  .\32xl\:pr-5px {
    padding-right: 5px;
  }

  .\32xl\:pb-5px {
    padding-bottom: 5px;
  }

  .\32xl\:pl-5px {
    padding-left: 5px;
  }

  .\32xl\:pt-6px {
    padding-top: 6px;
  }

  .\32xl\:pr-6px {
    padding-right: 6px;
  }

  .\32xl\:pb-6px {
    padding-bottom: 6px;
  }

  .\32xl\:pl-6px {
    padding-left: 6px;
  }

  .\32xl\:pt-7px {
    padding-top: 7px;
  }

  .\32xl\:pr-7px {
    padding-right: 7px;
  }

  .\32xl\:pb-7px {
    padding-bottom: 7px;
  }

  .\32xl\:pl-7px {
    padding-left: 7px;
  }

  .\32xl\:pt-8px {
    padding-top: 8px;
  }

  .\32xl\:pr-8px {
    padding-right: 8px;
  }

  .\32xl\:pb-8px {
    padding-bottom: 8px;
  }

  .\32xl\:pl-8px {
    padding-left: 8px;
  }

  .\32xl\:pt-9px {
    padding-top: 9px;
  }

  .\32xl\:pr-9px {
    padding-right: 9px;
  }

  .\32xl\:pb-9px {
    padding-bottom: 9px;
  }

  .\32xl\:pl-9px {
    padding-left: 9px;
  }

  .\32xl\:pt-10px {
    padding-top: 10px;
  }

  .\32xl\:pr-10px {
    padding-right: 10px;
  }

  .\32xl\:pb-10px {
    padding-bottom: 10px;
  }

  .\32xl\:pl-10px {
    padding-left: 10px;
  }

  .\32xl\:pt-11px {
    padding-top: 11px;
  }

  .\32xl\:pr-11px {
    padding-right: 11px;
  }

  .\32xl\:pb-11px {
    padding-bottom: 11px;
  }

  .\32xl\:pl-11px {
    padding-left: 11px;
  }

  .\32xl\:pt-12px {
    padding-top: 12px;
  }

  .\32xl\:pr-12px {
    padding-right: 12px;
  }

  .\32xl\:pb-12px {
    padding-bottom: 12px;
  }

  .\32xl\:pl-12px {
    padding-left: 12px;
  }

  .\32xl\:pt-13px {
    padding-top: 13px;
  }

  .\32xl\:pr-13px {
    padding-right: 13px;
  }

  .\32xl\:pb-13px {
    padding-bottom: 13px;
  }

  .\32xl\:pl-13px {
    padding-left: 13px;
  }

  .\32xl\:pt-14px {
    padding-top: 14px;
  }

  .\32xl\:pr-14px {
    padding-right: 14px;
  }

  .\32xl\:pb-14px {
    padding-bottom: 14px;
  }

  .\32xl\:pl-14px {
    padding-left: 14px;
  }

  .\32xl\:pt-15px {
    padding-top: 15px;
  }

  .\32xl\:pr-15px {
    padding-right: 15px;
  }

  .\32xl\:pb-15px {
    padding-bottom: 15px;
  }

  .\32xl\:pl-15px {
    padding-left: 15px;
  }

  .\32xl\:pt-16px {
    padding-top: 16px;
  }

  .\32xl\:pr-16px {
    padding-right: 16px;
  }

  .\32xl\:pb-16px {
    padding-bottom: 16px;
  }

  .\32xl\:pl-16px {
    padding-left: 16px;
  }

  .\32xl\:pt-17px {
    padding-top: 17px;
  }

  .\32xl\:pr-17px {
    padding-right: 17px;
  }

  .\32xl\:pb-17px {
    padding-bottom: 17px;
  }

  .\32xl\:pl-17px {
    padding-left: 17px;
  }

  .\32xl\:pt-18px {
    padding-top: 18px;
  }

  .\32xl\:pr-18px {
    padding-right: 18px;
  }

  .\32xl\:pb-18px {
    padding-bottom: 18px;
  }

  .\32xl\:pl-18px {
    padding-left: 18px;
  }

  .\32xl\:pt-19px {
    padding-top: 19px;
  }

  .\32xl\:pr-19px {
    padding-right: 19px;
  }

  .\32xl\:pb-19px {
    padding-bottom: 19px;
  }

  .\32xl\:pl-19px {
    padding-left: 19px;
  }

  .\32xl\:pt-20px {
    padding-top: 20px;
  }

  .\32xl\:pr-20px {
    padding-right: 20px;
  }

  .\32xl\:pb-20px {
    padding-bottom: 20px;
  }

  .\32xl\:pl-20px {
    padding-left: 20px;
  }

  .\32xl\:pt-21px {
    padding-top: 21px;
  }

  .\32xl\:pr-21px {
    padding-right: 21px;
  }

  .\32xl\:pb-21px {
    padding-bottom: 21px;
  }

  .\32xl\:pl-21px {
    padding-left: 21px;
  }

  .\32xl\:pt-22px {
    padding-top: 22px;
  }

  .\32xl\:pr-22px {
    padding-right: 22px;
  }

  .\32xl\:pb-22px {
    padding-bottom: 22px;
  }

  .\32xl\:pl-22px {
    padding-left: 22px;
  }

  .\32xl\:pt-23px {
    padding-top: 23px;
  }

  .\32xl\:pr-23px {
    padding-right: 23px;
  }

  .\32xl\:pb-23px {
    padding-bottom: 23px;
  }

  .\32xl\:pl-23px {
    padding-left: 23px;
  }

  .\32xl\:pt-24px {
    padding-top: 24px;
  }

  .\32xl\:pr-24px {
    padding-right: 24px;
  }

  .\32xl\:pb-24px {
    padding-bottom: 24px;
  }

  .\32xl\:pl-24px {
    padding-left: 24px;
  }

  .\32xl\:pt-25px {
    padding-top: 25px;
  }

  .\32xl\:pr-25px {
    padding-right: 25px;
  }

  .\32xl\:pb-25px {
    padding-bottom: 25px;
  }

  .\32xl\:pl-25px {
    padding-left: 25px;
  }

  .\32xl\:pt-26px {
    padding-top: 26px;
  }

  .\32xl\:pr-26px {
    padding-right: 26px;
  }

  .\32xl\:pb-26px {
    padding-bottom: 26px;
  }

  .\32xl\:pl-26px {
    padding-left: 26px;
  }

  .\32xl\:pt-27px {
    padding-top: 27px;
  }

  .\32xl\:pr-27px {
    padding-right: 27px;
  }

  .\32xl\:pb-27px {
    padding-bottom: 27px;
  }

  .\32xl\:pl-27px {
    padding-left: 27px;
  }

  .\32xl\:pt-28px {
    padding-top: 28px;
  }

  .\32xl\:pr-28px {
    padding-right: 28px;
  }

  .\32xl\:pb-28px {
    padding-bottom: 28px;
  }

  .\32xl\:pl-28px {
    padding-left: 28px;
  }

  .\32xl\:pt-29px {
    padding-top: 29px;
  }

  .\32xl\:pr-29px {
    padding-right: 29px;
  }

  .\32xl\:pb-29px {
    padding-bottom: 29px;
  }

  .\32xl\:pl-29px {
    padding-left: 29px;
  }

  .\32xl\:pt-30px {
    padding-top: 30px;
  }

  .\32xl\:pr-30px {
    padding-right: 30px;
  }

  .\32xl\:pb-30px {
    padding-bottom: 30px;
  }

  .\32xl\:pl-30px {
    padding-left: 30px;
  }

  .\32xl\:pt-31px {
    padding-top: 31px;
  }

  .\32xl\:pr-31px {
    padding-right: 31px;
  }

  .\32xl\:pb-31px {
    padding-bottom: 31px;
  }

  .\32xl\:pl-31px {
    padding-left: 31px;
  }

  .\32xl\:pt-32px {
    padding-top: 32px;
  }

  .\32xl\:pr-32px {
    padding-right: 32px;
  }

  .\32xl\:pb-32px {
    padding-bottom: 32px;
  }

  .\32xl\:pl-32px {
    padding-left: 32px;
  }

  .\32xl\:pt-33px {
    padding-top: 33px;
  }

  .\32xl\:pr-33px {
    padding-right: 33px;
  }

  .\32xl\:pb-33px {
    padding-bottom: 33px;
  }

  .\32xl\:pl-33px {
    padding-left: 33px;
  }

  .\32xl\:pt-34px {
    padding-top: 34px;
  }

  .\32xl\:pr-34px {
    padding-right: 34px;
  }

  .\32xl\:pb-34px {
    padding-bottom: 34px;
  }

  .\32xl\:pl-34px {
    padding-left: 34px;
  }

  .\32xl\:pt-35px {
    padding-top: 35px;
  }

  .\32xl\:pr-35px {
    padding-right: 35px;
  }

  .\32xl\:pb-35px {
    padding-bottom: 35px;
  }

  .\32xl\:pl-35px {
    padding-left: 35px;
  }

  .\32xl\:pt-36px {
    padding-top: 36px;
  }

  .\32xl\:pr-36px {
    padding-right: 36px;
  }

  .\32xl\:pb-36px {
    padding-bottom: 36px;
  }

  .\32xl\:pl-36px {
    padding-left: 36px;
  }

  .\32xl\:pt-37px {
    padding-top: 37px;
  }

  .\32xl\:pr-37px {
    padding-right: 37px;
  }

  .\32xl\:pb-37px {
    padding-bottom: 37px;
  }

  .\32xl\:pl-37px {
    padding-left: 37px;
  }

  .\32xl\:pt-38px {
    padding-top: 38px;
  }

  .\32xl\:pr-38px {
    padding-right: 38px;
  }

  .\32xl\:pb-38px {
    padding-bottom: 38px;
  }

  .\32xl\:pl-38px {
    padding-left: 38px;
  }

  .\32xl\:pt-39px {
    padding-top: 39px;
  }

  .\32xl\:pr-39px {
    padding-right: 39px;
  }

  .\32xl\:pb-39px {
    padding-bottom: 39px;
  }

  .\32xl\:pl-39px {
    padding-left: 39px;
  }

  .\32xl\:pt-40px {
    padding-top: 40px;
  }

  .\32xl\:pr-40px {
    padding-right: 40px;
  }

  .\32xl\:pb-40px {
    padding-bottom: 40px;
  }

  .\32xl\:pl-40px {
    padding-left: 40px;
  }

  .\32xl\:pt-41px {
    padding-top: 41px;
  }

  .\32xl\:pr-41px {
    padding-right: 41px;
  }

  .\32xl\:pb-41px {
    padding-bottom: 41px;
  }

  .\32xl\:pl-41px {
    padding-left: 41px;
  }

  .\32xl\:pt-42px {
    padding-top: 42px;
  }

  .\32xl\:pr-42px {
    padding-right: 42px;
  }

  .\32xl\:pb-42px {
    padding-bottom: 42px;
  }

  .\32xl\:pl-42px {
    padding-left: 42px;
  }

  .\32xl\:pt-43px {
    padding-top: 43px;
  }

  .\32xl\:pr-43px {
    padding-right: 43px;
  }

  .\32xl\:pb-43px {
    padding-bottom: 43px;
  }

  .\32xl\:pl-43px {
    padding-left: 43px;
  }

  .\32xl\:pt-44px {
    padding-top: 44px;
  }

  .\32xl\:pr-44px {
    padding-right: 44px;
  }

  .\32xl\:pb-44px {
    padding-bottom: 44px;
  }

  .\32xl\:pl-44px {
    padding-left: 44px;
  }

  .\32xl\:pt-45px {
    padding-top: 45px;
  }

  .\32xl\:pr-45px {
    padding-right: 45px;
  }

  .\32xl\:pb-45px {
    padding-bottom: 45px;
  }

  .\32xl\:pl-45px {
    padding-left: 45px;
  }

  .\32xl\:pt-46px {
    padding-top: 46px;
  }

  .\32xl\:pr-46px {
    padding-right: 46px;
  }

  .\32xl\:pb-46px {
    padding-bottom: 46px;
  }

  .\32xl\:pl-46px {
    padding-left: 46px;
  }

  .\32xl\:pt-47px {
    padding-top: 47px;
  }

  .\32xl\:pr-47px {
    padding-right: 47px;
  }

  .\32xl\:pb-47px {
    padding-bottom: 47px;
  }

  .\32xl\:pl-47px {
    padding-left: 47px;
  }

  .\32xl\:pt-48px {
    padding-top: 48px;
  }

  .\32xl\:pr-48px {
    padding-right: 48px;
  }

  .\32xl\:pb-48px {
    padding-bottom: 48px;
  }

  .\32xl\:pl-48px {
    padding-left: 48px;
  }

  .\32xl\:pt-49px {
    padding-top: 49px;
  }

  .\32xl\:pr-49px {
    padding-right: 49px;
  }

  .\32xl\:pb-49px {
    padding-bottom: 49px;
  }

  .\32xl\:pl-49px {
    padding-left: 49px;
  }

  .\32xl\:pt-50px {
    padding-top: 50px;
  }

  .\32xl\:pr-50px {
    padding-right: 50px;
  }

  .\32xl\:pb-50px {
    padding-bottom: 50px;
  }

  .\32xl\:pl-50px {
    padding-left: 50px;
  }

  .\32xl\:pt-51px {
    padding-top: 51px;
  }

  .\32xl\:pr-51px {
    padding-right: 51px;
  }

  .\32xl\:pb-51px {
    padding-bottom: 51px;
  }

  .\32xl\:pl-51px {
    padding-left: 51px;
  }

  .\32xl\:pt-52px {
    padding-top: 52px;
  }

  .\32xl\:pr-52px {
    padding-right: 52px;
  }

  .\32xl\:pb-52px {
    padding-bottom: 52px;
  }

  .\32xl\:pl-52px {
    padding-left: 52px;
  }

  .\32xl\:pt-53px {
    padding-top: 53px;
  }

  .\32xl\:pr-53px {
    padding-right: 53px;
  }

  .\32xl\:pb-53px {
    padding-bottom: 53px;
  }

  .\32xl\:pl-53px {
    padding-left: 53px;
  }

  .\32xl\:pt-54px {
    padding-top: 54px;
  }

  .\32xl\:pr-54px {
    padding-right: 54px;
  }

  .\32xl\:pb-54px {
    padding-bottom: 54px;
  }

  .\32xl\:pl-54px {
    padding-left: 54px;
  }

  .\32xl\:pt-55px {
    padding-top: 55px;
  }

  .\32xl\:pr-55px {
    padding-right: 55px;
  }

  .\32xl\:pb-55px {
    padding-bottom: 55px;
  }

  .\32xl\:pl-55px {
    padding-left: 55px;
  }

  .\32xl\:pt-56px {
    padding-top: 56px;
  }

  .\32xl\:pr-56px {
    padding-right: 56px;
  }

  .\32xl\:pb-56px {
    padding-bottom: 56px;
  }

  .\32xl\:pl-56px {
    padding-left: 56px;
  }

  .\32xl\:pt-57px {
    padding-top: 57px;
  }

  .\32xl\:pr-57px {
    padding-right: 57px;
  }

  .\32xl\:pb-57px {
    padding-bottom: 57px;
  }

  .\32xl\:pl-57px {
    padding-left: 57px;
  }

  .\32xl\:pt-58px {
    padding-top: 58px;
  }

  .\32xl\:pr-58px {
    padding-right: 58px;
  }

  .\32xl\:pb-58px {
    padding-bottom: 58px;
  }

  .\32xl\:pl-58px {
    padding-left: 58px;
  }

  .\32xl\:pt-59px {
    padding-top: 59px;
  }

  .\32xl\:pr-59px {
    padding-right: 59px;
  }

  .\32xl\:pb-59px {
    padding-bottom: 59px;
  }

  .\32xl\:pl-59px {
    padding-left: 59px;
  }

  .\32xl\:pt-60px {
    padding-top: 60px;
  }

  .\32xl\:pr-60px {
    padding-right: 60px;
  }

  .\32xl\:pb-60px {
    padding-bottom: 60px;
  }

  .\32xl\:pl-60px {
    padding-left: 60px;
  }

  .\32xl\:pt-61px {
    padding-top: 61px;
  }

  .\32xl\:pr-61px {
    padding-right: 61px;
  }

  .\32xl\:pb-61px {
    padding-bottom: 61px;
  }

  .\32xl\:pl-61px {
    padding-left: 61px;
  }

  .\32xl\:pt-62px {
    padding-top: 62px;
  }

  .\32xl\:pr-62px {
    padding-right: 62px;
  }

  .\32xl\:pb-62px {
    padding-bottom: 62px;
  }

  .\32xl\:pl-62px {
    padding-left: 62px;
  }

  .\32xl\:pt-63px {
    padding-top: 63px;
  }

  .\32xl\:pr-63px {
    padding-right: 63px;
  }

  .\32xl\:pb-63px {
    padding-bottom: 63px;
  }

  .\32xl\:pl-63px {
    padding-left: 63px;
  }

  .\32xl\:pt-64px {
    padding-top: 64px;
  }

  .\32xl\:pr-64px {
    padding-right: 64px;
  }

  .\32xl\:pb-64px {
    padding-bottom: 64px;
  }

  .\32xl\:pl-64px {
    padding-left: 64px;
  }

  .\32xl\:pt-65px {
    padding-top: 65px;
  }

  .\32xl\:pr-65px {
    padding-right: 65px;
  }

  .\32xl\:pb-65px {
    padding-bottom: 65px;
  }

  .\32xl\:pl-65px {
    padding-left: 65px;
  }

  .\32xl\:pt-66px {
    padding-top: 66px;
  }

  .\32xl\:pr-66px {
    padding-right: 66px;
  }

  .\32xl\:pb-66px {
    padding-bottom: 66px;
  }

  .\32xl\:pl-66px {
    padding-left: 66px;
  }

  .\32xl\:pt-67px {
    padding-top: 67px;
  }

  .\32xl\:pr-67px {
    padding-right: 67px;
  }

  .\32xl\:pb-67px {
    padding-bottom: 67px;
  }

  .\32xl\:pl-67px {
    padding-left: 67px;
  }

  .\32xl\:pt-68px {
    padding-top: 68px;
  }

  .\32xl\:pr-68px {
    padding-right: 68px;
  }

  .\32xl\:pb-68px {
    padding-bottom: 68px;
  }

  .\32xl\:pl-68px {
    padding-left: 68px;
  }

  .\32xl\:pt-69px {
    padding-top: 69px;
  }

  .\32xl\:pr-69px {
    padding-right: 69px;
  }

  .\32xl\:pb-69px {
    padding-bottom: 69px;
  }

  .\32xl\:pl-69px {
    padding-left: 69px;
  }

  .\32xl\:pt-70px {
    padding-top: 70px;
  }

  .\32xl\:pr-70px {
    padding-right: 70px;
  }

  .\32xl\:pb-70px {
    padding-bottom: 70px;
  }

  .\32xl\:pl-70px {
    padding-left: 70px;
  }

  .\32xl\:pt-71px {
    padding-top: 71px;
  }

  .\32xl\:pr-71px {
    padding-right: 71px;
  }

  .\32xl\:pb-71px {
    padding-bottom: 71px;
  }

  .\32xl\:pl-71px {
    padding-left: 71px;
  }

  .\32xl\:pt-72px {
    padding-top: 72px;
  }

  .\32xl\:pr-72px {
    padding-right: 72px;
  }

  .\32xl\:pb-72px {
    padding-bottom: 72px;
  }

  .\32xl\:pl-72px {
    padding-left: 72px;
  }

  .\32xl\:pt-73px {
    padding-top: 73px;
  }

  .\32xl\:pr-73px {
    padding-right: 73px;
  }

  .\32xl\:pb-73px {
    padding-bottom: 73px;
  }

  .\32xl\:pl-73px {
    padding-left: 73px;
  }

  .\32xl\:pt-74px {
    padding-top: 74px;
  }

  .\32xl\:pr-74px {
    padding-right: 74px;
  }

  .\32xl\:pb-74px {
    padding-bottom: 74px;
  }

  .\32xl\:pl-74px {
    padding-left: 74px;
  }

  .\32xl\:pt-75px {
    padding-top: 75px;
  }

  .\32xl\:pr-75px {
    padding-right: 75px;
  }

  .\32xl\:pb-75px {
    padding-bottom: 75px;
  }

  .\32xl\:pl-75px {
    padding-left: 75px;
  }

  .\32xl\:pt-76px {
    padding-top: 76px;
  }

  .\32xl\:pr-76px {
    padding-right: 76px;
  }

  .\32xl\:pb-76px {
    padding-bottom: 76px;
  }

  .\32xl\:pl-76px {
    padding-left: 76px;
  }

  .\32xl\:pt-77px {
    padding-top: 77px;
  }

  .\32xl\:pr-77px {
    padding-right: 77px;
  }

  .\32xl\:pb-77px {
    padding-bottom: 77px;
  }

  .\32xl\:pl-77px {
    padding-left: 77px;
  }

  .\32xl\:pt-78px {
    padding-top: 78px;
  }

  .\32xl\:pr-78px {
    padding-right: 78px;
  }

  .\32xl\:pb-78px {
    padding-bottom: 78px;
  }

  .\32xl\:pl-78px {
    padding-left: 78px;
  }

  .\32xl\:pt-79px {
    padding-top: 79px;
  }

  .\32xl\:pr-79px {
    padding-right: 79px;
  }

  .\32xl\:pb-79px {
    padding-bottom: 79px;
  }

  .\32xl\:pl-79px {
    padding-left: 79px;
  }

  .\32xl\:pt-80px {
    padding-top: 80px;
  }

  .\32xl\:pr-80px {
    padding-right: 80px;
  }

  .\32xl\:pb-80px {
    padding-bottom: 80px;
  }

  .\32xl\:pl-80px {
    padding-left: 80px;
  }

  .\32xl\:pt-81px {
    padding-top: 81px;
  }

  .\32xl\:pr-81px {
    padding-right: 81px;
  }

  .\32xl\:pb-81px {
    padding-bottom: 81px;
  }

  .\32xl\:pl-81px {
    padding-left: 81px;
  }

  .\32xl\:pt-82px {
    padding-top: 82px;
  }

  .\32xl\:pr-82px {
    padding-right: 82px;
  }

  .\32xl\:pb-82px {
    padding-bottom: 82px;
  }

  .\32xl\:pl-82px {
    padding-left: 82px;
  }

  .\32xl\:pt-83px {
    padding-top: 83px;
  }

  .\32xl\:pr-83px {
    padding-right: 83px;
  }

  .\32xl\:pb-83px {
    padding-bottom: 83px;
  }

  .\32xl\:pl-83px {
    padding-left: 83px;
  }

  .\32xl\:pt-84px {
    padding-top: 84px;
  }

  .\32xl\:pr-84px {
    padding-right: 84px;
  }

  .\32xl\:pb-84px {
    padding-bottom: 84px;
  }

  .\32xl\:pl-84px {
    padding-left: 84px;
  }

  .\32xl\:pt-85px {
    padding-top: 85px;
  }

  .\32xl\:pr-85px {
    padding-right: 85px;
  }

  .\32xl\:pb-85px {
    padding-bottom: 85px;
  }

  .\32xl\:pl-85px {
    padding-left: 85px;
  }

  .\32xl\:pt-86px {
    padding-top: 86px;
  }

  .\32xl\:pr-86px {
    padding-right: 86px;
  }

  .\32xl\:pb-86px {
    padding-bottom: 86px;
  }

  .\32xl\:pl-86px {
    padding-left: 86px;
  }

  .\32xl\:pt-87px {
    padding-top: 87px;
  }

  .\32xl\:pr-87px {
    padding-right: 87px;
  }

  .\32xl\:pb-87px {
    padding-bottom: 87px;
  }

  .\32xl\:pl-87px {
    padding-left: 87px;
  }

  .\32xl\:pt-88px {
    padding-top: 88px;
  }

  .\32xl\:pr-88px {
    padding-right: 88px;
  }

  .\32xl\:pb-88px {
    padding-bottom: 88px;
  }

  .\32xl\:pl-88px {
    padding-left: 88px;
  }

  .\32xl\:pt-89px {
    padding-top: 89px;
  }

  .\32xl\:pr-89px {
    padding-right: 89px;
  }

  .\32xl\:pb-89px {
    padding-bottom: 89px;
  }

  .\32xl\:pl-89px {
    padding-left: 89px;
  }

  .\32xl\:pt-90px {
    padding-top: 90px;
  }

  .\32xl\:pr-90px {
    padding-right: 90px;
  }

  .\32xl\:pb-90px {
    padding-bottom: 90px;
  }

  .\32xl\:pl-90px {
    padding-left: 90px;
  }

  .\32xl\:pt-91px {
    padding-top: 91px;
  }

  .\32xl\:pr-91px {
    padding-right: 91px;
  }

  .\32xl\:pb-91px {
    padding-bottom: 91px;
  }

  .\32xl\:pl-91px {
    padding-left: 91px;
  }

  .\32xl\:pt-92px {
    padding-top: 92px;
  }

  .\32xl\:pr-92px {
    padding-right: 92px;
  }

  .\32xl\:pb-92px {
    padding-bottom: 92px;
  }

  .\32xl\:pl-92px {
    padding-left: 92px;
  }

  .\32xl\:pt-93px {
    padding-top: 93px;
  }

  .\32xl\:pr-93px {
    padding-right: 93px;
  }

  .\32xl\:pb-93px {
    padding-bottom: 93px;
  }

  .\32xl\:pl-93px {
    padding-left: 93px;
  }

  .\32xl\:pt-94px {
    padding-top: 94px;
  }

  .\32xl\:pr-94px {
    padding-right: 94px;
  }

  .\32xl\:pb-94px {
    padding-bottom: 94px;
  }

  .\32xl\:pl-94px {
    padding-left: 94px;
  }

  .\32xl\:pt-95px {
    padding-top: 95px;
  }

  .\32xl\:pr-95px {
    padding-right: 95px;
  }

  .\32xl\:pb-95px {
    padding-bottom: 95px;
  }

  .\32xl\:pl-95px {
    padding-left: 95px;
  }

  .\32xl\:pt-96px {
    padding-top: 96px;
  }

  .\32xl\:pr-96px {
    padding-right: 96px;
  }

  .\32xl\:pb-96px {
    padding-bottom: 96px;
  }

  .\32xl\:pl-96px {
    padding-left: 96px;
  }

  .\32xl\:pt-97px {
    padding-top: 97px;
  }

  .\32xl\:pr-97px {
    padding-right: 97px;
  }

  .\32xl\:pb-97px {
    padding-bottom: 97px;
  }

  .\32xl\:pl-97px {
    padding-left: 97px;
  }

  .\32xl\:pt-98px {
    padding-top: 98px;
  }

  .\32xl\:pr-98px {
    padding-right: 98px;
  }

  .\32xl\:pb-98px {
    padding-bottom: 98px;
  }

  .\32xl\:pl-98px {
    padding-left: 98px;
  }

  .\32xl\:pt-99px {
    padding-top: 99px;
  }

  .\32xl\:pr-99px {
    padding-right: 99px;
  }

  .\32xl\:pb-99px {
    padding-bottom: 99px;
  }

  .\32xl\:pl-99px {
    padding-left: 99px;
  }

  .\32xl\:pt-100px {
    padding-top: 100px;
  }

  .\32xl\:pr-100px {
    padding-right: 100px;
  }

  .\32xl\:pb-100px {
    padding-bottom: 100px;
  }

  .\32xl\:pl-100px {
    padding-left: 100px;
  }

  .\32xl\:pt-101px {
    padding-top: 101px;
  }

  .\32xl\:pr-101px {
    padding-right: 101px;
  }

  .\32xl\:pb-101px {
    padding-bottom: 101px;
  }

  .\32xl\:pl-101px {
    padding-left: 101px;
  }

  .\32xl\:pt-102px {
    padding-top: 102px;
  }

  .\32xl\:pr-102px {
    padding-right: 102px;
  }

  .\32xl\:pb-102px {
    padding-bottom: 102px;
  }

  .\32xl\:pl-102px {
    padding-left: 102px;
  }

  .\32xl\:pt-103px {
    padding-top: 103px;
  }

  .\32xl\:pr-103px {
    padding-right: 103px;
  }

  .\32xl\:pb-103px {
    padding-bottom: 103px;
  }

  .\32xl\:pl-103px {
    padding-left: 103px;
  }

  .\32xl\:pt-104px {
    padding-top: 104px;
  }

  .\32xl\:pr-104px {
    padding-right: 104px;
  }

  .\32xl\:pb-104px {
    padding-bottom: 104px;
  }

  .\32xl\:pl-104px {
    padding-left: 104px;
  }

  .\32xl\:pt-105px {
    padding-top: 105px;
  }

  .\32xl\:pr-105px {
    padding-right: 105px;
  }

  .\32xl\:pb-105px {
    padding-bottom: 105px;
  }

  .\32xl\:pl-105px {
    padding-left: 105px;
  }

  .\32xl\:pt-106px {
    padding-top: 106px;
  }

  .\32xl\:pr-106px {
    padding-right: 106px;
  }

  .\32xl\:pb-106px {
    padding-bottom: 106px;
  }

  .\32xl\:pl-106px {
    padding-left: 106px;
  }

  .\32xl\:pt-107px {
    padding-top: 107px;
  }

  .\32xl\:pr-107px {
    padding-right: 107px;
  }

  .\32xl\:pb-107px {
    padding-bottom: 107px;
  }

  .\32xl\:pl-107px {
    padding-left: 107px;
  }

  .\32xl\:pt-108px {
    padding-top: 108px;
  }

  .\32xl\:pr-108px {
    padding-right: 108px;
  }

  .\32xl\:pb-108px {
    padding-bottom: 108px;
  }

  .\32xl\:pl-108px {
    padding-left: 108px;
  }

  .\32xl\:pt-109px {
    padding-top: 109px;
  }

  .\32xl\:pr-109px {
    padding-right: 109px;
  }

  .\32xl\:pb-109px {
    padding-bottom: 109px;
  }

  .\32xl\:pl-109px {
    padding-left: 109px;
  }

  .\32xl\:pt-110px {
    padding-top: 110px;
  }

  .\32xl\:pr-110px {
    padding-right: 110px;
  }

  .\32xl\:pb-110px {
    padding-bottom: 110px;
  }

  .\32xl\:pl-110px {
    padding-left: 110px;
  }

  .\32xl\:pt-111px {
    padding-top: 111px;
  }

  .\32xl\:pr-111px {
    padding-right: 111px;
  }

  .\32xl\:pb-111px {
    padding-bottom: 111px;
  }

  .\32xl\:pl-111px {
    padding-left: 111px;
  }

  .\32xl\:pt-112px {
    padding-top: 112px;
  }

  .\32xl\:pr-112px {
    padding-right: 112px;
  }

  .\32xl\:pb-112px {
    padding-bottom: 112px;
  }

  .\32xl\:pl-112px {
    padding-left: 112px;
  }

  .\32xl\:pt-113px {
    padding-top: 113px;
  }

  .\32xl\:pr-113px {
    padding-right: 113px;
  }

  .\32xl\:pb-113px {
    padding-bottom: 113px;
  }

  .\32xl\:pl-113px {
    padding-left: 113px;
  }

  .\32xl\:pt-114px {
    padding-top: 114px;
  }

  .\32xl\:pr-114px {
    padding-right: 114px;
  }

  .\32xl\:pb-114px {
    padding-bottom: 114px;
  }

  .\32xl\:pl-114px {
    padding-left: 114px;
  }

  .\32xl\:pt-115px {
    padding-top: 115px;
  }

  .\32xl\:pr-115px {
    padding-right: 115px;
  }

  .\32xl\:pb-115px {
    padding-bottom: 115px;
  }

  .\32xl\:pl-115px {
    padding-left: 115px;
  }

  .\32xl\:pt-116px {
    padding-top: 116px;
  }

  .\32xl\:pr-116px {
    padding-right: 116px;
  }

  .\32xl\:pb-116px {
    padding-bottom: 116px;
  }

  .\32xl\:pl-116px {
    padding-left: 116px;
  }

  .\32xl\:pt-117px {
    padding-top: 117px;
  }

  .\32xl\:pr-117px {
    padding-right: 117px;
  }

  .\32xl\:pb-117px {
    padding-bottom: 117px;
  }

  .\32xl\:pl-117px {
    padding-left: 117px;
  }

  .\32xl\:pt-118px {
    padding-top: 118px;
  }

  .\32xl\:pr-118px {
    padding-right: 118px;
  }

  .\32xl\:pb-118px {
    padding-bottom: 118px;
  }

  .\32xl\:pl-118px {
    padding-left: 118px;
  }

  .\32xl\:pt-119px {
    padding-top: 119px;
  }

  .\32xl\:pr-119px {
    padding-right: 119px;
  }

  .\32xl\:pb-119px {
    padding-bottom: 119px;
  }

  .\32xl\:pl-119px {
    padding-left: 119px;
  }

  .\32xl\:pt-120px {
    padding-top: 120px;
  }

  .\32xl\:pr-120px {
    padding-right: 120px;
  }

  .\32xl\:pb-120px {
    padding-bottom: 120px;
  }

  .\32xl\:pl-120px {
    padding-left: 120px;
  }

  .\32xl\:pt-121px {
    padding-top: 121px;
  }

  .\32xl\:pr-121px {
    padding-right: 121px;
  }

  .\32xl\:pb-121px {
    padding-bottom: 121px;
  }

  .\32xl\:pl-121px {
    padding-left: 121px;
  }

  .\32xl\:pt-122px {
    padding-top: 122px;
  }

  .\32xl\:pr-122px {
    padding-right: 122px;
  }

  .\32xl\:pb-122px {
    padding-bottom: 122px;
  }

  .\32xl\:pl-122px {
    padding-left: 122px;
  }

  .\32xl\:pt-123px {
    padding-top: 123px;
  }

  .\32xl\:pr-123px {
    padding-right: 123px;
  }

  .\32xl\:pb-123px {
    padding-bottom: 123px;
  }

  .\32xl\:pl-123px {
    padding-left: 123px;
  }

  .\32xl\:pt-124px {
    padding-top: 124px;
  }

  .\32xl\:pr-124px {
    padding-right: 124px;
  }

  .\32xl\:pb-124px {
    padding-bottom: 124px;
  }

  .\32xl\:pl-124px {
    padding-left: 124px;
  }

  .\32xl\:pt-125px {
    padding-top: 125px;
  }

  .\32xl\:pr-125px {
    padding-right: 125px;
  }

  .\32xl\:pb-125px {
    padding-bottom: 125px;
  }

  .\32xl\:pl-125px {
    padding-left: 125px;
  }

  .\32xl\:pt-126px {
    padding-top: 126px;
  }

  .\32xl\:pr-126px {
    padding-right: 126px;
  }

  .\32xl\:pb-126px {
    padding-bottom: 126px;
  }

  .\32xl\:pl-126px {
    padding-left: 126px;
  }

  .\32xl\:pt-127px {
    padding-top: 127px;
  }

  .\32xl\:pr-127px {
    padding-right: 127px;
  }

  .\32xl\:pb-127px {
    padding-bottom: 127px;
  }

  .\32xl\:pl-127px {
    padding-left: 127px;
  }

  .\32xl\:pt-128px {
    padding-top: 128px;
  }

  .\32xl\:pr-128px {
    padding-right: 128px;
  }

  .\32xl\:pb-128px {
    padding-bottom: 128px;
  }

  .\32xl\:pl-128px {
    padding-left: 128px;
  }

  .\32xl\:pt-129px {
    padding-top: 129px;
  }

  .\32xl\:pr-129px {
    padding-right: 129px;
  }

  .\32xl\:pb-129px {
    padding-bottom: 129px;
  }

  .\32xl\:pl-129px {
    padding-left: 129px;
  }

  .\32xl\:pt-130px {
    padding-top: 130px;
  }

  .\32xl\:pr-130px {
    padding-right: 130px;
  }

  .\32xl\:pb-130px {
    padding-bottom: 130px;
  }

  .\32xl\:pl-130px {
    padding-left: 130px;
  }

  .\32xl\:pt-133px {
    padding-top: 133px;
  }

  .\32xl\:pr-133px {
    padding-right: 133px;
  }

  .\32xl\:pb-133px {
    padding-bottom: 133px;
  }

  .\32xl\:pl-133px {
    padding-left: 133px;
  }

  .\32xl\:pt-140px {
    padding-top: 140px;
  }

  .\32xl\:pr-140px {
    padding-right: 140px;
  }

  .\32xl\:pb-140px {
    padding-bottom: 140px;
  }

  .\32xl\:pl-140px {
    padding-left: 140px;
  }

  .\32xl\:pt-195px {
    padding-top: 195px;
  }

  .\32xl\:pr-195px {
    padding-right: 195px;
  }

  .\32xl\:pb-195px {
    padding-bottom: 195px;
  }

  .\32xl\:pl-195px {
    padding-left: 195px;
  }

  .\32xl\:pt-200px {
    padding-top: 200px;
  }

  .\32xl\:pr-200px {
    padding-right: 200px;
  }

  .\32xl\:pb-200px {
    padding-bottom: 200px;
  }

  .\32xl\:pl-200px {
    padding-left: 200px;
  }

  .\32xl\:pt-210px {
    padding-top: 210px;
  }

  .\32xl\:pr-210px {
    padding-right: 210px;
  }

  .\32xl\:pb-210px {
    padding-bottom: 210px;
  }

  .\32xl\:pl-210px {
    padding-left: 210px;
  }

  .\32xl\:pt-222px {
    padding-top: 222px;
  }

  .\32xl\:pr-222px {
    padding-right: 222px;
  }

  .\32xl\:pb-222px {
    padding-bottom: 222px;
  }

  .\32xl\:pl-222px {
    padding-left: 222px;
  }

  .\32xl\:pt-258px {
    padding-top: 258px;
  }

  .\32xl\:pr-258px {
    padding-right: 258px;
  }

  .\32xl\:pb-258px {
    padding-bottom: 258px;
  }

  .\32xl\:pl-258px {
    padding-left: 258px;
  }

  .\32xl\:pt-280px {
    padding-top: 280px;
  }

  .\32xl\:pr-280px {
    padding-right: 280px;
  }

  .\32xl\:pb-280px {
    padding-bottom: 280px;
  }

  .\32xl\:pl-280px {
    padding-left: 280px;
  }

  .\32xl\:pt-334px {
    padding-top: 334px;
  }

  .\32xl\:pr-334px {
    padding-right: 334px;
  }

  .\32xl\:pb-334px {
    padding-bottom: 334px;
  }

  .\32xl\:pl-334px {
    padding-left: 334px;
  }

  .\32xl\:pt-388px {
    padding-top: 388px;
  }

  .\32xl\:pr-388px {
    padding-right: 388px;
  }

  .\32xl\:pb-388px {
    padding-bottom: 388px;
  }

  .\32xl\:pl-388px {
    padding-left: 388px;
  }

  .\32xl\:pt-480px {
    padding-top: 480px;
  }

  .\32xl\:pr-480px {
    padding-right: 480px;
  }

  .\32xl\:pb-480px {
    padding-bottom: 480px;
  }

  .\32xl\:pl-480px {
    padding-left: 480px;
  }

  .\32xl\:pt-490px {
    padding-top: 490px;
  }

  .\32xl\:pr-490px {
    padding-right: 490px;
  }

  .\32xl\:pb-490px {
    padding-bottom: 490px;
  }

  .\32xl\:pl-490px {
    padding-left: 490px;
  }

  .\32xl\:pt-505px {
    padding-top: 505px;
  }

  .\32xl\:pr-505px {
    padding-right: 505px;
  }

  .\32xl\:pb-505px {
    padding-bottom: 505px;
  }

  .\32xl\:pl-505px {
    padding-left: 505px;
  }

  .\32xl\:pt-507px {
    padding-top: 507px;
  }

  .\32xl\:pr-507px {
    padding-right: 507px;
  }

  .\32xl\:pb-507px {
    padding-bottom: 507px;
  }

  .\32xl\:pl-507px {
    padding-left: 507px;
  }

  .\32xl\:pt-760px {
    padding-top: 760px;
  }

  .\32xl\:pr-760px {
    padding-right: 760px;
  }

  .\32xl\:pb-760px {
    padding-bottom: 760px;
  }

  .\32xl\:pl-760px {
    padding-left: 760px;
  }

  .\32xl\:pt-780px {
    padding-top: 780px;
  }

  .\32xl\:pr-780px {
    padding-right: 780px;
  }

  .\32xl\:pb-780px {
    padding-bottom: 780px;
  }

  .\32xl\:pl-780px {
    padding-left: 780px;
  }

  .\32xl\:pt-980px {
    padding-top: 980px;
  }

  .\32xl\:pr-980px {
    padding-right: 980px;
  }

  .\32xl\:pb-980px {
    padding-bottom: 980px;
  }

  .\32xl\:pl-980px {
    padding-left: 980px;
  }

  .\32xl\:pt-1366px {
    padding-top: 1366px;
  }

  .\32xl\:pr-1366px {
    padding-right: 1366px;
  }

  .\32xl\:pb-1366px {
    padding-bottom: 1366px;
  }

  .\32xl\:pl-1366px {
    padding-left: 1366px;
  }

  .\32xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .\32xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .\32xl\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .\32xl\:placeholder-current::placeholder {
    color: currentColor;
  }

  .\32xl\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-main-bg:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-main-bg::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-main-bg-2:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-main-bg-2::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-main-bg-3:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-main-bg-3::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-web-logo-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-web-logo-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-public-logo-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-public-logo-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-button-primary-pink:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-button-primary-pink::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-button-secondary-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-button-secondary-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-link-text-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-link-text-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sub-text-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sub-text-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-body-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-body-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-copyright-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-copyright-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-breadcrumb-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-breadcrumb-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-dark-text-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-dark-text-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-background-black-a:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-background-black-a::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-background-black-b:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-background-black-b::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-background-black-c:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-background-black-c::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-background-black-d:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-background-black-d::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-product-detail-body-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-product-detail-body-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-primary-pink:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-primary-pink::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-footer-divide-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-footer-divide-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-detail-text-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-detail-text-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-detail-desc-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-detail-desc-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-border-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-border-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .\32xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .\32xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .\32xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .\32xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-main-bg:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-main-bg:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-main-bg-2:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-main-bg-2:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-main-bg-3:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-main-bg-3:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-web-logo-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-web-logo-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-public-logo-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-public-logo-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-button-primary-pink:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-button-primary-pink:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-button-secondary-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-button-secondary-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-link-text-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-link-text-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sub-text-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sub-text-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-body-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-body-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-copyright-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-copyright-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-breadcrumb-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-breadcrumb-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-dark-text-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-dark-text-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-background-black-a:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-background-black-a:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-background-black-b:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-background-black-b:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-background-black-c:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-background-black-c:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-background-black-d:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-background-black-d:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-product-detail-body-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-product-detail-body-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-primary-pink:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-primary-pink:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-footer-divide-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-footer-divide-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-detail-text-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-detail-text-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-detail-desc-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-detail-desc-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-border-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-border-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:pointer-events-none {
    pointer-events: none;
  }

  .\32xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .\32xl\:static {
    position: static;
  }

  .\32xl\:fixed {
    position: fixed;
  }

  .\32xl\:absolute {
    position: absolute;
  }

  .\32xl\:relative {
    position: relative;
  }

  .\32xl\:sticky {
    position: sticky;
  }

  .\32xl\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:inset-1px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:inset-2px {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }

  .\32xl\:inset-3px {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }

  .\32xl\:inset-4px {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .\32xl\:inset-5px {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }

  .\32xl\:inset-6px {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }

  .\32xl\:inset-7px {
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
  }

  .\32xl\:inset-8px {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .\32xl\:inset-9px {
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px;
  }

  .\32xl\:inset-10px {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .\32xl\:inset-11px {
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .\32xl\:inset-12px {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .\32xl\:inset-13px {
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .\32xl\:inset-14px {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .\32xl\:inset-15px {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .\32xl\:inset-16px {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .\32xl\:inset-17px {
    top: 17px;
    right: 17px;
    bottom: 17px;
    left: 17px;
  }

  .\32xl\:inset-18px {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .\32xl\:inset-19px {
    top: 19px;
    right: 19px;
    bottom: 19px;
    left: 19px;
  }

  .\32xl\:inset-20px {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .\32xl\:inset-21px {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
  }

  .\32xl\:inset-22px {
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .\32xl\:inset-23px {
    top: 23px;
    right: 23px;
    bottom: 23px;
    left: 23px;
  }

  .\32xl\:inset-24px {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .\32xl\:inset-25px {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }

  .\32xl\:inset-26px {
    top: 26px;
    right: 26px;
    bottom: 26px;
    left: 26px;
  }

  .\32xl\:inset-27px {
    top: 27px;
    right: 27px;
    bottom: 27px;
    left: 27px;
  }

  .\32xl\:inset-28px {
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .\32xl\:inset-29px {
    top: 29px;
    right: 29px;
    bottom: 29px;
    left: 29px;
  }

  .\32xl\:inset-30px {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .\32xl\:inset-31px {
    top: 31px;
    right: 31px;
    bottom: 31px;
    left: 31px;
  }

  .\32xl\:inset-32px {
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .\32xl\:inset-33px {
    top: 33px;
    right: 33px;
    bottom: 33px;
    left: 33px;
  }

  .\32xl\:inset-34px {
    top: 34px;
    right: 34px;
    bottom: 34px;
    left: 34px;
  }

  .\32xl\:inset-35px {
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
  }

  .\32xl\:inset-36px {
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px;
  }

  .\32xl\:inset-37px {
    top: 37px;
    right: 37px;
    bottom: 37px;
    left: 37px;
  }

  .\32xl\:inset-38px {
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
  }

  .\32xl\:inset-39px {
    top: 39px;
    right: 39px;
    bottom: 39px;
    left: 39px;
  }

  .\32xl\:inset-40px {
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }

  .\32xl\:inset-41px {
    top: 41px;
    right: 41px;
    bottom: 41px;
    left: 41px;
  }

  .\32xl\:inset-42px {
    top: 42px;
    right: 42px;
    bottom: 42px;
    left: 42px;
  }

  .\32xl\:inset-43px {
    top: 43px;
    right: 43px;
    bottom: 43px;
    left: 43px;
  }

  .\32xl\:inset-44px {
    top: 44px;
    right: 44px;
    bottom: 44px;
    left: 44px;
  }

  .\32xl\:inset-45px {
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
  }

  .\32xl\:inset-46px {
    top: 46px;
    right: 46px;
    bottom: 46px;
    left: 46px;
  }

  .\32xl\:inset-47px {
    top: 47px;
    right: 47px;
    bottom: 47px;
    left: 47px;
  }

  .\32xl\:inset-48px {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
  }

  .\32xl\:inset-49px {
    top: 49px;
    right: 49px;
    bottom: 49px;
    left: 49px;
  }

  .\32xl\:inset-50px {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }

  .\32xl\:inset-51px {
    top: 51px;
    right: 51px;
    bottom: 51px;
    left: 51px;
  }

  .\32xl\:inset-52px {
    top: 52px;
    right: 52px;
    bottom: 52px;
    left: 52px;
  }

  .\32xl\:inset-53px {
    top: 53px;
    right: 53px;
    bottom: 53px;
    left: 53px;
  }

  .\32xl\:inset-54px {
    top: 54px;
    right: 54px;
    bottom: 54px;
    left: 54px;
  }

  .\32xl\:inset-55px {
    top: 55px;
    right: 55px;
    bottom: 55px;
    left: 55px;
  }

  .\32xl\:inset-56px {
    top: 56px;
    right: 56px;
    bottom: 56px;
    left: 56px;
  }

  .\32xl\:inset-57px {
    top: 57px;
    right: 57px;
    bottom: 57px;
    left: 57px;
  }

  .\32xl\:inset-58px {
    top: 58px;
    right: 58px;
    bottom: 58px;
    left: 58px;
  }

  .\32xl\:inset-59px {
    top: 59px;
    right: 59px;
    bottom: 59px;
    left: 59px;
  }

  .\32xl\:inset-60px {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }

  .\32xl\:inset-61px {
    top: 61px;
    right: 61px;
    bottom: 61px;
    left: 61px;
  }

  .\32xl\:inset-62px {
    top: 62px;
    right: 62px;
    bottom: 62px;
    left: 62px;
  }

  .\32xl\:inset-63px {
    top: 63px;
    right: 63px;
    bottom: 63px;
    left: 63px;
  }

  .\32xl\:inset-64px {
    top: 64px;
    right: 64px;
    bottom: 64px;
    left: 64px;
  }

  .\32xl\:inset-65px {
    top: 65px;
    right: 65px;
    bottom: 65px;
    left: 65px;
  }

  .\32xl\:inset-66px {
    top: 66px;
    right: 66px;
    bottom: 66px;
    left: 66px;
  }

  .\32xl\:inset-67px {
    top: 67px;
    right: 67px;
    bottom: 67px;
    left: 67px;
  }

  .\32xl\:inset-68px {
    top: 68px;
    right: 68px;
    bottom: 68px;
    left: 68px;
  }

  .\32xl\:inset-69px {
    top: 69px;
    right: 69px;
    bottom: 69px;
    left: 69px;
  }

  .\32xl\:inset-70px {
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px;
  }

  .\32xl\:inset-71px {
    top: 71px;
    right: 71px;
    bottom: 71px;
    left: 71px;
  }

  .\32xl\:inset-72px {
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px;
  }

  .\32xl\:inset-73px {
    top: 73px;
    right: 73px;
    bottom: 73px;
    left: 73px;
  }

  .\32xl\:inset-74px {
    top: 74px;
    right: 74px;
    bottom: 74px;
    left: 74px;
  }

  .\32xl\:inset-75px {
    top: 75px;
    right: 75px;
    bottom: 75px;
    left: 75px;
  }

  .\32xl\:inset-76px {
    top: 76px;
    right: 76px;
    bottom: 76px;
    left: 76px;
  }

  .\32xl\:inset-77px {
    top: 77px;
    right: 77px;
    bottom: 77px;
    left: 77px;
  }

  .\32xl\:inset-78px {
    top: 78px;
    right: 78px;
    bottom: 78px;
    left: 78px;
  }

  .\32xl\:inset-79px {
    top: 79px;
    right: 79px;
    bottom: 79px;
    left: 79px;
  }

  .\32xl\:inset-80px {
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px;
  }

  .\32xl\:inset-81px {
    top: 81px;
    right: 81px;
    bottom: 81px;
    left: 81px;
  }

  .\32xl\:inset-82px {
    top: 82px;
    right: 82px;
    bottom: 82px;
    left: 82px;
  }

  .\32xl\:inset-83px {
    top: 83px;
    right: 83px;
    bottom: 83px;
    left: 83px;
  }

  .\32xl\:inset-84px {
    top: 84px;
    right: 84px;
    bottom: 84px;
    left: 84px;
  }

  .\32xl\:inset-85px {
    top: 85px;
    right: 85px;
    bottom: 85px;
    left: 85px;
  }

  .\32xl\:inset-86px {
    top: 86px;
    right: 86px;
    bottom: 86px;
    left: 86px;
  }

  .\32xl\:inset-87px {
    top: 87px;
    right: 87px;
    bottom: 87px;
    left: 87px;
  }

  .\32xl\:inset-88px {
    top: 88px;
    right: 88px;
    bottom: 88px;
    left: 88px;
  }

  .\32xl\:inset-89px {
    top: 89px;
    right: 89px;
    bottom: 89px;
    left: 89px;
  }

  .\32xl\:inset-90px {
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px;
  }

  .\32xl\:inset-91px {
    top: 91px;
    right: 91px;
    bottom: 91px;
    left: 91px;
  }

  .\32xl\:inset-92px {
    top: 92px;
    right: 92px;
    bottom: 92px;
    left: 92px;
  }

  .\32xl\:inset-93px {
    top: 93px;
    right: 93px;
    bottom: 93px;
    left: 93px;
  }

  .\32xl\:inset-94px {
    top: 94px;
    right: 94px;
    bottom: 94px;
    left: 94px;
  }

  .\32xl\:inset-95px {
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px;
  }

  .\32xl\:inset-96px {
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px;
  }

  .\32xl\:inset-97px {
    top: 97px;
    right: 97px;
    bottom: 97px;
    left: 97px;
  }

  .\32xl\:inset-98px {
    top: 98px;
    right: 98px;
    bottom: 98px;
    left: 98px;
  }

  .\32xl\:inset-99px {
    top: 99px;
    right: 99px;
    bottom: 99px;
    left: 99px;
  }

  .\32xl\:inset-100px {
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
  }

  .\32xl\:inset-101px {
    top: 101px;
    right: 101px;
    bottom: 101px;
    left: 101px;
  }

  .\32xl\:inset-102px {
    top: 102px;
    right: 102px;
    bottom: 102px;
    left: 102px;
  }

  .\32xl\:inset-103px {
    top: 103px;
    right: 103px;
    bottom: 103px;
    left: 103px;
  }

  .\32xl\:inset-104px {
    top: 104px;
    right: 104px;
    bottom: 104px;
    left: 104px;
  }

  .\32xl\:inset-105px {
    top: 105px;
    right: 105px;
    bottom: 105px;
    left: 105px;
  }

  .\32xl\:inset-106px {
    top: 106px;
    right: 106px;
    bottom: 106px;
    left: 106px;
  }

  .\32xl\:inset-107px {
    top: 107px;
    right: 107px;
    bottom: 107px;
    left: 107px;
  }

  .\32xl\:inset-108px {
    top: 108px;
    right: 108px;
    bottom: 108px;
    left: 108px;
  }

  .\32xl\:inset-109px {
    top: 109px;
    right: 109px;
    bottom: 109px;
    left: 109px;
  }

  .\32xl\:inset-110px {
    top: 110px;
    right: 110px;
    bottom: 110px;
    left: 110px;
  }

  .\32xl\:inset-111px {
    top: 111px;
    right: 111px;
    bottom: 111px;
    left: 111px;
  }

  .\32xl\:inset-112px {
    top: 112px;
    right: 112px;
    bottom: 112px;
    left: 112px;
  }

  .\32xl\:inset-113px {
    top: 113px;
    right: 113px;
    bottom: 113px;
    left: 113px;
  }

  .\32xl\:inset-114px {
    top: 114px;
    right: 114px;
    bottom: 114px;
    left: 114px;
  }

  .\32xl\:inset-115px {
    top: 115px;
    right: 115px;
    bottom: 115px;
    left: 115px;
  }

  .\32xl\:inset-116px {
    top: 116px;
    right: 116px;
    bottom: 116px;
    left: 116px;
  }

  .\32xl\:inset-117px {
    top: 117px;
    right: 117px;
    bottom: 117px;
    left: 117px;
  }

  .\32xl\:inset-118px {
    top: 118px;
    right: 118px;
    bottom: 118px;
    left: 118px;
  }

  .\32xl\:inset-119px {
    top: 119px;
    right: 119px;
    bottom: 119px;
    left: 119px;
  }

  .\32xl\:inset-120px {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
  }

  .\32xl\:inset-121px {
    top: 121px;
    right: 121px;
    bottom: 121px;
    left: 121px;
  }

  .\32xl\:inset-122px {
    top: 122px;
    right: 122px;
    bottom: 122px;
    left: 122px;
  }

  .\32xl\:inset-123px {
    top: 123px;
    right: 123px;
    bottom: 123px;
    left: 123px;
  }

  .\32xl\:inset-124px {
    top: 124px;
    right: 124px;
    bottom: 124px;
    left: 124px;
  }

  .\32xl\:inset-125px {
    top: 125px;
    right: 125px;
    bottom: 125px;
    left: 125px;
  }

  .\32xl\:inset-126px {
    top: 126px;
    right: 126px;
    bottom: 126px;
    left: 126px;
  }

  .\32xl\:inset-127px {
    top: 127px;
    right: 127px;
    bottom: 127px;
    left: 127px;
  }

  .\32xl\:inset-128px {
    top: 128px;
    right: 128px;
    bottom: 128px;
    left: 128px;
  }

  .\32xl\:inset-129px {
    top: 129px;
    right: 129px;
    bottom: 129px;
    left: 129px;
  }

  .\32xl\:inset-130px {
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px;
  }

  .\32xl\:inset-133px {
    top: 133px;
    right: 133px;
    bottom: 133px;
    left: 133px;
  }

  .\32xl\:inset-140px {
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px;
  }

  .\32xl\:inset-195px {
    top: 195px;
    right: 195px;
    bottom: 195px;
    left: 195px;
  }

  .\32xl\:inset-200px {
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px;
  }

  .\32xl\:inset-210px {
    top: 210px;
    right: 210px;
    bottom: 210px;
    left: 210px;
  }

  .\32xl\:inset-222px {
    top: 222px;
    right: 222px;
    bottom: 222px;
    left: 222px;
  }

  .\32xl\:inset-258px {
    top: 258px;
    right: 258px;
    bottom: 258px;
    left: 258px;
  }

  .\32xl\:inset-280px {
    top: 280px;
    right: 280px;
    bottom: 280px;
    left: 280px;
  }

  .\32xl\:inset-334px {
    top: 334px;
    right: 334px;
    bottom: 334px;
    left: 334px;
  }

  .\32xl\:inset-388px {
    top: 388px;
    right: 388px;
    bottom: 388px;
    left: 388px;
  }

  .\32xl\:inset-480px {
    top: 480px;
    right: 480px;
    bottom: 480px;
    left: 480px;
  }

  .\32xl\:inset-490px {
    top: 490px;
    right: 490px;
    bottom: 490px;
    left: 490px;
  }

  .\32xl\:inset-505px {
    top: 505px;
    right: 505px;
    bottom: 505px;
    left: 505px;
  }

  .\32xl\:inset-507px {
    top: 507px;
    right: 507px;
    bottom: 507px;
    left: 507px;
  }

  .\32xl\:inset-760px {
    top: 760px;
    right: 760px;
    bottom: 760px;
    left: 760px;
  }

  .\32xl\:inset-780px {
    top: 780px;
    right: 780px;
    bottom: 780px;
    left: 780px;
  }

  .\32xl\:inset-980px {
    top: 980px;
    right: 980px;
    bottom: 980px;
    left: 980px;
  }

  .\32xl\:inset-1366px {
    top: 1366px;
    right: 1366px;
    bottom: 1366px;
    left: 1366px;
  }

  .\32xl\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:-inset-1px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:-inset-2px {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
  }

  .\32xl\:-inset-3px {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
  }

  .\32xl\:-inset-4px {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
  }

  .\32xl\:-inset-5px {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .\32xl\:-inset-6px {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }

  .\32xl\:-inset-7px {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
  }

  .\32xl\:-inset-8px {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
  }

  .\32xl\:-inset-9px {
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px;
  }

  .\32xl\:-inset-10px {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }

  .\32xl\:-inset-11px {
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
  }

  .\32xl\:-inset-12px {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
  }

  .\32xl\:-inset-13px {
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
  }

  .\32xl\:-inset-14px {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }

  .\32xl\:-inset-15px {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }

  .\32xl\:-inset-16px {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .\32xl\:-inset-17px {
    top: -17px;
    right: -17px;
    bottom: -17px;
    left: -17px;
  }

  .\32xl\:-inset-18px {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
  }

  .\32xl\:-inset-19px {
    top: -19px;
    right: -19px;
    bottom: -19px;
    left: -19px;
  }

  .\32xl\:-inset-20px {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .\32xl\:-inset-21px {
    top: -21px;
    right: -21px;
    bottom: -21px;
    left: -21px;
  }

  .\32xl\:-inset-22px {
    top: -22px;
    right: -22px;
    bottom: -22px;
    left: -22px;
  }

  .\32xl\:-inset-23px {
    top: -23px;
    right: -23px;
    bottom: -23px;
    left: -23px;
  }

  .\32xl\:-inset-24px {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }

  .\32xl\:-inset-25px {
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
  }

  .\32xl\:-inset-26px {
    top: -26px;
    right: -26px;
    bottom: -26px;
    left: -26px;
  }

  .\32xl\:-inset-27px {
    top: -27px;
    right: -27px;
    bottom: -27px;
    left: -27px;
  }

  .\32xl\:-inset-28px {
    top: -28px;
    right: -28px;
    bottom: -28px;
    left: -28px;
  }

  .\32xl\:-inset-29px {
    top: -29px;
    right: -29px;
    bottom: -29px;
    left: -29px;
  }

  .\32xl\:-inset-30px {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
  }

  .\32xl\:-inset-31px {
    top: -31px;
    right: -31px;
    bottom: -31px;
    left: -31px;
  }

  .\32xl\:-inset-32px {
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
  }

  .\32xl\:-inset-33px {
    top: -33px;
    right: -33px;
    bottom: -33px;
    left: -33px;
  }

  .\32xl\:-inset-34px {
    top: -34px;
    right: -34px;
    bottom: -34px;
    left: -34px;
  }

  .\32xl\:-inset-35px {
    top: -35px;
    right: -35px;
    bottom: -35px;
    left: -35px;
  }

  .\32xl\:-inset-36px {
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px;
  }

  .\32xl\:-inset-37px {
    top: -37px;
    right: -37px;
    bottom: -37px;
    left: -37px;
  }

  .\32xl\:-inset-38px {
    top: -38px;
    right: -38px;
    bottom: -38px;
    left: -38px;
  }

  .\32xl\:-inset-39px {
    top: -39px;
    right: -39px;
    bottom: -39px;
    left: -39px;
  }

  .\32xl\:-inset-40px {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
  }

  .\32xl\:-inset-41px {
    top: -41px;
    right: -41px;
    bottom: -41px;
    left: -41px;
  }

  .\32xl\:-inset-42px {
    top: -42px;
    right: -42px;
    bottom: -42px;
    left: -42px;
  }

  .\32xl\:-inset-43px {
    top: -43px;
    right: -43px;
    bottom: -43px;
    left: -43px;
  }

  .\32xl\:-inset-44px {
    top: -44px;
    right: -44px;
    bottom: -44px;
    left: -44px;
  }

  .\32xl\:-inset-45px {
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
  }

  .\32xl\:-inset-46px {
    top: -46px;
    right: -46px;
    bottom: -46px;
    left: -46px;
  }

  .\32xl\:-inset-47px {
    top: -47px;
    right: -47px;
    bottom: -47px;
    left: -47px;
  }

  .\32xl\:-inset-48px {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px;
  }

  .\32xl\:-inset-49px {
    top: -49px;
    right: -49px;
    bottom: -49px;
    left: -49px;
  }

  .\32xl\:-inset-50px {
    top: -50px;
    right: -50px;
    bottom: -50px;
    left: -50px;
  }

  .\32xl\:-inset-51px {
    top: -51px;
    right: -51px;
    bottom: -51px;
    left: -51px;
  }

  .\32xl\:-inset-52px {
    top: -52px;
    right: -52px;
    bottom: -52px;
    left: -52px;
  }

  .\32xl\:-inset-53px {
    top: -53px;
    right: -53px;
    bottom: -53px;
    left: -53px;
  }

  .\32xl\:-inset-54px {
    top: -54px;
    right: -54px;
    bottom: -54px;
    left: -54px;
  }

  .\32xl\:-inset-55px {
    top: -55px;
    right: -55px;
    bottom: -55px;
    left: -55px;
  }

  .\32xl\:-inset-56px {
    top: -56px;
    right: -56px;
    bottom: -56px;
    left: -56px;
  }

  .\32xl\:-inset-57px {
    top: -57px;
    right: -57px;
    bottom: -57px;
    left: -57px;
  }

  .\32xl\:-inset-58px {
    top: -58px;
    right: -58px;
    bottom: -58px;
    left: -58px;
  }

  .\32xl\:-inset-59px {
    top: -59px;
    right: -59px;
    bottom: -59px;
    left: -59px;
  }

  .\32xl\:-inset-60px {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
  }

  .\32xl\:-inset-61px {
    top: -61px;
    right: -61px;
    bottom: -61px;
    left: -61px;
  }

  .\32xl\:-inset-62px {
    top: -62px;
    right: -62px;
    bottom: -62px;
    left: -62px;
  }

  .\32xl\:-inset-63px {
    top: -63px;
    right: -63px;
    bottom: -63px;
    left: -63px;
  }

  .\32xl\:-inset-64px {
    top: -64px;
    right: -64px;
    bottom: -64px;
    left: -64px;
  }

  .\32xl\:-inset-65px {
    top: -65px;
    right: -65px;
    bottom: -65px;
    left: -65px;
  }

  .\32xl\:-inset-66px {
    top: -66px;
    right: -66px;
    bottom: -66px;
    left: -66px;
  }

  .\32xl\:-inset-67px {
    top: -67px;
    right: -67px;
    bottom: -67px;
    left: -67px;
  }

  .\32xl\:-inset-68px {
    top: -68px;
    right: -68px;
    bottom: -68px;
    left: -68px;
  }

  .\32xl\:-inset-69px {
    top: -69px;
    right: -69px;
    bottom: -69px;
    left: -69px;
  }

  .\32xl\:-inset-70px {
    top: -70px;
    right: -70px;
    bottom: -70px;
    left: -70px;
  }

  .\32xl\:-inset-71px {
    top: -71px;
    right: -71px;
    bottom: -71px;
    left: -71px;
  }

  .\32xl\:-inset-72px {
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px;
  }

  .\32xl\:-inset-73px {
    top: -73px;
    right: -73px;
    bottom: -73px;
    left: -73px;
  }

  .\32xl\:-inset-74px {
    top: -74px;
    right: -74px;
    bottom: -74px;
    left: -74px;
  }

  .\32xl\:-inset-75px {
    top: -75px;
    right: -75px;
    bottom: -75px;
    left: -75px;
  }

  .\32xl\:-inset-76px {
    top: -76px;
    right: -76px;
    bottom: -76px;
    left: -76px;
  }

  .\32xl\:-inset-77px {
    top: -77px;
    right: -77px;
    bottom: -77px;
    left: -77px;
  }

  .\32xl\:-inset-78px {
    top: -78px;
    right: -78px;
    bottom: -78px;
    left: -78px;
  }

  .\32xl\:-inset-79px {
    top: -79px;
    right: -79px;
    bottom: -79px;
    left: -79px;
  }

  .\32xl\:-inset-80px {
    top: -80px;
    right: -80px;
    bottom: -80px;
    left: -80px;
  }

  .\32xl\:-inset-81px {
    top: -81px;
    right: -81px;
    bottom: -81px;
    left: -81px;
  }

  .\32xl\:-inset-82px {
    top: -82px;
    right: -82px;
    bottom: -82px;
    left: -82px;
  }

  .\32xl\:-inset-83px {
    top: -83px;
    right: -83px;
    bottom: -83px;
    left: -83px;
  }

  .\32xl\:-inset-84px {
    top: -84px;
    right: -84px;
    bottom: -84px;
    left: -84px;
  }

  .\32xl\:-inset-85px {
    top: -85px;
    right: -85px;
    bottom: -85px;
    left: -85px;
  }

  .\32xl\:-inset-86px {
    top: -86px;
    right: -86px;
    bottom: -86px;
    left: -86px;
  }

  .\32xl\:-inset-87px {
    top: -87px;
    right: -87px;
    bottom: -87px;
    left: -87px;
  }

  .\32xl\:-inset-88px {
    top: -88px;
    right: -88px;
    bottom: -88px;
    left: -88px;
  }

  .\32xl\:-inset-89px {
    top: -89px;
    right: -89px;
    bottom: -89px;
    left: -89px;
  }

  .\32xl\:-inset-90px {
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
  }

  .\32xl\:-inset-91px {
    top: -91px;
    right: -91px;
    bottom: -91px;
    left: -91px;
  }

  .\32xl\:-inset-92px {
    top: -92px;
    right: -92px;
    bottom: -92px;
    left: -92px;
  }

  .\32xl\:-inset-93px {
    top: -93px;
    right: -93px;
    bottom: -93px;
    left: -93px;
  }

  .\32xl\:-inset-94px {
    top: -94px;
    right: -94px;
    bottom: -94px;
    left: -94px;
  }

  .\32xl\:-inset-95px {
    top: -95px;
    right: -95px;
    bottom: -95px;
    left: -95px;
  }

  .\32xl\:-inset-96px {
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px;
  }

  .\32xl\:-inset-97px {
    top: -97px;
    right: -97px;
    bottom: -97px;
    left: -97px;
  }

  .\32xl\:-inset-98px {
    top: -98px;
    right: -98px;
    bottom: -98px;
    left: -98px;
  }

  .\32xl\:-inset-99px {
    top: -99px;
    right: -99px;
    bottom: -99px;
    left: -99px;
  }

  .\32xl\:-inset-100px {
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
  }

  .\32xl\:-inset-101px {
    top: -101px;
    right: -101px;
    bottom: -101px;
    left: -101px;
  }

  .\32xl\:-inset-102px {
    top: -102px;
    right: -102px;
    bottom: -102px;
    left: -102px;
  }

  .\32xl\:-inset-103px {
    top: -103px;
    right: -103px;
    bottom: -103px;
    left: -103px;
  }

  .\32xl\:-inset-104px {
    top: -104px;
    right: -104px;
    bottom: -104px;
    left: -104px;
  }

  .\32xl\:-inset-105px {
    top: -105px;
    right: -105px;
    bottom: -105px;
    left: -105px;
  }

  .\32xl\:-inset-106px {
    top: -106px;
    right: -106px;
    bottom: -106px;
    left: -106px;
  }

  .\32xl\:-inset-107px {
    top: -107px;
    right: -107px;
    bottom: -107px;
    left: -107px;
  }

  .\32xl\:-inset-108px {
    top: -108px;
    right: -108px;
    bottom: -108px;
    left: -108px;
  }

  .\32xl\:-inset-109px {
    top: -109px;
    right: -109px;
    bottom: -109px;
    left: -109px;
  }

  .\32xl\:-inset-110px {
    top: -110px;
    right: -110px;
    bottom: -110px;
    left: -110px;
  }

  .\32xl\:-inset-111px {
    top: -111px;
    right: -111px;
    bottom: -111px;
    left: -111px;
  }

  .\32xl\:-inset-112px {
    top: -112px;
    right: -112px;
    bottom: -112px;
    left: -112px;
  }

  .\32xl\:-inset-113px {
    top: -113px;
    right: -113px;
    bottom: -113px;
    left: -113px;
  }

  .\32xl\:-inset-114px {
    top: -114px;
    right: -114px;
    bottom: -114px;
    left: -114px;
  }

  .\32xl\:-inset-115px {
    top: -115px;
    right: -115px;
    bottom: -115px;
    left: -115px;
  }

  .\32xl\:-inset-116px {
    top: -116px;
    right: -116px;
    bottom: -116px;
    left: -116px;
  }

  .\32xl\:-inset-117px {
    top: -117px;
    right: -117px;
    bottom: -117px;
    left: -117px;
  }

  .\32xl\:-inset-118px {
    top: -118px;
    right: -118px;
    bottom: -118px;
    left: -118px;
  }

  .\32xl\:-inset-119px {
    top: -119px;
    right: -119px;
    bottom: -119px;
    left: -119px;
  }

  .\32xl\:-inset-120px {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
  }

  .\32xl\:-inset-121px {
    top: -121px;
    right: -121px;
    bottom: -121px;
    left: -121px;
  }

  .\32xl\:-inset-122px {
    top: -122px;
    right: -122px;
    bottom: -122px;
    left: -122px;
  }

  .\32xl\:-inset-123px {
    top: -123px;
    right: -123px;
    bottom: -123px;
    left: -123px;
  }

  .\32xl\:-inset-124px {
    top: -124px;
    right: -124px;
    bottom: -124px;
    left: -124px;
  }

  .\32xl\:-inset-125px {
    top: -125px;
    right: -125px;
    bottom: -125px;
    left: -125px;
  }

  .\32xl\:-inset-126px {
    top: -126px;
    right: -126px;
    bottom: -126px;
    left: -126px;
  }

  .\32xl\:-inset-127px {
    top: -127px;
    right: -127px;
    bottom: -127px;
    left: -127px;
  }

  .\32xl\:-inset-128px {
    top: -128px;
    right: -128px;
    bottom: -128px;
    left: -128px;
  }

  .\32xl\:-inset-129px {
    top: -129px;
    right: -129px;
    bottom: -129px;
    left: -129px;
  }

  .\32xl\:-inset-130px {
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
  }

  .\32xl\:-inset-133px {
    top: -133px;
    right: -133px;
    bottom: -133px;
    left: -133px;
  }

  .\32xl\:-inset-140px {
    top: -140px;
    right: -140px;
    bottom: -140px;
    left: -140px;
  }

  .\32xl\:-inset-195px {
    top: -195px;
    right: -195px;
    bottom: -195px;
    left: -195px;
  }

  .\32xl\:-inset-200px {
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
  }

  .\32xl\:-inset-210px {
    top: -210px;
    right: -210px;
    bottom: -210px;
    left: -210px;
  }

  .\32xl\:-inset-222px {
    top: -222px;
    right: -222px;
    bottom: -222px;
    left: -222px;
  }

  .\32xl\:-inset-258px {
    top: -258px;
    right: -258px;
    bottom: -258px;
    left: -258px;
  }

  .\32xl\:-inset-280px {
    top: -280px;
    right: -280px;
    bottom: -280px;
    left: -280px;
  }

  .\32xl\:-inset-334px {
    top: -334px;
    right: -334px;
    bottom: -334px;
    left: -334px;
  }

  .\32xl\:-inset-388px {
    top: -388px;
    right: -388px;
    bottom: -388px;
    left: -388px;
  }

  .\32xl\:-inset-480px {
    top: -480px;
    right: -480px;
    bottom: -480px;
    left: -480px;
  }

  .\32xl\:-inset-490px {
    top: -490px;
    right: -490px;
    bottom: -490px;
    left: -490px;
  }

  .\32xl\:-inset-505px {
    top: -505px;
    right: -505px;
    bottom: -505px;
    left: -505px;
  }

  .\32xl\:-inset-507px {
    top: -507px;
    right: -507px;
    bottom: -507px;
    left: -507px;
  }

  .\32xl\:-inset-760px {
    top: -760px;
    right: -760px;
    bottom: -760px;
    left: -760px;
  }

  .\32xl\:-inset-780px {
    top: -780px;
    right: -780px;
    bottom: -780px;
    left: -780px;
  }

  .\32xl\:-inset-980px {
    top: -980px;
    right: -980px;
    bottom: -980px;
    left: -980px;
  }

  .\32xl\:-inset-1366px {
    top: -1366px;
    right: -1366px;
    bottom: -1366px;
    left: -1366px;
  }

  .\32xl\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .\32xl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .\32xl\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .\32xl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:inset-x-11 {
    right: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .\32xl\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .\32xl\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .\32xl\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .\32xl\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .\32xl\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .\32xl\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .\32xl\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .\32xl\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .\32xl\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .\32xl\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .\32xl\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .\32xl\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:inset-x-60 {
    right: 15rem;
    left: 15rem;
  }

  .\32xl\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .\32xl\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .\32xl\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .\32xl\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:inset-x-96 {
    right: 24rem;
    left: 24rem;
  }

  .\32xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .\32xl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .\32xl\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .\32xl\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:inset-x-0\.5 {
    right: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:inset-x-1\.5 {
    right: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:inset-x-2\.5 {
    right: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:inset-x-3\.5 {
    right: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:inset-y-1px {
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:inset-x-1px {
    right: 1px;
    left: 1px;
  }

  .\32xl\:inset-y-2px {
    top: 2px;
    bottom: 2px;
  }

  .\32xl\:inset-x-2px {
    right: 2px;
    left: 2px;
  }

  .\32xl\:inset-y-3px {
    top: 3px;
    bottom: 3px;
  }

  .\32xl\:inset-x-3px {
    right: 3px;
    left: 3px;
  }

  .\32xl\:inset-y-4px {
    top: 4px;
    bottom: 4px;
  }

  .\32xl\:inset-x-4px {
    right: 4px;
    left: 4px;
  }

  .\32xl\:inset-y-5px {
    top: 5px;
    bottom: 5px;
  }

  .\32xl\:inset-x-5px {
    right: 5px;
    left: 5px;
  }

  .\32xl\:inset-y-6px {
    top: 6px;
    bottom: 6px;
  }

  .\32xl\:inset-x-6px {
    right: 6px;
    left: 6px;
  }

  .\32xl\:inset-y-7px {
    top: 7px;
    bottom: 7px;
  }

  .\32xl\:inset-x-7px {
    right: 7px;
    left: 7px;
  }

  .\32xl\:inset-y-8px {
    top: 8px;
    bottom: 8px;
  }

  .\32xl\:inset-x-8px {
    right: 8px;
    left: 8px;
  }

  .\32xl\:inset-y-9px {
    top: 9px;
    bottom: 9px;
  }

  .\32xl\:inset-x-9px {
    right: 9px;
    left: 9px;
  }

  .\32xl\:inset-y-10px {
    top: 10px;
    bottom: 10px;
  }

  .\32xl\:inset-x-10px {
    right: 10px;
    left: 10px;
  }

  .\32xl\:inset-y-11px {
    top: 11px;
    bottom: 11px;
  }

  .\32xl\:inset-x-11px {
    right: 11px;
    left: 11px;
  }

  .\32xl\:inset-y-12px {
    top: 12px;
    bottom: 12px;
  }

  .\32xl\:inset-x-12px {
    right: 12px;
    left: 12px;
  }

  .\32xl\:inset-y-13px {
    top: 13px;
    bottom: 13px;
  }

  .\32xl\:inset-x-13px {
    right: 13px;
    left: 13px;
  }

  .\32xl\:inset-y-14px {
    top: 14px;
    bottom: 14px;
  }

  .\32xl\:inset-x-14px {
    right: 14px;
    left: 14px;
  }

  .\32xl\:inset-y-15px {
    top: 15px;
    bottom: 15px;
  }

  .\32xl\:inset-x-15px {
    right: 15px;
    left: 15px;
  }

  .\32xl\:inset-y-16px {
    top: 16px;
    bottom: 16px;
  }

  .\32xl\:inset-x-16px {
    right: 16px;
    left: 16px;
  }

  .\32xl\:inset-y-17px {
    top: 17px;
    bottom: 17px;
  }

  .\32xl\:inset-x-17px {
    right: 17px;
    left: 17px;
  }

  .\32xl\:inset-y-18px {
    top: 18px;
    bottom: 18px;
  }

  .\32xl\:inset-x-18px {
    right: 18px;
    left: 18px;
  }

  .\32xl\:inset-y-19px {
    top: 19px;
    bottom: 19px;
  }

  .\32xl\:inset-x-19px {
    right: 19px;
    left: 19px;
  }

  .\32xl\:inset-y-20px {
    top: 20px;
    bottom: 20px;
  }

  .\32xl\:inset-x-20px {
    right: 20px;
    left: 20px;
  }

  .\32xl\:inset-y-21px {
    top: 21px;
    bottom: 21px;
  }

  .\32xl\:inset-x-21px {
    right: 21px;
    left: 21px;
  }

  .\32xl\:inset-y-22px {
    top: 22px;
    bottom: 22px;
  }

  .\32xl\:inset-x-22px {
    right: 22px;
    left: 22px;
  }

  .\32xl\:inset-y-23px {
    top: 23px;
    bottom: 23px;
  }

  .\32xl\:inset-x-23px {
    right: 23px;
    left: 23px;
  }

  .\32xl\:inset-y-24px {
    top: 24px;
    bottom: 24px;
  }

  .\32xl\:inset-x-24px {
    right: 24px;
    left: 24px;
  }

  .\32xl\:inset-y-25px {
    top: 25px;
    bottom: 25px;
  }

  .\32xl\:inset-x-25px {
    right: 25px;
    left: 25px;
  }

  .\32xl\:inset-y-26px {
    top: 26px;
    bottom: 26px;
  }

  .\32xl\:inset-x-26px {
    right: 26px;
    left: 26px;
  }

  .\32xl\:inset-y-27px {
    top: 27px;
    bottom: 27px;
  }

  .\32xl\:inset-x-27px {
    right: 27px;
    left: 27px;
  }

  .\32xl\:inset-y-28px {
    top: 28px;
    bottom: 28px;
  }

  .\32xl\:inset-x-28px {
    right: 28px;
    left: 28px;
  }

  .\32xl\:inset-y-29px {
    top: 29px;
    bottom: 29px;
  }

  .\32xl\:inset-x-29px {
    right: 29px;
    left: 29px;
  }

  .\32xl\:inset-y-30px {
    top: 30px;
    bottom: 30px;
  }

  .\32xl\:inset-x-30px {
    right: 30px;
    left: 30px;
  }

  .\32xl\:inset-y-31px {
    top: 31px;
    bottom: 31px;
  }

  .\32xl\:inset-x-31px {
    right: 31px;
    left: 31px;
  }

  .\32xl\:inset-y-32px {
    top: 32px;
    bottom: 32px;
  }

  .\32xl\:inset-x-32px {
    right: 32px;
    left: 32px;
  }

  .\32xl\:inset-y-33px {
    top: 33px;
    bottom: 33px;
  }

  .\32xl\:inset-x-33px {
    right: 33px;
    left: 33px;
  }

  .\32xl\:inset-y-34px {
    top: 34px;
    bottom: 34px;
  }

  .\32xl\:inset-x-34px {
    right: 34px;
    left: 34px;
  }

  .\32xl\:inset-y-35px {
    top: 35px;
    bottom: 35px;
  }

  .\32xl\:inset-x-35px {
    right: 35px;
    left: 35px;
  }

  .\32xl\:inset-y-36px {
    top: 36px;
    bottom: 36px;
  }

  .\32xl\:inset-x-36px {
    right: 36px;
    left: 36px;
  }

  .\32xl\:inset-y-37px {
    top: 37px;
    bottom: 37px;
  }

  .\32xl\:inset-x-37px {
    right: 37px;
    left: 37px;
  }

  .\32xl\:inset-y-38px {
    top: 38px;
    bottom: 38px;
  }

  .\32xl\:inset-x-38px {
    right: 38px;
    left: 38px;
  }

  .\32xl\:inset-y-39px {
    top: 39px;
    bottom: 39px;
  }

  .\32xl\:inset-x-39px {
    right: 39px;
    left: 39px;
  }

  .\32xl\:inset-y-40px {
    top: 40px;
    bottom: 40px;
  }

  .\32xl\:inset-x-40px {
    right: 40px;
    left: 40px;
  }

  .\32xl\:inset-y-41px {
    top: 41px;
    bottom: 41px;
  }

  .\32xl\:inset-x-41px {
    right: 41px;
    left: 41px;
  }

  .\32xl\:inset-y-42px {
    top: 42px;
    bottom: 42px;
  }

  .\32xl\:inset-x-42px {
    right: 42px;
    left: 42px;
  }

  .\32xl\:inset-y-43px {
    top: 43px;
    bottom: 43px;
  }

  .\32xl\:inset-x-43px {
    right: 43px;
    left: 43px;
  }

  .\32xl\:inset-y-44px {
    top: 44px;
    bottom: 44px;
  }

  .\32xl\:inset-x-44px {
    right: 44px;
    left: 44px;
  }

  .\32xl\:inset-y-45px {
    top: 45px;
    bottom: 45px;
  }

  .\32xl\:inset-x-45px {
    right: 45px;
    left: 45px;
  }

  .\32xl\:inset-y-46px {
    top: 46px;
    bottom: 46px;
  }

  .\32xl\:inset-x-46px {
    right: 46px;
    left: 46px;
  }

  .\32xl\:inset-y-47px {
    top: 47px;
    bottom: 47px;
  }

  .\32xl\:inset-x-47px {
    right: 47px;
    left: 47px;
  }

  .\32xl\:inset-y-48px {
    top: 48px;
    bottom: 48px;
  }

  .\32xl\:inset-x-48px {
    right: 48px;
    left: 48px;
  }

  .\32xl\:inset-y-49px {
    top: 49px;
    bottom: 49px;
  }

  .\32xl\:inset-x-49px {
    right: 49px;
    left: 49px;
  }

  .\32xl\:inset-y-50px {
    top: 50px;
    bottom: 50px;
  }

  .\32xl\:inset-x-50px {
    right: 50px;
    left: 50px;
  }

  .\32xl\:inset-y-51px {
    top: 51px;
    bottom: 51px;
  }

  .\32xl\:inset-x-51px {
    right: 51px;
    left: 51px;
  }

  .\32xl\:inset-y-52px {
    top: 52px;
    bottom: 52px;
  }

  .\32xl\:inset-x-52px {
    right: 52px;
    left: 52px;
  }

  .\32xl\:inset-y-53px {
    top: 53px;
    bottom: 53px;
  }

  .\32xl\:inset-x-53px {
    right: 53px;
    left: 53px;
  }

  .\32xl\:inset-y-54px {
    top: 54px;
    bottom: 54px;
  }

  .\32xl\:inset-x-54px {
    right: 54px;
    left: 54px;
  }

  .\32xl\:inset-y-55px {
    top: 55px;
    bottom: 55px;
  }

  .\32xl\:inset-x-55px {
    right: 55px;
    left: 55px;
  }

  .\32xl\:inset-y-56px {
    top: 56px;
    bottom: 56px;
  }

  .\32xl\:inset-x-56px {
    right: 56px;
    left: 56px;
  }

  .\32xl\:inset-y-57px {
    top: 57px;
    bottom: 57px;
  }

  .\32xl\:inset-x-57px {
    right: 57px;
    left: 57px;
  }

  .\32xl\:inset-y-58px {
    top: 58px;
    bottom: 58px;
  }

  .\32xl\:inset-x-58px {
    right: 58px;
    left: 58px;
  }

  .\32xl\:inset-y-59px {
    top: 59px;
    bottom: 59px;
  }

  .\32xl\:inset-x-59px {
    right: 59px;
    left: 59px;
  }

  .\32xl\:inset-y-60px {
    top: 60px;
    bottom: 60px;
  }

  .\32xl\:inset-x-60px {
    right: 60px;
    left: 60px;
  }

  .\32xl\:inset-y-61px {
    top: 61px;
    bottom: 61px;
  }

  .\32xl\:inset-x-61px {
    right: 61px;
    left: 61px;
  }

  .\32xl\:inset-y-62px {
    top: 62px;
    bottom: 62px;
  }

  .\32xl\:inset-x-62px {
    right: 62px;
    left: 62px;
  }

  .\32xl\:inset-y-63px {
    top: 63px;
    bottom: 63px;
  }

  .\32xl\:inset-x-63px {
    right: 63px;
    left: 63px;
  }

  .\32xl\:inset-y-64px {
    top: 64px;
    bottom: 64px;
  }

  .\32xl\:inset-x-64px {
    right: 64px;
    left: 64px;
  }

  .\32xl\:inset-y-65px {
    top: 65px;
    bottom: 65px;
  }

  .\32xl\:inset-x-65px {
    right: 65px;
    left: 65px;
  }

  .\32xl\:inset-y-66px {
    top: 66px;
    bottom: 66px;
  }

  .\32xl\:inset-x-66px {
    right: 66px;
    left: 66px;
  }

  .\32xl\:inset-y-67px {
    top: 67px;
    bottom: 67px;
  }

  .\32xl\:inset-x-67px {
    right: 67px;
    left: 67px;
  }

  .\32xl\:inset-y-68px {
    top: 68px;
    bottom: 68px;
  }

  .\32xl\:inset-x-68px {
    right: 68px;
    left: 68px;
  }

  .\32xl\:inset-y-69px {
    top: 69px;
    bottom: 69px;
  }

  .\32xl\:inset-x-69px {
    right: 69px;
    left: 69px;
  }

  .\32xl\:inset-y-70px {
    top: 70px;
    bottom: 70px;
  }

  .\32xl\:inset-x-70px {
    right: 70px;
    left: 70px;
  }

  .\32xl\:inset-y-71px {
    top: 71px;
    bottom: 71px;
  }

  .\32xl\:inset-x-71px {
    right: 71px;
    left: 71px;
  }

  .\32xl\:inset-y-72px {
    top: 72px;
    bottom: 72px;
  }

  .\32xl\:inset-x-72px {
    right: 72px;
    left: 72px;
  }

  .\32xl\:inset-y-73px {
    top: 73px;
    bottom: 73px;
  }

  .\32xl\:inset-x-73px {
    right: 73px;
    left: 73px;
  }

  .\32xl\:inset-y-74px {
    top: 74px;
    bottom: 74px;
  }

  .\32xl\:inset-x-74px {
    right: 74px;
    left: 74px;
  }

  .\32xl\:inset-y-75px {
    top: 75px;
    bottom: 75px;
  }

  .\32xl\:inset-x-75px {
    right: 75px;
    left: 75px;
  }

  .\32xl\:inset-y-76px {
    top: 76px;
    bottom: 76px;
  }

  .\32xl\:inset-x-76px {
    right: 76px;
    left: 76px;
  }

  .\32xl\:inset-y-77px {
    top: 77px;
    bottom: 77px;
  }

  .\32xl\:inset-x-77px {
    right: 77px;
    left: 77px;
  }

  .\32xl\:inset-y-78px {
    top: 78px;
    bottom: 78px;
  }

  .\32xl\:inset-x-78px {
    right: 78px;
    left: 78px;
  }

  .\32xl\:inset-y-79px {
    top: 79px;
    bottom: 79px;
  }

  .\32xl\:inset-x-79px {
    right: 79px;
    left: 79px;
  }

  .\32xl\:inset-y-80px {
    top: 80px;
    bottom: 80px;
  }

  .\32xl\:inset-x-80px {
    right: 80px;
    left: 80px;
  }

  .\32xl\:inset-y-81px {
    top: 81px;
    bottom: 81px;
  }

  .\32xl\:inset-x-81px {
    right: 81px;
    left: 81px;
  }

  .\32xl\:inset-y-82px {
    top: 82px;
    bottom: 82px;
  }

  .\32xl\:inset-x-82px {
    right: 82px;
    left: 82px;
  }

  .\32xl\:inset-y-83px {
    top: 83px;
    bottom: 83px;
  }

  .\32xl\:inset-x-83px {
    right: 83px;
    left: 83px;
  }

  .\32xl\:inset-y-84px {
    top: 84px;
    bottom: 84px;
  }

  .\32xl\:inset-x-84px {
    right: 84px;
    left: 84px;
  }

  .\32xl\:inset-y-85px {
    top: 85px;
    bottom: 85px;
  }

  .\32xl\:inset-x-85px {
    right: 85px;
    left: 85px;
  }

  .\32xl\:inset-y-86px {
    top: 86px;
    bottom: 86px;
  }

  .\32xl\:inset-x-86px {
    right: 86px;
    left: 86px;
  }

  .\32xl\:inset-y-87px {
    top: 87px;
    bottom: 87px;
  }

  .\32xl\:inset-x-87px {
    right: 87px;
    left: 87px;
  }

  .\32xl\:inset-y-88px {
    top: 88px;
    bottom: 88px;
  }

  .\32xl\:inset-x-88px {
    right: 88px;
    left: 88px;
  }

  .\32xl\:inset-y-89px {
    top: 89px;
    bottom: 89px;
  }

  .\32xl\:inset-x-89px {
    right: 89px;
    left: 89px;
  }

  .\32xl\:inset-y-90px {
    top: 90px;
    bottom: 90px;
  }

  .\32xl\:inset-x-90px {
    right: 90px;
    left: 90px;
  }

  .\32xl\:inset-y-91px {
    top: 91px;
    bottom: 91px;
  }

  .\32xl\:inset-x-91px {
    right: 91px;
    left: 91px;
  }

  .\32xl\:inset-y-92px {
    top: 92px;
    bottom: 92px;
  }

  .\32xl\:inset-x-92px {
    right: 92px;
    left: 92px;
  }

  .\32xl\:inset-y-93px {
    top: 93px;
    bottom: 93px;
  }

  .\32xl\:inset-x-93px {
    right: 93px;
    left: 93px;
  }

  .\32xl\:inset-y-94px {
    top: 94px;
    bottom: 94px;
  }

  .\32xl\:inset-x-94px {
    right: 94px;
    left: 94px;
  }

  .\32xl\:inset-y-95px {
    top: 95px;
    bottom: 95px;
  }

  .\32xl\:inset-x-95px {
    right: 95px;
    left: 95px;
  }

  .\32xl\:inset-y-96px {
    top: 96px;
    bottom: 96px;
  }

  .\32xl\:inset-x-96px {
    right: 96px;
    left: 96px;
  }

  .\32xl\:inset-y-97px {
    top: 97px;
    bottom: 97px;
  }

  .\32xl\:inset-x-97px {
    right: 97px;
    left: 97px;
  }

  .\32xl\:inset-y-98px {
    top: 98px;
    bottom: 98px;
  }

  .\32xl\:inset-x-98px {
    right: 98px;
    left: 98px;
  }

  .\32xl\:inset-y-99px {
    top: 99px;
    bottom: 99px;
  }

  .\32xl\:inset-x-99px {
    right: 99px;
    left: 99px;
  }

  .\32xl\:inset-y-100px {
    top: 100px;
    bottom: 100px;
  }

  .\32xl\:inset-x-100px {
    right: 100px;
    left: 100px;
  }

  .\32xl\:inset-y-101px {
    top: 101px;
    bottom: 101px;
  }

  .\32xl\:inset-x-101px {
    right: 101px;
    left: 101px;
  }

  .\32xl\:inset-y-102px {
    top: 102px;
    bottom: 102px;
  }

  .\32xl\:inset-x-102px {
    right: 102px;
    left: 102px;
  }

  .\32xl\:inset-y-103px {
    top: 103px;
    bottom: 103px;
  }

  .\32xl\:inset-x-103px {
    right: 103px;
    left: 103px;
  }

  .\32xl\:inset-y-104px {
    top: 104px;
    bottom: 104px;
  }

  .\32xl\:inset-x-104px {
    right: 104px;
    left: 104px;
  }

  .\32xl\:inset-y-105px {
    top: 105px;
    bottom: 105px;
  }

  .\32xl\:inset-x-105px {
    right: 105px;
    left: 105px;
  }

  .\32xl\:inset-y-106px {
    top: 106px;
    bottom: 106px;
  }

  .\32xl\:inset-x-106px {
    right: 106px;
    left: 106px;
  }

  .\32xl\:inset-y-107px {
    top: 107px;
    bottom: 107px;
  }

  .\32xl\:inset-x-107px {
    right: 107px;
    left: 107px;
  }

  .\32xl\:inset-y-108px {
    top: 108px;
    bottom: 108px;
  }

  .\32xl\:inset-x-108px {
    right: 108px;
    left: 108px;
  }

  .\32xl\:inset-y-109px {
    top: 109px;
    bottom: 109px;
  }

  .\32xl\:inset-x-109px {
    right: 109px;
    left: 109px;
  }

  .\32xl\:inset-y-110px {
    top: 110px;
    bottom: 110px;
  }

  .\32xl\:inset-x-110px {
    right: 110px;
    left: 110px;
  }

  .\32xl\:inset-y-111px {
    top: 111px;
    bottom: 111px;
  }

  .\32xl\:inset-x-111px {
    right: 111px;
    left: 111px;
  }

  .\32xl\:inset-y-112px {
    top: 112px;
    bottom: 112px;
  }

  .\32xl\:inset-x-112px {
    right: 112px;
    left: 112px;
  }

  .\32xl\:inset-y-113px {
    top: 113px;
    bottom: 113px;
  }

  .\32xl\:inset-x-113px {
    right: 113px;
    left: 113px;
  }

  .\32xl\:inset-y-114px {
    top: 114px;
    bottom: 114px;
  }

  .\32xl\:inset-x-114px {
    right: 114px;
    left: 114px;
  }

  .\32xl\:inset-y-115px {
    top: 115px;
    bottom: 115px;
  }

  .\32xl\:inset-x-115px {
    right: 115px;
    left: 115px;
  }

  .\32xl\:inset-y-116px {
    top: 116px;
    bottom: 116px;
  }

  .\32xl\:inset-x-116px {
    right: 116px;
    left: 116px;
  }

  .\32xl\:inset-y-117px {
    top: 117px;
    bottom: 117px;
  }

  .\32xl\:inset-x-117px {
    right: 117px;
    left: 117px;
  }

  .\32xl\:inset-y-118px {
    top: 118px;
    bottom: 118px;
  }

  .\32xl\:inset-x-118px {
    right: 118px;
    left: 118px;
  }

  .\32xl\:inset-y-119px {
    top: 119px;
    bottom: 119px;
  }

  .\32xl\:inset-x-119px {
    right: 119px;
    left: 119px;
  }

  .\32xl\:inset-y-120px {
    top: 120px;
    bottom: 120px;
  }

  .\32xl\:inset-x-120px {
    right: 120px;
    left: 120px;
  }

  .\32xl\:inset-y-121px {
    top: 121px;
    bottom: 121px;
  }

  .\32xl\:inset-x-121px {
    right: 121px;
    left: 121px;
  }

  .\32xl\:inset-y-122px {
    top: 122px;
    bottom: 122px;
  }

  .\32xl\:inset-x-122px {
    right: 122px;
    left: 122px;
  }

  .\32xl\:inset-y-123px {
    top: 123px;
    bottom: 123px;
  }

  .\32xl\:inset-x-123px {
    right: 123px;
    left: 123px;
  }

  .\32xl\:inset-y-124px {
    top: 124px;
    bottom: 124px;
  }

  .\32xl\:inset-x-124px {
    right: 124px;
    left: 124px;
  }

  .\32xl\:inset-y-125px {
    top: 125px;
    bottom: 125px;
  }

  .\32xl\:inset-x-125px {
    right: 125px;
    left: 125px;
  }

  .\32xl\:inset-y-126px {
    top: 126px;
    bottom: 126px;
  }

  .\32xl\:inset-x-126px {
    right: 126px;
    left: 126px;
  }

  .\32xl\:inset-y-127px {
    top: 127px;
    bottom: 127px;
  }

  .\32xl\:inset-x-127px {
    right: 127px;
    left: 127px;
  }

  .\32xl\:inset-y-128px {
    top: 128px;
    bottom: 128px;
  }

  .\32xl\:inset-x-128px {
    right: 128px;
    left: 128px;
  }

  .\32xl\:inset-y-129px {
    top: 129px;
    bottom: 129px;
  }

  .\32xl\:inset-x-129px {
    right: 129px;
    left: 129px;
  }

  .\32xl\:inset-y-130px {
    top: 130px;
    bottom: 130px;
  }

  .\32xl\:inset-x-130px {
    right: 130px;
    left: 130px;
  }

  .\32xl\:inset-y-133px {
    top: 133px;
    bottom: 133px;
  }

  .\32xl\:inset-x-133px {
    right: 133px;
    left: 133px;
  }

  .\32xl\:inset-y-140px {
    top: 140px;
    bottom: 140px;
  }

  .\32xl\:inset-x-140px {
    right: 140px;
    left: 140px;
  }

  .\32xl\:inset-y-195px {
    top: 195px;
    bottom: 195px;
  }

  .\32xl\:inset-x-195px {
    right: 195px;
    left: 195px;
  }

  .\32xl\:inset-y-200px {
    top: 200px;
    bottom: 200px;
  }

  .\32xl\:inset-x-200px {
    right: 200px;
    left: 200px;
  }

  .\32xl\:inset-y-210px {
    top: 210px;
    bottom: 210px;
  }

  .\32xl\:inset-x-210px {
    right: 210px;
    left: 210px;
  }

  .\32xl\:inset-y-222px {
    top: 222px;
    bottom: 222px;
  }

  .\32xl\:inset-x-222px {
    right: 222px;
    left: 222px;
  }

  .\32xl\:inset-y-258px {
    top: 258px;
    bottom: 258px;
  }

  .\32xl\:inset-x-258px {
    right: 258px;
    left: 258px;
  }

  .\32xl\:inset-y-280px {
    top: 280px;
    bottom: 280px;
  }

  .\32xl\:inset-x-280px {
    right: 280px;
    left: 280px;
  }

  .\32xl\:inset-y-334px {
    top: 334px;
    bottom: 334px;
  }

  .\32xl\:inset-x-334px {
    right: 334px;
    left: 334px;
  }

  .\32xl\:inset-y-388px {
    top: 388px;
    bottom: 388px;
  }

  .\32xl\:inset-x-388px {
    right: 388px;
    left: 388px;
  }

  .\32xl\:inset-y-480px {
    top: 480px;
    bottom: 480px;
  }

  .\32xl\:inset-x-480px {
    right: 480px;
    left: 480px;
  }

  .\32xl\:inset-y-490px {
    top: 490px;
    bottom: 490px;
  }

  .\32xl\:inset-x-490px {
    right: 490px;
    left: 490px;
  }

  .\32xl\:inset-y-505px {
    top: 505px;
    bottom: 505px;
  }

  .\32xl\:inset-x-505px {
    right: 505px;
    left: 505px;
  }

  .\32xl\:inset-y-507px {
    top: 507px;
    bottom: 507px;
  }

  .\32xl\:inset-x-507px {
    right: 507px;
    left: 507px;
  }

  .\32xl\:inset-y-760px {
    top: 760px;
    bottom: 760px;
  }

  .\32xl\:inset-x-760px {
    right: 760px;
    left: 760px;
  }

  .\32xl\:inset-y-780px {
    top: 780px;
    bottom: 780px;
  }

  .\32xl\:inset-x-780px {
    right: 780px;
    left: 780px;
  }

  .\32xl\:inset-y-980px {
    top: 980px;
    bottom: 980px;
  }

  .\32xl\:inset-x-980px {
    right: 980px;
    left: 980px;
  }

  .\32xl\:inset-y-1366px {
    top: 1366px;
    bottom: 1366px;
  }

  .\32xl\:inset-x-1366px {
    right: 1366px;
    left: 1366px;
  }

  .\32xl\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:-inset-x-0 {
    right: 0px;
    left: 0px;
  }

  .\32xl\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:-inset-x-1 {
    right: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:-inset-x-2 {
    right: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:-inset-x-3 {
    right: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:-inset-x-4 {
    right: -1rem;
    left: -1rem;
  }

  .\32xl\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:-inset-x-5 {
    right: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:-inset-x-6 {
    right: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:-inset-x-7 {
    right: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:-inset-x-8 {
    right: -2rem;
    left: -2rem;
  }

  .\32xl\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:-inset-x-9 {
    right: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:-inset-x-10 {
    right: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:-inset-x-11 {
    right: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:-inset-x-12 {
    right: -3rem;
    left: -3rem;
  }

  .\32xl\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:-inset-x-14 {
    right: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .\32xl\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:-inset-x-20 {
    right: -5rem;
    left: -5rem;
  }

  .\32xl\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:-inset-x-24 {
    right: -6rem;
    left: -6rem;
  }

  .\32xl\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:-inset-x-28 {
    right: -7rem;
    left: -7rem;
  }

  .\32xl\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:-inset-x-32 {
    right: -8rem;
    left: -8rem;
  }

  .\32xl\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:-inset-x-36 {
    right: -9rem;
    left: -9rem;
  }

  .\32xl\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:-inset-x-40 {
    right: -10rem;
    left: -10rem;
  }

  .\32xl\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:-inset-x-44 {
    right: -11rem;
    left: -11rem;
  }

  .\32xl\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:-inset-x-48 {
    right: -12rem;
    left: -12rem;
  }

  .\32xl\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:-inset-x-52 {
    right: -13rem;
    left: -13rem;
  }

  .\32xl\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:-inset-x-56 {
    right: -14rem;
    left: -14rem;
  }

  .\32xl\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:-inset-x-60 {
    right: -15rem;
    left: -15rem;
  }

  .\32xl\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:-inset-x-64 {
    right: -16rem;
    left: -16rem;
  }

  .\32xl\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:-inset-x-72 {
    right: -18rem;
    left: -18rem;
  }

  .\32xl\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:-inset-x-80 {
    right: -20rem;
    left: -20rem;
  }

  .\32xl\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:-inset-x-96 {
    right: -24rem;
    left: -24rem;
  }

  .\32xl\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:-inset-x-px {
    right: -1px;
    left: -1px;
  }

  .\32xl\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:-inset-x-0\.5 {
    right: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:-inset-x-1\.5 {
    right: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:-inset-x-2\.5 {
    right: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:-inset-x-3\.5 {
    right: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:-inset-y-1px {
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:-inset-x-1px {
    right: -1px;
    left: -1px;
  }

  .\32xl\:-inset-y-2px {
    top: -2px;
    bottom: -2px;
  }

  .\32xl\:-inset-x-2px {
    right: -2px;
    left: -2px;
  }

  .\32xl\:-inset-y-3px {
    top: -3px;
    bottom: -3px;
  }

  .\32xl\:-inset-x-3px {
    right: -3px;
    left: -3px;
  }

  .\32xl\:-inset-y-4px {
    top: -4px;
    bottom: -4px;
  }

  .\32xl\:-inset-x-4px {
    right: -4px;
    left: -4px;
  }

  .\32xl\:-inset-y-5px {
    top: -5px;
    bottom: -5px;
  }

  .\32xl\:-inset-x-5px {
    right: -5px;
    left: -5px;
  }

  .\32xl\:-inset-y-6px {
    top: -6px;
    bottom: -6px;
  }

  .\32xl\:-inset-x-6px {
    right: -6px;
    left: -6px;
  }

  .\32xl\:-inset-y-7px {
    top: -7px;
    bottom: -7px;
  }

  .\32xl\:-inset-x-7px {
    right: -7px;
    left: -7px;
  }

  .\32xl\:-inset-y-8px {
    top: -8px;
    bottom: -8px;
  }

  .\32xl\:-inset-x-8px {
    right: -8px;
    left: -8px;
  }

  .\32xl\:-inset-y-9px {
    top: -9px;
    bottom: -9px;
  }

  .\32xl\:-inset-x-9px {
    right: -9px;
    left: -9px;
  }

  .\32xl\:-inset-y-10px {
    top: -10px;
    bottom: -10px;
  }

  .\32xl\:-inset-x-10px {
    right: -10px;
    left: -10px;
  }

  .\32xl\:-inset-y-11px {
    top: -11px;
    bottom: -11px;
  }

  .\32xl\:-inset-x-11px {
    right: -11px;
    left: -11px;
  }

  .\32xl\:-inset-y-12px {
    top: -12px;
    bottom: -12px;
  }

  .\32xl\:-inset-x-12px {
    right: -12px;
    left: -12px;
  }

  .\32xl\:-inset-y-13px {
    top: -13px;
    bottom: -13px;
  }

  .\32xl\:-inset-x-13px {
    right: -13px;
    left: -13px;
  }

  .\32xl\:-inset-y-14px {
    top: -14px;
    bottom: -14px;
  }

  .\32xl\:-inset-x-14px {
    right: -14px;
    left: -14px;
  }

  .\32xl\:-inset-y-15px {
    top: -15px;
    bottom: -15px;
  }

  .\32xl\:-inset-x-15px {
    right: -15px;
    left: -15px;
  }

  .\32xl\:-inset-y-16px {
    top: -16px;
    bottom: -16px;
  }

  .\32xl\:-inset-x-16px {
    right: -16px;
    left: -16px;
  }

  .\32xl\:-inset-y-17px {
    top: -17px;
    bottom: -17px;
  }

  .\32xl\:-inset-x-17px {
    right: -17px;
    left: -17px;
  }

  .\32xl\:-inset-y-18px {
    top: -18px;
    bottom: -18px;
  }

  .\32xl\:-inset-x-18px {
    right: -18px;
    left: -18px;
  }

  .\32xl\:-inset-y-19px {
    top: -19px;
    bottom: -19px;
  }

  .\32xl\:-inset-x-19px {
    right: -19px;
    left: -19px;
  }

  .\32xl\:-inset-y-20px {
    top: -20px;
    bottom: -20px;
  }

  .\32xl\:-inset-x-20px {
    right: -20px;
    left: -20px;
  }

  .\32xl\:-inset-y-21px {
    top: -21px;
    bottom: -21px;
  }

  .\32xl\:-inset-x-21px {
    right: -21px;
    left: -21px;
  }

  .\32xl\:-inset-y-22px {
    top: -22px;
    bottom: -22px;
  }

  .\32xl\:-inset-x-22px {
    right: -22px;
    left: -22px;
  }

  .\32xl\:-inset-y-23px {
    top: -23px;
    bottom: -23px;
  }

  .\32xl\:-inset-x-23px {
    right: -23px;
    left: -23px;
  }

  .\32xl\:-inset-y-24px {
    top: -24px;
    bottom: -24px;
  }

  .\32xl\:-inset-x-24px {
    right: -24px;
    left: -24px;
  }

  .\32xl\:-inset-y-25px {
    top: -25px;
    bottom: -25px;
  }

  .\32xl\:-inset-x-25px {
    right: -25px;
    left: -25px;
  }

  .\32xl\:-inset-y-26px {
    top: -26px;
    bottom: -26px;
  }

  .\32xl\:-inset-x-26px {
    right: -26px;
    left: -26px;
  }

  .\32xl\:-inset-y-27px {
    top: -27px;
    bottom: -27px;
  }

  .\32xl\:-inset-x-27px {
    right: -27px;
    left: -27px;
  }

  .\32xl\:-inset-y-28px {
    top: -28px;
    bottom: -28px;
  }

  .\32xl\:-inset-x-28px {
    right: -28px;
    left: -28px;
  }

  .\32xl\:-inset-y-29px {
    top: -29px;
    bottom: -29px;
  }

  .\32xl\:-inset-x-29px {
    right: -29px;
    left: -29px;
  }

  .\32xl\:-inset-y-30px {
    top: -30px;
    bottom: -30px;
  }

  .\32xl\:-inset-x-30px {
    right: -30px;
    left: -30px;
  }

  .\32xl\:-inset-y-31px {
    top: -31px;
    bottom: -31px;
  }

  .\32xl\:-inset-x-31px {
    right: -31px;
    left: -31px;
  }

  .\32xl\:-inset-y-32px {
    top: -32px;
    bottom: -32px;
  }

  .\32xl\:-inset-x-32px {
    right: -32px;
    left: -32px;
  }

  .\32xl\:-inset-y-33px {
    top: -33px;
    bottom: -33px;
  }

  .\32xl\:-inset-x-33px {
    right: -33px;
    left: -33px;
  }

  .\32xl\:-inset-y-34px {
    top: -34px;
    bottom: -34px;
  }

  .\32xl\:-inset-x-34px {
    right: -34px;
    left: -34px;
  }

  .\32xl\:-inset-y-35px {
    top: -35px;
    bottom: -35px;
  }

  .\32xl\:-inset-x-35px {
    right: -35px;
    left: -35px;
  }

  .\32xl\:-inset-y-36px {
    top: -36px;
    bottom: -36px;
  }

  .\32xl\:-inset-x-36px {
    right: -36px;
    left: -36px;
  }

  .\32xl\:-inset-y-37px {
    top: -37px;
    bottom: -37px;
  }

  .\32xl\:-inset-x-37px {
    right: -37px;
    left: -37px;
  }

  .\32xl\:-inset-y-38px {
    top: -38px;
    bottom: -38px;
  }

  .\32xl\:-inset-x-38px {
    right: -38px;
    left: -38px;
  }

  .\32xl\:-inset-y-39px {
    top: -39px;
    bottom: -39px;
  }

  .\32xl\:-inset-x-39px {
    right: -39px;
    left: -39px;
  }

  .\32xl\:-inset-y-40px {
    top: -40px;
    bottom: -40px;
  }

  .\32xl\:-inset-x-40px {
    right: -40px;
    left: -40px;
  }

  .\32xl\:-inset-y-41px {
    top: -41px;
    bottom: -41px;
  }

  .\32xl\:-inset-x-41px {
    right: -41px;
    left: -41px;
  }

  .\32xl\:-inset-y-42px {
    top: -42px;
    bottom: -42px;
  }

  .\32xl\:-inset-x-42px {
    right: -42px;
    left: -42px;
  }

  .\32xl\:-inset-y-43px {
    top: -43px;
    bottom: -43px;
  }

  .\32xl\:-inset-x-43px {
    right: -43px;
    left: -43px;
  }

  .\32xl\:-inset-y-44px {
    top: -44px;
    bottom: -44px;
  }

  .\32xl\:-inset-x-44px {
    right: -44px;
    left: -44px;
  }

  .\32xl\:-inset-y-45px {
    top: -45px;
    bottom: -45px;
  }

  .\32xl\:-inset-x-45px {
    right: -45px;
    left: -45px;
  }

  .\32xl\:-inset-y-46px {
    top: -46px;
    bottom: -46px;
  }

  .\32xl\:-inset-x-46px {
    right: -46px;
    left: -46px;
  }

  .\32xl\:-inset-y-47px {
    top: -47px;
    bottom: -47px;
  }

  .\32xl\:-inset-x-47px {
    right: -47px;
    left: -47px;
  }

  .\32xl\:-inset-y-48px {
    top: -48px;
    bottom: -48px;
  }

  .\32xl\:-inset-x-48px {
    right: -48px;
    left: -48px;
  }

  .\32xl\:-inset-y-49px {
    top: -49px;
    bottom: -49px;
  }

  .\32xl\:-inset-x-49px {
    right: -49px;
    left: -49px;
  }

  .\32xl\:-inset-y-50px {
    top: -50px;
    bottom: -50px;
  }

  .\32xl\:-inset-x-50px {
    right: -50px;
    left: -50px;
  }

  .\32xl\:-inset-y-51px {
    top: -51px;
    bottom: -51px;
  }

  .\32xl\:-inset-x-51px {
    right: -51px;
    left: -51px;
  }

  .\32xl\:-inset-y-52px {
    top: -52px;
    bottom: -52px;
  }

  .\32xl\:-inset-x-52px {
    right: -52px;
    left: -52px;
  }

  .\32xl\:-inset-y-53px {
    top: -53px;
    bottom: -53px;
  }

  .\32xl\:-inset-x-53px {
    right: -53px;
    left: -53px;
  }

  .\32xl\:-inset-y-54px {
    top: -54px;
    bottom: -54px;
  }

  .\32xl\:-inset-x-54px {
    right: -54px;
    left: -54px;
  }

  .\32xl\:-inset-y-55px {
    top: -55px;
    bottom: -55px;
  }

  .\32xl\:-inset-x-55px {
    right: -55px;
    left: -55px;
  }

  .\32xl\:-inset-y-56px {
    top: -56px;
    bottom: -56px;
  }

  .\32xl\:-inset-x-56px {
    right: -56px;
    left: -56px;
  }

  .\32xl\:-inset-y-57px {
    top: -57px;
    bottom: -57px;
  }

  .\32xl\:-inset-x-57px {
    right: -57px;
    left: -57px;
  }

  .\32xl\:-inset-y-58px {
    top: -58px;
    bottom: -58px;
  }

  .\32xl\:-inset-x-58px {
    right: -58px;
    left: -58px;
  }

  .\32xl\:-inset-y-59px {
    top: -59px;
    bottom: -59px;
  }

  .\32xl\:-inset-x-59px {
    right: -59px;
    left: -59px;
  }

  .\32xl\:-inset-y-60px {
    top: -60px;
    bottom: -60px;
  }

  .\32xl\:-inset-x-60px {
    right: -60px;
    left: -60px;
  }

  .\32xl\:-inset-y-61px {
    top: -61px;
    bottom: -61px;
  }

  .\32xl\:-inset-x-61px {
    right: -61px;
    left: -61px;
  }

  .\32xl\:-inset-y-62px {
    top: -62px;
    bottom: -62px;
  }

  .\32xl\:-inset-x-62px {
    right: -62px;
    left: -62px;
  }

  .\32xl\:-inset-y-63px {
    top: -63px;
    bottom: -63px;
  }

  .\32xl\:-inset-x-63px {
    right: -63px;
    left: -63px;
  }

  .\32xl\:-inset-y-64px {
    top: -64px;
    bottom: -64px;
  }

  .\32xl\:-inset-x-64px {
    right: -64px;
    left: -64px;
  }

  .\32xl\:-inset-y-65px {
    top: -65px;
    bottom: -65px;
  }

  .\32xl\:-inset-x-65px {
    right: -65px;
    left: -65px;
  }

  .\32xl\:-inset-y-66px {
    top: -66px;
    bottom: -66px;
  }

  .\32xl\:-inset-x-66px {
    right: -66px;
    left: -66px;
  }

  .\32xl\:-inset-y-67px {
    top: -67px;
    bottom: -67px;
  }

  .\32xl\:-inset-x-67px {
    right: -67px;
    left: -67px;
  }

  .\32xl\:-inset-y-68px {
    top: -68px;
    bottom: -68px;
  }

  .\32xl\:-inset-x-68px {
    right: -68px;
    left: -68px;
  }

  .\32xl\:-inset-y-69px {
    top: -69px;
    bottom: -69px;
  }

  .\32xl\:-inset-x-69px {
    right: -69px;
    left: -69px;
  }

  .\32xl\:-inset-y-70px {
    top: -70px;
    bottom: -70px;
  }

  .\32xl\:-inset-x-70px {
    right: -70px;
    left: -70px;
  }

  .\32xl\:-inset-y-71px {
    top: -71px;
    bottom: -71px;
  }

  .\32xl\:-inset-x-71px {
    right: -71px;
    left: -71px;
  }

  .\32xl\:-inset-y-72px {
    top: -72px;
    bottom: -72px;
  }

  .\32xl\:-inset-x-72px {
    right: -72px;
    left: -72px;
  }

  .\32xl\:-inset-y-73px {
    top: -73px;
    bottom: -73px;
  }

  .\32xl\:-inset-x-73px {
    right: -73px;
    left: -73px;
  }

  .\32xl\:-inset-y-74px {
    top: -74px;
    bottom: -74px;
  }

  .\32xl\:-inset-x-74px {
    right: -74px;
    left: -74px;
  }

  .\32xl\:-inset-y-75px {
    top: -75px;
    bottom: -75px;
  }

  .\32xl\:-inset-x-75px {
    right: -75px;
    left: -75px;
  }

  .\32xl\:-inset-y-76px {
    top: -76px;
    bottom: -76px;
  }

  .\32xl\:-inset-x-76px {
    right: -76px;
    left: -76px;
  }

  .\32xl\:-inset-y-77px {
    top: -77px;
    bottom: -77px;
  }

  .\32xl\:-inset-x-77px {
    right: -77px;
    left: -77px;
  }

  .\32xl\:-inset-y-78px {
    top: -78px;
    bottom: -78px;
  }

  .\32xl\:-inset-x-78px {
    right: -78px;
    left: -78px;
  }

  .\32xl\:-inset-y-79px {
    top: -79px;
    bottom: -79px;
  }

  .\32xl\:-inset-x-79px {
    right: -79px;
    left: -79px;
  }

  .\32xl\:-inset-y-80px {
    top: -80px;
    bottom: -80px;
  }

  .\32xl\:-inset-x-80px {
    right: -80px;
    left: -80px;
  }

  .\32xl\:-inset-y-81px {
    top: -81px;
    bottom: -81px;
  }

  .\32xl\:-inset-x-81px {
    right: -81px;
    left: -81px;
  }

  .\32xl\:-inset-y-82px {
    top: -82px;
    bottom: -82px;
  }

  .\32xl\:-inset-x-82px {
    right: -82px;
    left: -82px;
  }

  .\32xl\:-inset-y-83px {
    top: -83px;
    bottom: -83px;
  }

  .\32xl\:-inset-x-83px {
    right: -83px;
    left: -83px;
  }

  .\32xl\:-inset-y-84px {
    top: -84px;
    bottom: -84px;
  }

  .\32xl\:-inset-x-84px {
    right: -84px;
    left: -84px;
  }

  .\32xl\:-inset-y-85px {
    top: -85px;
    bottom: -85px;
  }

  .\32xl\:-inset-x-85px {
    right: -85px;
    left: -85px;
  }

  .\32xl\:-inset-y-86px {
    top: -86px;
    bottom: -86px;
  }

  .\32xl\:-inset-x-86px {
    right: -86px;
    left: -86px;
  }

  .\32xl\:-inset-y-87px {
    top: -87px;
    bottom: -87px;
  }

  .\32xl\:-inset-x-87px {
    right: -87px;
    left: -87px;
  }

  .\32xl\:-inset-y-88px {
    top: -88px;
    bottom: -88px;
  }

  .\32xl\:-inset-x-88px {
    right: -88px;
    left: -88px;
  }

  .\32xl\:-inset-y-89px {
    top: -89px;
    bottom: -89px;
  }

  .\32xl\:-inset-x-89px {
    right: -89px;
    left: -89px;
  }

  .\32xl\:-inset-y-90px {
    top: -90px;
    bottom: -90px;
  }

  .\32xl\:-inset-x-90px {
    right: -90px;
    left: -90px;
  }

  .\32xl\:-inset-y-91px {
    top: -91px;
    bottom: -91px;
  }

  .\32xl\:-inset-x-91px {
    right: -91px;
    left: -91px;
  }

  .\32xl\:-inset-y-92px {
    top: -92px;
    bottom: -92px;
  }

  .\32xl\:-inset-x-92px {
    right: -92px;
    left: -92px;
  }

  .\32xl\:-inset-y-93px {
    top: -93px;
    bottom: -93px;
  }

  .\32xl\:-inset-x-93px {
    right: -93px;
    left: -93px;
  }

  .\32xl\:-inset-y-94px {
    top: -94px;
    bottom: -94px;
  }

  .\32xl\:-inset-x-94px {
    right: -94px;
    left: -94px;
  }

  .\32xl\:-inset-y-95px {
    top: -95px;
    bottom: -95px;
  }

  .\32xl\:-inset-x-95px {
    right: -95px;
    left: -95px;
  }

  .\32xl\:-inset-y-96px {
    top: -96px;
    bottom: -96px;
  }

  .\32xl\:-inset-x-96px {
    right: -96px;
    left: -96px;
  }

  .\32xl\:-inset-y-97px {
    top: -97px;
    bottom: -97px;
  }

  .\32xl\:-inset-x-97px {
    right: -97px;
    left: -97px;
  }

  .\32xl\:-inset-y-98px {
    top: -98px;
    bottom: -98px;
  }

  .\32xl\:-inset-x-98px {
    right: -98px;
    left: -98px;
  }

  .\32xl\:-inset-y-99px {
    top: -99px;
    bottom: -99px;
  }

  .\32xl\:-inset-x-99px {
    right: -99px;
    left: -99px;
  }

  .\32xl\:-inset-y-100px {
    top: -100px;
    bottom: -100px;
  }

  .\32xl\:-inset-x-100px {
    right: -100px;
    left: -100px;
  }

  .\32xl\:-inset-y-101px {
    top: -101px;
    bottom: -101px;
  }

  .\32xl\:-inset-x-101px {
    right: -101px;
    left: -101px;
  }

  .\32xl\:-inset-y-102px {
    top: -102px;
    bottom: -102px;
  }

  .\32xl\:-inset-x-102px {
    right: -102px;
    left: -102px;
  }

  .\32xl\:-inset-y-103px {
    top: -103px;
    bottom: -103px;
  }

  .\32xl\:-inset-x-103px {
    right: -103px;
    left: -103px;
  }

  .\32xl\:-inset-y-104px {
    top: -104px;
    bottom: -104px;
  }

  .\32xl\:-inset-x-104px {
    right: -104px;
    left: -104px;
  }

  .\32xl\:-inset-y-105px {
    top: -105px;
    bottom: -105px;
  }

  .\32xl\:-inset-x-105px {
    right: -105px;
    left: -105px;
  }

  .\32xl\:-inset-y-106px {
    top: -106px;
    bottom: -106px;
  }

  .\32xl\:-inset-x-106px {
    right: -106px;
    left: -106px;
  }

  .\32xl\:-inset-y-107px {
    top: -107px;
    bottom: -107px;
  }

  .\32xl\:-inset-x-107px {
    right: -107px;
    left: -107px;
  }

  .\32xl\:-inset-y-108px {
    top: -108px;
    bottom: -108px;
  }

  .\32xl\:-inset-x-108px {
    right: -108px;
    left: -108px;
  }

  .\32xl\:-inset-y-109px {
    top: -109px;
    bottom: -109px;
  }

  .\32xl\:-inset-x-109px {
    right: -109px;
    left: -109px;
  }

  .\32xl\:-inset-y-110px {
    top: -110px;
    bottom: -110px;
  }

  .\32xl\:-inset-x-110px {
    right: -110px;
    left: -110px;
  }

  .\32xl\:-inset-y-111px {
    top: -111px;
    bottom: -111px;
  }

  .\32xl\:-inset-x-111px {
    right: -111px;
    left: -111px;
  }

  .\32xl\:-inset-y-112px {
    top: -112px;
    bottom: -112px;
  }

  .\32xl\:-inset-x-112px {
    right: -112px;
    left: -112px;
  }

  .\32xl\:-inset-y-113px {
    top: -113px;
    bottom: -113px;
  }

  .\32xl\:-inset-x-113px {
    right: -113px;
    left: -113px;
  }

  .\32xl\:-inset-y-114px {
    top: -114px;
    bottom: -114px;
  }

  .\32xl\:-inset-x-114px {
    right: -114px;
    left: -114px;
  }

  .\32xl\:-inset-y-115px {
    top: -115px;
    bottom: -115px;
  }

  .\32xl\:-inset-x-115px {
    right: -115px;
    left: -115px;
  }

  .\32xl\:-inset-y-116px {
    top: -116px;
    bottom: -116px;
  }

  .\32xl\:-inset-x-116px {
    right: -116px;
    left: -116px;
  }

  .\32xl\:-inset-y-117px {
    top: -117px;
    bottom: -117px;
  }

  .\32xl\:-inset-x-117px {
    right: -117px;
    left: -117px;
  }

  .\32xl\:-inset-y-118px {
    top: -118px;
    bottom: -118px;
  }

  .\32xl\:-inset-x-118px {
    right: -118px;
    left: -118px;
  }

  .\32xl\:-inset-y-119px {
    top: -119px;
    bottom: -119px;
  }

  .\32xl\:-inset-x-119px {
    right: -119px;
    left: -119px;
  }

  .\32xl\:-inset-y-120px {
    top: -120px;
    bottom: -120px;
  }

  .\32xl\:-inset-x-120px {
    right: -120px;
    left: -120px;
  }

  .\32xl\:-inset-y-121px {
    top: -121px;
    bottom: -121px;
  }

  .\32xl\:-inset-x-121px {
    right: -121px;
    left: -121px;
  }

  .\32xl\:-inset-y-122px {
    top: -122px;
    bottom: -122px;
  }

  .\32xl\:-inset-x-122px {
    right: -122px;
    left: -122px;
  }

  .\32xl\:-inset-y-123px {
    top: -123px;
    bottom: -123px;
  }

  .\32xl\:-inset-x-123px {
    right: -123px;
    left: -123px;
  }

  .\32xl\:-inset-y-124px {
    top: -124px;
    bottom: -124px;
  }

  .\32xl\:-inset-x-124px {
    right: -124px;
    left: -124px;
  }

  .\32xl\:-inset-y-125px {
    top: -125px;
    bottom: -125px;
  }

  .\32xl\:-inset-x-125px {
    right: -125px;
    left: -125px;
  }

  .\32xl\:-inset-y-126px {
    top: -126px;
    bottom: -126px;
  }

  .\32xl\:-inset-x-126px {
    right: -126px;
    left: -126px;
  }

  .\32xl\:-inset-y-127px {
    top: -127px;
    bottom: -127px;
  }

  .\32xl\:-inset-x-127px {
    right: -127px;
    left: -127px;
  }

  .\32xl\:-inset-y-128px {
    top: -128px;
    bottom: -128px;
  }

  .\32xl\:-inset-x-128px {
    right: -128px;
    left: -128px;
  }

  .\32xl\:-inset-y-129px {
    top: -129px;
    bottom: -129px;
  }

  .\32xl\:-inset-x-129px {
    right: -129px;
    left: -129px;
  }

  .\32xl\:-inset-y-130px {
    top: -130px;
    bottom: -130px;
  }

  .\32xl\:-inset-x-130px {
    right: -130px;
    left: -130px;
  }

  .\32xl\:-inset-y-133px {
    top: -133px;
    bottom: -133px;
  }

  .\32xl\:-inset-x-133px {
    right: -133px;
    left: -133px;
  }

  .\32xl\:-inset-y-140px {
    top: -140px;
    bottom: -140px;
  }

  .\32xl\:-inset-x-140px {
    right: -140px;
    left: -140px;
  }

  .\32xl\:-inset-y-195px {
    top: -195px;
    bottom: -195px;
  }

  .\32xl\:-inset-x-195px {
    right: -195px;
    left: -195px;
  }

  .\32xl\:-inset-y-200px {
    top: -200px;
    bottom: -200px;
  }

  .\32xl\:-inset-x-200px {
    right: -200px;
    left: -200px;
  }

  .\32xl\:-inset-y-210px {
    top: -210px;
    bottom: -210px;
  }

  .\32xl\:-inset-x-210px {
    right: -210px;
    left: -210px;
  }

  .\32xl\:-inset-y-222px {
    top: -222px;
    bottom: -222px;
  }

  .\32xl\:-inset-x-222px {
    right: -222px;
    left: -222px;
  }

  .\32xl\:-inset-y-258px {
    top: -258px;
    bottom: -258px;
  }

  .\32xl\:-inset-x-258px {
    right: -258px;
    left: -258px;
  }

  .\32xl\:-inset-y-280px {
    top: -280px;
    bottom: -280px;
  }

  .\32xl\:-inset-x-280px {
    right: -280px;
    left: -280px;
  }

  .\32xl\:-inset-y-334px {
    top: -334px;
    bottom: -334px;
  }

  .\32xl\:-inset-x-334px {
    right: -334px;
    left: -334px;
  }

  .\32xl\:-inset-y-388px {
    top: -388px;
    bottom: -388px;
  }

  .\32xl\:-inset-x-388px {
    right: -388px;
    left: -388px;
  }

  .\32xl\:-inset-y-480px {
    top: -480px;
    bottom: -480px;
  }

  .\32xl\:-inset-x-480px {
    right: -480px;
    left: -480px;
  }

  .\32xl\:-inset-y-490px {
    top: -490px;
    bottom: -490px;
  }

  .\32xl\:-inset-x-490px {
    right: -490px;
    left: -490px;
  }

  .\32xl\:-inset-y-505px {
    top: -505px;
    bottom: -505px;
  }

  .\32xl\:-inset-x-505px {
    right: -505px;
    left: -505px;
  }

  .\32xl\:-inset-y-507px {
    top: -507px;
    bottom: -507px;
  }

  .\32xl\:-inset-x-507px {
    right: -507px;
    left: -507px;
  }

  .\32xl\:-inset-y-760px {
    top: -760px;
    bottom: -760px;
  }

  .\32xl\:-inset-x-760px {
    right: -760px;
    left: -760px;
  }

  .\32xl\:-inset-y-780px {
    top: -780px;
    bottom: -780px;
  }

  .\32xl\:-inset-x-780px {
    right: -780px;
    left: -780px;
  }

  .\32xl\:-inset-y-980px {
    top: -980px;
    bottom: -980px;
  }

  .\32xl\:-inset-x-980px {
    right: -980px;
    left: -980px;
  }

  .\32xl\:-inset-y-1366px {
    top: -1366px;
    bottom: -1366px;
  }

  .\32xl\:-inset-x-1366px {
    right: -1366px;
    left: -1366px;
  }

  .\32xl\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .\32xl\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:inset-x-1\/4 {
    right: 25%;
    left: 25%;
  }

  .\32xl\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:inset-x-2\/4 {
    right: 50%;
    left: 50%;
  }

  .\32xl\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:inset-x-3\/4 {
    right: 75%;
    left: 75%;
  }

  .\32xl\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:inset-x-full {
    right: 100%;
    left: 100%;
  }

  .\32xl\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .\32xl\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:-inset-x-1\/4 {
    right: -25%;
    left: -25%;
  }

  .\32xl\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:-inset-x-2\/4 {
    right: -50%;
    left: -50%;
  }

  .\32xl\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:-inset-x-3\/4 {
    right: -75%;
    left: -75%;
  }

  .\32xl\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:-inset-x-full {
    right: -100%;
    left: -100%;
  }

  .\32xl\:top-0 {
    top: 0px;
  }

  .\32xl\:right-0 {
    right: 0px;
  }

  .\32xl\:bottom-0 {
    bottom: 0px;
  }

  .\32xl\:left-0 {
    left: 0px;
  }

  .\32xl\:top-1 {
    top: 0.25rem;
  }

  .\32xl\:right-1 {
    right: 0.25rem;
  }

  .\32xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .\32xl\:left-1 {
    left: 0.25rem;
  }

  .\32xl\:top-2 {
    top: 0.5rem;
  }

  .\32xl\:right-2 {
    right: 0.5rem;
  }

  .\32xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .\32xl\:left-2 {
    left: 0.5rem;
  }

  .\32xl\:top-3 {
    top: 0.75rem;
  }

  .\32xl\:right-3 {
    right: 0.75rem;
  }

  .\32xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .\32xl\:left-3 {
    left: 0.75rem;
  }

  .\32xl\:top-4 {
    top: 1rem;
  }

  .\32xl\:right-4 {
    right: 1rem;
  }

  .\32xl\:bottom-4 {
    bottom: 1rem;
  }

  .\32xl\:left-4 {
    left: 1rem;
  }

  .\32xl\:top-5 {
    top: 1.25rem;
  }

  .\32xl\:right-5 {
    right: 1.25rem;
  }

  .\32xl\:bottom-5 {
    bottom: 1.25rem;
  }

  .\32xl\:left-5 {
    left: 1.25rem;
  }

  .\32xl\:top-6 {
    top: 1.5rem;
  }

  .\32xl\:right-6 {
    right: 1.5rem;
  }

  .\32xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .\32xl\:left-6 {
    left: 1.5rem;
  }

  .\32xl\:top-7 {
    top: 1.75rem;
  }

  .\32xl\:right-7 {
    right: 1.75rem;
  }

  .\32xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .\32xl\:left-7 {
    left: 1.75rem;
  }

  .\32xl\:top-8 {
    top: 2rem;
  }

  .\32xl\:right-8 {
    right: 2rem;
  }

  .\32xl\:bottom-8 {
    bottom: 2rem;
  }

  .\32xl\:left-8 {
    left: 2rem;
  }

  .\32xl\:top-9 {
    top: 2.25rem;
  }

  .\32xl\:right-9 {
    right: 2.25rem;
  }

  .\32xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .\32xl\:left-9 {
    left: 2.25rem;
  }

  .\32xl\:top-10 {
    top: 2.5rem;
  }

  .\32xl\:right-10 {
    right: 2.5rem;
  }

  .\32xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .\32xl\:left-10 {
    left: 2.5rem;
  }

  .\32xl\:top-11 {
    top: 2.75rem;
  }

  .\32xl\:right-11 {
    right: 2.75rem;
  }

  .\32xl\:bottom-11 {
    bottom: 2.75rem;
  }

  .\32xl\:left-11 {
    left: 2.75rem;
  }

  .\32xl\:top-12 {
    top: 3rem;
  }

  .\32xl\:right-12 {
    right: 3rem;
  }

  .\32xl\:bottom-12 {
    bottom: 3rem;
  }

  .\32xl\:left-12 {
    left: 3rem;
  }

  .\32xl\:top-14 {
    top: 3.5rem;
  }

  .\32xl\:right-14 {
    right: 3.5rem;
  }

  .\32xl\:bottom-14 {
    bottom: 3.5rem;
  }

  .\32xl\:left-14 {
    left: 3.5rem;
  }

  .\32xl\:top-16 {
    top: 4rem;
  }

  .\32xl\:right-16 {
    right: 4rem;
  }

  .\32xl\:bottom-16 {
    bottom: 4rem;
  }

  .\32xl\:left-16 {
    left: 4rem;
  }

  .\32xl\:top-20 {
    top: 5rem;
  }

  .\32xl\:right-20 {
    right: 5rem;
  }

  .\32xl\:bottom-20 {
    bottom: 5rem;
  }

  .\32xl\:left-20 {
    left: 5rem;
  }

  .\32xl\:top-24 {
    top: 6rem;
  }

  .\32xl\:right-24 {
    right: 6rem;
  }

  .\32xl\:bottom-24 {
    bottom: 6rem;
  }

  .\32xl\:left-24 {
    left: 6rem;
  }

  .\32xl\:top-28 {
    top: 7rem;
  }

  .\32xl\:right-28 {
    right: 7rem;
  }

  .\32xl\:bottom-28 {
    bottom: 7rem;
  }

  .\32xl\:left-28 {
    left: 7rem;
  }

  .\32xl\:top-32 {
    top: 8rem;
  }

  .\32xl\:right-32 {
    right: 8rem;
  }

  .\32xl\:bottom-32 {
    bottom: 8rem;
  }

  .\32xl\:left-32 {
    left: 8rem;
  }

  .\32xl\:top-36 {
    top: 9rem;
  }

  .\32xl\:right-36 {
    right: 9rem;
  }

  .\32xl\:bottom-36 {
    bottom: 9rem;
  }

  .\32xl\:left-36 {
    left: 9rem;
  }

  .\32xl\:top-40 {
    top: 10rem;
  }

  .\32xl\:right-40 {
    right: 10rem;
  }

  .\32xl\:bottom-40 {
    bottom: 10rem;
  }

  .\32xl\:left-40 {
    left: 10rem;
  }

  .\32xl\:top-44 {
    top: 11rem;
  }

  .\32xl\:right-44 {
    right: 11rem;
  }

  .\32xl\:bottom-44 {
    bottom: 11rem;
  }

  .\32xl\:left-44 {
    left: 11rem;
  }

  .\32xl\:top-48 {
    top: 12rem;
  }

  .\32xl\:right-48 {
    right: 12rem;
  }

  .\32xl\:bottom-48 {
    bottom: 12rem;
  }

  .\32xl\:left-48 {
    left: 12rem;
  }

  .\32xl\:top-52 {
    top: 13rem;
  }

  .\32xl\:right-52 {
    right: 13rem;
  }

  .\32xl\:bottom-52 {
    bottom: 13rem;
  }

  .\32xl\:left-52 {
    left: 13rem;
  }

  .\32xl\:top-56 {
    top: 14rem;
  }

  .\32xl\:right-56 {
    right: 14rem;
  }

  .\32xl\:bottom-56 {
    bottom: 14rem;
  }

  .\32xl\:left-56 {
    left: 14rem;
  }

  .\32xl\:top-60 {
    top: 15rem;
  }

  .\32xl\:right-60 {
    right: 15rem;
  }

  .\32xl\:bottom-60 {
    bottom: 15rem;
  }

  .\32xl\:left-60 {
    left: 15rem;
  }

  .\32xl\:top-64 {
    top: 16rem;
  }

  .\32xl\:right-64 {
    right: 16rem;
  }

  .\32xl\:bottom-64 {
    bottom: 16rem;
  }

  .\32xl\:left-64 {
    left: 16rem;
  }

  .\32xl\:top-72 {
    top: 18rem;
  }

  .\32xl\:right-72 {
    right: 18rem;
  }

  .\32xl\:bottom-72 {
    bottom: 18rem;
  }

  .\32xl\:left-72 {
    left: 18rem;
  }

  .\32xl\:top-80 {
    top: 20rem;
  }

  .\32xl\:right-80 {
    right: 20rem;
  }

  .\32xl\:bottom-80 {
    bottom: 20rem;
  }

  .\32xl\:left-80 {
    left: 20rem;
  }

  .\32xl\:top-96 {
    top: 24rem;
  }

  .\32xl\:right-96 {
    right: 24rem;
  }

  .\32xl\:bottom-96 {
    bottom: 24rem;
  }

  .\32xl\:left-96 {
    left: 24rem;
  }

  .\32xl\:top-auto {
    top: auto;
  }

  .\32xl\:right-auto {
    right: auto;
  }

  .\32xl\:bottom-auto {
    bottom: auto;
  }

  .\32xl\:left-auto {
    left: auto;
  }

  .\32xl\:top-px {
    top: 1px;
  }

  .\32xl\:right-px {
    right: 1px;
  }

  .\32xl\:bottom-px {
    bottom: 1px;
  }

  .\32xl\:left-px {
    left: 1px;
  }

  .\32xl\:top-0\.5 {
    top: 0.125rem;
  }

  .\32xl\:right-0\.5 {
    right: 0.125rem;
  }

  .\32xl\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .\32xl\:left-0\.5 {
    left: 0.125rem;
  }

  .\32xl\:top-1\.5 {
    top: 0.375rem;
  }

  .\32xl\:right-1\.5 {
    right: 0.375rem;
  }

  .\32xl\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .\32xl\:left-1\.5 {
    left: 0.375rem;
  }

  .\32xl\:top-2\.5 {
    top: 0.625rem;
  }

  .\32xl\:right-2\.5 {
    right: 0.625rem;
  }

  .\32xl\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .\32xl\:left-2\.5 {
    left: 0.625rem;
  }

  .\32xl\:top-3\.5 {
    top: 0.875rem;
  }

  .\32xl\:right-3\.5 {
    right: 0.875rem;
  }

  .\32xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .\32xl\:left-3\.5 {
    left: 0.875rem;
  }

  .\32xl\:top-1px {
    top: 1px;
  }

  .\32xl\:right-1px {
    right: 1px;
  }

  .\32xl\:bottom-1px {
    bottom: 1px;
  }

  .\32xl\:left-1px {
    left: 1px;
  }

  .\32xl\:top-2px {
    top: 2px;
  }

  .\32xl\:right-2px {
    right: 2px;
  }

  .\32xl\:bottom-2px {
    bottom: 2px;
  }

  .\32xl\:left-2px {
    left: 2px;
  }

  .\32xl\:top-3px {
    top: 3px;
  }

  .\32xl\:right-3px {
    right: 3px;
  }

  .\32xl\:bottom-3px {
    bottom: 3px;
  }

  .\32xl\:left-3px {
    left: 3px;
  }

  .\32xl\:top-4px {
    top: 4px;
  }

  .\32xl\:right-4px {
    right: 4px;
  }

  .\32xl\:bottom-4px {
    bottom: 4px;
  }

  .\32xl\:left-4px {
    left: 4px;
  }

  .\32xl\:top-5px {
    top: 5px;
  }

  .\32xl\:right-5px {
    right: 5px;
  }

  .\32xl\:bottom-5px {
    bottom: 5px;
  }

  .\32xl\:left-5px {
    left: 5px;
  }

  .\32xl\:top-6px {
    top: 6px;
  }

  .\32xl\:right-6px {
    right: 6px;
  }

  .\32xl\:bottom-6px {
    bottom: 6px;
  }

  .\32xl\:left-6px {
    left: 6px;
  }

  .\32xl\:top-7px {
    top: 7px;
  }

  .\32xl\:right-7px {
    right: 7px;
  }

  .\32xl\:bottom-7px {
    bottom: 7px;
  }

  .\32xl\:left-7px {
    left: 7px;
  }

  .\32xl\:top-8px {
    top: 8px;
  }

  .\32xl\:right-8px {
    right: 8px;
  }

  .\32xl\:bottom-8px {
    bottom: 8px;
  }

  .\32xl\:left-8px {
    left: 8px;
  }

  .\32xl\:top-9px {
    top: 9px;
  }

  .\32xl\:right-9px {
    right: 9px;
  }

  .\32xl\:bottom-9px {
    bottom: 9px;
  }

  .\32xl\:left-9px {
    left: 9px;
  }

  .\32xl\:top-10px {
    top: 10px;
  }

  .\32xl\:right-10px {
    right: 10px;
  }

  .\32xl\:bottom-10px {
    bottom: 10px;
  }

  .\32xl\:left-10px {
    left: 10px;
  }

  .\32xl\:top-11px {
    top: 11px;
  }

  .\32xl\:right-11px {
    right: 11px;
  }

  .\32xl\:bottom-11px {
    bottom: 11px;
  }

  .\32xl\:left-11px {
    left: 11px;
  }

  .\32xl\:top-12px {
    top: 12px;
  }

  .\32xl\:right-12px {
    right: 12px;
  }

  .\32xl\:bottom-12px {
    bottom: 12px;
  }

  .\32xl\:left-12px {
    left: 12px;
  }

  .\32xl\:top-13px {
    top: 13px;
  }

  .\32xl\:right-13px {
    right: 13px;
  }

  .\32xl\:bottom-13px {
    bottom: 13px;
  }

  .\32xl\:left-13px {
    left: 13px;
  }

  .\32xl\:top-14px {
    top: 14px;
  }

  .\32xl\:right-14px {
    right: 14px;
  }

  .\32xl\:bottom-14px {
    bottom: 14px;
  }

  .\32xl\:left-14px {
    left: 14px;
  }

  .\32xl\:top-15px {
    top: 15px;
  }

  .\32xl\:right-15px {
    right: 15px;
  }

  .\32xl\:bottom-15px {
    bottom: 15px;
  }

  .\32xl\:left-15px {
    left: 15px;
  }

  .\32xl\:top-16px {
    top: 16px;
  }

  .\32xl\:right-16px {
    right: 16px;
  }

  .\32xl\:bottom-16px {
    bottom: 16px;
  }

  .\32xl\:left-16px {
    left: 16px;
  }

  .\32xl\:top-17px {
    top: 17px;
  }

  .\32xl\:right-17px {
    right: 17px;
  }

  .\32xl\:bottom-17px {
    bottom: 17px;
  }

  .\32xl\:left-17px {
    left: 17px;
  }

  .\32xl\:top-18px {
    top: 18px;
  }

  .\32xl\:right-18px {
    right: 18px;
  }

  .\32xl\:bottom-18px {
    bottom: 18px;
  }

  .\32xl\:left-18px {
    left: 18px;
  }

  .\32xl\:top-19px {
    top: 19px;
  }

  .\32xl\:right-19px {
    right: 19px;
  }

  .\32xl\:bottom-19px {
    bottom: 19px;
  }

  .\32xl\:left-19px {
    left: 19px;
  }

  .\32xl\:top-20px {
    top: 20px;
  }

  .\32xl\:right-20px {
    right: 20px;
  }

  .\32xl\:bottom-20px {
    bottom: 20px;
  }

  .\32xl\:left-20px {
    left: 20px;
  }

  .\32xl\:top-21px {
    top: 21px;
  }

  .\32xl\:right-21px {
    right: 21px;
  }

  .\32xl\:bottom-21px {
    bottom: 21px;
  }

  .\32xl\:left-21px {
    left: 21px;
  }

  .\32xl\:top-22px {
    top: 22px;
  }

  .\32xl\:right-22px {
    right: 22px;
  }

  .\32xl\:bottom-22px {
    bottom: 22px;
  }

  .\32xl\:left-22px {
    left: 22px;
  }

  .\32xl\:top-23px {
    top: 23px;
  }

  .\32xl\:right-23px {
    right: 23px;
  }

  .\32xl\:bottom-23px {
    bottom: 23px;
  }

  .\32xl\:left-23px {
    left: 23px;
  }

  .\32xl\:top-24px {
    top: 24px;
  }

  .\32xl\:right-24px {
    right: 24px;
  }

  .\32xl\:bottom-24px {
    bottom: 24px;
  }

  .\32xl\:left-24px {
    left: 24px;
  }

  .\32xl\:top-25px {
    top: 25px;
  }

  .\32xl\:right-25px {
    right: 25px;
  }

  .\32xl\:bottom-25px {
    bottom: 25px;
  }

  .\32xl\:left-25px {
    left: 25px;
  }

  .\32xl\:top-26px {
    top: 26px;
  }

  .\32xl\:right-26px {
    right: 26px;
  }

  .\32xl\:bottom-26px {
    bottom: 26px;
  }

  .\32xl\:left-26px {
    left: 26px;
  }

  .\32xl\:top-27px {
    top: 27px;
  }

  .\32xl\:right-27px {
    right: 27px;
  }

  .\32xl\:bottom-27px {
    bottom: 27px;
  }

  .\32xl\:left-27px {
    left: 27px;
  }

  .\32xl\:top-28px {
    top: 28px;
  }

  .\32xl\:right-28px {
    right: 28px;
  }

  .\32xl\:bottom-28px {
    bottom: 28px;
  }

  .\32xl\:left-28px {
    left: 28px;
  }

  .\32xl\:top-29px {
    top: 29px;
  }

  .\32xl\:right-29px {
    right: 29px;
  }

  .\32xl\:bottom-29px {
    bottom: 29px;
  }

  .\32xl\:left-29px {
    left: 29px;
  }

  .\32xl\:top-30px {
    top: 30px;
  }

  .\32xl\:right-30px {
    right: 30px;
  }

  .\32xl\:bottom-30px {
    bottom: 30px;
  }

  .\32xl\:left-30px {
    left: 30px;
  }

  .\32xl\:top-31px {
    top: 31px;
  }

  .\32xl\:right-31px {
    right: 31px;
  }

  .\32xl\:bottom-31px {
    bottom: 31px;
  }

  .\32xl\:left-31px {
    left: 31px;
  }

  .\32xl\:top-32px {
    top: 32px;
  }

  .\32xl\:right-32px {
    right: 32px;
  }

  .\32xl\:bottom-32px {
    bottom: 32px;
  }

  .\32xl\:left-32px {
    left: 32px;
  }

  .\32xl\:top-33px {
    top: 33px;
  }

  .\32xl\:right-33px {
    right: 33px;
  }

  .\32xl\:bottom-33px {
    bottom: 33px;
  }

  .\32xl\:left-33px {
    left: 33px;
  }

  .\32xl\:top-34px {
    top: 34px;
  }

  .\32xl\:right-34px {
    right: 34px;
  }

  .\32xl\:bottom-34px {
    bottom: 34px;
  }

  .\32xl\:left-34px {
    left: 34px;
  }

  .\32xl\:top-35px {
    top: 35px;
  }

  .\32xl\:right-35px {
    right: 35px;
  }

  .\32xl\:bottom-35px {
    bottom: 35px;
  }

  .\32xl\:left-35px {
    left: 35px;
  }

  .\32xl\:top-36px {
    top: 36px;
  }

  .\32xl\:right-36px {
    right: 36px;
  }

  .\32xl\:bottom-36px {
    bottom: 36px;
  }

  .\32xl\:left-36px {
    left: 36px;
  }

  .\32xl\:top-37px {
    top: 37px;
  }

  .\32xl\:right-37px {
    right: 37px;
  }

  .\32xl\:bottom-37px {
    bottom: 37px;
  }

  .\32xl\:left-37px {
    left: 37px;
  }

  .\32xl\:top-38px {
    top: 38px;
  }

  .\32xl\:right-38px {
    right: 38px;
  }

  .\32xl\:bottom-38px {
    bottom: 38px;
  }

  .\32xl\:left-38px {
    left: 38px;
  }

  .\32xl\:top-39px {
    top: 39px;
  }

  .\32xl\:right-39px {
    right: 39px;
  }

  .\32xl\:bottom-39px {
    bottom: 39px;
  }

  .\32xl\:left-39px {
    left: 39px;
  }

  .\32xl\:top-40px {
    top: 40px;
  }

  .\32xl\:right-40px {
    right: 40px;
  }

  .\32xl\:bottom-40px {
    bottom: 40px;
  }

  .\32xl\:left-40px {
    left: 40px;
  }

  .\32xl\:top-41px {
    top: 41px;
  }

  .\32xl\:right-41px {
    right: 41px;
  }

  .\32xl\:bottom-41px {
    bottom: 41px;
  }

  .\32xl\:left-41px {
    left: 41px;
  }

  .\32xl\:top-42px {
    top: 42px;
  }

  .\32xl\:right-42px {
    right: 42px;
  }

  .\32xl\:bottom-42px {
    bottom: 42px;
  }

  .\32xl\:left-42px {
    left: 42px;
  }

  .\32xl\:top-43px {
    top: 43px;
  }

  .\32xl\:right-43px {
    right: 43px;
  }

  .\32xl\:bottom-43px {
    bottom: 43px;
  }

  .\32xl\:left-43px {
    left: 43px;
  }

  .\32xl\:top-44px {
    top: 44px;
  }

  .\32xl\:right-44px {
    right: 44px;
  }

  .\32xl\:bottom-44px {
    bottom: 44px;
  }

  .\32xl\:left-44px {
    left: 44px;
  }

  .\32xl\:top-45px {
    top: 45px;
  }

  .\32xl\:right-45px {
    right: 45px;
  }

  .\32xl\:bottom-45px {
    bottom: 45px;
  }

  .\32xl\:left-45px {
    left: 45px;
  }

  .\32xl\:top-46px {
    top: 46px;
  }

  .\32xl\:right-46px {
    right: 46px;
  }

  .\32xl\:bottom-46px {
    bottom: 46px;
  }

  .\32xl\:left-46px {
    left: 46px;
  }

  .\32xl\:top-47px {
    top: 47px;
  }

  .\32xl\:right-47px {
    right: 47px;
  }

  .\32xl\:bottom-47px {
    bottom: 47px;
  }

  .\32xl\:left-47px {
    left: 47px;
  }

  .\32xl\:top-48px {
    top: 48px;
  }

  .\32xl\:right-48px {
    right: 48px;
  }

  .\32xl\:bottom-48px {
    bottom: 48px;
  }

  .\32xl\:left-48px {
    left: 48px;
  }

  .\32xl\:top-49px {
    top: 49px;
  }

  .\32xl\:right-49px {
    right: 49px;
  }

  .\32xl\:bottom-49px {
    bottom: 49px;
  }

  .\32xl\:left-49px {
    left: 49px;
  }

  .\32xl\:top-50px {
    top: 50px;
  }

  .\32xl\:right-50px {
    right: 50px;
  }

  .\32xl\:bottom-50px {
    bottom: 50px;
  }

  .\32xl\:left-50px {
    left: 50px;
  }

  .\32xl\:top-51px {
    top: 51px;
  }

  .\32xl\:right-51px {
    right: 51px;
  }

  .\32xl\:bottom-51px {
    bottom: 51px;
  }

  .\32xl\:left-51px {
    left: 51px;
  }

  .\32xl\:top-52px {
    top: 52px;
  }

  .\32xl\:right-52px {
    right: 52px;
  }

  .\32xl\:bottom-52px {
    bottom: 52px;
  }

  .\32xl\:left-52px {
    left: 52px;
  }

  .\32xl\:top-53px {
    top: 53px;
  }

  .\32xl\:right-53px {
    right: 53px;
  }

  .\32xl\:bottom-53px {
    bottom: 53px;
  }

  .\32xl\:left-53px {
    left: 53px;
  }

  .\32xl\:top-54px {
    top: 54px;
  }

  .\32xl\:right-54px {
    right: 54px;
  }

  .\32xl\:bottom-54px {
    bottom: 54px;
  }

  .\32xl\:left-54px {
    left: 54px;
  }

  .\32xl\:top-55px {
    top: 55px;
  }

  .\32xl\:right-55px {
    right: 55px;
  }

  .\32xl\:bottom-55px {
    bottom: 55px;
  }

  .\32xl\:left-55px {
    left: 55px;
  }

  .\32xl\:top-56px {
    top: 56px;
  }

  .\32xl\:right-56px {
    right: 56px;
  }

  .\32xl\:bottom-56px {
    bottom: 56px;
  }

  .\32xl\:left-56px {
    left: 56px;
  }

  .\32xl\:top-57px {
    top: 57px;
  }

  .\32xl\:right-57px {
    right: 57px;
  }

  .\32xl\:bottom-57px {
    bottom: 57px;
  }

  .\32xl\:left-57px {
    left: 57px;
  }

  .\32xl\:top-58px {
    top: 58px;
  }

  .\32xl\:right-58px {
    right: 58px;
  }

  .\32xl\:bottom-58px {
    bottom: 58px;
  }

  .\32xl\:left-58px {
    left: 58px;
  }

  .\32xl\:top-59px {
    top: 59px;
  }

  .\32xl\:right-59px {
    right: 59px;
  }

  .\32xl\:bottom-59px {
    bottom: 59px;
  }

  .\32xl\:left-59px {
    left: 59px;
  }

  .\32xl\:top-60px {
    top: 60px;
  }

  .\32xl\:right-60px {
    right: 60px;
  }

  .\32xl\:bottom-60px {
    bottom: 60px;
  }

  .\32xl\:left-60px {
    left: 60px;
  }

  .\32xl\:top-61px {
    top: 61px;
  }

  .\32xl\:right-61px {
    right: 61px;
  }

  .\32xl\:bottom-61px {
    bottom: 61px;
  }

  .\32xl\:left-61px {
    left: 61px;
  }

  .\32xl\:top-62px {
    top: 62px;
  }

  .\32xl\:right-62px {
    right: 62px;
  }

  .\32xl\:bottom-62px {
    bottom: 62px;
  }

  .\32xl\:left-62px {
    left: 62px;
  }

  .\32xl\:top-63px {
    top: 63px;
  }

  .\32xl\:right-63px {
    right: 63px;
  }

  .\32xl\:bottom-63px {
    bottom: 63px;
  }

  .\32xl\:left-63px {
    left: 63px;
  }

  .\32xl\:top-64px {
    top: 64px;
  }

  .\32xl\:right-64px {
    right: 64px;
  }

  .\32xl\:bottom-64px {
    bottom: 64px;
  }

  .\32xl\:left-64px {
    left: 64px;
  }

  .\32xl\:top-65px {
    top: 65px;
  }

  .\32xl\:right-65px {
    right: 65px;
  }

  .\32xl\:bottom-65px {
    bottom: 65px;
  }

  .\32xl\:left-65px {
    left: 65px;
  }

  .\32xl\:top-66px {
    top: 66px;
  }

  .\32xl\:right-66px {
    right: 66px;
  }

  .\32xl\:bottom-66px {
    bottom: 66px;
  }

  .\32xl\:left-66px {
    left: 66px;
  }

  .\32xl\:top-67px {
    top: 67px;
  }

  .\32xl\:right-67px {
    right: 67px;
  }

  .\32xl\:bottom-67px {
    bottom: 67px;
  }

  .\32xl\:left-67px {
    left: 67px;
  }

  .\32xl\:top-68px {
    top: 68px;
  }

  .\32xl\:right-68px {
    right: 68px;
  }

  .\32xl\:bottom-68px {
    bottom: 68px;
  }

  .\32xl\:left-68px {
    left: 68px;
  }

  .\32xl\:top-69px {
    top: 69px;
  }

  .\32xl\:right-69px {
    right: 69px;
  }

  .\32xl\:bottom-69px {
    bottom: 69px;
  }

  .\32xl\:left-69px {
    left: 69px;
  }

  .\32xl\:top-70px {
    top: 70px;
  }

  .\32xl\:right-70px {
    right: 70px;
  }

  .\32xl\:bottom-70px {
    bottom: 70px;
  }

  .\32xl\:left-70px {
    left: 70px;
  }

  .\32xl\:top-71px {
    top: 71px;
  }

  .\32xl\:right-71px {
    right: 71px;
  }

  .\32xl\:bottom-71px {
    bottom: 71px;
  }

  .\32xl\:left-71px {
    left: 71px;
  }

  .\32xl\:top-72px {
    top: 72px;
  }

  .\32xl\:right-72px {
    right: 72px;
  }

  .\32xl\:bottom-72px {
    bottom: 72px;
  }

  .\32xl\:left-72px {
    left: 72px;
  }

  .\32xl\:top-73px {
    top: 73px;
  }

  .\32xl\:right-73px {
    right: 73px;
  }

  .\32xl\:bottom-73px {
    bottom: 73px;
  }

  .\32xl\:left-73px {
    left: 73px;
  }

  .\32xl\:top-74px {
    top: 74px;
  }

  .\32xl\:right-74px {
    right: 74px;
  }

  .\32xl\:bottom-74px {
    bottom: 74px;
  }

  .\32xl\:left-74px {
    left: 74px;
  }

  .\32xl\:top-75px {
    top: 75px;
  }

  .\32xl\:right-75px {
    right: 75px;
  }

  .\32xl\:bottom-75px {
    bottom: 75px;
  }

  .\32xl\:left-75px {
    left: 75px;
  }

  .\32xl\:top-76px {
    top: 76px;
  }

  .\32xl\:right-76px {
    right: 76px;
  }

  .\32xl\:bottom-76px {
    bottom: 76px;
  }

  .\32xl\:left-76px {
    left: 76px;
  }

  .\32xl\:top-77px {
    top: 77px;
  }

  .\32xl\:right-77px {
    right: 77px;
  }

  .\32xl\:bottom-77px {
    bottom: 77px;
  }

  .\32xl\:left-77px {
    left: 77px;
  }

  .\32xl\:top-78px {
    top: 78px;
  }

  .\32xl\:right-78px {
    right: 78px;
  }

  .\32xl\:bottom-78px {
    bottom: 78px;
  }

  .\32xl\:left-78px {
    left: 78px;
  }

  .\32xl\:top-79px {
    top: 79px;
  }

  .\32xl\:right-79px {
    right: 79px;
  }

  .\32xl\:bottom-79px {
    bottom: 79px;
  }

  .\32xl\:left-79px {
    left: 79px;
  }

  .\32xl\:top-80px {
    top: 80px;
  }

  .\32xl\:right-80px {
    right: 80px;
  }

  .\32xl\:bottom-80px {
    bottom: 80px;
  }

  .\32xl\:left-80px {
    left: 80px;
  }

  .\32xl\:top-81px {
    top: 81px;
  }

  .\32xl\:right-81px {
    right: 81px;
  }

  .\32xl\:bottom-81px {
    bottom: 81px;
  }

  .\32xl\:left-81px {
    left: 81px;
  }

  .\32xl\:top-82px {
    top: 82px;
  }

  .\32xl\:right-82px {
    right: 82px;
  }

  .\32xl\:bottom-82px {
    bottom: 82px;
  }

  .\32xl\:left-82px {
    left: 82px;
  }

  .\32xl\:top-83px {
    top: 83px;
  }

  .\32xl\:right-83px {
    right: 83px;
  }

  .\32xl\:bottom-83px {
    bottom: 83px;
  }

  .\32xl\:left-83px {
    left: 83px;
  }

  .\32xl\:top-84px {
    top: 84px;
  }

  .\32xl\:right-84px {
    right: 84px;
  }

  .\32xl\:bottom-84px {
    bottom: 84px;
  }

  .\32xl\:left-84px {
    left: 84px;
  }

  .\32xl\:top-85px {
    top: 85px;
  }

  .\32xl\:right-85px {
    right: 85px;
  }

  .\32xl\:bottom-85px {
    bottom: 85px;
  }

  .\32xl\:left-85px {
    left: 85px;
  }

  .\32xl\:top-86px {
    top: 86px;
  }

  .\32xl\:right-86px {
    right: 86px;
  }

  .\32xl\:bottom-86px {
    bottom: 86px;
  }

  .\32xl\:left-86px {
    left: 86px;
  }

  .\32xl\:top-87px {
    top: 87px;
  }

  .\32xl\:right-87px {
    right: 87px;
  }

  .\32xl\:bottom-87px {
    bottom: 87px;
  }

  .\32xl\:left-87px {
    left: 87px;
  }

  .\32xl\:top-88px {
    top: 88px;
  }

  .\32xl\:right-88px {
    right: 88px;
  }

  .\32xl\:bottom-88px {
    bottom: 88px;
  }

  .\32xl\:left-88px {
    left: 88px;
  }

  .\32xl\:top-89px {
    top: 89px;
  }

  .\32xl\:right-89px {
    right: 89px;
  }

  .\32xl\:bottom-89px {
    bottom: 89px;
  }

  .\32xl\:left-89px {
    left: 89px;
  }

  .\32xl\:top-90px {
    top: 90px;
  }

  .\32xl\:right-90px {
    right: 90px;
  }

  .\32xl\:bottom-90px {
    bottom: 90px;
  }

  .\32xl\:left-90px {
    left: 90px;
  }

  .\32xl\:top-91px {
    top: 91px;
  }

  .\32xl\:right-91px {
    right: 91px;
  }

  .\32xl\:bottom-91px {
    bottom: 91px;
  }

  .\32xl\:left-91px {
    left: 91px;
  }

  .\32xl\:top-92px {
    top: 92px;
  }

  .\32xl\:right-92px {
    right: 92px;
  }

  .\32xl\:bottom-92px {
    bottom: 92px;
  }

  .\32xl\:left-92px {
    left: 92px;
  }

  .\32xl\:top-93px {
    top: 93px;
  }

  .\32xl\:right-93px {
    right: 93px;
  }

  .\32xl\:bottom-93px {
    bottom: 93px;
  }

  .\32xl\:left-93px {
    left: 93px;
  }

  .\32xl\:top-94px {
    top: 94px;
  }

  .\32xl\:right-94px {
    right: 94px;
  }

  .\32xl\:bottom-94px {
    bottom: 94px;
  }

  .\32xl\:left-94px {
    left: 94px;
  }

  .\32xl\:top-95px {
    top: 95px;
  }

  .\32xl\:right-95px {
    right: 95px;
  }

  .\32xl\:bottom-95px {
    bottom: 95px;
  }

  .\32xl\:left-95px {
    left: 95px;
  }

  .\32xl\:top-96px {
    top: 96px;
  }

  .\32xl\:right-96px {
    right: 96px;
  }

  .\32xl\:bottom-96px {
    bottom: 96px;
  }

  .\32xl\:left-96px {
    left: 96px;
  }

  .\32xl\:top-97px {
    top: 97px;
  }

  .\32xl\:right-97px {
    right: 97px;
  }

  .\32xl\:bottom-97px {
    bottom: 97px;
  }

  .\32xl\:left-97px {
    left: 97px;
  }

  .\32xl\:top-98px {
    top: 98px;
  }

  .\32xl\:right-98px {
    right: 98px;
  }

  .\32xl\:bottom-98px {
    bottom: 98px;
  }

  .\32xl\:left-98px {
    left: 98px;
  }

  .\32xl\:top-99px {
    top: 99px;
  }

  .\32xl\:right-99px {
    right: 99px;
  }

  .\32xl\:bottom-99px {
    bottom: 99px;
  }

  .\32xl\:left-99px {
    left: 99px;
  }

  .\32xl\:top-100px {
    top: 100px;
  }

  .\32xl\:right-100px {
    right: 100px;
  }

  .\32xl\:bottom-100px {
    bottom: 100px;
  }

  .\32xl\:left-100px {
    left: 100px;
  }

  .\32xl\:top-101px {
    top: 101px;
  }

  .\32xl\:right-101px {
    right: 101px;
  }

  .\32xl\:bottom-101px {
    bottom: 101px;
  }

  .\32xl\:left-101px {
    left: 101px;
  }

  .\32xl\:top-102px {
    top: 102px;
  }

  .\32xl\:right-102px {
    right: 102px;
  }

  .\32xl\:bottom-102px {
    bottom: 102px;
  }

  .\32xl\:left-102px {
    left: 102px;
  }

  .\32xl\:top-103px {
    top: 103px;
  }

  .\32xl\:right-103px {
    right: 103px;
  }

  .\32xl\:bottom-103px {
    bottom: 103px;
  }

  .\32xl\:left-103px {
    left: 103px;
  }

  .\32xl\:top-104px {
    top: 104px;
  }

  .\32xl\:right-104px {
    right: 104px;
  }

  .\32xl\:bottom-104px {
    bottom: 104px;
  }

  .\32xl\:left-104px {
    left: 104px;
  }

  .\32xl\:top-105px {
    top: 105px;
  }

  .\32xl\:right-105px {
    right: 105px;
  }

  .\32xl\:bottom-105px {
    bottom: 105px;
  }

  .\32xl\:left-105px {
    left: 105px;
  }

  .\32xl\:top-106px {
    top: 106px;
  }

  .\32xl\:right-106px {
    right: 106px;
  }

  .\32xl\:bottom-106px {
    bottom: 106px;
  }

  .\32xl\:left-106px {
    left: 106px;
  }

  .\32xl\:top-107px {
    top: 107px;
  }

  .\32xl\:right-107px {
    right: 107px;
  }

  .\32xl\:bottom-107px {
    bottom: 107px;
  }

  .\32xl\:left-107px {
    left: 107px;
  }

  .\32xl\:top-108px {
    top: 108px;
  }

  .\32xl\:right-108px {
    right: 108px;
  }

  .\32xl\:bottom-108px {
    bottom: 108px;
  }

  .\32xl\:left-108px {
    left: 108px;
  }

  .\32xl\:top-109px {
    top: 109px;
  }

  .\32xl\:right-109px {
    right: 109px;
  }

  .\32xl\:bottom-109px {
    bottom: 109px;
  }

  .\32xl\:left-109px {
    left: 109px;
  }

  .\32xl\:top-110px {
    top: 110px;
  }

  .\32xl\:right-110px {
    right: 110px;
  }

  .\32xl\:bottom-110px {
    bottom: 110px;
  }

  .\32xl\:left-110px {
    left: 110px;
  }

  .\32xl\:top-111px {
    top: 111px;
  }

  .\32xl\:right-111px {
    right: 111px;
  }

  .\32xl\:bottom-111px {
    bottom: 111px;
  }

  .\32xl\:left-111px {
    left: 111px;
  }

  .\32xl\:top-112px {
    top: 112px;
  }

  .\32xl\:right-112px {
    right: 112px;
  }

  .\32xl\:bottom-112px {
    bottom: 112px;
  }

  .\32xl\:left-112px {
    left: 112px;
  }

  .\32xl\:top-113px {
    top: 113px;
  }

  .\32xl\:right-113px {
    right: 113px;
  }

  .\32xl\:bottom-113px {
    bottom: 113px;
  }

  .\32xl\:left-113px {
    left: 113px;
  }

  .\32xl\:top-114px {
    top: 114px;
  }

  .\32xl\:right-114px {
    right: 114px;
  }

  .\32xl\:bottom-114px {
    bottom: 114px;
  }

  .\32xl\:left-114px {
    left: 114px;
  }

  .\32xl\:top-115px {
    top: 115px;
  }

  .\32xl\:right-115px {
    right: 115px;
  }

  .\32xl\:bottom-115px {
    bottom: 115px;
  }

  .\32xl\:left-115px {
    left: 115px;
  }

  .\32xl\:top-116px {
    top: 116px;
  }

  .\32xl\:right-116px {
    right: 116px;
  }

  .\32xl\:bottom-116px {
    bottom: 116px;
  }

  .\32xl\:left-116px {
    left: 116px;
  }

  .\32xl\:top-117px {
    top: 117px;
  }

  .\32xl\:right-117px {
    right: 117px;
  }

  .\32xl\:bottom-117px {
    bottom: 117px;
  }

  .\32xl\:left-117px {
    left: 117px;
  }

  .\32xl\:top-118px {
    top: 118px;
  }

  .\32xl\:right-118px {
    right: 118px;
  }

  .\32xl\:bottom-118px {
    bottom: 118px;
  }

  .\32xl\:left-118px {
    left: 118px;
  }

  .\32xl\:top-119px {
    top: 119px;
  }

  .\32xl\:right-119px {
    right: 119px;
  }

  .\32xl\:bottom-119px {
    bottom: 119px;
  }

  .\32xl\:left-119px {
    left: 119px;
  }

  .\32xl\:top-120px {
    top: 120px;
  }

  .\32xl\:right-120px {
    right: 120px;
  }

  .\32xl\:bottom-120px {
    bottom: 120px;
  }

  .\32xl\:left-120px {
    left: 120px;
  }

  .\32xl\:top-121px {
    top: 121px;
  }

  .\32xl\:right-121px {
    right: 121px;
  }

  .\32xl\:bottom-121px {
    bottom: 121px;
  }

  .\32xl\:left-121px {
    left: 121px;
  }

  .\32xl\:top-122px {
    top: 122px;
  }

  .\32xl\:right-122px {
    right: 122px;
  }

  .\32xl\:bottom-122px {
    bottom: 122px;
  }

  .\32xl\:left-122px {
    left: 122px;
  }

  .\32xl\:top-123px {
    top: 123px;
  }

  .\32xl\:right-123px {
    right: 123px;
  }

  .\32xl\:bottom-123px {
    bottom: 123px;
  }

  .\32xl\:left-123px {
    left: 123px;
  }

  .\32xl\:top-124px {
    top: 124px;
  }

  .\32xl\:right-124px {
    right: 124px;
  }

  .\32xl\:bottom-124px {
    bottom: 124px;
  }

  .\32xl\:left-124px {
    left: 124px;
  }

  .\32xl\:top-125px {
    top: 125px;
  }

  .\32xl\:right-125px {
    right: 125px;
  }

  .\32xl\:bottom-125px {
    bottom: 125px;
  }

  .\32xl\:left-125px {
    left: 125px;
  }

  .\32xl\:top-126px {
    top: 126px;
  }

  .\32xl\:right-126px {
    right: 126px;
  }

  .\32xl\:bottom-126px {
    bottom: 126px;
  }

  .\32xl\:left-126px {
    left: 126px;
  }

  .\32xl\:top-127px {
    top: 127px;
  }

  .\32xl\:right-127px {
    right: 127px;
  }

  .\32xl\:bottom-127px {
    bottom: 127px;
  }

  .\32xl\:left-127px {
    left: 127px;
  }

  .\32xl\:top-128px {
    top: 128px;
  }

  .\32xl\:right-128px {
    right: 128px;
  }

  .\32xl\:bottom-128px {
    bottom: 128px;
  }

  .\32xl\:left-128px {
    left: 128px;
  }

  .\32xl\:top-129px {
    top: 129px;
  }

  .\32xl\:right-129px {
    right: 129px;
  }

  .\32xl\:bottom-129px {
    bottom: 129px;
  }

  .\32xl\:left-129px {
    left: 129px;
  }

  .\32xl\:top-130px {
    top: 130px;
  }

  .\32xl\:right-130px {
    right: 130px;
  }

  .\32xl\:bottom-130px {
    bottom: 130px;
  }

  .\32xl\:left-130px {
    left: 130px;
  }

  .\32xl\:top-133px {
    top: 133px;
  }

  .\32xl\:right-133px {
    right: 133px;
  }

  .\32xl\:bottom-133px {
    bottom: 133px;
  }

  .\32xl\:left-133px {
    left: 133px;
  }

  .\32xl\:top-140px {
    top: 140px;
  }

  .\32xl\:right-140px {
    right: 140px;
  }

  .\32xl\:bottom-140px {
    bottom: 140px;
  }

  .\32xl\:left-140px {
    left: 140px;
  }

  .\32xl\:top-195px {
    top: 195px;
  }

  .\32xl\:right-195px {
    right: 195px;
  }

  .\32xl\:bottom-195px {
    bottom: 195px;
  }

  .\32xl\:left-195px {
    left: 195px;
  }

  .\32xl\:top-200px {
    top: 200px;
  }

  .\32xl\:right-200px {
    right: 200px;
  }

  .\32xl\:bottom-200px {
    bottom: 200px;
  }

  .\32xl\:left-200px {
    left: 200px;
  }

  .\32xl\:top-210px {
    top: 210px;
  }

  .\32xl\:right-210px {
    right: 210px;
  }

  .\32xl\:bottom-210px {
    bottom: 210px;
  }

  .\32xl\:left-210px {
    left: 210px;
  }

  .\32xl\:top-222px {
    top: 222px;
  }

  .\32xl\:right-222px {
    right: 222px;
  }

  .\32xl\:bottom-222px {
    bottom: 222px;
  }

  .\32xl\:left-222px {
    left: 222px;
  }

  .\32xl\:top-258px {
    top: 258px;
  }

  .\32xl\:right-258px {
    right: 258px;
  }

  .\32xl\:bottom-258px {
    bottom: 258px;
  }

  .\32xl\:left-258px {
    left: 258px;
  }

  .\32xl\:top-280px {
    top: 280px;
  }

  .\32xl\:right-280px {
    right: 280px;
  }

  .\32xl\:bottom-280px {
    bottom: 280px;
  }

  .\32xl\:left-280px {
    left: 280px;
  }

  .\32xl\:top-334px {
    top: 334px;
  }

  .\32xl\:right-334px {
    right: 334px;
  }

  .\32xl\:bottom-334px {
    bottom: 334px;
  }

  .\32xl\:left-334px {
    left: 334px;
  }

  .\32xl\:top-388px {
    top: 388px;
  }

  .\32xl\:right-388px {
    right: 388px;
  }

  .\32xl\:bottom-388px {
    bottom: 388px;
  }

  .\32xl\:left-388px {
    left: 388px;
  }

  .\32xl\:top-480px {
    top: 480px;
  }

  .\32xl\:right-480px {
    right: 480px;
  }

  .\32xl\:bottom-480px {
    bottom: 480px;
  }

  .\32xl\:left-480px {
    left: 480px;
  }

  .\32xl\:top-490px {
    top: 490px;
  }

  .\32xl\:right-490px {
    right: 490px;
  }

  .\32xl\:bottom-490px {
    bottom: 490px;
  }

  .\32xl\:left-490px {
    left: 490px;
  }

  .\32xl\:top-505px {
    top: 505px;
  }

  .\32xl\:right-505px {
    right: 505px;
  }

  .\32xl\:bottom-505px {
    bottom: 505px;
  }

  .\32xl\:left-505px {
    left: 505px;
  }

  .\32xl\:top-507px {
    top: 507px;
  }

  .\32xl\:right-507px {
    right: 507px;
  }

  .\32xl\:bottom-507px {
    bottom: 507px;
  }

  .\32xl\:left-507px {
    left: 507px;
  }

  .\32xl\:top-760px {
    top: 760px;
  }

  .\32xl\:right-760px {
    right: 760px;
  }

  .\32xl\:bottom-760px {
    bottom: 760px;
  }

  .\32xl\:left-760px {
    left: 760px;
  }

  .\32xl\:top-780px {
    top: 780px;
  }

  .\32xl\:right-780px {
    right: 780px;
  }

  .\32xl\:bottom-780px {
    bottom: 780px;
  }

  .\32xl\:left-780px {
    left: 780px;
  }

  .\32xl\:top-980px {
    top: 980px;
  }

  .\32xl\:right-980px {
    right: 980px;
  }

  .\32xl\:bottom-980px {
    bottom: 980px;
  }

  .\32xl\:left-980px {
    left: 980px;
  }

  .\32xl\:top-1366px {
    top: 1366px;
  }

  .\32xl\:right-1366px {
    right: 1366px;
  }

  .\32xl\:bottom-1366px {
    bottom: 1366px;
  }

  .\32xl\:left-1366px {
    left: 1366px;
  }

  .\32xl\:-top-0 {
    top: 0px;
  }

  .\32xl\:-right-0 {
    right: 0px;
  }

  .\32xl\:-bottom-0 {
    bottom: 0px;
  }

  .\32xl\:-left-0 {
    left: 0px;
  }

  .\32xl\:-top-1 {
    top: -0.25rem;
  }

  .\32xl\:-right-1 {
    right: -0.25rem;
  }

  .\32xl\:-bottom-1 {
    bottom: -0.25rem;
  }

  .\32xl\:-left-1 {
    left: -0.25rem;
  }

  .\32xl\:-top-2 {
    top: -0.5rem;
  }

  .\32xl\:-right-2 {
    right: -0.5rem;
  }

  .\32xl\:-bottom-2 {
    bottom: -0.5rem;
  }

  .\32xl\:-left-2 {
    left: -0.5rem;
  }

  .\32xl\:-top-3 {
    top: -0.75rem;
  }

  .\32xl\:-right-3 {
    right: -0.75rem;
  }

  .\32xl\:-bottom-3 {
    bottom: -0.75rem;
  }

  .\32xl\:-left-3 {
    left: -0.75rem;
  }

  .\32xl\:-top-4 {
    top: -1rem;
  }

  .\32xl\:-right-4 {
    right: -1rem;
  }

  .\32xl\:-bottom-4 {
    bottom: -1rem;
  }

  .\32xl\:-left-4 {
    left: -1rem;
  }

  .\32xl\:-top-5 {
    top: -1.25rem;
  }

  .\32xl\:-right-5 {
    right: -1.25rem;
  }

  .\32xl\:-bottom-5 {
    bottom: -1.25rem;
  }

  .\32xl\:-left-5 {
    left: -1.25rem;
  }

  .\32xl\:-top-6 {
    top: -1.5rem;
  }

  .\32xl\:-right-6 {
    right: -1.5rem;
  }

  .\32xl\:-bottom-6 {
    bottom: -1.5rem;
  }

  .\32xl\:-left-6 {
    left: -1.5rem;
  }

  .\32xl\:-top-7 {
    top: -1.75rem;
  }

  .\32xl\:-right-7 {
    right: -1.75rem;
  }

  .\32xl\:-bottom-7 {
    bottom: -1.75rem;
  }

  .\32xl\:-left-7 {
    left: -1.75rem;
  }

  .\32xl\:-top-8 {
    top: -2rem;
  }

  .\32xl\:-right-8 {
    right: -2rem;
  }

  .\32xl\:-bottom-8 {
    bottom: -2rem;
  }

  .\32xl\:-left-8 {
    left: -2rem;
  }

  .\32xl\:-top-9 {
    top: -2.25rem;
  }

  .\32xl\:-right-9 {
    right: -2.25rem;
  }

  .\32xl\:-bottom-9 {
    bottom: -2.25rem;
  }

  .\32xl\:-left-9 {
    left: -2.25rem;
  }

  .\32xl\:-top-10 {
    top: -2.5rem;
  }

  .\32xl\:-right-10 {
    right: -2.5rem;
  }

  .\32xl\:-bottom-10 {
    bottom: -2.5rem;
  }

  .\32xl\:-left-10 {
    left: -2.5rem;
  }

  .\32xl\:-top-11 {
    top: -2.75rem;
  }

  .\32xl\:-right-11 {
    right: -2.75rem;
  }

  .\32xl\:-bottom-11 {
    bottom: -2.75rem;
  }

  .\32xl\:-left-11 {
    left: -2.75rem;
  }

  .\32xl\:-top-12 {
    top: -3rem;
  }

  .\32xl\:-right-12 {
    right: -3rem;
  }

  .\32xl\:-bottom-12 {
    bottom: -3rem;
  }

  .\32xl\:-left-12 {
    left: -3rem;
  }

  .\32xl\:-top-14 {
    top: -3.5rem;
  }

  .\32xl\:-right-14 {
    right: -3.5rem;
  }

  .\32xl\:-bottom-14 {
    bottom: -3.5rem;
  }

  .\32xl\:-left-14 {
    left: -3.5rem;
  }

  .\32xl\:-top-16 {
    top: -4rem;
  }

  .\32xl\:-right-16 {
    right: -4rem;
  }

  .\32xl\:-bottom-16 {
    bottom: -4rem;
  }

  .\32xl\:-left-16 {
    left: -4rem;
  }

  .\32xl\:-top-20 {
    top: -5rem;
  }

  .\32xl\:-right-20 {
    right: -5rem;
  }

  .\32xl\:-bottom-20 {
    bottom: -5rem;
  }

  .\32xl\:-left-20 {
    left: -5rem;
  }

  .\32xl\:-top-24 {
    top: -6rem;
  }

  .\32xl\:-right-24 {
    right: -6rem;
  }

  .\32xl\:-bottom-24 {
    bottom: -6rem;
  }

  .\32xl\:-left-24 {
    left: -6rem;
  }

  .\32xl\:-top-28 {
    top: -7rem;
  }

  .\32xl\:-right-28 {
    right: -7rem;
  }

  .\32xl\:-bottom-28 {
    bottom: -7rem;
  }

  .\32xl\:-left-28 {
    left: -7rem;
  }

  .\32xl\:-top-32 {
    top: -8rem;
  }

  .\32xl\:-right-32 {
    right: -8rem;
  }

  .\32xl\:-bottom-32 {
    bottom: -8rem;
  }

  .\32xl\:-left-32 {
    left: -8rem;
  }

  .\32xl\:-top-36 {
    top: -9rem;
  }

  .\32xl\:-right-36 {
    right: -9rem;
  }

  .\32xl\:-bottom-36 {
    bottom: -9rem;
  }

  .\32xl\:-left-36 {
    left: -9rem;
  }

  .\32xl\:-top-40 {
    top: -10rem;
  }

  .\32xl\:-right-40 {
    right: -10rem;
  }

  .\32xl\:-bottom-40 {
    bottom: -10rem;
  }

  .\32xl\:-left-40 {
    left: -10rem;
  }

  .\32xl\:-top-44 {
    top: -11rem;
  }

  .\32xl\:-right-44 {
    right: -11rem;
  }

  .\32xl\:-bottom-44 {
    bottom: -11rem;
  }

  .\32xl\:-left-44 {
    left: -11rem;
  }

  .\32xl\:-top-48 {
    top: -12rem;
  }

  .\32xl\:-right-48 {
    right: -12rem;
  }

  .\32xl\:-bottom-48 {
    bottom: -12rem;
  }

  .\32xl\:-left-48 {
    left: -12rem;
  }

  .\32xl\:-top-52 {
    top: -13rem;
  }

  .\32xl\:-right-52 {
    right: -13rem;
  }

  .\32xl\:-bottom-52 {
    bottom: -13rem;
  }

  .\32xl\:-left-52 {
    left: -13rem;
  }

  .\32xl\:-top-56 {
    top: -14rem;
  }

  .\32xl\:-right-56 {
    right: -14rem;
  }

  .\32xl\:-bottom-56 {
    bottom: -14rem;
  }

  .\32xl\:-left-56 {
    left: -14rem;
  }

  .\32xl\:-top-60 {
    top: -15rem;
  }

  .\32xl\:-right-60 {
    right: -15rem;
  }

  .\32xl\:-bottom-60 {
    bottom: -15rem;
  }

  .\32xl\:-left-60 {
    left: -15rem;
  }

  .\32xl\:-top-64 {
    top: -16rem;
  }

  .\32xl\:-right-64 {
    right: -16rem;
  }

  .\32xl\:-bottom-64 {
    bottom: -16rem;
  }

  .\32xl\:-left-64 {
    left: -16rem;
  }

  .\32xl\:-top-72 {
    top: -18rem;
  }

  .\32xl\:-right-72 {
    right: -18rem;
  }

  .\32xl\:-bottom-72 {
    bottom: -18rem;
  }

  .\32xl\:-left-72 {
    left: -18rem;
  }

  .\32xl\:-top-80 {
    top: -20rem;
  }

  .\32xl\:-right-80 {
    right: -20rem;
  }

  .\32xl\:-bottom-80 {
    bottom: -20rem;
  }

  .\32xl\:-left-80 {
    left: -20rem;
  }

  .\32xl\:-top-96 {
    top: -24rem;
  }

  .\32xl\:-right-96 {
    right: -24rem;
  }

  .\32xl\:-bottom-96 {
    bottom: -24rem;
  }

  .\32xl\:-left-96 {
    left: -24rem;
  }

  .\32xl\:-top-px {
    top: -1px;
  }

  .\32xl\:-right-px {
    right: -1px;
  }

  .\32xl\:-bottom-px {
    bottom: -1px;
  }

  .\32xl\:-left-px {
    left: -1px;
  }

  .\32xl\:-top-0\.5 {
    top: -0.125rem;
  }

  .\32xl\:-right-0\.5 {
    right: -0.125rem;
  }

  .\32xl\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .\32xl\:-left-0\.5 {
    left: -0.125rem;
  }

  .\32xl\:-top-1\.5 {
    top: -0.375rem;
  }

  .\32xl\:-right-1\.5 {
    right: -0.375rem;
  }

  .\32xl\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .\32xl\:-left-1\.5 {
    left: -0.375rem;
  }

  .\32xl\:-top-2\.5 {
    top: -0.625rem;
  }

  .\32xl\:-right-2\.5 {
    right: -0.625rem;
  }

  .\32xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .\32xl\:-left-2\.5 {
    left: -0.625rem;
  }

  .\32xl\:-top-3\.5 {
    top: -0.875rem;
  }

  .\32xl\:-right-3\.5 {
    right: -0.875rem;
  }

  .\32xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .\32xl\:-left-3\.5 {
    left: -0.875rem;
  }

  .\32xl\:-top-1px {
    top: -1px;
  }

  .\32xl\:-right-1px {
    right: -1px;
  }

  .\32xl\:-bottom-1px {
    bottom: -1px;
  }

  .\32xl\:-left-1px {
    left: -1px;
  }

  .\32xl\:-top-2px {
    top: -2px;
  }

  .\32xl\:-right-2px {
    right: -2px;
  }

  .\32xl\:-bottom-2px {
    bottom: -2px;
  }

  .\32xl\:-left-2px {
    left: -2px;
  }

  .\32xl\:-top-3px {
    top: -3px;
  }

  .\32xl\:-right-3px {
    right: -3px;
  }

  .\32xl\:-bottom-3px {
    bottom: -3px;
  }

  .\32xl\:-left-3px {
    left: -3px;
  }

  .\32xl\:-top-4px {
    top: -4px;
  }

  .\32xl\:-right-4px {
    right: -4px;
  }

  .\32xl\:-bottom-4px {
    bottom: -4px;
  }

  .\32xl\:-left-4px {
    left: -4px;
  }

  .\32xl\:-top-5px {
    top: -5px;
  }

  .\32xl\:-right-5px {
    right: -5px;
  }

  .\32xl\:-bottom-5px {
    bottom: -5px;
  }

  .\32xl\:-left-5px {
    left: -5px;
  }

  .\32xl\:-top-6px {
    top: -6px;
  }

  .\32xl\:-right-6px {
    right: -6px;
  }

  .\32xl\:-bottom-6px {
    bottom: -6px;
  }

  .\32xl\:-left-6px {
    left: -6px;
  }

  .\32xl\:-top-7px {
    top: -7px;
  }

  .\32xl\:-right-7px {
    right: -7px;
  }

  .\32xl\:-bottom-7px {
    bottom: -7px;
  }

  .\32xl\:-left-7px {
    left: -7px;
  }

  .\32xl\:-top-8px {
    top: -8px;
  }

  .\32xl\:-right-8px {
    right: -8px;
  }

  .\32xl\:-bottom-8px {
    bottom: -8px;
  }

  .\32xl\:-left-8px {
    left: -8px;
  }

  .\32xl\:-top-9px {
    top: -9px;
  }

  .\32xl\:-right-9px {
    right: -9px;
  }

  .\32xl\:-bottom-9px {
    bottom: -9px;
  }

  .\32xl\:-left-9px {
    left: -9px;
  }

  .\32xl\:-top-10px {
    top: -10px;
  }

  .\32xl\:-right-10px {
    right: -10px;
  }

  .\32xl\:-bottom-10px {
    bottom: -10px;
  }

  .\32xl\:-left-10px {
    left: -10px;
  }

  .\32xl\:-top-11px {
    top: -11px;
  }

  .\32xl\:-right-11px {
    right: -11px;
  }

  .\32xl\:-bottom-11px {
    bottom: -11px;
  }

  .\32xl\:-left-11px {
    left: -11px;
  }

  .\32xl\:-top-12px {
    top: -12px;
  }

  .\32xl\:-right-12px {
    right: -12px;
  }

  .\32xl\:-bottom-12px {
    bottom: -12px;
  }

  .\32xl\:-left-12px {
    left: -12px;
  }

  .\32xl\:-top-13px {
    top: -13px;
  }

  .\32xl\:-right-13px {
    right: -13px;
  }

  .\32xl\:-bottom-13px {
    bottom: -13px;
  }

  .\32xl\:-left-13px {
    left: -13px;
  }

  .\32xl\:-top-14px {
    top: -14px;
  }

  .\32xl\:-right-14px {
    right: -14px;
  }

  .\32xl\:-bottom-14px {
    bottom: -14px;
  }

  .\32xl\:-left-14px {
    left: -14px;
  }

  .\32xl\:-top-15px {
    top: -15px;
  }

  .\32xl\:-right-15px {
    right: -15px;
  }

  .\32xl\:-bottom-15px {
    bottom: -15px;
  }

  .\32xl\:-left-15px {
    left: -15px;
  }

  .\32xl\:-top-16px {
    top: -16px;
  }

  .\32xl\:-right-16px {
    right: -16px;
  }

  .\32xl\:-bottom-16px {
    bottom: -16px;
  }

  .\32xl\:-left-16px {
    left: -16px;
  }

  .\32xl\:-top-17px {
    top: -17px;
  }

  .\32xl\:-right-17px {
    right: -17px;
  }

  .\32xl\:-bottom-17px {
    bottom: -17px;
  }

  .\32xl\:-left-17px {
    left: -17px;
  }

  .\32xl\:-top-18px {
    top: -18px;
  }

  .\32xl\:-right-18px {
    right: -18px;
  }

  .\32xl\:-bottom-18px {
    bottom: -18px;
  }

  .\32xl\:-left-18px {
    left: -18px;
  }

  .\32xl\:-top-19px {
    top: -19px;
  }

  .\32xl\:-right-19px {
    right: -19px;
  }

  .\32xl\:-bottom-19px {
    bottom: -19px;
  }

  .\32xl\:-left-19px {
    left: -19px;
  }

  .\32xl\:-top-20px {
    top: -20px;
  }

  .\32xl\:-right-20px {
    right: -20px;
  }

  .\32xl\:-bottom-20px {
    bottom: -20px;
  }

  .\32xl\:-left-20px {
    left: -20px;
  }

  .\32xl\:-top-21px {
    top: -21px;
  }

  .\32xl\:-right-21px {
    right: -21px;
  }

  .\32xl\:-bottom-21px {
    bottom: -21px;
  }

  .\32xl\:-left-21px {
    left: -21px;
  }

  .\32xl\:-top-22px {
    top: -22px;
  }

  .\32xl\:-right-22px {
    right: -22px;
  }

  .\32xl\:-bottom-22px {
    bottom: -22px;
  }

  .\32xl\:-left-22px {
    left: -22px;
  }

  .\32xl\:-top-23px {
    top: -23px;
  }

  .\32xl\:-right-23px {
    right: -23px;
  }

  .\32xl\:-bottom-23px {
    bottom: -23px;
  }

  .\32xl\:-left-23px {
    left: -23px;
  }

  .\32xl\:-top-24px {
    top: -24px;
  }

  .\32xl\:-right-24px {
    right: -24px;
  }

  .\32xl\:-bottom-24px {
    bottom: -24px;
  }

  .\32xl\:-left-24px {
    left: -24px;
  }

  .\32xl\:-top-25px {
    top: -25px;
  }

  .\32xl\:-right-25px {
    right: -25px;
  }

  .\32xl\:-bottom-25px {
    bottom: -25px;
  }

  .\32xl\:-left-25px {
    left: -25px;
  }

  .\32xl\:-top-26px {
    top: -26px;
  }

  .\32xl\:-right-26px {
    right: -26px;
  }

  .\32xl\:-bottom-26px {
    bottom: -26px;
  }

  .\32xl\:-left-26px {
    left: -26px;
  }

  .\32xl\:-top-27px {
    top: -27px;
  }

  .\32xl\:-right-27px {
    right: -27px;
  }

  .\32xl\:-bottom-27px {
    bottom: -27px;
  }

  .\32xl\:-left-27px {
    left: -27px;
  }

  .\32xl\:-top-28px {
    top: -28px;
  }

  .\32xl\:-right-28px {
    right: -28px;
  }

  .\32xl\:-bottom-28px {
    bottom: -28px;
  }

  .\32xl\:-left-28px {
    left: -28px;
  }

  .\32xl\:-top-29px {
    top: -29px;
  }

  .\32xl\:-right-29px {
    right: -29px;
  }

  .\32xl\:-bottom-29px {
    bottom: -29px;
  }

  .\32xl\:-left-29px {
    left: -29px;
  }

  .\32xl\:-top-30px {
    top: -30px;
  }

  .\32xl\:-right-30px {
    right: -30px;
  }

  .\32xl\:-bottom-30px {
    bottom: -30px;
  }

  .\32xl\:-left-30px {
    left: -30px;
  }

  .\32xl\:-top-31px {
    top: -31px;
  }

  .\32xl\:-right-31px {
    right: -31px;
  }

  .\32xl\:-bottom-31px {
    bottom: -31px;
  }

  .\32xl\:-left-31px {
    left: -31px;
  }

  .\32xl\:-top-32px {
    top: -32px;
  }

  .\32xl\:-right-32px {
    right: -32px;
  }

  .\32xl\:-bottom-32px {
    bottom: -32px;
  }

  .\32xl\:-left-32px {
    left: -32px;
  }

  .\32xl\:-top-33px {
    top: -33px;
  }

  .\32xl\:-right-33px {
    right: -33px;
  }

  .\32xl\:-bottom-33px {
    bottom: -33px;
  }

  .\32xl\:-left-33px {
    left: -33px;
  }

  .\32xl\:-top-34px {
    top: -34px;
  }

  .\32xl\:-right-34px {
    right: -34px;
  }

  .\32xl\:-bottom-34px {
    bottom: -34px;
  }

  .\32xl\:-left-34px {
    left: -34px;
  }

  .\32xl\:-top-35px {
    top: -35px;
  }

  .\32xl\:-right-35px {
    right: -35px;
  }

  .\32xl\:-bottom-35px {
    bottom: -35px;
  }

  .\32xl\:-left-35px {
    left: -35px;
  }

  .\32xl\:-top-36px {
    top: -36px;
  }

  .\32xl\:-right-36px {
    right: -36px;
  }

  .\32xl\:-bottom-36px {
    bottom: -36px;
  }

  .\32xl\:-left-36px {
    left: -36px;
  }

  .\32xl\:-top-37px {
    top: -37px;
  }

  .\32xl\:-right-37px {
    right: -37px;
  }

  .\32xl\:-bottom-37px {
    bottom: -37px;
  }

  .\32xl\:-left-37px {
    left: -37px;
  }

  .\32xl\:-top-38px {
    top: -38px;
  }

  .\32xl\:-right-38px {
    right: -38px;
  }

  .\32xl\:-bottom-38px {
    bottom: -38px;
  }

  .\32xl\:-left-38px {
    left: -38px;
  }

  .\32xl\:-top-39px {
    top: -39px;
  }

  .\32xl\:-right-39px {
    right: -39px;
  }

  .\32xl\:-bottom-39px {
    bottom: -39px;
  }

  .\32xl\:-left-39px {
    left: -39px;
  }

  .\32xl\:-top-40px {
    top: -40px;
  }

  .\32xl\:-right-40px {
    right: -40px;
  }

  .\32xl\:-bottom-40px {
    bottom: -40px;
  }

  .\32xl\:-left-40px {
    left: -40px;
  }

  .\32xl\:-top-41px {
    top: -41px;
  }

  .\32xl\:-right-41px {
    right: -41px;
  }

  .\32xl\:-bottom-41px {
    bottom: -41px;
  }

  .\32xl\:-left-41px {
    left: -41px;
  }

  .\32xl\:-top-42px {
    top: -42px;
  }

  .\32xl\:-right-42px {
    right: -42px;
  }

  .\32xl\:-bottom-42px {
    bottom: -42px;
  }

  .\32xl\:-left-42px {
    left: -42px;
  }

  .\32xl\:-top-43px {
    top: -43px;
  }

  .\32xl\:-right-43px {
    right: -43px;
  }

  .\32xl\:-bottom-43px {
    bottom: -43px;
  }

  .\32xl\:-left-43px {
    left: -43px;
  }

  .\32xl\:-top-44px {
    top: -44px;
  }

  .\32xl\:-right-44px {
    right: -44px;
  }

  .\32xl\:-bottom-44px {
    bottom: -44px;
  }

  .\32xl\:-left-44px {
    left: -44px;
  }

  .\32xl\:-top-45px {
    top: -45px;
  }

  .\32xl\:-right-45px {
    right: -45px;
  }

  .\32xl\:-bottom-45px {
    bottom: -45px;
  }

  .\32xl\:-left-45px {
    left: -45px;
  }

  .\32xl\:-top-46px {
    top: -46px;
  }

  .\32xl\:-right-46px {
    right: -46px;
  }

  .\32xl\:-bottom-46px {
    bottom: -46px;
  }

  .\32xl\:-left-46px {
    left: -46px;
  }

  .\32xl\:-top-47px {
    top: -47px;
  }

  .\32xl\:-right-47px {
    right: -47px;
  }

  .\32xl\:-bottom-47px {
    bottom: -47px;
  }

  .\32xl\:-left-47px {
    left: -47px;
  }

  .\32xl\:-top-48px {
    top: -48px;
  }

  .\32xl\:-right-48px {
    right: -48px;
  }

  .\32xl\:-bottom-48px {
    bottom: -48px;
  }

  .\32xl\:-left-48px {
    left: -48px;
  }

  .\32xl\:-top-49px {
    top: -49px;
  }

  .\32xl\:-right-49px {
    right: -49px;
  }

  .\32xl\:-bottom-49px {
    bottom: -49px;
  }

  .\32xl\:-left-49px {
    left: -49px;
  }

  .\32xl\:-top-50px {
    top: -50px;
  }

  .\32xl\:-right-50px {
    right: -50px;
  }

  .\32xl\:-bottom-50px {
    bottom: -50px;
  }

  .\32xl\:-left-50px {
    left: -50px;
  }

  .\32xl\:-top-51px {
    top: -51px;
  }

  .\32xl\:-right-51px {
    right: -51px;
  }

  .\32xl\:-bottom-51px {
    bottom: -51px;
  }

  .\32xl\:-left-51px {
    left: -51px;
  }

  .\32xl\:-top-52px {
    top: -52px;
  }

  .\32xl\:-right-52px {
    right: -52px;
  }

  .\32xl\:-bottom-52px {
    bottom: -52px;
  }

  .\32xl\:-left-52px {
    left: -52px;
  }

  .\32xl\:-top-53px {
    top: -53px;
  }

  .\32xl\:-right-53px {
    right: -53px;
  }

  .\32xl\:-bottom-53px {
    bottom: -53px;
  }

  .\32xl\:-left-53px {
    left: -53px;
  }

  .\32xl\:-top-54px {
    top: -54px;
  }

  .\32xl\:-right-54px {
    right: -54px;
  }

  .\32xl\:-bottom-54px {
    bottom: -54px;
  }

  .\32xl\:-left-54px {
    left: -54px;
  }

  .\32xl\:-top-55px {
    top: -55px;
  }

  .\32xl\:-right-55px {
    right: -55px;
  }

  .\32xl\:-bottom-55px {
    bottom: -55px;
  }

  .\32xl\:-left-55px {
    left: -55px;
  }

  .\32xl\:-top-56px {
    top: -56px;
  }

  .\32xl\:-right-56px {
    right: -56px;
  }

  .\32xl\:-bottom-56px {
    bottom: -56px;
  }

  .\32xl\:-left-56px {
    left: -56px;
  }

  .\32xl\:-top-57px {
    top: -57px;
  }

  .\32xl\:-right-57px {
    right: -57px;
  }

  .\32xl\:-bottom-57px {
    bottom: -57px;
  }

  .\32xl\:-left-57px {
    left: -57px;
  }

  .\32xl\:-top-58px {
    top: -58px;
  }

  .\32xl\:-right-58px {
    right: -58px;
  }

  .\32xl\:-bottom-58px {
    bottom: -58px;
  }

  .\32xl\:-left-58px {
    left: -58px;
  }

  .\32xl\:-top-59px {
    top: -59px;
  }

  .\32xl\:-right-59px {
    right: -59px;
  }

  .\32xl\:-bottom-59px {
    bottom: -59px;
  }

  .\32xl\:-left-59px {
    left: -59px;
  }

  .\32xl\:-top-60px {
    top: -60px;
  }

  .\32xl\:-right-60px {
    right: -60px;
  }

  .\32xl\:-bottom-60px {
    bottom: -60px;
  }

  .\32xl\:-left-60px {
    left: -60px;
  }

  .\32xl\:-top-61px {
    top: -61px;
  }

  .\32xl\:-right-61px {
    right: -61px;
  }

  .\32xl\:-bottom-61px {
    bottom: -61px;
  }

  .\32xl\:-left-61px {
    left: -61px;
  }

  .\32xl\:-top-62px {
    top: -62px;
  }

  .\32xl\:-right-62px {
    right: -62px;
  }

  .\32xl\:-bottom-62px {
    bottom: -62px;
  }

  .\32xl\:-left-62px {
    left: -62px;
  }

  .\32xl\:-top-63px {
    top: -63px;
  }

  .\32xl\:-right-63px {
    right: -63px;
  }

  .\32xl\:-bottom-63px {
    bottom: -63px;
  }

  .\32xl\:-left-63px {
    left: -63px;
  }

  .\32xl\:-top-64px {
    top: -64px;
  }

  .\32xl\:-right-64px {
    right: -64px;
  }

  .\32xl\:-bottom-64px {
    bottom: -64px;
  }

  .\32xl\:-left-64px {
    left: -64px;
  }

  .\32xl\:-top-65px {
    top: -65px;
  }

  .\32xl\:-right-65px {
    right: -65px;
  }

  .\32xl\:-bottom-65px {
    bottom: -65px;
  }

  .\32xl\:-left-65px {
    left: -65px;
  }

  .\32xl\:-top-66px {
    top: -66px;
  }

  .\32xl\:-right-66px {
    right: -66px;
  }

  .\32xl\:-bottom-66px {
    bottom: -66px;
  }

  .\32xl\:-left-66px {
    left: -66px;
  }

  .\32xl\:-top-67px {
    top: -67px;
  }

  .\32xl\:-right-67px {
    right: -67px;
  }

  .\32xl\:-bottom-67px {
    bottom: -67px;
  }

  .\32xl\:-left-67px {
    left: -67px;
  }

  .\32xl\:-top-68px {
    top: -68px;
  }

  .\32xl\:-right-68px {
    right: -68px;
  }

  .\32xl\:-bottom-68px {
    bottom: -68px;
  }

  .\32xl\:-left-68px {
    left: -68px;
  }

  .\32xl\:-top-69px {
    top: -69px;
  }

  .\32xl\:-right-69px {
    right: -69px;
  }

  .\32xl\:-bottom-69px {
    bottom: -69px;
  }

  .\32xl\:-left-69px {
    left: -69px;
  }

  .\32xl\:-top-70px {
    top: -70px;
  }

  .\32xl\:-right-70px {
    right: -70px;
  }

  .\32xl\:-bottom-70px {
    bottom: -70px;
  }

  .\32xl\:-left-70px {
    left: -70px;
  }

  .\32xl\:-top-71px {
    top: -71px;
  }

  .\32xl\:-right-71px {
    right: -71px;
  }

  .\32xl\:-bottom-71px {
    bottom: -71px;
  }

  .\32xl\:-left-71px {
    left: -71px;
  }

  .\32xl\:-top-72px {
    top: -72px;
  }

  .\32xl\:-right-72px {
    right: -72px;
  }

  .\32xl\:-bottom-72px {
    bottom: -72px;
  }

  .\32xl\:-left-72px {
    left: -72px;
  }

  .\32xl\:-top-73px {
    top: -73px;
  }

  .\32xl\:-right-73px {
    right: -73px;
  }

  .\32xl\:-bottom-73px {
    bottom: -73px;
  }

  .\32xl\:-left-73px {
    left: -73px;
  }

  .\32xl\:-top-74px {
    top: -74px;
  }

  .\32xl\:-right-74px {
    right: -74px;
  }

  .\32xl\:-bottom-74px {
    bottom: -74px;
  }

  .\32xl\:-left-74px {
    left: -74px;
  }

  .\32xl\:-top-75px {
    top: -75px;
  }

  .\32xl\:-right-75px {
    right: -75px;
  }

  .\32xl\:-bottom-75px {
    bottom: -75px;
  }

  .\32xl\:-left-75px {
    left: -75px;
  }

  .\32xl\:-top-76px {
    top: -76px;
  }

  .\32xl\:-right-76px {
    right: -76px;
  }

  .\32xl\:-bottom-76px {
    bottom: -76px;
  }

  .\32xl\:-left-76px {
    left: -76px;
  }

  .\32xl\:-top-77px {
    top: -77px;
  }

  .\32xl\:-right-77px {
    right: -77px;
  }

  .\32xl\:-bottom-77px {
    bottom: -77px;
  }

  .\32xl\:-left-77px {
    left: -77px;
  }

  .\32xl\:-top-78px {
    top: -78px;
  }

  .\32xl\:-right-78px {
    right: -78px;
  }

  .\32xl\:-bottom-78px {
    bottom: -78px;
  }

  .\32xl\:-left-78px {
    left: -78px;
  }

  .\32xl\:-top-79px {
    top: -79px;
  }

  .\32xl\:-right-79px {
    right: -79px;
  }

  .\32xl\:-bottom-79px {
    bottom: -79px;
  }

  .\32xl\:-left-79px {
    left: -79px;
  }

  .\32xl\:-top-80px {
    top: -80px;
  }

  .\32xl\:-right-80px {
    right: -80px;
  }

  .\32xl\:-bottom-80px {
    bottom: -80px;
  }

  .\32xl\:-left-80px {
    left: -80px;
  }

  .\32xl\:-top-81px {
    top: -81px;
  }

  .\32xl\:-right-81px {
    right: -81px;
  }

  .\32xl\:-bottom-81px {
    bottom: -81px;
  }

  .\32xl\:-left-81px {
    left: -81px;
  }

  .\32xl\:-top-82px {
    top: -82px;
  }

  .\32xl\:-right-82px {
    right: -82px;
  }

  .\32xl\:-bottom-82px {
    bottom: -82px;
  }

  .\32xl\:-left-82px {
    left: -82px;
  }

  .\32xl\:-top-83px {
    top: -83px;
  }

  .\32xl\:-right-83px {
    right: -83px;
  }

  .\32xl\:-bottom-83px {
    bottom: -83px;
  }

  .\32xl\:-left-83px {
    left: -83px;
  }

  .\32xl\:-top-84px {
    top: -84px;
  }

  .\32xl\:-right-84px {
    right: -84px;
  }

  .\32xl\:-bottom-84px {
    bottom: -84px;
  }

  .\32xl\:-left-84px {
    left: -84px;
  }

  .\32xl\:-top-85px {
    top: -85px;
  }

  .\32xl\:-right-85px {
    right: -85px;
  }

  .\32xl\:-bottom-85px {
    bottom: -85px;
  }

  .\32xl\:-left-85px {
    left: -85px;
  }

  .\32xl\:-top-86px {
    top: -86px;
  }

  .\32xl\:-right-86px {
    right: -86px;
  }

  .\32xl\:-bottom-86px {
    bottom: -86px;
  }

  .\32xl\:-left-86px {
    left: -86px;
  }

  .\32xl\:-top-87px {
    top: -87px;
  }

  .\32xl\:-right-87px {
    right: -87px;
  }

  .\32xl\:-bottom-87px {
    bottom: -87px;
  }

  .\32xl\:-left-87px {
    left: -87px;
  }

  .\32xl\:-top-88px {
    top: -88px;
  }

  .\32xl\:-right-88px {
    right: -88px;
  }

  .\32xl\:-bottom-88px {
    bottom: -88px;
  }

  .\32xl\:-left-88px {
    left: -88px;
  }

  .\32xl\:-top-89px {
    top: -89px;
  }

  .\32xl\:-right-89px {
    right: -89px;
  }

  .\32xl\:-bottom-89px {
    bottom: -89px;
  }

  .\32xl\:-left-89px {
    left: -89px;
  }

  .\32xl\:-top-90px {
    top: -90px;
  }

  .\32xl\:-right-90px {
    right: -90px;
  }

  .\32xl\:-bottom-90px {
    bottom: -90px;
  }

  .\32xl\:-left-90px {
    left: -90px;
  }

  .\32xl\:-top-91px {
    top: -91px;
  }

  .\32xl\:-right-91px {
    right: -91px;
  }

  .\32xl\:-bottom-91px {
    bottom: -91px;
  }

  .\32xl\:-left-91px {
    left: -91px;
  }

  .\32xl\:-top-92px {
    top: -92px;
  }

  .\32xl\:-right-92px {
    right: -92px;
  }

  .\32xl\:-bottom-92px {
    bottom: -92px;
  }

  .\32xl\:-left-92px {
    left: -92px;
  }

  .\32xl\:-top-93px {
    top: -93px;
  }

  .\32xl\:-right-93px {
    right: -93px;
  }

  .\32xl\:-bottom-93px {
    bottom: -93px;
  }

  .\32xl\:-left-93px {
    left: -93px;
  }

  .\32xl\:-top-94px {
    top: -94px;
  }

  .\32xl\:-right-94px {
    right: -94px;
  }

  .\32xl\:-bottom-94px {
    bottom: -94px;
  }

  .\32xl\:-left-94px {
    left: -94px;
  }

  .\32xl\:-top-95px {
    top: -95px;
  }

  .\32xl\:-right-95px {
    right: -95px;
  }

  .\32xl\:-bottom-95px {
    bottom: -95px;
  }

  .\32xl\:-left-95px {
    left: -95px;
  }

  .\32xl\:-top-96px {
    top: -96px;
  }

  .\32xl\:-right-96px {
    right: -96px;
  }

  .\32xl\:-bottom-96px {
    bottom: -96px;
  }

  .\32xl\:-left-96px {
    left: -96px;
  }

  .\32xl\:-top-97px {
    top: -97px;
  }

  .\32xl\:-right-97px {
    right: -97px;
  }

  .\32xl\:-bottom-97px {
    bottom: -97px;
  }

  .\32xl\:-left-97px {
    left: -97px;
  }

  .\32xl\:-top-98px {
    top: -98px;
  }

  .\32xl\:-right-98px {
    right: -98px;
  }

  .\32xl\:-bottom-98px {
    bottom: -98px;
  }

  .\32xl\:-left-98px {
    left: -98px;
  }

  .\32xl\:-top-99px {
    top: -99px;
  }

  .\32xl\:-right-99px {
    right: -99px;
  }

  .\32xl\:-bottom-99px {
    bottom: -99px;
  }

  .\32xl\:-left-99px {
    left: -99px;
  }

  .\32xl\:-top-100px {
    top: -100px;
  }

  .\32xl\:-right-100px {
    right: -100px;
  }

  .\32xl\:-bottom-100px {
    bottom: -100px;
  }

  .\32xl\:-left-100px {
    left: -100px;
  }

  .\32xl\:-top-101px {
    top: -101px;
  }

  .\32xl\:-right-101px {
    right: -101px;
  }

  .\32xl\:-bottom-101px {
    bottom: -101px;
  }

  .\32xl\:-left-101px {
    left: -101px;
  }

  .\32xl\:-top-102px {
    top: -102px;
  }

  .\32xl\:-right-102px {
    right: -102px;
  }

  .\32xl\:-bottom-102px {
    bottom: -102px;
  }

  .\32xl\:-left-102px {
    left: -102px;
  }

  .\32xl\:-top-103px {
    top: -103px;
  }

  .\32xl\:-right-103px {
    right: -103px;
  }

  .\32xl\:-bottom-103px {
    bottom: -103px;
  }

  .\32xl\:-left-103px {
    left: -103px;
  }

  .\32xl\:-top-104px {
    top: -104px;
  }

  .\32xl\:-right-104px {
    right: -104px;
  }

  .\32xl\:-bottom-104px {
    bottom: -104px;
  }

  .\32xl\:-left-104px {
    left: -104px;
  }

  .\32xl\:-top-105px {
    top: -105px;
  }

  .\32xl\:-right-105px {
    right: -105px;
  }

  .\32xl\:-bottom-105px {
    bottom: -105px;
  }

  .\32xl\:-left-105px {
    left: -105px;
  }

  .\32xl\:-top-106px {
    top: -106px;
  }

  .\32xl\:-right-106px {
    right: -106px;
  }

  .\32xl\:-bottom-106px {
    bottom: -106px;
  }

  .\32xl\:-left-106px {
    left: -106px;
  }

  .\32xl\:-top-107px {
    top: -107px;
  }

  .\32xl\:-right-107px {
    right: -107px;
  }

  .\32xl\:-bottom-107px {
    bottom: -107px;
  }

  .\32xl\:-left-107px {
    left: -107px;
  }

  .\32xl\:-top-108px {
    top: -108px;
  }

  .\32xl\:-right-108px {
    right: -108px;
  }

  .\32xl\:-bottom-108px {
    bottom: -108px;
  }

  .\32xl\:-left-108px {
    left: -108px;
  }

  .\32xl\:-top-109px {
    top: -109px;
  }

  .\32xl\:-right-109px {
    right: -109px;
  }

  .\32xl\:-bottom-109px {
    bottom: -109px;
  }

  .\32xl\:-left-109px {
    left: -109px;
  }

  .\32xl\:-top-110px {
    top: -110px;
  }

  .\32xl\:-right-110px {
    right: -110px;
  }

  .\32xl\:-bottom-110px {
    bottom: -110px;
  }

  .\32xl\:-left-110px {
    left: -110px;
  }

  .\32xl\:-top-111px {
    top: -111px;
  }

  .\32xl\:-right-111px {
    right: -111px;
  }

  .\32xl\:-bottom-111px {
    bottom: -111px;
  }

  .\32xl\:-left-111px {
    left: -111px;
  }

  .\32xl\:-top-112px {
    top: -112px;
  }

  .\32xl\:-right-112px {
    right: -112px;
  }

  .\32xl\:-bottom-112px {
    bottom: -112px;
  }

  .\32xl\:-left-112px {
    left: -112px;
  }

  .\32xl\:-top-113px {
    top: -113px;
  }

  .\32xl\:-right-113px {
    right: -113px;
  }

  .\32xl\:-bottom-113px {
    bottom: -113px;
  }

  .\32xl\:-left-113px {
    left: -113px;
  }

  .\32xl\:-top-114px {
    top: -114px;
  }

  .\32xl\:-right-114px {
    right: -114px;
  }

  .\32xl\:-bottom-114px {
    bottom: -114px;
  }

  .\32xl\:-left-114px {
    left: -114px;
  }

  .\32xl\:-top-115px {
    top: -115px;
  }

  .\32xl\:-right-115px {
    right: -115px;
  }

  .\32xl\:-bottom-115px {
    bottom: -115px;
  }

  .\32xl\:-left-115px {
    left: -115px;
  }

  .\32xl\:-top-116px {
    top: -116px;
  }

  .\32xl\:-right-116px {
    right: -116px;
  }

  .\32xl\:-bottom-116px {
    bottom: -116px;
  }

  .\32xl\:-left-116px {
    left: -116px;
  }

  .\32xl\:-top-117px {
    top: -117px;
  }

  .\32xl\:-right-117px {
    right: -117px;
  }

  .\32xl\:-bottom-117px {
    bottom: -117px;
  }

  .\32xl\:-left-117px {
    left: -117px;
  }

  .\32xl\:-top-118px {
    top: -118px;
  }

  .\32xl\:-right-118px {
    right: -118px;
  }

  .\32xl\:-bottom-118px {
    bottom: -118px;
  }

  .\32xl\:-left-118px {
    left: -118px;
  }

  .\32xl\:-top-119px {
    top: -119px;
  }

  .\32xl\:-right-119px {
    right: -119px;
  }

  .\32xl\:-bottom-119px {
    bottom: -119px;
  }

  .\32xl\:-left-119px {
    left: -119px;
  }

  .\32xl\:-top-120px {
    top: -120px;
  }

  .\32xl\:-right-120px {
    right: -120px;
  }

  .\32xl\:-bottom-120px {
    bottom: -120px;
  }

  .\32xl\:-left-120px {
    left: -120px;
  }

  .\32xl\:-top-121px {
    top: -121px;
  }

  .\32xl\:-right-121px {
    right: -121px;
  }

  .\32xl\:-bottom-121px {
    bottom: -121px;
  }

  .\32xl\:-left-121px {
    left: -121px;
  }

  .\32xl\:-top-122px {
    top: -122px;
  }

  .\32xl\:-right-122px {
    right: -122px;
  }

  .\32xl\:-bottom-122px {
    bottom: -122px;
  }

  .\32xl\:-left-122px {
    left: -122px;
  }

  .\32xl\:-top-123px {
    top: -123px;
  }

  .\32xl\:-right-123px {
    right: -123px;
  }

  .\32xl\:-bottom-123px {
    bottom: -123px;
  }

  .\32xl\:-left-123px {
    left: -123px;
  }

  .\32xl\:-top-124px {
    top: -124px;
  }

  .\32xl\:-right-124px {
    right: -124px;
  }

  .\32xl\:-bottom-124px {
    bottom: -124px;
  }

  .\32xl\:-left-124px {
    left: -124px;
  }

  .\32xl\:-top-125px {
    top: -125px;
  }

  .\32xl\:-right-125px {
    right: -125px;
  }

  .\32xl\:-bottom-125px {
    bottom: -125px;
  }

  .\32xl\:-left-125px {
    left: -125px;
  }

  .\32xl\:-top-126px {
    top: -126px;
  }

  .\32xl\:-right-126px {
    right: -126px;
  }

  .\32xl\:-bottom-126px {
    bottom: -126px;
  }

  .\32xl\:-left-126px {
    left: -126px;
  }

  .\32xl\:-top-127px {
    top: -127px;
  }

  .\32xl\:-right-127px {
    right: -127px;
  }

  .\32xl\:-bottom-127px {
    bottom: -127px;
  }

  .\32xl\:-left-127px {
    left: -127px;
  }

  .\32xl\:-top-128px {
    top: -128px;
  }

  .\32xl\:-right-128px {
    right: -128px;
  }

  .\32xl\:-bottom-128px {
    bottom: -128px;
  }

  .\32xl\:-left-128px {
    left: -128px;
  }

  .\32xl\:-top-129px {
    top: -129px;
  }

  .\32xl\:-right-129px {
    right: -129px;
  }

  .\32xl\:-bottom-129px {
    bottom: -129px;
  }

  .\32xl\:-left-129px {
    left: -129px;
  }

  .\32xl\:-top-130px {
    top: -130px;
  }

  .\32xl\:-right-130px {
    right: -130px;
  }

  .\32xl\:-bottom-130px {
    bottom: -130px;
  }

  .\32xl\:-left-130px {
    left: -130px;
  }

  .\32xl\:-top-133px {
    top: -133px;
  }

  .\32xl\:-right-133px {
    right: -133px;
  }

  .\32xl\:-bottom-133px {
    bottom: -133px;
  }

  .\32xl\:-left-133px {
    left: -133px;
  }

  .\32xl\:-top-140px {
    top: -140px;
  }

  .\32xl\:-right-140px {
    right: -140px;
  }

  .\32xl\:-bottom-140px {
    bottom: -140px;
  }

  .\32xl\:-left-140px {
    left: -140px;
  }

  .\32xl\:-top-195px {
    top: -195px;
  }

  .\32xl\:-right-195px {
    right: -195px;
  }

  .\32xl\:-bottom-195px {
    bottom: -195px;
  }

  .\32xl\:-left-195px {
    left: -195px;
  }

  .\32xl\:-top-200px {
    top: -200px;
  }

  .\32xl\:-right-200px {
    right: -200px;
  }

  .\32xl\:-bottom-200px {
    bottom: -200px;
  }

  .\32xl\:-left-200px {
    left: -200px;
  }

  .\32xl\:-top-210px {
    top: -210px;
  }

  .\32xl\:-right-210px {
    right: -210px;
  }

  .\32xl\:-bottom-210px {
    bottom: -210px;
  }

  .\32xl\:-left-210px {
    left: -210px;
  }

  .\32xl\:-top-222px {
    top: -222px;
  }

  .\32xl\:-right-222px {
    right: -222px;
  }

  .\32xl\:-bottom-222px {
    bottom: -222px;
  }

  .\32xl\:-left-222px {
    left: -222px;
  }

  .\32xl\:-top-258px {
    top: -258px;
  }

  .\32xl\:-right-258px {
    right: -258px;
  }

  .\32xl\:-bottom-258px {
    bottom: -258px;
  }

  .\32xl\:-left-258px {
    left: -258px;
  }

  .\32xl\:-top-280px {
    top: -280px;
  }

  .\32xl\:-right-280px {
    right: -280px;
  }

  .\32xl\:-bottom-280px {
    bottom: -280px;
  }

  .\32xl\:-left-280px {
    left: -280px;
  }

  .\32xl\:-top-334px {
    top: -334px;
  }

  .\32xl\:-right-334px {
    right: -334px;
  }

  .\32xl\:-bottom-334px {
    bottom: -334px;
  }

  .\32xl\:-left-334px {
    left: -334px;
  }

  .\32xl\:-top-388px {
    top: -388px;
  }

  .\32xl\:-right-388px {
    right: -388px;
  }

  .\32xl\:-bottom-388px {
    bottom: -388px;
  }

  .\32xl\:-left-388px {
    left: -388px;
  }

  .\32xl\:-top-480px {
    top: -480px;
  }

  .\32xl\:-right-480px {
    right: -480px;
  }

  .\32xl\:-bottom-480px {
    bottom: -480px;
  }

  .\32xl\:-left-480px {
    left: -480px;
  }

  .\32xl\:-top-490px {
    top: -490px;
  }

  .\32xl\:-right-490px {
    right: -490px;
  }

  .\32xl\:-bottom-490px {
    bottom: -490px;
  }

  .\32xl\:-left-490px {
    left: -490px;
  }

  .\32xl\:-top-505px {
    top: -505px;
  }

  .\32xl\:-right-505px {
    right: -505px;
  }

  .\32xl\:-bottom-505px {
    bottom: -505px;
  }

  .\32xl\:-left-505px {
    left: -505px;
  }

  .\32xl\:-top-507px {
    top: -507px;
  }

  .\32xl\:-right-507px {
    right: -507px;
  }

  .\32xl\:-bottom-507px {
    bottom: -507px;
  }

  .\32xl\:-left-507px {
    left: -507px;
  }

  .\32xl\:-top-760px {
    top: -760px;
  }

  .\32xl\:-right-760px {
    right: -760px;
  }

  .\32xl\:-bottom-760px {
    bottom: -760px;
  }

  .\32xl\:-left-760px {
    left: -760px;
  }

  .\32xl\:-top-780px {
    top: -780px;
  }

  .\32xl\:-right-780px {
    right: -780px;
  }

  .\32xl\:-bottom-780px {
    bottom: -780px;
  }

  .\32xl\:-left-780px {
    left: -780px;
  }

  .\32xl\:-top-980px {
    top: -980px;
  }

  .\32xl\:-right-980px {
    right: -980px;
  }

  .\32xl\:-bottom-980px {
    bottom: -980px;
  }

  .\32xl\:-left-980px {
    left: -980px;
  }

  .\32xl\:-top-1366px {
    top: -1366px;
  }

  .\32xl\:-right-1366px {
    right: -1366px;
  }

  .\32xl\:-bottom-1366px {
    bottom: -1366px;
  }

  .\32xl\:-left-1366px {
    left: -1366px;
  }

  .\32xl\:top-1\/2 {
    top: 50%;
  }

  .\32xl\:right-1\/2 {
    right: 50%;
  }

  .\32xl\:bottom-1\/2 {
    bottom: 50%;
  }

  .\32xl\:left-1\/2 {
    left: 50%;
  }

  .\32xl\:top-1\/3 {
    top: 33.333333%;
  }

  .\32xl\:right-1\/3 {
    right: 33.333333%;
  }

  .\32xl\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .\32xl\:left-1\/3 {
    left: 33.333333%;
  }

  .\32xl\:top-2\/3 {
    top: 66.666667%;
  }

  .\32xl\:right-2\/3 {
    right: 66.666667%;
  }

  .\32xl\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .\32xl\:left-2\/3 {
    left: 66.666667%;
  }

  .\32xl\:top-1\/4 {
    top: 25%;
  }

  .\32xl\:right-1\/4 {
    right: 25%;
  }

  .\32xl\:bottom-1\/4 {
    bottom: 25%;
  }

  .\32xl\:left-1\/4 {
    left: 25%;
  }

  .\32xl\:top-2\/4 {
    top: 50%;
  }

  .\32xl\:right-2\/4 {
    right: 50%;
  }

  .\32xl\:bottom-2\/4 {
    bottom: 50%;
  }

  .\32xl\:left-2\/4 {
    left: 50%;
  }

  .\32xl\:top-3\/4 {
    top: 75%;
  }

  .\32xl\:right-3\/4 {
    right: 75%;
  }

  .\32xl\:bottom-3\/4 {
    bottom: 75%;
  }

  .\32xl\:left-3\/4 {
    left: 75%;
  }

  .\32xl\:top-full {
    top: 100%;
  }

  .\32xl\:right-full {
    right: 100%;
  }

  .\32xl\:bottom-full {
    bottom: 100%;
  }

  .\32xl\:left-full {
    left: 100%;
  }

  .\32xl\:-top-1\/2 {
    top: -50%;
  }

  .\32xl\:-right-1\/2 {
    right: -50%;
  }

  .\32xl\:-bottom-1\/2 {
    bottom: -50%;
  }

  .\32xl\:-left-1\/2 {
    left: -50%;
  }

  .\32xl\:-top-1\/3 {
    top: -33.333333%;
  }

  .\32xl\:-right-1\/3 {
    right: -33.333333%;
  }

  .\32xl\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .\32xl\:-left-1\/3 {
    left: -33.333333%;
  }

  .\32xl\:-top-2\/3 {
    top: -66.666667%;
  }

  .\32xl\:-right-2\/3 {
    right: -66.666667%;
  }

  .\32xl\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .\32xl\:-left-2\/3 {
    left: -66.666667%;
  }

  .\32xl\:-top-1\/4 {
    top: -25%;
  }

  .\32xl\:-right-1\/4 {
    right: -25%;
  }

  .\32xl\:-bottom-1\/4 {
    bottom: -25%;
  }

  .\32xl\:-left-1\/4 {
    left: -25%;
  }

  .\32xl\:-top-2\/4 {
    top: -50%;
  }

  .\32xl\:-right-2\/4 {
    right: -50%;
  }

  .\32xl\:-bottom-2\/4 {
    bottom: -50%;
  }

  .\32xl\:-left-2\/4 {
    left: -50%;
  }

  .\32xl\:-top-3\/4 {
    top: -75%;
  }

  .\32xl\:-right-3\/4 {
    right: -75%;
  }

  .\32xl\:-bottom-3\/4 {
    bottom: -75%;
  }

  .\32xl\:-left-3\/4 {
    left: -75%;
  }

  .\32xl\:-top-full {
    top: -100%;
  }

  .\32xl\:-right-full {
    right: -100%;
  }

  .\32xl\:-bottom-full {
    bottom: -100%;
  }

  .\32xl\:-left-full {
    left: -100%;
  }

  .\32xl\:resize-none {
    resize: none;
  }

  .\32xl\:resize-y {
    resize: vertical;
  }

  .\32xl\:resize-x {
    resize: horizontal;
  }

  .\32xl\:resize {
    resize: both;
  }

  .\32xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring-inset {
    --tw-ring-inset: inset;
  }

  .\32xl\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .\32xl\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .\32xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .\32xl\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:ring-offset-main-bg {
    --tw-ring-offset-color: #20264B;
  }

  .\32xl\:ring-offset-main-bg-2 {
    --tw-ring-offset-color: #101435;
  }

  .\32xl\:ring-offset-main-bg-3 {
    --tw-ring-offset-color: #101531;
  }

  .\32xl\:ring-offset-web-logo-brown {
    --tw-ring-offset-color: #B27D1A;
  }

  .\32xl\:ring-offset-public-logo-brown {
    --tw-ring-offset-color: #9A6D0A;
  }

  .\32xl\:ring-offset-button-primary-pink {
    --tw-ring-offset-color: #CF125B;
  }

  .\32xl\:ring-offset-button-secondary-black {
    --tw-ring-offset-color: #000000;
  }

  .\32xl\:ring-offset-link-text-white {
    --tw-ring-offset-color: #ffffff;
  }

  .\32xl\:ring-offset-sub-text-brown {
    --tw-ring-offset-color: #A29063;
  }

  .\32xl\:ring-offset-body-brown {
    --tw-ring-offset-color: #8D8779;
  }

  .\32xl\:ring-offset-copyright-gray {
    --tw-ring-offset-color: #D5D5D5;
  }

  .\32xl\:ring-offset-breadcrumb-gray {
    --tw-ring-offset-color: #858593;
  }

  .\32xl\:ring-offset-dark-text-white {
    --tw-ring-offset-color: #ffffff;
  }

  .\32xl\:ring-offset-background-black-a {
    --tw-ring-offset-color: #191919;
  }

  .\32xl\:ring-offset-background-black-b {
    --tw-ring-offset-color: #343445;
  }

  .\32xl\:ring-offset-background-black-c {
    --tw-ring-offset-color: #101531;
  }

  .\32xl\:ring-offset-background-black-d {
    --tw-ring-offset-color: #040822;
  }

  .\32xl\:ring-offset-product-detail-body-white {
    --tw-ring-offset-color: #F7F3EF;
  }

  .\32xl\:ring-offset-primary-pink {
    --tw-ring-offset-color: #D52525;
  }

  .\32xl\:ring-offset-footer-divide-gray {
    --tw-ring-offset-color: #545467;
  }

  .\32xl\:ring-offset-detail-text-brown {
    --tw-ring-offset-color: #6A510E;
  }

  .\32xl\:ring-offset-detail-desc-brown {
    --tw-ring-offset-color: #676051;
  }

  .\32xl\:ring-offset-border-brown {
    --tw-ring-offset-color: #E8DFD6;
  }

  .\32xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .\32xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:focus-within\:ring-offset-main-bg:focus-within {
    --tw-ring-offset-color: #20264B;
  }

  .\32xl\:focus-within\:ring-offset-main-bg-2:focus-within {
    --tw-ring-offset-color: #101435;
  }

  .\32xl\:focus-within\:ring-offset-main-bg-3:focus-within {
    --tw-ring-offset-color: #101531;
  }

  .\32xl\:focus-within\:ring-offset-web-logo-brown:focus-within {
    --tw-ring-offset-color: #B27D1A;
  }

  .\32xl\:focus-within\:ring-offset-public-logo-brown:focus-within {
    --tw-ring-offset-color: #9A6D0A;
  }

  .\32xl\:focus-within\:ring-offset-button-primary-pink:focus-within {
    --tw-ring-offset-color: #CF125B;
  }

  .\32xl\:focus-within\:ring-offset-button-secondary-black:focus-within {
    --tw-ring-offset-color: #000000;
  }

  .\32xl\:focus-within\:ring-offset-link-text-white:focus-within {
    --tw-ring-offset-color: #ffffff;
  }

  .\32xl\:focus-within\:ring-offset-sub-text-brown:focus-within {
    --tw-ring-offset-color: #A29063;
  }

  .\32xl\:focus-within\:ring-offset-body-brown:focus-within {
    --tw-ring-offset-color: #8D8779;
  }

  .\32xl\:focus-within\:ring-offset-copyright-gray:focus-within {
    --tw-ring-offset-color: #D5D5D5;
  }

  .\32xl\:focus-within\:ring-offset-breadcrumb-gray:focus-within {
    --tw-ring-offset-color: #858593;
  }

  .\32xl\:focus-within\:ring-offset-dark-text-white:focus-within {
    --tw-ring-offset-color: #ffffff;
  }

  .\32xl\:focus-within\:ring-offset-background-black-a:focus-within {
    --tw-ring-offset-color: #191919;
  }

  .\32xl\:focus-within\:ring-offset-background-black-b:focus-within {
    --tw-ring-offset-color: #343445;
  }

  .\32xl\:focus-within\:ring-offset-background-black-c:focus-within {
    --tw-ring-offset-color: #101531;
  }

  .\32xl\:focus-within\:ring-offset-background-black-d:focus-within {
    --tw-ring-offset-color: #040822;
  }

  .\32xl\:focus-within\:ring-offset-product-detail-body-white:focus-within {
    --tw-ring-offset-color: #F7F3EF;
  }

  .\32xl\:focus-within\:ring-offset-primary-pink:focus-within {
    --tw-ring-offset-color: #D52525;
  }

  .\32xl\:focus-within\:ring-offset-footer-divide-gray:focus-within {
    --tw-ring-offset-color: #545467;
  }

  .\32xl\:focus-within\:ring-offset-detail-text-brown:focus-within {
    --tw-ring-offset-color: #6A510E;
  }

  .\32xl\:focus-within\:ring-offset-detail-desc-brown:focus-within {
    --tw-ring-offset-color: #676051;
  }

  .\32xl\:focus-within\:ring-offset-border-brown:focus-within {
    --tw-ring-offset-color: #E8DFD6;
  }

  .\32xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .\32xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
  }

  .\32xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
  }

  .\32xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
  }

  .\32xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
  }

  .\32xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
  }

  .\32xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
  }

  .\32xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
  }

  .\32xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }

  .\32xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
  }

  .\32xl\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:focus\:ring-offset-main-bg:focus {
    --tw-ring-offset-color: #20264B;
  }

  .\32xl\:focus\:ring-offset-main-bg-2:focus {
    --tw-ring-offset-color: #101435;
  }

  .\32xl\:focus\:ring-offset-main-bg-3:focus {
    --tw-ring-offset-color: #101531;
  }

  .\32xl\:focus\:ring-offset-web-logo-brown:focus {
    --tw-ring-offset-color: #B27D1A;
  }

  .\32xl\:focus\:ring-offset-public-logo-brown:focus {
    --tw-ring-offset-color: #9A6D0A;
  }

  .\32xl\:focus\:ring-offset-button-primary-pink:focus {
    --tw-ring-offset-color: #CF125B;
  }

  .\32xl\:focus\:ring-offset-button-secondary-black:focus {
    --tw-ring-offset-color: #000000;
  }

  .\32xl\:focus\:ring-offset-link-text-white:focus {
    --tw-ring-offset-color: #ffffff;
  }

  .\32xl\:focus\:ring-offset-sub-text-brown:focus {
    --tw-ring-offset-color: #A29063;
  }

  .\32xl\:focus\:ring-offset-body-brown:focus {
    --tw-ring-offset-color: #8D8779;
  }

  .\32xl\:focus\:ring-offset-copyright-gray:focus {
    --tw-ring-offset-color: #D5D5D5;
  }

  .\32xl\:focus\:ring-offset-breadcrumb-gray:focus {
    --tw-ring-offset-color: #858593;
  }

  .\32xl\:focus\:ring-offset-dark-text-white:focus {
    --tw-ring-offset-color: #ffffff;
  }

  .\32xl\:focus\:ring-offset-background-black-a:focus {
    --tw-ring-offset-color: #191919;
  }

  .\32xl\:focus\:ring-offset-background-black-b:focus {
    --tw-ring-offset-color: #343445;
  }

  .\32xl\:focus\:ring-offset-background-black-c:focus {
    --tw-ring-offset-color: #101531;
  }

  .\32xl\:focus\:ring-offset-background-black-d:focus {
    --tw-ring-offset-color: #040822;
  }

  .\32xl\:focus\:ring-offset-product-detail-body-white:focus {
    --tw-ring-offset-color: #F7F3EF;
  }

  .\32xl\:focus\:ring-offset-primary-pink:focus {
    --tw-ring-offset-color: #D52525;
  }

  .\32xl\:focus\:ring-offset-footer-divide-gray:focus {
    --tw-ring-offset-color: #545467;
  }

  .\32xl\:focus\:ring-offset-detail-text-brown:focus {
    --tw-ring-offset-color: #6A510E;
  }

  .\32xl\:focus\:ring-offset-detail-desc-brown:focus {
    --tw-ring-offset-color: #676051;
  }

  .\32xl\:focus\:ring-offset-border-brown:focus {
    --tw-ring-offset-color: #E8DFD6;
  }

  .\32xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .\32xl\:ring-current {
    --tw-ring-color: currentColor;
  }

  .\32xl\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:ring-main-bg {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
  }

  .\32xl\:ring-main-bg-2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
  }

  .\32xl\:ring-main-bg-3 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .\32xl\:ring-web-logo-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
  }

  .\32xl\:ring-public-logo-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
  }

  .\32xl\:ring-button-primary-pink {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
  }

  .\32xl\:ring-button-secondary-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:ring-link-text-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sub-text-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
  }

  .\32xl\:ring-body-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
  }

  .\32xl\:ring-copyright-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
  }

  .\32xl\:ring-breadcrumb-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
  }

  .\32xl\:ring-dark-text-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-background-black-a {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
  }

  .\32xl\:ring-background-black-b {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
  }

  .\32xl\:ring-background-black-c {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .\32xl\:ring-background-black-d {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
  }

  .\32xl\:ring-product-detail-body-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
  }

  .\32xl\:ring-primary-pink {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
  }

  .\32xl\:ring-footer-divide-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
  }

  .\32xl\:ring-detail-text-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
  }

  .\32xl\:ring-detail-desc-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
  }

  .\32xl\:ring-border-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 223, 214, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .\32xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .\32xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-main-bg:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-main-bg-2:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-main-bg-3:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-web-logo-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-public-logo-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-button-primary-pink:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-button-secondary-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-link-text-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sub-text-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-body-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-copyright-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-breadcrumb-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-dark-text-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-background-black-a:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-background-black-b:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-background-black-c:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-background-black-d:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-product-detail-body-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-primary-pink:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-footer-divide-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-detail-text-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-detail-desc-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-border-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 223, 214, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .\32xl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .\32xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-main-bg:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(32, 38, 75, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-main-bg-2:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 20, 53, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-main-bg-3:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-web-logo-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 125, 26, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-public-logo-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 109, 10, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-button-primary-pink:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 18, 91, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-button-secondary-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-link-text-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sub-text-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 144, 99, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-body-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 135, 121, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-copyright-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 213, 213, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-breadcrumb-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 147, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-dark-text-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-background-black-a:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 25, 25, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-background-black-b:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 52, 69, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-background-black-c:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 21, 49, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-background-black-d:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 8, 34, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-product-detail-body-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 243, 239, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-primary-pink:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 37, 37, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-footer-divide-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 84, 103, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-detail-text-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(106, 81, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-detail-desc-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 96, 81, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-border-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 223, 214, var(--tw-ring-opacity));
  }

  .\32xl\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .\32xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .\32xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .\32xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .\32xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .\32xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .\32xl\:fill-current {
    fill: currentColor;
  }

  .\32xl\:stroke-current {
    stroke: currentColor;
  }

  .\32xl\:stroke-0 {
    stroke-width: 0;
  }

  .\32xl\:stroke-1 {
    stroke-width: 1;
  }

  .\32xl\:stroke-2 {
    stroke-width: 2;
  }

  .\32xl\:table-auto {
    table-layout: auto;
  }

  .\32xl\:table-fixed {
    table-layout: fixed;
  }

  .\32xl\:text-left {
    text-align: left;
  }

  .\32xl\:text-center {
    text-align: center;
  }

  .\32xl\:text-right {
    text-align: right;
  }

  .\32xl\:text-justify {
    text-align: justify;
  }

  .\32xl\:text-transparent {
    color: transparent;
  }

  .\32xl\:text-current {
    color: currentColor;
  }

  .\32xl\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:text-main-bg {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .\32xl\:text-main-bg-2 {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .\32xl\:text-main-bg-3 {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .\32xl\:text-web-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .\32xl\:text-public-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .\32xl\:text-button-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .\32xl\:text-button-secondary-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:text-link-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-sub-text-brown {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .\32xl\:text-body-brown {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .\32xl\:text-copyright-gray {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .\32xl\:text-breadcrumb-gray {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .\32xl\:text-dark-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-background-black-a {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .\32xl\:text-background-black-b {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .\32xl\:text-background-black-c {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .\32xl\:text-background-black-d {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .\32xl\:text-product-detail-body-white {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .\32xl\:text-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .\32xl\:text-footer-divide-gray {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .\32xl\:text-detail-text-brown {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .\32xl\:text-detail-desc-brown {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .\32xl\:text-border-brown {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .\32xl\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .\32xl\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-main-bg {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-main-bg-2 {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-main-bg-3 {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-web-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-public-logo-brown {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-button-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-button-secondary-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-link-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sub-text-brown {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-body-brown {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-copyright-gray {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-breadcrumb-gray {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-dark-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-background-black-a {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-background-black-b {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-background-black-c {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-background-black-d {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-product-detail-body-white {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-primary-pink {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-footer-divide-gray {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-detail-text-brown {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-detail-desc-brown {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-border-brown {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .\32xl\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .\32xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-main-bg:focus-within {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-main-bg-2:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-main-bg-3:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-web-logo-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-public-logo-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-button-primary-pink:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-button-secondary-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-link-text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sub-text-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-body-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-copyright-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-breadcrumb-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-dark-text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-background-black-a:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-background-black-b:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-background-black-c:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-background-black-d:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-product-detail-body-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-primary-pink:focus-within {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-footer-divide-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-detail-text-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-detail-desc-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-border-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .\32xl\:hover\:text-current:hover {
    color: currentColor;
  }

  .\32xl\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-main-bg:hover {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-main-bg-2:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-main-bg-3:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-web-logo-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-public-logo-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-button-primary-pink:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-button-secondary-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-link-text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sub-text-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-body-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-copyright-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-breadcrumb-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-dark-text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-background-black-a:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-background-black-b:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-background-black-c:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-background-black-d:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-product-detail-body-white:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-primary-pink:hover {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-footer-divide-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-detail-text-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-detail-desc-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-border-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .\32xl\:focus\:text-current:focus {
    color: currentColor;
  }

  .\32xl\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-main-bg:focus {
    --tw-text-opacity: 1;
    color: rgba(32, 38, 75, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-main-bg-2:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 20, 53, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-main-bg-3:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-web-logo-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(178, 125, 26, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-public-logo-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 109, 10, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-button-primary-pink:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 18, 91, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-button-secondary-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-link-text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sub-text-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 144, 99, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-body-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(141, 135, 121, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-copyright-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(213, 213, 213, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-breadcrumb-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 147, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-dark-text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-background-black-a:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 25, 25, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-background-black-b:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 52, 69, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-background-black-c:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 21, 49, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-background-black-d:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 8, 34, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-product-detail-body-white:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 243, 239, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-primary-pink:focus {
    --tw-text-opacity: 1;
    color: rgba(213, 37, 37, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-footer-divide-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(84, 84, 103, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-detail-text-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(106, 81, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-detail-desc-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 96, 81, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-border-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 223, 214, var(--tw-text-opacity));
  }

  .\32xl\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .\32xl\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .\32xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .\32xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .\32xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .\32xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .\32xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .\32xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .\32xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .\32xl\:overflow-clip {
    text-overflow: clip;
  }

  .\32xl\:italic {
    font-style: italic;
  }

  .\32xl\:not-italic {
    font-style: normal;
  }

  .\32xl\:uppercase {
    text-transform: uppercase;
  }

  .\32xl\:lowercase {
    text-transform: lowercase;
  }

  .\32xl\:capitalize {
    text-transform: capitalize;
  }

  .\32xl\:normal-case {
    text-transform: none;
  }

  .\32xl\:underline {
    text-decoration: underline;
  }

  .\32xl\:line-through {
    text-decoration: line-through;
  }

  .\32xl\:no-underline {
    text-decoration: none;
  }

  .group:hover .\32xl\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .\32xl\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .\32xl\:group-hover\:no-underline {
    text-decoration: none;
  }

  .\32xl\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .\32xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .\32xl\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .\32xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .\32xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .\32xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .\32xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .\32xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .\32xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .\32xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:ordinal, .\32xl\:slashed-zero, .\32xl\:lining-nums, .\32xl\:oldstyle-nums, .\32xl\:proportional-nums, .\32xl\:tabular-nums, .\32xl\:diagonal-fractions, .\32xl\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .\32xl\:normal-nums {
    font-variant-numeric: normal;
  }

  .\32xl\:ordinal {
    --tw-ordinal: ordinal;
  }

  .\32xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .\32xl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .\32xl\:tracking-normal {
    letter-spacing: 0em;
  }

  .\32xl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .\32xl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .\32xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .\32xl\:tracking-footer-wide {
    letter-spacing: .4rem;
  }

  .\32xl\:tracking-copyright-wide {
    letter-spacing: .35rem;
  }

  .\32xl\:tracking-contact-btn-wide {
    letter-spacing: .28rem;
  }

  .\32xl\:tracking-60av {
    letter-spacing: 0.06em;
  }

  .\32xl\:tracking-90av {
    letter-spacing: 0.09em;
  }

  .\32xl\:tracking-100av {
    letter-spacing: 0.1em;
  }

  .\32xl\:tracking-120av {
    letter-spacing: 0.12em;
  }

  .\32xl\:tracking-140av {
    letter-spacing: 0.14em;
  }

  .\32xl\:tracking-180av {
    letter-spacing: 0.18em;
  }

  .\32xl\:tracking-200av {
    letter-spacing: 0.2em;
  }

  .\32xl\:tracking-240av {
    letter-spacing: 0.24em;
  }

  .\32xl\:tracking-300av {
    letter-spacing: 0.3em;
  }

  .\32xl\:select-none {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .\32xl\:select-text {
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .\32xl\:select-all {
    -webkit-user-select: all;
            user-select: all;
  }

  .\32xl\:select-auto {
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .\32xl\:align-baseline {
    vertical-align: baseline;
  }

  .\32xl\:align-top {
    vertical-align: top;
  }

  .\32xl\:align-middle {
    vertical-align: middle;
  }

  .\32xl\:align-bottom {
    vertical-align: bottom;
  }

  .\32xl\:align-text-top {
    vertical-align: text-top;
  }

  .\32xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .\32xl\:visible {
    visibility: visible;
  }

  .\32xl\:invisible {
    visibility: hidden;
  }

  .\32xl\:whitespace-normal {
    white-space: normal;
  }

  .\32xl\:whitespace-nowrap {
    white-space: nowrap;
  }

  .\32xl\:whitespace-pre {
    white-space: pre;
  }

  .\32xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .\32xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .\32xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:break-words {
    overflow-wrap: break-word;
  }

  .\32xl\:break-all {
    word-break: break-all;
  }

  .\32xl\:w-0 {
    width: 0px;
  }

  .\32xl\:w-1 {
    width: 0.25rem;
  }

  .\32xl\:w-2 {
    width: 0.5rem;
  }

  .\32xl\:w-3 {
    width: 0.75rem;
  }

  .\32xl\:w-4 {
    width: 1rem;
  }

  .\32xl\:w-5 {
    width: 1.25rem;
  }

  .\32xl\:w-6 {
    width: 1.5rem;
  }

  .\32xl\:w-7 {
    width: 1.75rem;
  }

  .\32xl\:w-8 {
    width: 2rem;
  }

  .\32xl\:w-9 {
    width: 2.25rem;
  }

  .\32xl\:w-10 {
    width: 2.5rem;
  }

  .\32xl\:w-11 {
    width: 2.75rem;
  }

  .\32xl\:w-12 {
    width: 3rem;
  }

  .\32xl\:w-14 {
    width: 3.5rem;
  }

  .\32xl\:w-16 {
    width: 4rem;
  }

  .\32xl\:w-20 {
    width: 5rem;
  }

  .\32xl\:w-24 {
    width: 6rem;
  }

  .\32xl\:w-28 {
    width: 7rem;
  }

  .\32xl\:w-32 {
    width: 8rem;
  }

  .\32xl\:w-36 {
    width: 9rem;
  }

  .\32xl\:w-40 {
    width: 10rem;
  }

  .\32xl\:w-44 {
    width: 11rem;
  }

  .\32xl\:w-48 {
    width: 12rem;
  }

  .\32xl\:w-52 {
    width: 13rem;
  }

  .\32xl\:w-56 {
    width: 14rem;
  }

  .\32xl\:w-60 {
    width: 15rem;
  }

  .\32xl\:w-64 {
    width: 16rem;
  }

  .\32xl\:w-72 {
    width: 18rem;
  }

  .\32xl\:w-80 {
    width: 20rem;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }

  .\32xl\:w-auto {
    width: auto;
  }

  .\32xl\:w-px {
    width: 1px;
  }

  .\32xl\:w-0\.5 {
    width: 0.125rem;
  }

  .\32xl\:w-1\.5 {
    width: 0.375rem;
  }

  .\32xl\:w-2\.5 {
    width: 0.625rem;
  }

  .\32xl\:w-3\.5 {
    width: 0.875rem;
  }

  .\32xl\:w-1px {
    width: 1px;
  }

  .\32xl\:w-2px {
    width: 2px;
  }

  .\32xl\:w-3px {
    width: 3px;
  }

  .\32xl\:w-4px {
    width: 4px;
  }

  .\32xl\:w-5px {
    width: 5px;
  }

  .\32xl\:w-6px {
    width: 6px;
  }

  .\32xl\:w-7px {
    width: 7px;
  }

  .\32xl\:w-8px {
    width: 8px;
  }

  .\32xl\:w-9px {
    width: 9px;
  }

  .\32xl\:w-10px {
    width: 10px;
  }

  .\32xl\:w-11px {
    width: 11px;
  }

  .\32xl\:w-12px {
    width: 12px;
  }

  .\32xl\:w-13px {
    width: 13px;
  }

  .\32xl\:w-14px {
    width: 14px;
  }

  .\32xl\:w-15px {
    width: 15px;
  }

  .\32xl\:w-16px {
    width: 16px;
  }

  .\32xl\:w-17px {
    width: 17px;
  }

  .\32xl\:w-18px {
    width: 18px;
  }

  .\32xl\:w-19px {
    width: 19px;
  }

  .\32xl\:w-20px {
    width: 20px;
  }

  .\32xl\:w-21px {
    width: 21px;
  }

  .\32xl\:w-22px {
    width: 22px;
  }

  .\32xl\:w-23px {
    width: 23px;
  }

  .\32xl\:w-24px {
    width: 24px;
  }

  .\32xl\:w-25px {
    width: 25px;
  }

  .\32xl\:w-26px {
    width: 26px;
  }

  .\32xl\:w-27px {
    width: 27px;
  }

  .\32xl\:w-28px {
    width: 28px;
  }

  .\32xl\:w-29px {
    width: 29px;
  }

  .\32xl\:w-30px {
    width: 30px;
  }

  .\32xl\:w-31px {
    width: 31px;
  }

  .\32xl\:w-32px {
    width: 32px;
  }

  .\32xl\:w-33px {
    width: 33px;
  }

  .\32xl\:w-34px {
    width: 34px;
  }

  .\32xl\:w-35px {
    width: 35px;
  }

  .\32xl\:w-36px {
    width: 36px;
  }

  .\32xl\:w-37px {
    width: 37px;
  }

  .\32xl\:w-38px {
    width: 38px;
  }

  .\32xl\:w-39px {
    width: 39px;
  }

  .\32xl\:w-40px {
    width: 40px;
  }

  .\32xl\:w-41px {
    width: 41px;
  }

  .\32xl\:w-42px {
    width: 42px;
  }

  .\32xl\:w-43px {
    width: 43px;
  }

  .\32xl\:w-44px {
    width: 44px;
  }

  .\32xl\:w-45px {
    width: 45px;
  }

  .\32xl\:w-46px {
    width: 46px;
  }

  .\32xl\:w-47px {
    width: 47px;
  }

  .\32xl\:w-48px {
    width: 48px;
  }

  .\32xl\:w-49px {
    width: 49px;
  }

  .\32xl\:w-50px {
    width: 50px;
  }

  .\32xl\:w-51px {
    width: 51px;
  }

  .\32xl\:w-52px {
    width: 52px;
  }

  .\32xl\:w-53px {
    width: 53px;
  }

  .\32xl\:w-54px {
    width: 54px;
  }

  .\32xl\:w-55px {
    width: 55px;
  }

  .\32xl\:w-56px {
    width: 56px;
  }

  .\32xl\:w-57px {
    width: 57px;
  }

  .\32xl\:w-58px {
    width: 58px;
  }

  .\32xl\:w-59px {
    width: 59px;
  }

  .\32xl\:w-60px {
    width: 60px;
  }

  .\32xl\:w-61px {
    width: 61px;
  }

  .\32xl\:w-62px {
    width: 62px;
  }

  .\32xl\:w-63px {
    width: 63px;
  }

  .\32xl\:w-64px {
    width: 64px;
  }

  .\32xl\:w-65px {
    width: 65px;
  }

  .\32xl\:w-66px {
    width: 66px;
  }

  .\32xl\:w-67px {
    width: 67px;
  }

  .\32xl\:w-68px {
    width: 68px;
  }

  .\32xl\:w-69px {
    width: 69px;
  }

  .\32xl\:w-70px {
    width: 70px;
  }

  .\32xl\:w-71px {
    width: 71px;
  }

  .\32xl\:w-72px {
    width: 72px;
  }

  .\32xl\:w-73px {
    width: 73px;
  }

  .\32xl\:w-74px {
    width: 74px;
  }

  .\32xl\:w-75px {
    width: 75px;
  }

  .\32xl\:w-76px {
    width: 76px;
  }

  .\32xl\:w-77px {
    width: 77px;
  }

  .\32xl\:w-78px {
    width: 78px;
  }

  .\32xl\:w-79px {
    width: 79px;
  }

  .\32xl\:w-80px {
    width: 80px;
  }

  .\32xl\:w-81px {
    width: 81px;
  }

  .\32xl\:w-82px {
    width: 82px;
  }

  .\32xl\:w-83px {
    width: 83px;
  }

  .\32xl\:w-84px {
    width: 84px;
  }

  .\32xl\:w-85px {
    width: 85px;
  }

  .\32xl\:w-86px {
    width: 86px;
  }

  .\32xl\:w-87px {
    width: 87px;
  }

  .\32xl\:w-88px {
    width: 88px;
  }

  .\32xl\:w-89px {
    width: 89px;
  }

  .\32xl\:w-90px {
    width: 90px;
  }

  .\32xl\:w-91px {
    width: 91px;
  }

  .\32xl\:w-92px {
    width: 92px;
  }

  .\32xl\:w-93px {
    width: 93px;
  }

  .\32xl\:w-94px {
    width: 94px;
  }

  .\32xl\:w-95px {
    width: 95px;
  }

  .\32xl\:w-96px {
    width: 96px;
  }

  .\32xl\:w-97px {
    width: 97px;
  }

  .\32xl\:w-98px {
    width: 98px;
  }

  .\32xl\:w-99px {
    width: 99px;
  }

  .\32xl\:w-100px {
    width: 100px;
  }

  .\32xl\:w-101px {
    width: 101px;
  }

  .\32xl\:w-102px {
    width: 102px;
  }

  .\32xl\:w-103px {
    width: 103px;
  }

  .\32xl\:w-104px {
    width: 104px;
  }

  .\32xl\:w-105px {
    width: 105px;
  }

  .\32xl\:w-106px {
    width: 106px;
  }

  .\32xl\:w-107px {
    width: 107px;
  }

  .\32xl\:w-108px {
    width: 108px;
  }

  .\32xl\:w-109px {
    width: 109px;
  }

  .\32xl\:w-110px {
    width: 110px;
  }

  .\32xl\:w-111px {
    width: 111px;
  }

  .\32xl\:w-112px {
    width: 112px;
  }

  .\32xl\:w-113px {
    width: 113px;
  }

  .\32xl\:w-114px {
    width: 114px;
  }

  .\32xl\:w-115px {
    width: 115px;
  }

  .\32xl\:w-116px {
    width: 116px;
  }

  .\32xl\:w-117px {
    width: 117px;
  }

  .\32xl\:w-118px {
    width: 118px;
  }

  .\32xl\:w-119px {
    width: 119px;
  }

  .\32xl\:w-120px {
    width: 120px;
  }

  .\32xl\:w-121px {
    width: 121px;
  }

  .\32xl\:w-122px {
    width: 122px;
  }

  .\32xl\:w-123px {
    width: 123px;
  }

  .\32xl\:w-124px {
    width: 124px;
  }

  .\32xl\:w-125px {
    width: 125px;
  }

  .\32xl\:w-126px {
    width: 126px;
  }

  .\32xl\:w-127px {
    width: 127px;
  }

  .\32xl\:w-128px {
    width: 128px;
  }

  .\32xl\:w-129px {
    width: 129px;
  }

  .\32xl\:w-130px {
    width: 130px;
  }

  .\32xl\:w-133px {
    width: 133px;
  }

  .\32xl\:w-140px {
    width: 140px;
  }

  .\32xl\:w-195px {
    width: 195px;
  }

  .\32xl\:w-200px {
    width: 200px;
  }

  .\32xl\:w-210px {
    width: 210px;
  }

  .\32xl\:w-222px {
    width: 222px;
  }

  .\32xl\:w-258px {
    width: 258px;
  }

  .\32xl\:w-280px {
    width: 280px;
  }

  .\32xl\:w-334px {
    width: 334px;
  }

  .\32xl\:w-388px {
    width: 388px;
  }

  .\32xl\:w-480px {
    width: 480px;
  }

  .\32xl\:w-490px {
    width: 490px;
  }

  .\32xl\:w-505px {
    width: 505px;
  }

  .\32xl\:w-507px {
    width: 507px;
  }

  .\32xl\:w-760px {
    width: 760px;
  }

  .\32xl\:w-780px {
    width: 780px;
  }

  .\32xl\:w-980px {
    width: 980px;
  }

  .\32xl\:w-1366px {
    width: 1366px;
  }

  .\32xl\:w-1\/2 {
    width: 50%;
  }

  .\32xl\:w-1\/3 {
    width: 33.333333%;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\32xl\:w-1\/4 {
    width: 25%;
  }

  .\32xl\:w-2\/4 {
    width: 50%;
  }

  .\32xl\:w-3\/4 {
    width: 75%;
  }

  .\32xl\:w-1\/5 {
    width: 20%;
  }

  .\32xl\:w-2\/5 {
    width: 40%;
  }

  .\32xl\:w-3\/5 {
    width: 60%;
  }

  .\32xl\:w-4\/5 {
    width: 80%;
  }

  .\32xl\:w-1\/6 {
    width: 16.666667%;
  }

  .\32xl\:w-2\/6 {
    width: 33.333333%;
  }

  .\32xl\:w-3\/6 {
    width: 50%;
  }

  .\32xl\:w-4\/6 {
    width: 66.666667%;
  }

  .\32xl\:w-5\/6 {
    width: 83.333333%;
  }

  .\32xl\:w-1\/12 {
    width: 8.333333%;
  }

  .\32xl\:w-2\/12 {
    width: 16.666667%;
  }

  .\32xl\:w-3\/12 {
    width: 25%;
  }

  .\32xl\:w-4\/12 {
    width: 33.333333%;
  }

  .\32xl\:w-5\/12 {
    width: 41.666667%;
  }

  .\32xl\:w-6\/12 {
    width: 50%;
  }

  .\32xl\:w-7\/12 {
    width: 58.333333%;
  }

  .\32xl\:w-8\/12 {
    width: 66.666667%;
  }

  .\32xl\:w-9\/12 {
    width: 75%;
  }

  .\32xl\:w-10\/12 {
    width: 83.333333%;
  }

  .\32xl\:w-11\/12 {
    width: 91.666667%;
  }

  .\32xl\:w-full {
    width: 100%;
  }

  .\32xl\:w-screen {
    width: 100vw;
  }

  .\32xl\:w-min {
    width: -webkit-min-content;
    width: min-content;
  }

  .\32xl\:w-max {
    width: -webkit-max-content;
    width: max-content;
  }

  .\32xl\:z-0 {
    z-index: 0;
  }

  .\32xl\:z-10 {
    z-index: 10;
  }

  .\32xl\:z-20 {
    z-index: 20;
  }

  .\32xl\:z-30 {
    z-index: 30;
  }

  .\32xl\:z-40 {
    z-index: 40;
  }

  .\32xl\:z-50 {
    z-index: 50;
  }

  .\32xl\:z-auto {
    z-index: auto;
  }

  .\32xl\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .\32xl\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .\32xl\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .\32xl\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .\32xl\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .\32xl\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .\32xl\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .\32xl\:focus\:z-0:focus {
    z-index: 0;
  }

  .\32xl\:focus\:z-10:focus {
    z-index: 10;
  }

  .\32xl\:focus\:z-20:focus {
    z-index: 20;
  }

  .\32xl\:focus\:z-30:focus {
    z-index: 30;
  }

  .\32xl\:focus\:z-40:focus {
    z-index: 40;
  }

  .\32xl\:focus\:z-50:focus {
    z-index: 50;
  }

  .\32xl\:focus\:z-auto:focus {
    z-index: auto;
  }

  .\32xl\:gap-0 {
    gap: 0px;
  }

  .\32xl\:gap-1 {
    gap: 0.25rem;
  }

  .\32xl\:gap-2 {
    gap: 0.5rem;
  }

  .\32xl\:gap-3 {
    gap: 0.75rem;
  }

  .\32xl\:gap-4 {
    gap: 1rem;
  }

  .\32xl\:gap-5 {
    gap: 1.25rem;
  }

  .\32xl\:gap-6 {
    gap: 1.5rem;
  }

  .\32xl\:gap-7 {
    gap: 1.75rem;
  }

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:gap-9 {
    gap: 2.25rem;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }

  .\32xl\:gap-11 {
    gap: 2.75rem;
  }

  .\32xl\:gap-12 {
    gap: 3rem;
  }

  .\32xl\:gap-14 {
    gap: 3.5rem;
  }

  .\32xl\:gap-16 {
    gap: 4rem;
  }

  .\32xl\:gap-20 {
    gap: 5rem;
  }

  .\32xl\:gap-24 {
    gap: 6rem;
  }

  .\32xl\:gap-28 {
    gap: 7rem;
  }

  .\32xl\:gap-32 {
    gap: 8rem;
  }

  .\32xl\:gap-36 {
    gap: 9rem;
  }

  .\32xl\:gap-40 {
    gap: 10rem;
  }

  .\32xl\:gap-44 {
    gap: 11rem;
  }

  .\32xl\:gap-48 {
    gap: 12rem;
  }

  .\32xl\:gap-52 {
    gap: 13rem;
  }

  .\32xl\:gap-56 {
    gap: 14rem;
  }

  .\32xl\:gap-60 {
    gap: 15rem;
  }

  .\32xl\:gap-64 {
    gap: 16rem;
  }

  .\32xl\:gap-72 {
    gap: 18rem;
  }

  .\32xl\:gap-80 {
    gap: 20rem;
  }

  .\32xl\:gap-96 {
    gap: 24rem;
  }

  .\32xl\:gap-px {
    gap: 1px;
  }

  .\32xl\:gap-0\.5 {
    gap: 0.125rem;
  }

  .\32xl\:gap-1\.5 {
    gap: 0.375rem;
  }

  .\32xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .\32xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .\32xl\:gap-1px {
    gap: 1px;
  }

  .\32xl\:gap-2px {
    gap: 2px;
  }

  .\32xl\:gap-3px {
    gap: 3px;
  }

  .\32xl\:gap-4px {
    gap: 4px;
  }

  .\32xl\:gap-5px {
    gap: 5px;
  }

  .\32xl\:gap-6px {
    gap: 6px;
  }

  .\32xl\:gap-7px {
    gap: 7px;
  }

  .\32xl\:gap-8px {
    gap: 8px;
  }

  .\32xl\:gap-9px {
    gap: 9px;
  }

  .\32xl\:gap-10px {
    gap: 10px;
  }

  .\32xl\:gap-11px {
    gap: 11px;
  }

  .\32xl\:gap-12px {
    gap: 12px;
  }

  .\32xl\:gap-13px {
    gap: 13px;
  }

  .\32xl\:gap-14px {
    gap: 14px;
  }

  .\32xl\:gap-15px {
    gap: 15px;
  }

  .\32xl\:gap-16px {
    gap: 16px;
  }

  .\32xl\:gap-17px {
    gap: 17px;
  }

  .\32xl\:gap-18px {
    gap: 18px;
  }

  .\32xl\:gap-19px {
    gap: 19px;
  }

  .\32xl\:gap-20px {
    gap: 20px;
  }

  .\32xl\:gap-21px {
    gap: 21px;
  }

  .\32xl\:gap-22px {
    gap: 22px;
  }

  .\32xl\:gap-23px {
    gap: 23px;
  }

  .\32xl\:gap-24px {
    gap: 24px;
  }

  .\32xl\:gap-25px {
    gap: 25px;
  }

  .\32xl\:gap-26px {
    gap: 26px;
  }

  .\32xl\:gap-27px {
    gap: 27px;
  }

  .\32xl\:gap-28px {
    gap: 28px;
  }

  .\32xl\:gap-29px {
    gap: 29px;
  }

  .\32xl\:gap-30px {
    gap: 30px;
  }

  .\32xl\:gap-31px {
    gap: 31px;
  }

  .\32xl\:gap-32px {
    gap: 32px;
  }

  .\32xl\:gap-33px {
    gap: 33px;
  }

  .\32xl\:gap-34px {
    gap: 34px;
  }

  .\32xl\:gap-35px {
    gap: 35px;
  }

  .\32xl\:gap-36px {
    gap: 36px;
  }

  .\32xl\:gap-37px {
    gap: 37px;
  }

  .\32xl\:gap-38px {
    gap: 38px;
  }

  .\32xl\:gap-39px {
    gap: 39px;
  }

  .\32xl\:gap-40px {
    gap: 40px;
  }

  .\32xl\:gap-41px {
    gap: 41px;
  }

  .\32xl\:gap-42px {
    gap: 42px;
  }

  .\32xl\:gap-43px {
    gap: 43px;
  }

  .\32xl\:gap-44px {
    gap: 44px;
  }

  .\32xl\:gap-45px {
    gap: 45px;
  }

  .\32xl\:gap-46px {
    gap: 46px;
  }

  .\32xl\:gap-47px {
    gap: 47px;
  }

  .\32xl\:gap-48px {
    gap: 48px;
  }

  .\32xl\:gap-49px {
    gap: 49px;
  }

  .\32xl\:gap-50px {
    gap: 50px;
  }

  .\32xl\:gap-51px {
    gap: 51px;
  }

  .\32xl\:gap-52px {
    gap: 52px;
  }

  .\32xl\:gap-53px {
    gap: 53px;
  }

  .\32xl\:gap-54px {
    gap: 54px;
  }

  .\32xl\:gap-55px {
    gap: 55px;
  }

  .\32xl\:gap-56px {
    gap: 56px;
  }

  .\32xl\:gap-57px {
    gap: 57px;
  }

  .\32xl\:gap-58px {
    gap: 58px;
  }

  .\32xl\:gap-59px {
    gap: 59px;
  }

  .\32xl\:gap-60px {
    gap: 60px;
  }

  .\32xl\:gap-61px {
    gap: 61px;
  }

  .\32xl\:gap-62px {
    gap: 62px;
  }

  .\32xl\:gap-63px {
    gap: 63px;
  }

  .\32xl\:gap-64px {
    gap: 64px;
  }

  .\32xl\:gap-65px {
    gap: 65px;
  }

  .\32xl\:gap-66px {
    gap: 66px;
  }

  .\32xl\:gap-67px {
    gap: 67px;
  }

  .\32xl\:gap-68px {
    gap: 68px;
  }

  .\32xl\:gap-69px {
    gap: 69px;
  }

  .\32xl\:gap-70px {
    gap: 70px;
  }

  .\32xl\:gap-71px {
    gap: 71px;
  }

  .\32xl\:gap-72px {
    gap: 72px;
  }

  .\32xl\:gap-73px {
    gap: 73px;
  }

  .\32xl\:gap-74px {
    gap: 74px;
  }

  .\32xl\:gap-75px {
    gap: 75px;
  }

  .\32xl\:gap-76px {
    gap: 76px;
  }

  .\32xl\:gap-77px {
    gap: 77px;
  }

  .\32xl\:gap-78px {
    gap: 78px;
  }

  .\32xl\:gap-79px {
    gap: 79px;
  }

  .\32xl\:gap-80px {
    gap: 80px;
  }

  .\32xl\:gap-81px {
    gap: 81px;
  }

  .\32xl\:gap-82px {
    gap: 82px;
  }

  .\32xl\:gap-83px {
    gap: 83px;
  }

  .\32xl\:gap-84px {
    gap: 84px;
  }

  .\32xl\:gap-85px {
    gap: 85px;
  }

  .\32xl\:gap-86px {
    gap: 86px;
  }

  .\32xl\:gap-87px {
    gap: 87px;
  }

  .\32xl\:gap-88px {
    gap: 88px;
  }

  .\32xl\:gap-89px {
    gap: 89px;
  }

  .\32xl\:gap-90px {
    gap: 90px;
  }

  .\32xl\:gap-91px {
    gap: 91px;
  }

  .\32xl\:gap-92px {
    gap: 92px;
  }

  .\32xl\:gap-93px {
    gap: 93px;
  }

  .\32xl\:gap-94px {
    gap: 94px;
  }

  .\32xl\:gap-95px {
    gap: 95px;
  }

  .\32xl\:gap-96px {
    gap: 96px;
  }

  .\32xl\:gap-97px {
    gap: 97px;
  }

  .\32xl\:gap-98px {
    gap: 98px;
  }

  .\32xl\:gap-99px {
    gap: 99px;
  }

  .\32xl\:gap-100px {
    gap: 100px;
  }

  .\32xl\:gap-101px {
    gap: 101px;
  }

  .\32xl\:gap-102px {
    gap: 102px;
  }

  .\32xl\:gap-103px {
    gap: 103px;
  }

  .\32xl\:gap-104px {
    gap: 104px;
  }

  .\32xl\:gap-105px {
    gap: 105px;
  }

  .\32xl\:gap-106px {
    gap: 106px;
  }

  .\32xl\:gap-107px {
    gap: 107px;
  }

  .\32xl\:gap-108px {
    gap: 108px;
  }

  .\32xl\:gap-109px {
    gap: 109px;
  }

  .\32xl\:gap-110px {
    gap: 110px;
  }

  .\32xl\:gap-111px {
    gap: 111px;
  }

  .\32xl\:gap-112px {
    gap: 112px;
  }

  .\32xl\:gap-113px {
    gap: 113px;
  }

  .\32xl\:gap-114px {
    gap: 114px;
  }

  .\32xl\:gap-115px {
    gap: 115px;
  }

  .\32xl\:gap-116px {
    gap: 116px;
  }

  .\32xl\:gap-117px {
    gap: 117px;
  }

  .\32xl\:gap-118px {
    gap: 118px;
  }

  .\32xl\:gap-119px {
    gap: 119px;
  }

  .\32xl\:gap-120px {
    gap: 120px;
  }

  .\32xl\:gap-121px {
    gap: 121px;
  }

  .\32xl\:gap-122px {
    gap: 122px;
  }

  .\32xl\:gap-123px {
    gap: 123px;
  }

  .\32xl\:gap-124px {
    gap: 124px;
  }

  .\32xl\:gap-125px {
    gap: 125px;
  }

  .\32xl\:gap-126px {
    gap: 126px;
  }

  .\32xl\:gap-127px {
    gap: 127px;
  }

  .\32xl\:gap-128px {
    gap: 128px;
  }

  .\32xl\:gap-129px {
    gap: 129px;
  }

  .\32xl\:gap-130px {
    gap: 130px;
  }

  .\32xl\:gap-133px {
    gap: 133px;
  }

  .\32xl\:gap-140px {
    gap: 140px;
  }

  .\32xl\:gap-195px {
    gap: 195px;
  }

  .\32xl\:gap-200px {
    gap: 200px;
  }

  .\32xl\:gap-210px {
    gap: 210px;
  }

  .\32xl\:gap-222px {
    gap: 222px;
  }

  .\32xl\:gap-258px {
    gap: 258px;
  }

  .\32xl\:gap-280px {
    gap: 280px;
  }

  .\32xl\:gap-334px {
    gap: 334px;
  }

  .\32xl\:gap-388px {
    gap: 388px;
  }

  .\32xl\:gap-480px {
    gap: 480px;
  }

  .\32xl\:gap-490px {
    gap: 490px;
  }

  .\32xl\:gap-505px {
    gap: 505px;
  }

  .\32xl\:gap-507px {
    gap: 507px;
  }

  .\32xl\:gap-760px {
    gap: 760px;
  }

  .\32xl\:gap-780px {
    gap: 780px;
  }

  .\32xl\:gap-980px {
    gap: 980px;
  }

  .\32xl\:gap-1366px {
    gap: 1366px;
  }

  .\32xl\:gap-x-0 {
    column-gap: 0px;
  }

  .\32xl\:gap-x-1 {
    column-gap: 0.25rem;
  }

  .\32xl\:gap-x-2 {
    column-gap: 0.5rem;
  }

  .\32xl\:gap-x-3 {
    column-gap: 0.75rem;
  }

  .\32xl\:gap-x-4 {
    column-gap: 1rem;
  }

  .\32xl\:gap-x-5 {
    column-gap: 1.25rem;
  }

  .\32xl\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .\32xl\:gap-x-7 {
    column-gap: 1.75rem;
  }

  .\32xl\:gap-x-8 {
    column-gap: 2rem;
  }

  .\32xl\:gap-x-9 {
    column-gap: 2.25rem;
  }

  .\32xl\:gap-x-10 {
    column-gap: 2.5rem;
  }

  .\32xl\:gap-x-11 {
    column-gap: 2.75rem;
  }

  .\32xl\:gap-x-12 {
    column-gap: 3rem;
  }

  .\32xl\:gap-x-14 {
    column-gap: 3.5rem;
  }

  .\32xl\:gap-x-16 {
    column-gap: 4rem;
  }

  .\32xl\:gap-x-20 {
    column-gap: 5rem;
  }

  .\32xl\:gap-x-24 {
    column-gap: 6rem;
  }

  .\32xl\:gap-x-28 {
    column-gap: 7rem;
  }

  .\32xl\:gap-x-32 {
    column-gap: 8rem;
  }

  .\32xl\:gap-x-36 {
    column-gap: 9rem;
  }

  .\32xl\:gap-x-40 {
    column-gap: 10rem;
  }

  .\32xl\:gap-x-44 {
    column-gap: 11rem;
  }

  .\32xl\:gap-x-48 {
    column-gap: 12rem;
  }

  .\32xl\:gap-x-52 {
    column-gap: 13rem;
  }

  .\32xl\:gap-x-56 {
    column-gap: 14rem;
  }

  .\32xl\:gap-x-60 {
    column-gap: 15rem;
  }

  .\32xl\:gap-x-64 {
    column-gap: 16rem;
  }

  .\32xl\:gap-x-72 {
    column-gap: 18rem;
  }

  .\32xl\:gap-x-80 {
    column-gap: 20rem;
  }

  .\32xl\:gap-x-96 {
    column-gap: 24rem;
  }

  .\32xl\:gap-x-px {
    column-gap: 1px;
  }

  .\32xl\:gap-x-0\.5 {
    column-gap: 0.125rem;
  }

  .\32xl\:gap-x-1\.5 {
    column-gap: 0.375rem;
  }

  .\32xl\:gap-x-2\.5 {
    column-gap: 0.625rem;
  }

  .\32xl\:gap-x-3\.5 {
    column-gap: 0.875rem;
  }

  .\32xl\:gap-x-1px {
    column-gap: 1px;
  }

  .\32xl\:gap-x-2px {
    column-gap: 2px;
  }

  .\32xl\:gap-x-3px {
    column-gap: 3px;
  }

  .\32xl\:gap-x-4px {
    column-gap: 4px;
  }

  .\32xl\:gap-x-5px {
    column-gap: 5px;
  }

  .\32xl\:gap-x-6px {
    column-gap: 6px;
  }

  .\32xl\:gap-x-7px {
    column-gap: 7px;
  }

  .\32xl\:gap-x-8px {
    column-gap: 8px;
  }

  .\32xl\:gap-x-9px {
    column-gap: 9px;
  }

  .\32xl\:gap-x-10px {
    column-gap: 10px;
  }

  .\32xl\:gap-x-11px {
    column-gap: 11px;
  }

  .\32xl\:gap-x-12px {
    column-gap: 12px;
  }

  .\32xl\:gap-x-13px {
    column-gap: 13px;
  }

  .\32xl\:gap-x-14px {
    column-gap: 14px;
  }

  .\32xl\:gap-x-15px {
    column-gap: 15px;
  }

  .\32xl\:gap-x-16px {
    column-gap: 16px;
  }

  .\32xl\:gap-x-17px {
    column-gap: 17px;
  }

  .\32xl\:gap-x-18px {
    column-gap: 18px;
  }

  .\32xl\:gap-x-19px {
    column-gap: 19px;
  }

  .\32xl\:gap-x-20px {
    column-gap: 20px;
  }

  .\32xl\:gap-x-21px {
    column-gap: 21px;
  }

  .\32xl\:gap-x-22px {
    column-gap: 22px;
  }

  .\32xl\:gap-x-23px {
    column-gap: 23px;
  }

  .\32xl\:gap-x-24px {
    column-gap: 24px;
  }

  .\32xl\:gap-x-25px {
    column-gap: 25px;
  }

  .\32xl\:gap-x-26px {
    column-gap: 26px;
  }

  .\32xl\:gap-x-27px {
    column-gap: 27px;
  }

  .\32xl\:gap-x-28px {
    column-gap: 28px;
  }

  .\32xl\:gap-x-29px {
    column-gap: 29px;
  }

  .\32xl\:gap-x-30px {
    column-gap: 30px;
  }

  .\32xl\:gap-x-31px {
    column-gap: 31px;
  }

  .\32xl\:gap-x-32px {
    column-gap: 32px;
  }

  .\32xl\:gap-x-33px {
    column-gap: 33px;
  }

  .\32xl\:gap-x-34px {
    column-gap: 34px;
  }

  .\32xl\:gap-x-35px {
    column-gap: 35px;
  }

  .\32xl\:gap-x-36px {
    column-gap: 36px;
  }

  .\32xl\:gap-x-37px {
    column-gap: 37px;
  }

  .\32xl\:gap-x-38px {
    column-gap: 38px;
  }

  .\32xl\:gap-x-39px {
    column-gap: 39px;
  }

  .\32xl\:gap-x-40px {
    column-gap: 40px;
  }

  .\32xl\:gap-x-41px {
    column-gap: 41px;
  }

  .\32xl\:gap-x-42px {
    column-gap: 42px;
  }

  .\32xl\:gap-x-43px {
    column-gap: 43px;
  }

  .\32xl\:gap-x-44px {
    column-gap: 44px;
  }

  .\32xl\:gap-x-45px {
    column-gap: 45px;
  }

  .\32xl\:gap-x-46px {
    column-gap: 46px;
  }

  .\32xl\:gap-x-47px {
    column-gap: 47px;
  }

  .\32xl\:gap-x-48px {
    column-gap: 48px;
  }

  .\32xl\:gap-x-49px {
    column-gap: 49px;
  }

  .\32xl\:gap-x-50px {
    column-gap: 50px;
  }

  .\32xl\:gap-x-51px {
    column-gap: 51px;
  }

  .\32xl\:gap-x-52px {
    column-gap: 52px;
  }

  .\32xl\:gap-x-53px {
    column-gap: 53px;
  }

  .\32xl\:gap-x-54px {
    column-gap: 54px;
  }

  .\32xl\:gap-x-55px {
    column-gap: 55px;
  }

  .\32xl\:gap-x-56px {
    column-gap: 56px;
  }

  .\32xl\:gap-x-57px {
    column-gap: 57px;
  }

  .\32xl\:gap-x-58px {
    column-gap: 58px;
  }

  .\32xl\:gap-x-59px {
    column-gap: 59px;
  }

  .\32xl\:gap-x-60px {
    column-gap: 60px;
  }

  .\32xl\:gap-x-61px {
    column-gap: 61px;
  }

  .\32xl\:gap-x-62px {
    column-gap: 62px;
  }

  .\32xl\:gap-x-63px {
    column-gap: 63px;
  }

  .\32xl\:gap-x-64px {
    column-gap: 64px;
  }

  .\32xl\:gap-x-65px {
    column-gap: 65px;
  }

  .\32xl\:gap-x-66px {
    column-gap: 66px;
  }

  .\32xl\:gap-x-67px {
    column-gap: 67px;
  }

  .\32xl\:gap-x-68px {
    column-gap: 68px;
  }

  .\32xl\:gap-x-69px {
    column-gap: 69px;
  }

  .\32xl\:gap-x-70px {
    column-gap: 70px;
  }

  .\32xl\:gap-x-71px {
    column-gap: 71px;
  }

  .\32xl\:gap-x-72px {
    column-gap: 72px;
  }

  .\32xl\:gap-x-73px {
    column-gap: 73px;
  }

  .\32xl\:gap-x-74px {
    column-gap: 74px;
  }

  .\32xl\:gap-x-75px {
    column-gap: 75px;
  }

  .\32xl\:gap-x-76px {
    column-gap: 76px;
  }

  .\32xl\:gap-x-77px {
    column-gap: 77px;
  }

  .\32xl\:gap-x-78px {
    column-gap: 78px;
  }

  .\32xl\:gap-x-79px {
    column-gap: 79px;
  }

  .\32xl\:gap-x-80px {
    column-gap: 80px;
  }

  .\32xl\:gap-x-81px {
    column-gap: 81px;
  }

  .\32xl\:gap-x-82px {
    column-gap: 82px;
  }

  .\32xl\:gap-x-83px {
    column-gap: 83px;
  }

  .\32xl\:gap-x-84px {
    column-gap: 84px;
  }

  .\32xl\:gap-x-85px {
    column-gap: 85px;
  }

  .\32xl\:gap-x-86px {
    column-gap: 86px;
  }

  .\32xl\:gap-x-87px {
    column-gap: 87px;
  }

  .\32xl\:gap-x-88px {
    column-gap: 88px;
  }

  .\32xl\:gap-x-89px {
    column-gap: 89px;
  }

  .\32xl\:gap-x-90px {
    column-gap: 90px;
  }

  .\32xl\:gap-x-91px {
    column-gap: 91px;
  }

  .\32xl\:gap-x-92px {
    column-gap: 92px;
  }

  .\32xl\:gap-x-93px {
    column-gap: 93px;
  }

  .\32xl\:gap-x-94px {
    column-gap: 94px;
  }

  .\32xl\:gap-x-95px {
    column-gap: 95px;
  }

  .\32xl\:gap-x-96px {
    column-gap: 96px;
  }

  .\32xl\:gap-x-97px {
    column-gap: 97px;
  }

  .\32xl\:gap-x-98px {
    column-gap: 98px;
  }

  .\32xl\:gap-x-99px {
    column-gap: 99px;
  }

  .\32xl\:gap-x-100px {
    column-gap: 100px;
  }

  .\32xl\:gap-x-101px {
    column-gap: 101px;
  }

  .\32xl\:gap-x-102px {
    column-gap: 102px;
  }

  .\32xl\:gap-x-103px {
    column-gap: 103px;
  }

  .\32xl\:gap-x-104px {
    column-gap: 104px;
  }

  .\32xl\:gap-x-105px {
    column-gap: 105px;
  }

  .\32xl\:gap-x-106px {
    column-gap: 106px;
  }

  .\32xl\:gap-x-107px {
    column-gap: 107px;
  }

  .\32xl\:gap-x-108px {
    column-gap: 108px;
  }

  .\32xl\:gap-x-109px {
    column-gap: 109px;
  }

  .\32xl\:gap-x-110px {
    column-gap: 110px;
  }

  .\32xl\:gap-x-111px {
    column-gap: 111px;
  }

  .\32xl\:gap-x-112px {
    column-gap: 112px;
  }

  .\32xl\:gap-x-113px {
    column-gap: 113px;
  }

  .\32xl\:gap-x-114px {
    column-gap: 114px;
  }

  .\32xl\:gap-x-115px {
    column-gap: 115px;
  }

  .\32xl\:gap-x-116px {
    column-gap: 116px;
  }

  .\32xl\:gap-x-117px {
    column-gap: 117px;
  }

  .\32xl\:gap-x-118px {
    column-gap: 118px;
  }

  .\32xl\:gap-x-119px {
    column-gap: 119px;
  }

  .\32xl\:gap-x-120px {
    column-gap: 120px;
  }

  .\32xl\:gap-x-121px {
    column-gap: 121px;
  }

  .\32xl\:gap-x-122px {
    column-gap: 122px;
  }

  .\32xl\:gap-x-123px {
    column-gap: 123px;
  }

  .\32xl\:gap-x-124px {
    column-gap: 124px;
  }

  .\32xl\:gap-x-125px {
    column-gap: 125px;
  }

  .\32xl\:gap-x-126px {
    column-gap: 126px;
  }

  .\32xl\:gap-x-127px {
    column-gap: 127px;
  }

  .\32xl\:gap-x-128px {
    column-gap: 128px;
  }

  .\32xl\:gap-x-129px {
    column-gap: 129px;
  }

  .\32xl\:gap-x-130px {
    column-gap: 130px;
  }

  .\32xl\:gap-x-133px {
    column-gap: 133px;
  }

  .\32xl\:gap-x-140px {
    column-gap: 140px;
  }

  .\32xl\:gap-x-195px {
    column-gap: 195px;
  }

  .\32xl\:gap-x-200px {
    column-gap: 200px;
  }

  .\32xl\:gap-x-210px {
    column-gap: 210px;
  }

  .\32xl\:gap-x-222px {
    column-gap: 222px;
  }

  .\32xl\:gap-x-258px {
    column-gap: 258px;
  }

  .\32xl\:gap-x-280px {
    column-gap: 280px;
  }

  .\32xl\:gap-x-334px {
    column-gap: 334px;
  }

  .\32xl\:gap-x-388px {
    column-gap: 388px;
  }

  .\32xl\:gap-x-480px {
    column-gap: 480px;
  }

  .\32xl\:gap-x-490px {
    column-gap: 490px;
  }

  .\32xl\:gap-x-505px {
    column-gap: 505px;
  }

  .\32xl\:gap-x-507px {
    column-gap: 507px;
  }

  .\32xl\:gap-x-760px {
    column-gap: 760px;
  }

  .\32xl\:gap-x-780px {
    column-gap: 780px;
  }

  .\32xl\:gap-x-980px {
    column-gap: 980px;
  }

  .\32xl\:gap-x-1366px {
    column-gap: 1366px;
  }

  .\32xl\:gap-y-0 {
    row-gap: 0px;
  }

  .\32xl\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .\32xl\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .\32xl\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .\32xl\:gap-y-4 {
    row-gap: 1rem;
  }

  .\32xl\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .\32xl\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .\32xl\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .\32xl\:gap-y-8 {
    row-gap: 2rem;
  }

  .\32xl\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .\32xl\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .\32xl\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .\32xl\:gap-y-12 {
    row-gap: 3rem;
  }

  .\32xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .\32xl\:gap-y-16 {
    row-gap: 4rem;
  }

  .\32xl\:gap-y-20 {
    row-gap: 5rem;
  }

  .\32xl\:gap-y-24 {
    row-gap: 6rem;
  }

  .\32xl\:gap-y-28 {
    row-gap: 7rem;
  }

  .\32xl\:gap-y-32 {
    row-gap: 8rem;
  }

  .\32xl\:gap-y-36 {
    row-gap: 9rem;
  }

  .\32xl\:gap-y-40 {
    row-gap: 10rem;
  }

  .\32xl\:gap-y-44 {
    row-gap: 11rem;
  }

  .\32xl\:gap-y-48 {
    row-gap: 12rem;
  }

  .\32xl\:gap-y-52 {
    row-gap: 13rem;
  }

  .\32xl\:gap-y-56 {
    row-gap: 14rem;
  }

  .\32xl\:gap-y-60 {
    row-gap: 15rem;
  }

  .\32xl\:gap-y-64 {
    row-gap: 16rem;
  }

  .\32xl\:gap-y-72 {
    row-gap: 18rem;
  }

  .\32xl\:gap-y-80 {
    row-gap: 20rem;
  }

  .\32xl\:gap-y-96 {
    row-gap: 24rem;
  }

  .\32xl\:gap-y-px {
    row-gap: 1px;
  }

  .\32xl\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .\32xl\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .\32xl\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .\32xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .\32xl\:gap-y-1px {
    row-gap: 1px;
  }

  .\32xl\:gap-y-2px {
    row-gap: 2px;
  }

  .\32xl\:gap-y-3px {
    row-gap: 3px;
  }

  .\32xl\:gap-y-4px {
    row-gap: 4px;
  }

  .\32xl\:gap-y-5px {
    row-gap: 5px;
  }

  .\32xl\:gap-y-6px {
    row-gap: 6px;
  }

  .\32xl\:gap-y-7px {
    row-gap: 7px;
  }

  .\32xl\:gap-y-8px {
    row-gap: 8px;
  }

  .\32xl\:gap-y-9px {
    row-gap: 9px;
  }

  .\32xl\:gap-y-10px {
    row-gap: 10px;
  }

  .\32xl\:gap-y-11px {
    row-gap: 11px;
  }

  .\32xl\:gap-y-12px {
    row-gap: 12px;
  }

  .\32xl\:gap-y-13px {
    row-gap: 13px;
  }

  .\32xl\:gap-y-14px {
    row-gap: 14px;
  }

  .\32xl\:gap-y-15px {
    row-gap: 15px;
  }

  .\32xl\:gap-y-16px {
    row-gap: 16px;
  }

  .\32xl\:gap-y-17px {
    row-gap: 17px;
  }

  .\32xl\:gap-y-18px {
    row-gap: 18px;
  }

  .\32xl\:gap-y-19px {
    row-gap: 19px;
  }

  .\32xl\:gap-y-20px {
    row-gap: 20px;
  }

  .\32xl\:gap-y-21px {
    row-gap: 21px;
  }

  .\32xl\:gap-y-22px {
    row-gap: 22px;
  }

  .\32xl\:gap-y-23px {
    row-gap: 23px;
  }

  .\32xl\:gap-y-24px {
    row-gap: 24px;
  }

  .\32xl\:gap-y-25px {
    row-gap: 25px;
  }

  .\32xl\:gap-y-26px {
    row-gap: 26px;
  }

  .\32xl\:gap-y-27px {
    row-gap: 27px;
  }

  .\32xl\:gap-y-28px {
    row-gap: 28px;
  }

  .\32xl\:gap-y-29px {
    row-gap: 29px;
  }

  .\32xl\:gap-y-30px {
    row-gap: 30px;
  }

  .\32xl\:gap-y-31px {
    row-gap: 31px;
  }

  .\32xl\:gap-y-32px {
    row-gap: 32px;
  }

  .\32xl\:gap-y-33px {
    row-gap: 33px;
  }

  .\32xl\:gap-y-34px {
    row-gap: 34px;
  }

  .\32xl\:gap-y-35px {
    row-gap: 35px;
  }

  .\32xl\:gap-y-36px {
    row-gap: 36px;
  }

  .\32xl\:gap-y-37px {
    row-gap: 37px;
  }

  .\32xl\:gap-y-38px {
    row-gap: 38px;
  }

  .\32xl\:gap-y-39px {
    row-gap: 39px;
  }

  .\32xl\:gap-y-40px {
    row-gap: 40px;
  }

  .\32xl\:gap-y-41px {
    row-gap: 41px;
  }

  .\32xl\:gap-y-42px {
    row-gap: 42px;
  }

  .\32xl\:gap-y-43px {
    row-gap: 43px;
  }

  .\32xl\:gap-y-44px {
    row-gap: 44px;
  }

  .\32xl\:gap-y-45px {
    row-gap: 45px;
  }

  .\32xl\:gap-y-46px {
    row-gap: 46px;
  }

  .\32xl\:gap-y-47px {
    row-gap: 47px;
  }

  .\32xl\:gap-y-48px {
    row-gap: 48px;
  }

  .\32xl\:gap-y-49px {
    row-gap: 49px;
  }

  .\32xl\:gap-y-50px {
    row-gap: 50px;
  }

  .\32xl\:gap-y-51px {
    row-gap: 51px;
  }

  .\32xl\:gap-y-52px {
    row-gap: 52px;
  }

  .\32xl\:gap-y-53px {
    row-gap: 53px;
  }

  .\32xl\:gap-y-54px {
    row-gap: 54px;
  }

  .\32xl\:gap-y-55px {
    row-gap: 55px;
  }

  .\32xl\:gap-y-56px {
    row-gap: 56px;
  }

  .\32xl\:gap-y-57px {
    row-gap: 57px;
  }

  .\32xl\:gap-y-58px {
    row-gap: 58px;
  }

  .\32xl\:gap-y-59px {
    row-gap: 59px;
  }

  .\32xl\:gap-y-60px {
    row-gap: 60px;
  }

  .\32xl\:gap-y-61px {
    row-gap: 61px;
  }

  .\32xl\:gap-y-62px {
    row-gap: 62px;
  }

  .\32xl\:gap-y-63px {
    row-gap: 63px;
  }

  .\32xl\:gap-y-64px {
    row-gap: 64px;
  }

  .\32xl\:gap-y-65px {
    row-gap: 65px;
  }

  .\32xl\:gap-y-66px {
    row-gap: 66px;
  }

  .\32xl\:gap-y-67px {
    row-gap: 67px;
  }

  .\32xl\:gap-y-68px {
    row-gap: 68px;
  }

  .\32xl\:gap-y-69px {
    row-gap: 69px;
  }

  .\32xl\:gap-y-70px {
    row-gap: 70px;
  }

  .\32xl\:gap-y-71px {
    row-gap: 71px;
  }

  .\32xl\:gap-y-72px {
    row-gap: 72px;
  }

  .\32xl\:gap-y-73px {
    row-gap: 73px;
  }

  .\32xl\:gap-y-74px {
    row-gap: 74px;
  }

  .\32xl\:gap-y-75px {
    row-gap: 75px;
  }

  .\32xl\:gap-y-76px {
    row-gap: 76px;
  }

  .\32xl\:gap-y-77px {
    row-gap: 77px;
  }

  .\32xl\:gap-y-78px {
    row-gap: 78px;
  }

  .\32xl\:gap-y-79px {
    row-gap: 79px;
  }

  .\32xl\:gap-y-80px {
    row-gap: 80px;
  }

  .\32xl\:gap-y-81px {
    row-gap: 81px;
  }

  .\32xl\:gap-y-82px {
    row-gap: 82px;
  }

  .\32xl\:gap-y-83px {
    row-gap: 83px;
  }

  .\32xl\:gap-y-84px {
    row-gap: 84px;
  }

  .\32xl\:gap-y-85px {
    row-gap: 85px;
  }

  .\32xl\:gap-y-86px {
    row-gap: 86px;
  }

  .\32xl\:gap-y-87px {
    row-gap: 87px;
  }

  .\32xl\:gap-y-88px {
    row-gap: 88px;
  }

  .\32xl\:gap-y-89px {
    row-gap: 89px;
  }

  .\32xl\:gap-y-90px {
    row-gap: 90px;
  }

  .\32xl\:gap-y-91px {
    row-gap: 91px;
  }

  .\32xl\:gap-y-92px {
    row-gap: 92px;
  }

  .\32xl\:gap-y-93px {
    row-gap: 93px;
  }

  .\32xl\:gap-y-94px {
    row-gap: 94px;
  }

  .\32xl\:gap-y-95px {
    row-gap: 95px;
  }

  .\32xl\:gap-y-96px {
    row-gap: 96px;
  }

  .\32xl\:gap-y-97px {
    row-gap: 97px;
  }

  .\32xl\:gap-y-98px {
    row-gap: 98px;
  }

  .\32xl\:gap-y-99px {
    row-gap: 99px;
  }

  .\32xl\:gap-y-100px {
    row-gap: 100px;
  }

  .\32xl\:gap-y-101px {
    row-gap: 101px;
  }

  .\32xl\:gap-y-102px {
    row-gap: 102px;
  }

  .\32xl\:gap-y-103px {
    row-gap: 103px;
  }

  .\32xl\:gap-y-104px {
    row-gap: 104px;
  }

  .\32xl\:gap-y-105px {
    row-gap: 105px;
  }

  .\32xl\:gap-y-106px {
    row-gap: 106px;
  }

  .\32xl\:gap-y-107px {
    row-gap: 107px;
  }

  .\32xl\:gap-y-108px {
    row-gap: 108px;
  }

  .\32xl\:gap-y-109px {
    row-gap: 109px;
  }

  .\32xl\:gap-y-110px {
    row-gap: 110px;
  }

  .\32xl\:gap-y-111px {
    row-gap: 111px;
  }

  .\32xl\:gap-y-112px {
    row-gap: 112px;
  }

  .\32xl\:gap-y-113px {
    row-gap: 113px;
  }

  .\32xl\:gap-y-114px {
    row-gap: 114px;
  }

  .\32xl\:gap-y-115px {
    row-gap: 115px;
  }

  .\32xl\:gap-y-116px {
    row-gap: 116px;
  }

  .\32xl\:gap-y-117px {
    row-gap: 117px;
  }

  .\32xl\:gap-y-118px {
    row-gap: 118px;
  }

  .\32xl\:gap-y-119px {
    row-gap: 119px;
  }

  .\32xl\:gap-y-120px {
    row-gap: 120px;
  }

  .\32xl\:gap-y-121px {
    row-gap: 121px;
  }

  .\32xl\:gap-y-122px {
    row-gap: 122px;
  }

  .\32xl\:gap-y-123px {
    row-gap: 123px;
  }

  .\32xl\:gap-y-124px {
    row-gap: 124px;
  }

  .\32xl\:gap-y-125px {
    row-gap: 125px;
  }

  .\32xl\:gap-y-126px {
    row-gap: 126px;
  }

  .\32xl\:gap-y-127px {
    row-gap: 127px;
  }

  .\32xl\:gap-y-128px {
    row-gap: 128px;
  }

  .\32xl\:gap-y-129px {
    row-gap: 129px;
  }

  .\32xl\:gap-y-130px {
    row-gap: 130px;
  }

  .\32xl\:gap-y-133px {
    row-gap: 133px;
  }

  .\32xl\:gap-y-140px {
    row-gap: 140px;
  }

  .\32xl\:gap-y-195px {
    row-gap: 195px;
  }

  .\32xl\:gap-y-200px {
    row-gap: 200px;
  }

  .\32xl\:gap-y-210px {
    row-gap: 210px;
  }

  .\32xl\:gap-y-222px {
    row-gap: 222px;
  }

  .\32xl\:gap-y-258px {
    row-gap: 258px;
  }

  .\32xl\:gap-y-280px {
    row-gap: 280px;
  }

  .\32xl\:gap-y-334px {
    row-gap: 334px;
  }

  .\32xl\:gap-y-388px {
    row-gap: 388px;
  }

  .\32xl\:gap-y-480px {
    row-gap: 480px;
  }

  .\32xl\:gap-y-490px {
    row-gap: 490px;
  }

  .\32xl\:gap-y-505px {
    row-gap: 505px;
  }

  .\32xl\:gap-y-507px {
    row-gap: 507px;
  }

  .\32xl\:gap-y-760px {
    row-gap: 760px;
  }

  .\32xl\:gap-y-780px {
    row-gap: 780px;
  }

  .\32xl\:gap-y-980px {
    row-gap: 980px;
  }

  .\32xl\:gap-y-1366px {
    row-gap: 1366px;
  }

  .\32xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .\32xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .\32xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .\32xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .\32xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .\32xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .\32xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .\32xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:col-auto {
    grid-column: auto;
  }

  .\32xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .\32xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\32xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .\32xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .\32xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .\32xl\:col-span-full {
    grid-column: 1 / -1;
  }

  .\32xl\:col-start-1 {
    grid-column-start: 1;
  }

  .\32xl\:col-start-2 {
    grid-column-start: 2;
  }

  .\32xl\:col-start-3 {
    grid-column-start: 3;
  }

  .\32xl\:col-start-4 {
    grid-column-start: 4;
  }

  .\32xl\:col-start-5 {
    grid-column-start: 5;
  }

  .\32xl\:col-start-6 {
    grid-column-start: 6;
  }

  .\32xl\:col-start-7 {
    grid-column-start: 7;
  }

  .\32xl\:col-start-8 {
    grid-column-start: 8;
  }

  .\32xl\:col-start-9 {
    grid-column-start: 9;
  }

  .\32xl\:col-start-10 {
    grid-column-start: 10;
  }

  .\32xl\:col-start-11 {
    grid-column-start: 11;
  }

  .\32xl\:col-start-12 {
    grid-column-start: 12;
  }

  .\32xl\:col-start-13 {
    grid-column-start: 13;
  }

  .\32xl\:col-start-auto {
    grid-column-start: auto;
  }

  .\32xl\:col-end-1 {
    grid-column-end: 1;
  }

  .\32xl\:col-end-2 {
    grid-column-end: 2;
  }

  .\32xl\:col-end-3 {
    grid-column-end: 3;
  }

  .\32xl\:col-end-4 {
    grid-column-end: 4;
  }

  .\32xl\:col-end-5 {
    grid-column-end: 5;
  }

  .\32xl\:col-end-6 {
    grid-column-end: 6;
  }

  .\32xl\:col-end-7 {
    grid-column-end: 7;
  }

  .\32xl\:col-end-8 {
    grid-column-end: 8;
  }

  .\32xl\:col-end-9 {
    grid-column-end: 9;
  }

  .\32xl\:col-end-10 {
    grid-column-end: 10;
  }

  .\32xl\:col-end-11 {
    grid-column-end: 11;
  }

  .\32xl\:col-end-12 {
    grid-column-end: 12;
  }

  .\32xl\:col-end-13 {
    grid-column-end: 13;
  }

  .\32xl\:col-end-auto {
    grid-column-end: auto;
  }

  .\32xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-none {
    grid-template-rows: none;
  }

  .\32xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .\32xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .\32xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .\32xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:row-auto {
    grid-row: auto;
  }

  .\32xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .\32xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .\32xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .\32xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .\32xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .\32xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .\32xl\:row-span-full {
    grid-row: 1 / -1;
  }

  .\32xl\:row-start-1 {
    grid-row-start: 1;
  }

  .\32xl\:row-start-2 {
    grid-row-start: 2;
  }

  .\32xl\:row-start-3 {
    grid-row-start: 3;
  }

  .\32xl\:row-start-4 {
    grid-row-start: 4;
  }

  .\32xl\:row-start-5 {
    grid-row-start: 5;
  }

  .\32xl\:row-start-6 {
    grid-row-start: 6;
  }

  .\32xl\:row-start-7 {
    grid-row-start: 7;
  }

  .\32xl\:row-start-auto {
    grid-row-start: auto;
  }

  .\32xl\:row-end-1 {
    grid-row-end: 1;
  }

  .\32xl\:row-end-2 {
    grid-row-end: 2;
  }

  .\32xl\:row-end-3 {
    grid-row-end: 3;
  }

  .\32xl\:row-end-4 {
    grid-row-end: 4;
  }

  .\32xl\:row-end-5 {
    grid-row-end: 5;
  }

  .\32xl\:row-end-6 {
    grid-row-end: 6;
  }

  .\32xl\:row-end-7 {
    grid-row-end: 7;
  }

  .\32xl\:row-end-auto {
    grid-row-end: auto;
  }

  .\32xl\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:transform-none {
    transform: none;
  }

  .\32xl\:origin-center {
    transform-origin: center;
  }

  .\32xl\:origin-top {
    transform-origin: top;
  }

  .\32xl\:origin-top-right {
    transform-origin: top right;
  }

  .\32xl\:origin-right {
    transform-origin: right;
  }

  .\32xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .\32xl\:origin-bottom {
    transform-origin: bottom;
  }

  .\32xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .\32xl\:origin-left {
    transform-origin: left;
  }

  .\32xl\:origin-top-left {
    transform-origin: top left;
  }

  .\32xl\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .\32xl\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .\32xl\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .\32xl\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .\32xl\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .\32xl\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .\32xl\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .\32xl\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .\32xl\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .\32xl\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .\32xl\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .\32xl\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .\32xl\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .\32xl\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .\32xl\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .\32xl\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .\32xl\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .\32xl\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .\32xl\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .\32xl\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .\32xl\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .\32xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .\32xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .\32xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .\32xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .\32xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .\32xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .\32xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .\32xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .\32xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .\32xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .\32xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .\32xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .\32xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .\32xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .\32xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .\32xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .\32xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .\32xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .\32xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .\32xl\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .\32xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .\32xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .\32xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .\32xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .\32xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .\32xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .\32xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .\32xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .\32xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .\32xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .\32xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .\32xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .\32xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .\32xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .\32xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .\32xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .\32xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .\32xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .\32xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .\32xl\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .\32xl\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .\32xl\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .\32xl\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .\32xl\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .\32xl\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .\32xl\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .\32xl\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .\32xl\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .\32xl\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .\32xl\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .\32xl\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .\32xl\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .\32xl\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .\32xl\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .\32xl\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .\32xl\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .\32xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .\32xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .\32xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .\32xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .\32xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .\32xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .\32xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .\32xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .\32xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .\32xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .\32xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .\32xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .\32xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .\32xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .\32xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .\32xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .\32xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .\32xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .\32xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .\32xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .\32xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .\32xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .\32xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .\32xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .\32xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .\32xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .\32xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .\32xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .\32xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .\32xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .\32xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .\32xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .\32xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .\32xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .\32xl\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .\32xl\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .\32xl\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .\32xl\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .\32xl\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .\32xl\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .\32xl\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .\32xl\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .\32xl\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .\32xl\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .\32xl\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .\32xl\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .\32xl\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .\32xl\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .\32xl\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .\32xl\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .\32xl\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .\32xl\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .\32xl\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .\32xl\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .\32xl\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .\32xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:translate-x-1px {
    --tw-translate-x: 1px;
  }

  .\32xl\:translate-x-2px {
    --tw-translate-x: 2px;
  }

  .\32xl\:translate-x-3px {
    --tw-translate-x: 3px;
  }

  .\32xl\:translate-x-4px {
    --tw-translate-x: 4px;
  }

  .\32xl\:translate-x-5px {
    --tw-translate-x: 5px;
  }

  .\32xl\:translate-x-6px {
    --tw-translate-x: 6px;
  }

  .\32xl\:translate-x-7px {
    --tw-translate-x: 7px;
  }

  .\32xl\:translate-x-8px {
    --tw-translate-x: 8px;
  }

  .\32xl\:translate-x-9px {
    --tw-translate-x: 9px;
  }

  .\32xl\:translate-x-10px {
    --tw-translate-x: 10px;
  }

  .\32xl\:translate-x-11px {
    --tw-translate-x: 11px;
  }

  .\32xl\:translate-x-12px {
    --tw-translate-x: 12px;
  }

  .\32xl\:translate-x-13px {
    --tw-translate-x: 13px;
  }

  .\32xl\:translate-x-14px {
    --tw-translate-x: 14px;
  }

  .\32xl\:translate-x-15px {
    --tw-translate-x: 15px;
  }

  .\32xl\:translate-x-16px {
    --tw-translate-x: 16px;
  }

  .\32xl\:translate-x-17px {
    --tw-translate-x: 17px;
  }

  .\32xl\:translate-x-18px {
    --tw-translate-x: 18px;
  }

  .\32xl\:translate-x-19px {
    --tw-translate-x: 19px;
  }

  .\32xl\:translate-x-20px {
    --tw-translate-x: 20px;
  }

  .\32xl\:translate-x-21px {
    --tw-translate-x: 21px;
  }

  .\32xl\:translate-x-22px {
    --tw-translate-x: 22px;
  }

  .\32xl\:translate-x-23px {
    --tw-translate-x: 23px;
  }

  .\32xl\:translate-x-24px {
    --tw-translate-x: 24px;
  }

  .\32xl\:translate-x-25px {
    --tw-translate-x: 25px;
  }

  .\32xl\:translate-x-26px {
    --tw-translate-x: 26px;
  }

  .\32xl\:translate-x-27px {
    --tw-translate-x: 27px;
  }

  .\32xl\:translate-x-28px {
    --tw-translate-x: 28px;
  }

  .\32xl\:translate-x-29px {
    --tw-translate-x: 29px;
  }

  .\32xl\:translate-x-30px {
    --tw-translate-x: 30px;
  }

  .\32xl\:translate-x-31px {
    --tw-translate-x: 31px;
  }

  .\32xl\:translate-x-32px {
    --tw-translate-x: 32px;
  }

  .\32xl\:translate-x-33px {
    --tw-translate-x: 33px;
  }

  .\32xl\:translate-x-34px {
    --tw-translate-x: 34px;
  }

  .\32xl\:translate-x-35px {
    --tw-translate-x: 35px;
  }

  .\32xl\:translate-x-36px {
    --tw-translate-x: 36px;
  }

  .\32xl\:translate-x-37px {
    --tw-translate-x: 37px;
  }

  .\32xl\:translate-x-38px {
    --tw-translate-x: 38px;
  }

  .\32xl\:translate-x-39px {
    --tw-translate-x: 39px;
  }

  .\32xl\:translate-x-40px {
    --tw-translate-x: 40px;
  }

  .\32xl\:translate-x-41px {
    --tw-translate-x: 41px;
  }

  .\32xl\:translate-x-42px {
    --tw-translate-x: 42px;
  }

  .\32xl\:translate-x-43px {
    --tw-translate-x: 43px;
  }

  .\32xl\:translate-x-44px {
    --tw-translate-x: 44px;
  }

  .\32xl\:translate-x-45px {
    --tw-translate-x: 45px;
  }

  .\32xl\:translate-x-46px {
    --tw-translate-x: 46px;
  }

  .\32xl\:translate-x-47px {
    --tw-translate-x: 47px;
  }

  .\32xl\:translate-x-48px {
    --tw-translate-x: 48px;
  }

  .\32xl\:translate-x-49px {
    --tw-translate-x: 49px;
  }

  .\32xl\:translate-x-50px {
    --tw-translate-x: 50px;
  }

  .\32xl\:translate-x-51px {
    --tw-translate-x: 51px;
  }

  .\32xl\:translate-x-52px {
    --tw-translate-x: 52px;
  }

  .\32xl\:translate-x-53px {
    --tw-translate-x: 53px;
  }

  .\32xl\:translate-x-54px {
    --tw-translate-x: 54px;
  }

  .\32xl\:translate-x-55px {
    --tw-translate-x: 55px;
  }

  .\32xl\:translate-x-56px {
    --tw-translate-x: 56px;
  }

  .\32xl\:translate-x-57px {
    --tw-translate-x: 57px;
  }

  .\32xl\:translate-x-58px {
    --tw-translate-x: 58px;
  }

  .\32xl\:translate-x-59px {
    --tw-translate-x: 59px;
  }

  .\32xl\:translate-x-60px {
    --tw-translate-x: 60px;
  }

  .\32xl\:translate-x-61px {
    --tw-translate-x: 61px;
  }

  .\32xl\:translate-x-62px {
    --tw-translate-x: 62px;
  }

  .\32xl\:translate-x-63px {
    --tw-translate-x: 63px;
  }

  .\32xl\:translate-x-64px {
    --tw-translate-x: 64px;
  }

  .\32xl\:translate-x-65px {
    --tw-translate-x: 65px;
  }

  .\32xl\:translate-x-66px {
    --tw-translate-x: 66px;
  }

  .\32xl\:translate-x-67px {
    --tw-translate-x: 67px;
  }

  .\32xl\:translate-x-68px {
    --tw-translate-x: 68px;
  }

  .\32xl\:translate-x-69px {
    --tw-translate-x: 69px;
  }

  .\32xl\:translate-x-70px {
    --tw-translate-x: 70px;
  }

  .\32xl\:translate-x-71px {
    --tw-translate-x: 71px;
  }

  .\32xl\:translate-x-72px {
    --tw-translate-x: 72px;
  }

  .\32xl\:translate-x-73px {
    --tw-translate-x: 73px;
  }

  .\32xl\:translate-x-74px {
    --tw-translate-x: 74px;
  }

  .\32xl\:translate-x-75px {
    --tw-translate-x: 75px;
  }

  .\32xl\:translate-x-76px {
    --tw-translate-x: 76px;
  }

  .\32xl\:translate-x-77px {
    --tw-translate-x: 77px;
  }

  .\32xl\:translate-x-78px {
    --tw-translate-x: 78px;
  }

  .\32xl\:translate-x-79px {
    --tw-translate-x: 79px;
  }

  .\32xl\:translate-x-80px {
    --tw-translate-x: 80px;
  }

  .\32xl\:translate-x-81px {
    --tw-translate-x: 81px;
  }

  .\32xl\:translate-x-82px {
    --tw-translate-x: 82px;
  }

  .\32xl\:translate-x-83px {
    --tw-translate-x: 83px;
  }

  .\32xl\:translate-x-84px {
    --tw-translate-x: 84px;
  }

  .\32xl\:translate-x-85px {
    --tw-translate-x: 85px;
  }

  .\32xl\:translate-x-86px {
    --tw-translate-x: 86px;
  }

  .\32xl\:translate-x-87px {
    --tw-translate-x: 87px;
  }

  .\32xl\:translate-x-88px {
    --tw-translate-x: 88px;
  }

  .\32xl\:translate-x-89px {
    --tw-translate-x: 89px;
  }

  .\32xl\:translate-x-90px {
    --tw-translate-x: 90px;
  }

  .\32xl\:translate-x-91px {
    --tw-translate-x: 91px;
  }

  .\32xl\:translate-x-92px {
    --tw-translate-x: 92px;
  }

  .\32xl\:translate-x-93px {
    --tw-translate-x: 93px;
  }

  .\32xl\:translate-x-94px {
    --tw-translate-x: 94px;
  }

  .\32xl\:translate-x-95px {
    --tw-translate-x: 95px;
  }

  .\32xl\:translate-x-96px {
    --tw-translate-x: 96px;
  }

  .\32xl\:translate-x-97px {
    --tw-translate-x: 97px;
  }

  .\32xl\:translate-x-98px {
    --tw-translate-x: 98px;
  }

  .\32xl\:translate-x-99px {
    --tw-translate-x: 99px;
  }

  .\32xl\:translate-x-100px {
    --tw-translate-x: 100px;
  }

  .\32xl\:translate-x-101px {
    --tw-translate-x: 101px;
  }

  .\32xl\:translate-x-102px {
    --tw-translate-x: 102px;
  }

  .\32xl\:translate-x-103px {
    --tw-translate-x: 103px;
  }

  .\32xl\:translate-x-104px {
    --tw-translate-x: 104px;
  }

  .\32xl\:translate-x-105px {
    --tw-translate-x: 105px;
  }

  .\32xl\:translate-x-106px {
    --tw-translate-x: 106px;
  }

  .\32xl\:translate-x-107px {
    --tw-translate-x: 107px;
  }

  .\32xl\:translate-x-108px {
    --tw-translate-x: 108px;
  }

  .\32xl\:translate-x-109px {
    --tw-translate-x: 109px;
  }

  .\32xl\:translate-x-110px {
    --tw-translate-x: 110px;
  }

  .\32xl\:translate-x-111px {
    --tw-translate-x: 111px;
  }

  .\32xl\:translate-x-112px {
    --tw-translate-x: 112px;
  }

  .\32xl\:translate-x-113px {
    --tw-translate-x: 113px;
  }

  .\32xl\:translate-x-114px {
    --tw-translate-x: 114px;
  }

  .\32xl\:translate-x-115px {
    --tw-translate-x: 115px;
  }

  .\32xl\:translate-x-116px {
    --tw-translate-x: 116px;
  }

  .\32xl\:translate-x-117px {
    --tw-translate-x: 117px;
  }

  .\32xl\:translate-x-118px {
    --tw-translate-x: 118px;
  }

  .\32xl\:translate-x-119px {
    --tw-translate-x: 119px;
  }

  .\32xl\:translate-x-120px {
    --tw-translate-x: 120px;
  }

  .\32xl\:translate-x-121px {
    --tw-translate-x: 121px;
  }

  .\32xl\:translate-x-122px {
    --tw-translate-x: 122px;
  }

  .\32xl\:translate-x-123px {
    --tw-translate-x: 123px;
  }

  .\32xl\:translate-x-124px {
    --tw-translate-x: 124px;
  }

  .\32xl\:translate-x-125px {
    --tw-translate-x: 125px;
  }

  .\32xl\:translate-x-126px {
    --tw-translate-x: 126px;
  }

  .\32xl\:translate-x-127px {
    --tw-translate-x: 127px;
  }

  .\32xl\:translate-x-128px {
    --tw-translate-x: 128px;
  }

  .\32xl\:translate-x-129px {
    --tw-translate-x: 129px;
  }

  .\32xl\:translate-x-130px {
    --tw-translate-x: 130px;
  }

  .\32xl\:translate-x-133px {
    --tw-translate-x: 133px;
  }

  .\32xl\:translate-x-140px {
    --tw-translate-x: 140px;
  }

  .\32xl\:translate-x-195px {
    --tw-translate-x: 195px;
  }

  .\32xl\:translate-x-200px {
    --tw-translate-x: 200px;
  }

  .\32xl\:translate-x-210px {
    --tw-translate-x: 210px;
  }

  .\32xl\:translate-x-222px {
    --tw-translate-x: 222px;
  }

  .\32xl\:translate-x-258px {
    --tw-translate-x: 258px;
  }

  .\32xl\:translate-x-280px {
    --tw-translate-x: 280px;
  }

  .\32xl\:translate-x-334px {
    --tw-translate-x: 334px;
  }

  .\32xl\:translate-x-388px {
    --tw-translate-x: 388px;
  }

  .\32xl\:translate-x-480px {
    --tw-translate-x: 480px;
  }

  .\32xl\:translate-x-490px {
    --tw-translate-x: 490px;
  }

  .\32xl\:translate-x-505px {
    --tw-translate-x: 505px;
  }

  .\32xl\:translate-x-507px {
    --tw-translate-x: 507px;
  }

  .\32xl\:translate-x-760px {
    --tw-translate-x: 760px;
  }

  .\32xl\:translate-x-780px {
    --tw-translate-x: 780px;
  }

  .\32xl\:translate-x-980px {
    --tw-translate-x: 980px;
  }

  .\32xl\:translate-x-1366px {
    --tw-translate-x: 1366px;
  }

  .\32xl\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .\32xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .\32xl\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .\32xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .\32xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .\32xl\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .\32xl\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .\32xl\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .\32xl\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .\32xl\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .\32xl\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .\32xl\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .\32xl\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .\32xl\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .\32xl\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .\32xl\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .\32xl\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .\32xl\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .\32xl\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .\32xl\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .\32xl\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .\32xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:-translate-x-1px {
    --tw-translate-x: -1px;
  }

  .\32xl\:-translate-x-2px {
    --tw-translate-x: -2px;
  }

  .\32xl\:-translate-x-3px {
    --tw-translate-x: -3px;
  }

  .\32xl\:-translate-x-4px {
    --tw-translate-x: -4px;
  }

  .\32xl\:-translate-x-5px {
    --tw-translate-x: -5px;
  }

  .\32xl\:-translate-x-6px {
    --tw-translate-x: -6px;
  }

  .\32xl\:-translate-x-7px {
    --tw-translate-x: -7px;
  }

  .\32xl\:-translate-x-8px {
    --tw-translate-x: -8px;
  }

  .\32xl\:-translate-x-9px {
    --tw-translate-x: -9px;
  }

  .\32xl\:-translate-x-10px {
    --tw-translate-x: -10px;
  }

  .\32xl\:-translate-x-11px {
    --tw-translate-x: -11px;
  }

  .\32xl\:-translate-x-12px {
    --tw-translate-x: -12px;
  }

  .\32xl\:-translate-x-13px {
    --tw-translate-x: -13px;
  }

  .\32xl\:-translate-x-14px {
    --tw-translate-x: -14px;
  }

  .\32xl\:-translate-x-15px {
    --tw-translate-x: -15px;
  }

  .\32xl\:-translate-x-16px {
    --tw-translate-x: -16px;
  }

  .\32xl\:-translate-x-17px {
    --tw-translate-x: -17px;
  }

  .\32xl\:-translate-x-18px {
    --tw-translate-x: -18px;
  }

  .\32xl\:-translate-x-19px {
    --tw-translate-x: -19px;
  }

  .\32xl\:-translate-x-20px {
    --tw-translate-x: -20px;
  }

  .\32xl\:-translate-x-21px {
    --tw-translate-x: -21px;
  }

  .\32xl\:-translate-x-22px {
    --tw-translate-x: -22px;
  }

  .\32xl\:-translate-x-23px {
    --tw-translate-x: -23px;
  }

  .\32xl\:-translate-x-24px {
    --tw-translate-x: -24px;
  }

  .\32xl\:-translate-x-25px {
    --tw-translate-x: -25px;
  }

  .\32xl\:-translate-x-26px {
    --tw-translate-x: -26px;
  }

  .\32xl\:-translate-x-27px {
    --tw-translate-x: -27px;
  }

  .\32xl\:-translate-x-28px {
    --tw-translate-x: -28px;
  }

  .\32xl\:-translate-x-29px {
    --tw-translate-x: -29px;
  }

  .\32xl\:-translate-x-30px {
    --tw-translate-x: -30px;
  }

  .\32xl\:-translate-x-31px {
    --tw-translate-x: -31px;
  }

  .\32xl\:-translate-x-32px {
    --tw-translate-x: -32px;
  }

  .\32xl\:-translate-x-33px {
    --tw-translate-x: -33px;
  }

  .\32xl\:-translate-x-34px {
    --tw-translate-x: -34px;
  }

  .\32xl\:-translate-x-35px {
    --tw-translate-x: -35px;
  }

  .\32xl\:-translate-x-36px {
    --tw-translate-x: -36px;
  }

  .\32xl\:-translate-x-37px {
    --tw-translate-x: -37px;
  }

  .\32xl\:-translate-x-38px {
    --tw-translate-x: -38px;
  }

  .\32xl\:-translate-x-39px {
    --tw-translate-x: -39px;
  }

  .\32xl\:-translate-x-40px {
    --tw-translate-x: -40px;
  }

  .\32xl\:-translate-x-41px {
    --tw-translate-x: -41px;
  }

  .\32xl\:-translate-x-42px {
    --tw-translate-x: -42px;
  }

  .\32xl\:-translate-x-43px {
    --tw-translate-x: -43px;
  }

  .\32xl\:-translate-x-44px {
    --tw-translate-x: -44px;
  }

  .\32xl\:-translate-x-45px {
    --tw-translate-x: -45px;
  }

  .\32xl\:-translate-x-46px {
    --tw-translate-x: -46px;
  }

  .\32xl\:-translate-x-47px {
    --tw-translate-x: -47px;
  }

  .\32xl\:-translate-x-48px {
    --tw-translate-x: -48px;
  }

  .\32xl\:-translate-x-49px {
    --tw-translate-x: -49px;
  }

  .\32xl\:-translate-x-50px {
    --tw-translate-x: -50px;
  }

  .\32xl\:-translate-x-51px {
    --tw-translate-x: -51px;
  }

  .\32xl\:-translate-x-52px {
    --tw-translate-x: -52px;
  }

  .\32xl\:-translate-x-53px {
    --tw-translate-x: -53px;
  }

  .\32xl\:-translate-x-54px {
    --tw-translate-x: -54px;
  }

  .\32xl\:-translate-x-55px {
    --tw-translate-x: -55px;
  }

  .\32xl\:-translate-x-56px {
    --tw-translate-x: -56px;
  }

  .\32xl\:-translate-x-57px {
    --tw-translate-x: -57px;
  }

  .\32xl\:-translate-x-58px {
    --tw-translate-x: -58px;
  }

  .\32xl\:-translate-x-59px {
    --tw-translate-x: -59px;
  }

  .\32xl\:-translate-x-60px {
    --tw-translate-x: -60px;
  }

  .\32xl\:-translate-x-61px {
    --tw-translate-x: -61px;
  }

  .\32xl\:-translate-x-62px {
    --tw-translate-x: -62px;
  }

  .\32xl\:-translate-x-63px {
    --tw-translate-x: -63px;
  }

  .\32xl\:-translate-x-64px {
    --tw-translate-x: -64px;
  }

  .\32xl\:-translate-x-65px {
    --tw-translate-x: -65px;
  }

  .\32xl\:-translate-x-66px {
    --tw-translate-x: -66px;
  }

  .\32xl\:-translate-x-67px {
    --tw-translate-x: -67px;
  }

  .\32xl\:-translate-x-68px {
    --tw-translate-x: -68px;
  }

  .\32xl\:-translate-x-69px {
    --tw-translate-x: -69px;
  }

  .\32xl\:-translate-x-70px {
    --tw-translate-x: -70px;
  }

  .\32xl\:-translate-x-71px {
    --tw-translate-x: -71px;
  }

  .\32xl\:-translate-x-72px {
    --tw-translate-x: -72px;
  }

  .\32xl\:-translate-x-73px {
    --tw-translate-x: -73px;
  }

  .\32xl\:-translate-x-74px {
    --tw-translate-x: -74px;
  }

  .\32xl\:-translate-x-75px {
    --tw-translate-x: -75px;
  }

  .\32xl\:-translate-x-76px {
    --tw-translate-x: -76px;
  }

  .\32xl\:-translate-x-77px {
    --tw-translate-x: -77px;
  }

  .\32xl\:-translate-x-78px {
    --tw-translate-x: -78px;
  }

  .\32xl\:-translate-x-79px {
    --tw-translate-x: -79px;
  }

  .\32xl\:-translate-x-80px {
    --tw-translate-x: -80px;
  }

  .\32xl\:-translate-x-81px {
    --tw-translate-x: -81px;
  }

  .\32xl\:-translate-x-82px {
    --tw-translate-x: -82px;
  }

  .\32xl\:-translate-x-83px {
    --tw-translate-x: -83px;
  }

  .\32xl\:-translate-x-84px {
    --tw-translate-x: -84px;
  }

  .\32xl\:-translate-x-85px {
    --tw-translate-x: -85px;
  }

  .\32xl\:-translate-x-86px {
    --tw-translate-x: -86px;
  }

  .\32xl\:-translate-x-87px {
    --tw-translate-x: -87px;
  }

  .\32xl\:-translate-x-88px {
    --tw-translate-x: -88px;
  }

  .\32xl\:-translate-x-89px {
    --tw-translate-x: -89px;
  }

  .\32xl\:-translate-x-90px {
    --tw-translate-x: -90px;
  }

  .\32xl\:-translate-x-91px {
    --tw-translate-x: -91px;
  }

  .\32xl\:-translate-x-92px {
    --tw-translate-x: -92px;
  }

  .\32xl\:-translate-x-93px {
    --tw-translate-x: -93px;
  }

  .\32xl\:-translate-x-94px {
    --tw-translate-x: -94px;
  }

  .\32xl\:-translate-x-95px {
    --tw-translate-x: -95px;
  }

  .\32xl\:-translate-x-96px {
    --tw-translate-x: -96px;
  }

  .\32xl\:-translate-x-97px {
    --tw-translate-x: -97px;
  }

  .\32xl\:-translate-x-98px {
    --tw-translate-x: -98px;
  }

  .\32xl\:-translate-x-99px {
    --tw-translate-x: -99px;
  }

  .\32xl\:-translate-x-100px {
    --tw-translate-x: -100px;
  }

  .\32xl\:-translate-x-101px {
    --tw-translate-x: -101px;
  }

  .\32xl\:-translate-x-102px {
    --tw-translate-x: -102px;
  }

  .\32xl\:-translate-x-103px {
    --tw-translate-x: -103px;
  }

  .\32xl\:-translate-x-104px {
    --tw-translate-x: -104px;
  }

  .\32xl\:-translate-x-105px {
    --tw-translate-x: -105px;
  }

  .\32xl\:-translate-x-106px {
    --tw-translate-x: -106px;
  }

  .\32xl\:-translate-x-107px {
    --tw-translate-x: -107px;
  }

  .\32xl\:-translate-x-108px {
    --tw-translate-x: -108px;
  }

  .\32xl\:-translate-x-109px {
    --tw-translate-x: -109px;
  }

  .\32xl\:-translate-x-110px {
    --tw-translate-x: -110px;
  }

  .\32xl\:-translate-x-111px {
    --tw-translate-x: -111px;
  }

  .\32xl\:-translate-x-112px {
    --tw-translate-x: -112px;
  }

  .\32xl\:-translate-x-113px {
    --tw-translate-x: -113px;
  }

  .\32xl\:-translate-x-114px {
    --tw-translate-x: -114px;
  }

  .\32xl\:-translate-x-115px {
    --tw-translate-x: -115px;
  }

  .\32xl\:-translate-x-116px {
    --tw-translate-x: -116px;
  }

  .\32xl\:-translate-x-117px {
    --tw-translate-x: -117px;
  }

  .\32xl\:-translate-x-118px {
    --tw-translate-x: -118px;
  }

  .\32xl\:-translate-x-119px {
    --tw-translate-x: -119px;
  }

  .\32xl\:-translate-x-120px {
    --tw-translate-x: -120px;
  }

  .\32xl\:-translate-x-121px {
    --tw-translate-x: -121px;
  }

  .\32xl\:-translate-x-122px {
    --tw-translate-x: -122px;
  }

  .\32xl\:-translate-x-123px {
    --tw-translate-x: -123px;
  }

  .\32xl\:-translate-x-124px {
    --tw-translate-x: -124px;
  }

  .\32xl\:-translate-x-125px {
    --tw-translate-x: -125px;
  }

  .\32xl\:-translate-x-126px {
    --tw-translate-x: -126px;
  }

  .\32xl\:-translate-x-127px {
    --tw-translate-x: -127px;
  }

  .\32xl\:-translate-x-128px {
    --tw-translate-x: -128px;
  }

  .\32xl\:-translate-x-129px {
    --tw-translate-x: -129px;
  }

  .\32xl\:-translate-x-130px {
    --tw-translate-x: -130px;
  }

  .\32xl\:-translate-x-133px {
    --tw-translate-x: -133px;
  }

  .\32xl\:-translate-x-140px {
    --tw-translate-x: -140px;
  }

  .\32xl\:-translate-x-195px {
    --tw-translate-x: -195px;
  }

  .\32xl\:-translate-x-200px {
    --tw-translate-x: -200px;
  }

  .\32xl\:-translate-x-210px {
    --tw-translate-x: -210px;
  }

  .\32xl\:-translate-x-222px {
    --tw-translate-x: -222px;
  }

  .\32xl\:-translate-x-258px {
    --tw-translate-x: -258px;
  }

  .\32xl\:-translate-x-280px {
    --tw-translate-x: -280px;
  }

  .\32xl\:-translate-x-334px {
    --tw-translate-x: -334px;
  }

  .\32xl\:-translate-x-388px {
    --tw-translate-x: -388px;
  }

  .\32xl\:-translate-x-480px {
    --tw-translate-x: -480px;
  }

  .\32xl\:-translate-x-490px {
    --tw-translate-x: -490px;
  }

  .\32xl\:-translate-x-505px {
    --tw-translate-x: -505px;
  }

  .\32xl\:-translate-x-507px {
    --tw-translate-x: -507px;
  }

  .\32xl\:-translate-x-760px {
    --tw-translate-x: -760px;
  }

  .\32xl\:-translate-x-780px {
    --tw-translate-x: -780px;
  }

  .\32xl\:-translate-x-980px {
    --tw-translate-x: -980px;
  }

  .\32xl\:-translate-x-1366px {
    --tw-translate-x: -1366px;
  }

  .\32xl\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .\32xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .\32xl\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .\32xl\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .\32xl\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .\32xl\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .\32xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .\32xl\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .\32xl\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .\32xl\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .\32xl\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .\32xl\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .\32xl\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .\32xl\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .\32xl\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .\32xl\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .\32xl\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .\32xl\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .\32xl\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .\32xl\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .\32xl\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .\32xl\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .\32xl\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .\32xl\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .\32xl\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .\32xl\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .\32xl\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .\32xl\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .\32xl\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .\32xl\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .\32xl\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .\32xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:translate-y-1px {
    --tw-translate-y: 1px;
  }

  .\32xl\:translate-y-2px {
    --tw-translate-y: 2px;
  }

  .\32xl\:translate-y-3px {
    --tw-translate-y: 3px;
  }

  .\32xl\:translate-y-4px {
    --tw-translate-y: 4px;
  }

  .\32xl\:translate-y-5px {
    --tw-translate-y: 5px;
  }

  .\32xl\:translate-y-6px {
    --tw-translate-y: 6px;
  }

  .\32xl\:translate-y-7px {
    --tw-translate-y: 7px;
  }

  .\32xl\:translate-y-8px {
    --tw-translate-y: 8px;
  }

  .\32xl\:translate-y-9px {
    --tw-translate-y: 9px;
  }

  .\32xl\:translate-y-10px {
    --tw-translate-y: 10px;
  }

  .\32xl\:translate-y-11px {
    --tw-translate-y: 11px;
  }

  .\32xl\:translate-y-12px {
    --tw-translate-y: 12px;
  }

  .\32xl\:translate-y-13px {
    --tw-translate-y: 13px;
  }

  .\32xl\:translate-y-14px {
    --tw-translate-y: 14px;
  }

  .\32xl\:translate-y-15px {
    --tw-translate-y: 15px;
  }

  .\32xl\:translate-y-16px {
    --tw-translate-y: 16px;
  }

  .\32xl\:translate-y-17px {
    --tw-translate-y: 17px;
  }

  .\32xl\:translate-y-18px {
    --tw-translate-y: 18px;
  }

  .\32xl\:translate-y-19px {
    --tw-translate-y: 19px;
  }

  .\32xl\:translate-y-20px {
    --tw-translate-y: 20px;
  }

  .\32xl\:translate-y-21px {
    --tw-translate-y: 21px;
  }

  .\32xl\:translate-y-22px {
    --tw-translate-y: 22px;
  }

  .\32xl\:translate-y-23px {
    --tw-translate-y: 23px;
  }

  .\32xl\:translate-y-24px {
    --tw-translate-y: 24px;
  }

  .\32xl\:translate-y-25px {
    --tw-translate-y: 25px;
  }

  .\32xl\:translate-y-26px {
    --tw-translate-y: 26px;
  }

  .\32xl\:translate-y-27px {
    --tw-translate-y: 27px;
  }

  .\32xl\:translate-y-28px {
    --tw-translate-y: 28px;
  }

  .\32xl\:translate-y-29px {
    --tw-translate-y: 29px;
  }

  .\32xl\:translate-y-30px {
    --tw-translate-y: 30px;
  }

  .\32xl\:translate-y-31px {
    --tw-translate-y: 31px;
  }

  .\32xl\:translate-y-32px {
    --tw-translate-y: 32px;
  }

  .\32xl\:translate-y-33px {
    --tw-translate-y: 33px;
  }

  .\32xl\:translate-y-34px {
    --tw-translate-y: 34px;
  }

  .\32xl\:translate-y-35px {
    --tw-translate-y: 35px;
  }

  .\32xl\:translate-y-36px {
    --tw-translate-y: 36px;
  }

  .\32xl\:translate-y-37px {
    --tw-translate-y: 37px;
  }

  .\32xl\:translate-y-38px {
    --tw-translate-y: 38px;
  }

  .\32xl\:translate-y-39px {
    --tw-translate-y: 39px;
  }

  .\32xl\:translate-y-40px {
    --tw-translate-y: 40px;
  }

  .\32xl\:translate-y-41px {
    --tw-translate-y: 41px;
  }

  .\32xl\:translate-y-42px {
    --tw-translate-y: 42px;
  }

  .\32xl\:translate-y-43px {
    --tw-translate-y: 43px;
  }

  .\32xl\:translate-y-44px {
    --tw-translate-y: 44px;
  }

  .\32xl\:translate-y-45px {
    --tw-translate-y: 45px;
  }

  .\32xl\:translate-y-46px {
    --tw-translate-y: 46px;
  }

  .\32xl\:translate-y-47px {
    --tw-translate-y: 47px;
  }

  .\32xl\:translate-y-48px {
    --tw-translate-y: 48px;
  }

  .\32xl\:translate-y-49px {
    --tw-translate-y: 49px;
  }

  .\32xl\:translate-y-50px {
    --tw-translate-y: 50px;
  }

  .\32xl\:translate-y-51px {
    --tw-translate-y: 51px;
  }

  .\32xl\:translate-y-52px {
    --tw-translate-y: 52px;
  }

  .\32xl\:translate-y-53px {
    --tw-translate-y: 53px;
  }

  .\32xl\:translate-y-54px {
    --tw-translate-y: 54px;
  }

  .\32xl\:translate-y-55px {
    --tw-translate-y: 55px;
  }

  .\32xl\:translate-y-56px {
    --tw-translate-y: 56px;
  }

  .\32xl\:translate-y-57px {
    --tw-translate-y: 57px;
  }

  .\32xl\:translate-y-58px {
    --tw-translate-y: 58px;
  }

  .\32xl\:translate-y-59px {
    --tw-translate-y: 59px;
  }

  .\32xl\:translate-y-60px {
    --tw-translate-y: 60px;
  }

  .\32xl\:translate-y-61px {
    --tw-translate-y: 61px;
  }

  .\32xl\:translate-y-62px {
    --tw-translate-y: 62px;
  }

  .\32xl\:translate-y-63px {
    --tw-translate-y: 63px;
  }

  .\32xl\:translate-y-64px {
    --tw-translate-y: 64px;
  }

  .\32xl\:translate-y-65px {
    --tw-translate-y: 65px;
  }

  .\32xl\:translate-y-66px {
    --tw-translate-y: 66px;
  }

  .\32xl\:translate-y-67px {
    --tw-translate-y: 67px;
  }

  .\32xl\:translate-y-68px {
    --tw-translate-y: 68px;
  }

  .\32xl\:translate-y-69px {
    --tw-translate-y: 69px;
  }

  .\32xl\:translate-y-70px {
    --tw-translate-y: 70px;
  }

  .\32xl\:translate-y-71px {
    --tw-translate-y: 71px;
  }

  .\32xl\:translate-y-72px {
    --tw-translate-y: 72px;
  }

  .\32xl\:translate-y-73px {
    --tw-translate-y: 73px;
  }

  .\32xl\:translate-y-74px {
    --tw-translate-y: 74px;
  }

  .\32xl\:translate-y-75px {
    --tw-translate-y: 75px;
  }

  .\32xl\:translate-y-76px {
    --tw-translate-y: 76px;
  }

  .\32xl\:translate-y-77px {
    --tw-translate-y: 77px;
  }

  .\32xl\:translate-y-78px {
    --tw-translate-y: 78px;
  }

  .\32xl\:translate-y-79px {
    --tw-translate-y: 79px;
  }

  .\32xl\:translate-y-80px {
    --tw-translate-y: 80px;
  }

  .\32xl\:translate-y-81px {
    --tw-translate-y: 81px;
  }

  .\32xl\:translate-y-82px {
    --tw-translate-y: 82px;
  }

  .\32xl\:translate-y-83px {
    --tw-translate-y: 83px;
  }

  .\32xl\:translate-y-84px {
    --tw-translate-y: 84px;
  }

  .\32xl\:translate-y-85px {
    --tw-translate-y: 85px;
  }

  .\32xl\:translate-y-86px {
    --tw-translate-y: 86px;
  }

  .\32xl\:translate-y-87px {
    --tw-translate-y: 87px;
  }

  .\32xl\:translate-y-88px {
    --tw-translate-y: 88px;
  }

  .\32xl\:translate-y-89px {
    --tw-translate-y: 89px;
  }

  .\32xl\:translate-y-90px {
    --tw-translate-y: 90px;
  }

  .\32xl\:translate-y-91px {
    --tw-translate-y: 91px;
  }

  .\32xl\:translate-y-92px {
    --tw-translate-y: 92px;
  }

  .\32xl\:translate-y-93px {
    --tw-translate-y: 93px;
  }

  .\32xl\:translate-y-94px {
    --tw-translate-y: 94px;
  }

  .\32xl\:translate-y-95px {
    --tw-translate-y: 95px;
  }

  .\32xl\:translate-y-96px {
    --tw-translate-y: 96px;
  }

  .\32xl\:translate-y-97px {
    --tw-translate-y: 97px;
  }

  .\32xl\:translate-y-98px {
    --tw-translate-y: 98px;
  }

  .\32xl\:translate-y-99px {
    --tw-translate-y: 99px;
  }

  .\32xl\:translate-y-100px {
    --tw-translate-y: 100px;
  }

  .\32xl\:translate-y-101px {
    --tw-translate-y: 101px;
  }

  .\32xl\:translate-y-102px {
    --tw-translate-y: 102px;
  }

  .\32xl\:translate-y-103px {
    --tw-translate-y: 103px;
  }

  .\32xl\:translate-y-104px {
    --tw-translate-y: 104px;
  }

  .\32xl\:translate-y-105px {
    --tw-translate-y: 105px;
  }

  .\32xl\:translate-y-106px {
    --tw-translate-y: 106px;
  }

  .\32xl\:translate-y-107px {
    --tw-translate-y: 107px;
  }

  .\32xl\:translate-y-108px {
    --tw-translate-y: 108px;
  }

  .\32xl\:translate-y-109px {
    --tw-translate-y: 109px;
  }

  .\32xl\:translate-y-110px {
    --tw-translate-y: 110px;
  }

  .\32xl\:translate-y-111px {
    --tw-translate-y: 111px;
  }

  .\32xl\:translate-y-112px {
    --tw-translate-y: 112px;
  }

  .\32xl\:translate-y-113px {
    --tw-translate-y: 113px;
  }

  .\32xl\:translate-y-114px {
    --tw-translate-y: 114px;
  }

  .\32xl\:translate-y-115px {
    --tw-translate-y: 115px;
  }

  .\32xl\:translate-y-116px {
    --tw-translate-y: 116px;
  }

  .\32xl\:translate-y-117px {
    --tw-translate-y: 117px;
  }

  .\32xl\:translate-y-118px {
    --tw-translate-y: 118px;
  }

  .\32xl\:translate-y-119px {
    --tw-translate-y: 119px;
  }

  .\32xl\:translate-y-120px {
    --tw-translate-y: 120px;
  }

  .\32xl\:translate-y-121px {
    --tw-translate-y: 121px;
  }

  .\32xl\:translate-y-122px {
    --tw-translate-y: 122px;
  }

  .\32xl\:translate-y-123px {
    --tw-translate-y: 123px;
  }

  .\32xl\:translate-y-124px {
    --tw-translate-y: 124px;
  }

  .\32xl\:translate-y-125px {
    --tw-translate-y: 125px;
  }

  .\32xl\:translate-y-126px {
    --tw-translate-y: 126px;
  }

  .\32xl\:translate-y-127px {
    --tw-translate-y: 127px;
  }

  .\32xl\:translate-y-128px {
    --tw-translate-y: 128px;
  }

  .\32xl\:translate-y-129px {
    --tw-translate-y: 129px;
  }

  .\32xl\:translate-y-130px {
    --tw-translate-y: 130px;
  }

  .\32xl\:translate-y-133px {
    --tw-translate-y: 133px;
  }

  .\32xl\:translate-y-140px {
    --tw-translate-y: 140px;
  }

  .\32xl\:translate-y-195px {
    --tw-translate-y: 195px;
  }

  .\32xl\:translate-y-200px {
    --tw-translate-y: 200px;
  }

  .\32xl\:translate-y-210px {
    --tw-translate-y: 210px;
  }

  .\32xl\:translate-y-222px {
    --tw-translate-y: 222px;
  }

  .\32xl\:translate-y-258px {
    --tw-translate-y: 258px;
  }

  .\32xl\:translate-y-280px {
    --tw-translate-y: 280px;
  }

  .\32xl\:translate-y-334px {
    --tw-translate-y: 334px;
  }

  .\32xl\:translate-y-388px {
    --tw-translate-y: 388px;
  }

  .\32xl\:translate-y-480px {
    --tw-translate-y: 480px;
  }

  .\32xl\:translate-y-490px {
    --tw-translate-y: 490px;
  }

  .\32xl\:translate-y-505px {
    --tw-translate-y: 505px;
  }

  .\32xl\:translate-y-507px {
    --tw-translate-y: 507px;
  }

  .\32xl\:translate-y-760px {
    --tw-translate-y: 760px;
  }

  .\32xl\:translate-y-780px {
    --tw-translate-y: 780px;
  }

  .\32xl\:translate-y-980px {
    --tw-translate-y: 980px;
  }

  .\32xl\:translate-y-1366px {
    --tw-translate-y: 1366px;
  }

  .\32xl\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .\32xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .\32xl\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .\32xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .\32xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .\32xl\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .\32xl\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .\32xl\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .\32xl\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .\32xl\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .\32xl\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .\32xl\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .\32xl\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .\32xl\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .\32xl\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .\32xl\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .\32xl\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .\32xl\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .\32xl\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .\32xl\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .\32xl\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .\32xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:-translate-y-1px {
    --tw-translate-y: -1px;
  }

  .\32xl\:-translate-y-2px {
    --tw-translate-y: -2px;
  }

  .\32xl\:-translate-y-3px {
    --tw-translate-y: -3px;
  }

  .\32xl\:-translate-y-4px {
    --tw-translate-y: -4px;
  }

  .\32xl\:-translate-y-5px {
    --tw-translate-y: -5px;
  }

  .\32xl\:-translate-y-6px {
    --tw-translate-y: -6px;
  }

  .\32xl\:-translate-y-7px {
    --tw-translate-y: -7px;
  }

  .\32xl\:-translate-y-8px {
    --tw-translate-y: -8px;
  }

  .\32xl\:-translate-y-9px {
    --tw-translate-y: -9px;
  }

  .\32xl\:-translate-y-10px {
    --tw-translate-y: -10px;
  }

  .\32xl\:-translate-y-11px {
    --tw-translate-y: -11px;
  }

  .\32xl\:-translate-y-12px {
    --tw-translate-y: -12px;
  }

  .\32xl\:-translate-y-13px {
    --tw-translate-y: -13px;
  }

  .\32xl\:-translate-y-14px {
    --tw-translate-y: -14px;
  }

  .\32xl\:-translate-y-15px {
    --tw-translate-y: -15px;
  }

  .\32xl\:-translate-y-16px {
    --tw-translate-y: -16px;
  }

  .\32xl\:-translate-y-17px {
    --tw-translate-y: -17px;
  }

  .\32xl\:-translate-y-18px {
    --tw-translate-y: -18px;
  }

  .\32xl\:-translate-y-19px {
    --tw-translate-y: -19px;
  }

  .\32xl\:-translate-y-20px {
    --tw-translate-y: -20px;
  }

  .\32xl\:-translate-y-21px {
    --tw-translate-y: -21px;
  }

  .\32xl\:-translate-y-22px {
    --tw-translate-y: -22px;
  }

  .\32xl\:-translate-y-23px {
    --tw-translate-y: -23px;
  }

  .\32xl\:-translate-y-24px {
    --tw-translate-y: -24px;
  }

  .\32xl\:-translate-y-25px {
    --tw-translate-y: -25px;
  }

  .\32xl\:-translate-y-26px {
    --tw-translate-y: -26px;
  }

  .\32xl\:-translate-y-27px {
    --tw-translate-y: -27px;
  }

  .\32xl\:-translate-y-28px {
    --tw-translate-y: -28px;
  }

  .\32xl\:-translate-y-29px {
    --tw-translate-y: -29px;
  }

  .\32xl\:-translate-y-30px {
    --tw-translate-y: -30px;
  }

  .\32xl\:-translate-y-31px {
    --tw-translate-y: -31px;
  }

  .\32xl\:-translate-y-32px {
    --tw-translate-y: -32px;
  }

  .\32xl\:-translate-y-33px {
    --tw-translate-y: -33px;
  }

  .\32xl\:-translate-y-34px {
    --tw-translate-y: -34px;
  }

  .\32xl\:-translate-y-35px {
    --tw-translate-y: -35px;
  }

  .\32xl\:-translate-y-36px {
    --tw-translate-y: -36px;
  }

  .\32xl\:-translate-y-37px {
    --tw-translate-y: -37px;
  }

  .\32xl\:-translate-y-38px {
    --tw-translate-y: -38px;
  }

  .\32xl\:-translate-y-39px {
    --tw-translate-y: -39px;
  }

  .\32xl\:-translate-y-40px {
    --tw-translate-y: -40px;
  }

  .\32xl\:-translate-y-41px {
    --tw-translate-y: -41px;
  }

  .\32xl\:-translate-y-42px {
    --tw-translate-y: -42px;
  }

  .\32xl\:-translate-y-43px {
    --tw-translate-y: -43px;
  }

  .\32xl\:-translate-y-44px {
    --tw-translate-y: -44px;
  }

  .\32xl\:-translate-y-45px {
    --tw-translate-y: -45px;
  }

  .\32xl\:-translate-y-46px {
    --tw-translate-y: -46px;
  }

  .\32xl\:-translate-y-47px {
    --tw-translate-y: -47px;
  }

  .\32xl\:-translate-y-48px {
    --tw-translate-y: -48px;
  }

  .\32xl\:-translate-y-49px {
    --tw-translate-y: -49px;
  }

  .\32xl\:-translate-y-50px {
    --tw-translate-y: -50px;
  }

  .\32xl\:-translate-y-51px {
    --tw-translate-y: -51px;
  }

  .\32xl\:-translate-y-52px {
    --tw-translate-y: -52px;
  }

  .\32xl\:-translate-y-53px {
    --tw-translate-y: -53px;
  }

  .\32xl\:-translate-y-54px {
    --tw-translate-y: -54px;
  }

  .\32xl\:-translate-y-55px {
    --tw-translate-y: -55px;
  }

  .\32xl\:-translate-y-56px {
    --tw-translate-y: -56px;
  }

  .\32xl\:-translate-y-57px {
    --tw-translate-y: -57px;
  }

  .\32xl\:-translate-y-58px {
    --tw-translate-y: -58px;
  }

  .\32xl\:-translate-y-59px {
    --tw-translate-y: -59px;
  }

  .\32xl\:-translate-y-60px {
    --tw-translate-y: -60px;
  }

  .\32xl\:-translate-y-61px {
    --tw-translate-y: -61px;
  }

  .\32xl\:-translate-y-62px {
    --tw-translate-y: -62px;
  }

  .\32xl\:-translate-y-63px {
    --tw-translate-y: -63px;
  }

  .\32xl\:-translate-y-64px {
    --tw-translate-y: -64px;
  }

  .\32xl\:-translate-y-65px {
    --tw-translate-y: -65px;
  }

  .\32xl\:-translate-y-66px {
    --tw-translate-y: -66px;
  }

  .\32xl\:-translate-y-67px {
    --tw-translate-y: -67px;
  }

  .\32xl\:-translate-y-68px {
    --tw-translate-y: -68px;
  }

  .\32xl\:-translate-y-69px {
    --tw-translate-y: -69px;
  }

  .\32xl\:-translate-y-70px {
    --tw-translate-y: -70px;
  }

  .\32xl\:-translate-y-71px {
    --tw-translate-y: -71px;
  }

  .\32xl\:-translate-y-72px {
    --tw-translate-y: -72px;
  }

  .\32xl\:-translate-y-73px {
    --tw-translate-y: -73px;
  }

  .\32xl\:-translate-y-74px {
    --tw-translate-y: -74px;
  }

  .\32xl\:-translate-y-75px {
    --tw-translate-y: -75px;
  }

  .\32xl\:-translate-y-76px {
    --tw-translate-y: -76px;
  }

  .\32xl\:-translate-y-77px {
    --tw-translate-y: -77px;
  }

  .\32xl\:-translate-y-78px {
    --tw-translate-y: -78px;
  }

  .\32xl\:-translate-y-79px {
    --tw-translate-y: -79px;
  }

  .\32xl\:-translate-y-80px {
    --tw-translate-y: -80px;
  }

  .\32xl\:-translate-y-81px {
    --tw-translate-y: -81px;
  }

  .\32xl\:-translate-y-82px {
    --tw-translate-y: -82px;
  }

  .\32xl\:-translate-y-83px {
    --tw-translate-y: -83px;
  }

  .\32xl\:-translate-y-84px {
    --tw-translate-y: -84px;
  }

  .\32xl\:-translate-y-85px {
    --tw-translate-y: -85px;
  }

  .\32xl\:-translate-y-86px {
    --tw-translate-y: -86px;
  }

  .\32xl\:-translate-y-87px {
    --tw-translate-y: -87px;
  }

  .\32xl\:-translate-y-88px {
    --tw-translate-y: -88px;
  }

  .\32xl\:-translate-y-89px {
    --tw-translate-y: -89px;
  }

  .\32xl\:-translate-y-90px {
    --tw-translate-y: -90px;
  }

  .\32xl\:-translate-y-91px {
    --tw-translate-y: -91px;
  }

  .\32xl\:-translate-y-92px {
    --tw-translate-y: -92px;
  }

  .\32xl\:-translate-y-93px {
    --tw-translate-y: -93px;
  }

  .\32xl\:-translate-y-94px {
    --tw-translate-y: -94px;
  }

  .\32xl\:-translate-y-95px {
    --tw-translate-y: -95px;
  }

  .\32xl\:-translate-y-96px {
    --tw-translate-y: -96px;
  }

  .\32xl\:-translate-y-97px {
    --tw-translate-y: -97px;
  }

  .\32xl\:-translate-y-98px {
    --tw-translate-y: -98px;
  }

  .\32xl\:-translate-y-99px {
    --tw-translate-y: -99px;
  }

  .\32xl\:-translate-y-100px {
    --tw-translate-y: -100px;
  }

  .\32xl\:-translate-y-101px {
    --tw-translate-y: -101px;
  }

  .\32xl\:-translate-y-102px {
    --tw-translate-y: -102px;
  }

  .\32xl\:-translate-y-103px {
    --tw-translate-y: -103px;
  }

  .\32xl\:-translate-y-104px {
    --tw-translate-y: -104px;
  }

  .\32xl\:-translate-y-105px {
    --tw-translate-y: -105px;
  }

  .\32xl\:-translate-y-106px {
    --tw-translate-y: -106px;
  }

  .\32xl\:-translate-y-107px {
    --tw-translate-y: -107px;
  }

  .\32xl\:-translate-y-108px {
    --tw-translate-y: -108px;
  }

  .\32xl\:-translate-y-109px {
    --tw-translate-y: -109px;
  }

  .\32xl\:-translate-y-110px {
    --tw-translate-y: -110px;
  }

  .\32xl\:-translate-y-111px {
    --tw-translate-y: -111px;
  }

  .\32xl\:-translate-y-112px {
    --tw-translate-y: -112px;
  }

  .\32xl\:-translate-y-113px {
    --tw-translate-y: -113px;
  }

  .\32xl\:-translate-y-114px {
    --tw-translate-y: -114px;
  }

  .\32xl\:-translate-y-115px {
    --tw-translate-y: -115px;
  }

  .\32xl\:-translate-y-116px {
    --tw-translate-y: -116px;
  }

  .\32xl\:-translate-y-117px {
    --tw-translate-y: -117px;
  }

  .\32xl\:-translate-y-118px {
    --tw-translate-y: -118px;
  }

  .\32xl\:-translate-y-119px {
    --tw-translate-y: -119px;
  }

  .\32xl\:-translate-y-120px {
    --tw-translate-y: -120px;
  }

  .\32xl\:-translate-y-121px {
    --tw-translate-y: -121px;
  }

  .\32xl\:-translate-y-122px {
    --tw-translate-y: -122px;
  }

  .\32xl\:-translate-y-123px {
    --tw-translate-y: -123px;
  }

  .\32xl\:-translate-y-124px {
    --tw-translate-y: -124px;
  }

  .\32xl\:-translate-y-125px {
    --tw-translate-y: -125px;
  }

  .\32xl\:-translate-y-126px {
    --tw-translate-y: -126px;
  }

  .\32xl\:-translate-y-127px {
    --tw-translate-y: -127px;
  }

  .\32xl\:-translate-y-128px {
    --tw-translate-y: -128px;
  }

  .\32xl\:-translate-y-129px {
    --tw-translate-y: -129px;
  }

  .\32xl\:-translate-y-130px {
    --tw-translate-y: -130px;
  }

  .\32xl\:-translate-y-133px {
    --tw-translate-y: -133px;
  }

  .\32xl\:-translate-y-140px {
    --tw-translate-y: -140px;
  }

  .\32xl\:-translate-y-195px {
    --tw-translate-y: -195px;
  }

  .\32xl\:-translate-y-200px {
    --tw-translate-y: -200px;
  }

  .\32xl\:-translate-y-210px {
    --tw-translate-y: -210px;
  }

  .\32xl\:-translate-y-222px {
    --tw-translate-y: -222px;
  }

  .\32xl\:-translate-y-258px {
    --tw-translate-y: -258px;
  }

  .\32xl\:-translate-y-280px {
    --tw-translate-y: -280px;
  }

  .\32xl\:-translate-y-334px {
    --tw-translate-y: -334px;
  }

  .\32xl\:-translate-y-388px {
    --tw-translate-y: -388px;
  }

  .\32xl\:-translate-y-480px {
    --tw-translate-y: -480px;
  }

  .\32xl\:-translate-y-490px {
    --tw-translate-y: -490px;
  }

  .\32xl\:-translate-y-505px {
    --tw-translate-y: -505px;
  }

  .\32xl\:-translate-y-507px {
    --tw-translate-y: -507px;
  }

  .\32xl\:-translate-y-760px {
    --tw-translate-y: -760px;
  }

  .\32xl\:-translate-y-780px {
    --tw-translate-y: -780px;
  }

  .\32xl\:-translate-y-980px {
    --tw-translate-y: -980px;
  }

  .\32xl\:-translate-y-1366px {
    --tw-translate-y: -1366px;
  }

  .\32xl\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .\32xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .\32xl\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .\32xl\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .\32xl\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .\32xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .\32xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .\32xl\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .\32xl\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .\32xl\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .\32xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .\32xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .\32xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .\32xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .\32xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .\32xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .\32xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .\32xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .\32xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .\32xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .\32xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .\32xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .\32xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .\32xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .\32xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .\32xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .\32xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .\32xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .\32xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .\32xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .\32xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .\32xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:hover\:translate-x-1px:hover {
    --tw-translate-x: 1px;
  }

  .\32xl\:hover\:translate-x-2px:hover {
    --tw-translate-x: 2px;
  }

  .\32xl\:hover\:translate-x-3px:hover {
    --tw-translate-x: 3px;
  }

  .\32xl\:hover\:translate-x-4px:hover {
    --tw-translate-x: 4px;
  }

  .\32xl\:hover\:translate-x-5px:hover {
    --tw-translate-x: 5px;
  }

  .\32xl\:hover\:translate-x-6px:hover {
    --tw-translate-x: 6px;
  }

  .\32xl\:hover\:translate-x-7px:hover {
    --tw-translate-x: 7px;
  }

  .\32xl\:hover\:translate-x-8px:hover {
    --tw-translate-x: 8px;
  }

  .\32xl\:hover\:translate-x-9px:hover {
    --tw-translate-x: 9px;
  }

  .\32xl\:hover\:translate-x-10px:hover {
    --tw-translate-x: 10px;
  }

  .\32xl\:hover\:translate-x-11px:hover {
    --tw-translate-x: 11px;
  }

  .\32xl\:hover\:translate-x-12px:hover {
    --tw-translate-x: 12px;
  }

  .\32xl\:hover\:translate-x-13px:hover {
    --tw-translate-x: 13px;
  }

  .\32xl\:hover\:translate-x-14px:hover {
    --tw-translate-x: 14px;
  }

  .\32xl\:hover\:translate-x-15px:hover {
    --tw-translate-x: 15px;
  }

  .\32xl\:hover\:translate-x-16px:hover {
    --tw-translate-x: 16px;
  }

  .\32xl\:hover\:translate-x-17px:hover {
    --tw-translate-x: 17px;
  }

  .\32xl\:hover\:translate-x-18px:hover {
    --tw-translate-x: 18px;
  }

  .\32xl\:hover\:translate-x-19px:hover {
    --tw-translate-x: 19px;
  }

  .\32xl\:hover\:translate-x-20px:hover {
    --tw-translate-x: 20px;
  }

  .\32xl\:hover\:translate-x-21px:hover {
    --tw-translate-x: 21px;
  }

  .\32xl\:hover\:translate-x-22px:hover {
    --tw-translate-x: 22px;
  }

  .\32xl\:hover\:translate-x-23px:hover {
    --tw-translate-x: 23px;
  }

  .\32xl\:hover\:translate-x-24px:hover {
    --tw-translate-x: 24px;
  }

  .\32xl\:hover\:translate-x-25px:hover {
    --tw-translate-x: 25px;
  }

  .\32xl\:hover\:translate-x-26px:hover {
    --tw-translate-x: 26px;
  }

  .\32xl\:hover\:translate-x-27px:hover {
    --tw-translate-x: 27px;
  }

  .\32xl\:hover\:translate-x-28px:hover {
    --tw-translate-x: 28px;
  }

  .\32xl\:hover\:translate-x-29px:hover {
    --tw-translate-x: 29px;
  }

  .\32xl\:hover\:translate-x-30px:hover {
    --tw-translate-x: 30px;
  }

  .\32xl\:hover\:translate-x-31px:hover {
    --tw-translate-x: 31px;
  }

  .\32xl\:hover\:translate-x-32px:hover {
    --tw-translate-x: 32px;
  }

  .\32xl\:hover\:translate-x-33px:hover {
    --tw-translate-x: 33px;
  }

  .\32xl\:hover\:translate-x-34px:hover {
    --tw-translate-x: 34px;
  }

  .\32xl\:hover\:translate-x-35px:hover {
    --tw-translate-x: 35px;
  }

  .\32xl\:hover\:translate-x-36px:hover {
    --tw-translate-x: 36px;
  }

  .\32xl\:hover\:translate-x-37px:hover {
    --tw-translate-x: 37px;
  }

  .\32xl\:hover\:translate-x-38px:hover {
    --tw-translate-x: 38px;
  }

  .\32xl\:hover\:translate-x-39px:hover {
    --tw-translate-x: 39px;
  }

  .\32xl\:hover\:translate-x-40px:hover {
    --tw-translate-x: 40px;
  }

  .\32xl\:hover\:translate-x-41px:hover {
    --tw-translate-x: 41px;
  }

  .\32xl\:hover\:translate-x-42px:hover {
    --tw-translate-x: 42px;
  }

  .\32xl\:hover\:translate-x-43px:hover {
    --tw-translate-x: 43px;
  }

  .\32xl\:hover\:translate-x-44px:hover {
    --tw-translate-x: 44px;
  }

  .\32xl\:hover\:translate-x-45px:hover {
    --tw-translate-x: 45px;
  }

  .\32xl\:hover\:translate-x-46px:hover {
    --tw-translate-x: 46px;
  }

  .\32xl\:hover\:translate-x-47px:hover {
    --tw-translate-x: 47px;
  }

  .\32xl\:hover\:translate-x-48px:hover {
    --tw-translate-x: 48px;
  }

  .\32xl\:hover\:translate-x-49px:hover {
    --tw-translate-x: 49px;
  }

  .\32xl\:hover\:translate-x-50px:hover {
    --tw-translate-x: 50px;
  }

  .\32xl\:hover\:translate-x-51px:hover {
    --tw-translate-x: 51px;
  }

  .\32xl\:hover\:translate-x-52px:hover {
    --tw-translate-x: 52px;
  }

  .\32xl\:hover\:translate-x-53px:hover {
    --tw-translate-x: 53px;
  }

  .\32xl\:hover\:translate-x-54px:hover {
    --tw-translate-x: 54px;
  }

  .\32xl\:hover\:translate-x-55px:hover {
    --tw-translate-x: 55px;
  }

  .\32xl\:hover\:translate-x-56px:hover {
    --tw-translate-x: 56px;
  }

  .\32xl\:hover\:translate-x-57px:hover {
    --tw-translate-x: 57px;
  }

  .\32xl\:hover\:translate-x-58px:hover {
    --tw-translate-x: 58px;
  }

  .\32xl\:hover\:translate-x-59px:hover {
    --tw-translate-x: 59px;
  }

  .\32xl\:hover\:translate-x-60px:hover {
    --tw-translate-x: 60px;
  }

  .\32xl\:hover\:translate-x-61px:hover {
    --tw-translate-x: 61px;
  }

  .\32xl\:hover\:translate-x-62px:hover {
    --tw-translate-x: 62px;
  }

  .\32xl\:hover\:translate-x-63px:hover {
    --tw-translate-x: 63px;
  }

  .\32xl\:hover\:translate-x-64px:hover {
    --tw-translate-x: 64px;
  }

  .\32xl\:hover\:translate-x-65px:hover {
    --tw-translate-x: 65px;
  }

  .\32xl\:hover\:translate-x-66px:hover {
    --tw-translate-x: 66px;
  }

  .\32xl\:hover\:translate-x-67px:hover {
    --tw-translate-x: 67px;
  }

  .\32xl\:hover\:translate-x-68px:hover {
    --tw-translate-x: 68px;
  }

  .\32xl\:hover\:translate-x-69px:hover {
    --tw-translate-x: 69px;
  }

  .\32xl\:hover\:translate-x-70px:hover {
    --tw-translate-x: 70px;
  }

  .\32xl\:hover\:translate-x-71px:hover {
    --tw-translate-x: 71px;
  }

  .\32xl\:hover\:translate-x-72px:hover {
    --tw-translate-x: 72px;
  }

  .\32xl\:hover\:translate-x-73px:hover {
    --tw-translate-x: 73px;
  }

  .\32xl\:hover\:translate-x-74px:hover {
    --tw-translate-x: 74px;
  }

  .\32xl\:hover\:translate-x-75px:hover {
    --tw-translate-x: 75px;
  }

  .\32xl\:hover\:translate-x-76px:hover {
    --tw-translate-x: 76px;
  }

  .\32xl\:hover\:translate-x-77px:hover {
    --tw-translate-x: 77px;
  }

  .\32xl\:hover\:translate-x-78px:hover {
    --tw-translate-x: 78px;
  }

  .\32xl\:hover\:translate-x-79px:hover {
    --tw-translate-x: 79px;
  }

  .\32xl\:hover\:translate-x-80px:hover {
    --tw-translate-x: 80px;
  }

  .\32xl\:hover\:translate-x-81px:hover {
    --tw-translate-x: 81px;
  }

  .\32xl\:hover\:translate-x-82px:hover {
    --tw-translate-x: 82px;
  }

  .\32xl\:hover\:translate-x-83px:hover {
    --tw-translate-x: 83px;
  }

  .\32xl\:hover\:translate-x-84px:hover {
    --tw-translate-x: 84px;
  }

  .\32xl\:hover\:translate-x-85px:hover {
    --tw-translate-x: 85px;
  }

  .\32xl\:hover\:translate-x-86px:hover {
    --tw-translate-x: 86px;
  }

  .\32xl\:hover\:translate-x-87px:hover {
    --tw-translate-x: 87px;
  }

  .\32xl\:hover\:translate-x-88px:hover {
    --tw-translate-x: 88px;
  }

  .\32xl\:hover\:translate-x-89px:hover {
    --tw-translate-x: 89px;
  }

  .\32xl\:hover\:translate-x-90px:hover {
    --tw-translate-x: 90px;
  }

  .\32xl\:hover\:translate-x-91px:hover {
    --tw-translate-x: 91px;
  }

  .\32xl\:hover\:translate-x-92px:hover {
    --tw-translate-x: 92px;
  }

  .\32xl\:hover\:translate-x-93px:hover {
    --tw-translate-x: 93px;
  }

  .\32xl\:hover\:translate-x-94px:hover {
    --tw-translate-x: 94px;
  }

  .\32xl\:hover\:translate-x-95px:hover {
    --tw-translate-x: 95px;
  }

  .\32xl\:hover\:translate-x-96px:hover {
    --tw-translate-x: 96px;
  }

  .\32xl\:hover\:translate-x-97px:hover {
    --tw-translate-x: 97px;
  }

  .\32xl\:hover\:translate-x-98px:hover {
    --tw-translate-x: 98px;
  }

  .\32xl\:hover\:translate-x-99px:hover {
    --tw-translate-x: 99px;
  }

  .\32xl\:hover\:translate-x-100px:hover {
    --tw-translate-x: 100px;
  }

  .\32xl\:hover\:translate-x-101px:hover {
    --tw-translate-x: 101px;
  }

  .\32xl\:hover\:translate-x-102px:hover {
    --tw-translate-x: 102px;
  }

  .\32xl\:hover\:translate-x-103px:hover {
    --tw-translate-x: 103px;
  }

  .\32xl\:hover\:translate-x-104px:hover {
    --tw-translate-x: 104px;
  }

  .\32xl\:hover\:translate-x-105px:hover {
    --tw-translate-x: 105px;
  }

  .\32xl\:hover\:translate-x-106px:hover {
    --tw-translate-x: 106px;
  }

  .\32xl\:hover\:translate-x-107px:hover {
    --tw-translate-x: 107px;
  }

  .\32xl\:hover\:translate-x-108px:hover {
    --tw-translate-x: 108px;
  }

  .\32xl\:hover\:translate-x-109px:hover {
    --tw-translate-x: 109px;
  }

  .\32xl\:hover\:translate-x-110px:hover {
    --tw-translate-x: 110px;
  }

  .\32xl\:hover\:translate-x-111px:hover {
    --tw-translate-x: 111px;
  }

  .\32xl\:hover\:translate-x-112px:hover {
    --tw-translate-x: 112px;
  }

  .\32xl\:hover\:translate-x-113px:hover {
    --tw-translate-x: 113px;
  }

  .\32xl\:hover\:translate-x-114px:hover {
    --tw-translate-x: 114px;
  }

  .\32xl\:hover\:translate-x-115px:hover {
    --tw-translate-x: 115px;
  }

  .\32xl\:hover\:translate-x-116px:hover {
    --tw-translate-x: 116px;
  }

  .\32xl\:hover\:translate-x-117px:hover {
    --tw-translate-x: 117px;
  }

  .\32xl\:hover\:translate-x-118px:hover {
    --tw-translate-x: 118px;
  }

  .\32xl\:hover\:translate-x-119px:hover {
    --tw-translate-x: 119px;
  }

  .\32xl\:hover\:translate-x-120px:hover {
    --tw-translate-x: 120px;
  }

  .\32xl\:hover\:translate-x-121px:hover {
    --tw-translate-x: 121px;
  }

  .\32xl\:hover\:translate-x-122px:hover {
    --tw-translate-x: 122px;
  }

  .\32xl\:hover\:translate-x-123px:hover {
    --tw-translate-x: 123px;
  }

  .\32xl\:hover\:translate-x-124px:hover {
    --tw-translate-x: 124px;
  }

  .\32xl\:hover\:translate-x-125px:hover {
    --tw-translate-x: 125px;
  }

  .\32xl\:hover\:translate-x-126px:hover {
    --tw-translate-x: 126px;
  }

  .\32xl\:hover\:translate-x-127px:hover {
    --tw-translate-x: 127px;
  }

  .\32xl\:hover\:translate-x-128px:hover {
    --tw-translate-x: 128px;
  }

  .\32xl\:hover\:translate-x-129px:hover {
    --tw-translate-x: 129px;
  }

  .\32xl\:hover\:translate-x-130px:hover {
    --tw-translate-x: 130px;
  }

  .\32xl\:hover\:translate-x-133px:hover {
    --tw-translate-x: 133px;
  }

  .\32xl\:hover\:translate-x-140px:hover {
    --tw-translate-x: 140px;
  }

  .\32xl\:hover\:translate-x-195px:hover {
    --tw-translate-x: 195px;
  }

  .\32xl\:hover\:translate-x-200px:hover {
    --tw-translate-x: 200px;
  }

  .\32xl\:hover\:translate-x-210px:hover {
    --tw-translate-x: 210px;
  }

  .\32xl\:hover\:translate-x-222px:hover {
    --tw-translate-x: 222px;
  }

  .\32xl\:hover\:translate-x-258px:hover {
    --tw-translate-x: 258px;
  }

  .\32xl\:hover\:translate-x-280px:hover {
    --tw-translate-x: 280px;
  }

  .\32xl\:hover\:translate-x-334px:hover {
    --tw-translate-x: 334px;
  }

  .\32xl\:hover\:translate-x-388px:hover {
    --tw-translate-x: 388px;
  }

  .\32xl\:hover\:translate-x-480px:hover {
    --tw-translate-x: 480px;
  }

  .\32xl\:hover\:translate-x-490px:hover {
    --tw-translate-x: 490px;
  }

  .\32xl\:hover\:translate-x-505px:hover {
    --tw-translate-x: 505px;
  }

  .\32xl\:hover\:translate-x-507px:hover {
    --tw-translate-x: 507px;
  }

  .\32xl\:hover\:translate-x-760px:hover {
    --tw-translate-x: 760px;
  }

  .\32xl\:hover\:translate-x-780px:hover {
    --tw-translate-x: 780px;
  }

  .\32xl\:hover\:translate-x-980px:hover {
    --tw-translate-x: 980px;
  }

  .\32xl\:hover\:translate-x-1366px:hover {
    --tw-translate-x: 1366px;
  }

  .\32xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .\32xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .\32xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .\32xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .\32xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .\32xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .\32xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .\32xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .\32xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .\32xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .\32xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .\32xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .\32xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .\32xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .\32xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .\32xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .\32xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .\32xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .\32xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .\32xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .\32xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .\32xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:hover\:-translate-x-1px:hover {
    --tw-translate-x: -1px;
  }

  .\32xl\:hover\:-translate-x-2px:hover {
    --tw-translate-x: -2px;
  }

  .\32xl\:hover\:-translate-x-3px:hover {
    --tw-translate-x: -3px;
  }

  .\32xl\:hover\:-translate-x-4px:hover {
    --tw-translate-x: -4px;
  }

  .\32xl\:hover\:-translate-x-5px:hover {
    --tw-translate-x: -5px;
  }

  .\32xl\:hover\:-translate-x-6px:hover {
    --tw-translate-x: -6px;
  }

  .\32xl\:hover\:-translate-x-7px:hover {
    --tw-translate-x: -7px;
  }

  .\32xl\:hover\:-translate-x-8px:hover {
    --tw-translate-x: -8px;
  }

  .\32xl\:hover\:-translate-x-9px:hover {
    --tw-translate-x: -9px;
  }

  .\32xl\:hover\:-translate-x-10px:hover {
    --tw-translate-x: -10px;
  }

  .\32xl\:hover\:-translate-x-11px:hover {
    --tw-translate-x: -11px;
  }

  .\32xl\:hover\:-translate-x-12px:hover {
    --tw-translate-x: -12px;
  }

  .\32xl\:hover\:-translate-x-13px:hover {
    --tw-translate-x: -13px;
  }

  .\32xl\:hover\:-translate-x-14px:hover {
    --tw-translate-x: -14px;
  }

  .\32xl\:hover\:-translate-x-15px:hover {
    --tw-translate-x: -15px;
  }

  .\32xl\:hover\:-translate-x-16px:hover {
    --tw-translate-x: -16px;
  }

  .\32xl\:hover\:-translate-x-17px:hover {
    --tw-translate-x: -17px;
  }

  .\32xl\:hover\:-translate-x-18px:hover {
    --tw-translate-x: -18px;
  }

  .\32xl\:hover\:-translate-x-19px:hover {
    --tw-translate-x: -19px;
  }

  .\32xl\:hover\:-translate-x-20px:hover {
    --tw-translate-x: -20px;
  }

  .\32xl\:hover\:-translate-x-21px:hover {
    --tw-translate-x: -21px;
  }

  .\32xl\:hover\:-translate-x-22px:hover {
    --tw-translate-x: -22px;
  }

  .\32xl\:hover\:-translate-x-23px:hover {
    --tw-translate-x: -23px;
  }

  .\32xl\:hover\:-translate-x-24px:hover {
    --tw-translate-x: -24px;
  }

  .\32xl\:hover\:-translate-x-25px:hover {
    --tw-translate-x: -25px;
  }

  .\32xl\:hover\:-translate-x-26px:hover {
    --tw-translate-x: -26px;
  }

  .\32xl\:hover\:-translate-x-27px:hover {
    --tw-translate-x: -27px;
  }

  .\32xl\:hover\:-translate-x-28px:hover {
    --tw-translate-x: -28px;
  }

  .\32xl\:hover\:-translate-x-29px:hover {
    --tw-translate-x: -29px;
  }

  .\32xl\:hover\:-translate-x-30px:hover {
    --tw-translate-x: -30px;
  }

  .\32xl\:hover\:-translate-x-31px:hover {
    --tw-translate-x: -31px;
  }

  .\32xl\:hover\:-translate-x-32px:hover {
    --tw-translate-x: -32px;
  }

  .\32xl\:hover\:-translate-x-33px:hover {
    --tw-translate-x: -33px;
  }

  .\32xl\:hover\:-translate-x-34px:hover {
    --tw-translate-x: -34px;
  }

  .\32xl\:hover\:-translate-x-35px:hover {
    --tw-translate-x: -35px;
  }

  .\32xl\:hover\:-translate-x-36px:hover {
    --tw-translate-x: -36px;
  }

  .\32xl\:hover\:-translate-x-37px:hover {
    --tw-translate-x: -37px;
  }

  .\32xl\:hover\:-translate-x-38px:hover {
    --tw-translate-x: -38px;
  }

  .\32xl\:hover\:-translate-x-39px:hover {
    --tw-translate-x: -39px;
  }

  .\32xl\:hover\:-translate-x-40px:hover {
    --tw-translate-x: -40px;
  }

  .\32xl\:hover\:-translate-x-41px:hover {
    --tw-translate-x: -41px;
  }

  .\32xl\:hover\:-translate-x-42px:hover {
    --tw-translate-x: -42px;
  }

  .\32xl\:hover\:-translate-x-43px:hover {
    --tw-translate-x: -43px;
  }

  .\32xl\:hover\:-translate-x-44px:hover {
    --tw-translate-x: -44px;
  }

  .\32xl\:hover\:-translate-x-45px:hover {
    --tw-translate-x: -45px;
  }

  .\32xl\:hover\:-translate-x-46px:hover {
    --tw-translate-x: -46px;
  }

  .\32xl\:hover\:-translate-x-47px:hover {
    --tw-translate-x: -47px;
  }

  .\32xl\:hover\:-translate-x-48px:hover {
    --tw-translate-x: -48px;
  }

  .\32xl\:hover\:-translate-x-49px:hover {
    --tw-translate-x: -49px;
  }

  .\32xl\:hover\:-translate-x-50px:hover {
    --tw-translate-x: -50px;
  }

  .\32xl\:hover\:-translate-x-51px:hover {
    --tw-translate-x: -51px;
  }

  .\32xl\:hover\:-translate-x-52px:hover {
    --tw-translate-x: -52px;
  }

  .\32xl\:hover\:-translate-x-53px:hover {
    --tw-translate-x: -53px;
  }

  .\32xl\:hover\:-translate-x-54px:hover {
    --tw-translate-x: -54px;
  }

  .\32xl\:hover\:-translate-x-55px:hover {
    --tw-translate-x: -55px;
  }

  .\32xl\:hover\:-translate-x-56px:hover {
    --tw-translate-x: -56px;
  }

  .\32xl\:hover\:-translate-x-57px:hover {
    --tw-translate-x: -57px;
  }

  .\32xl\:hover\:-translate-x-58px:hover {
    --tw-translate-x: -58px;
  }

  .\32xl\:hover\:-translate-x-59px:hover {
    --tw-translate-x: -59px;
  }

  .\32xl\:hover\:-translate-x-60px:hover {
    --tw-translate-x: -60px;
  }

  .\32xl\:hover\:-translate-x-61px:hover {
    --tw-translate-x: -61px;
  }

  .\32xl\:hover\:-translate-x-62px:hover {
    --tw-translate-x: -62px;
  }

  .\32xl\:hover\:-translate-x-63px:hover {
    --tw-translate-x: -63px;
  }

  .\32xl\:hover\:-translate-x-64px:hover {
    --tw-translate-x: -64px;
  }

  .\32xl\:hover\:-translate-x-65px:hover {
    --tw-translate-x: -65px;
  }

  .\32xl\:hover\:-translate-x-66px:hover {
    --tw-translate-x: -66px;
  }

  .\32xl\:hover\:-translate-x-67px:hover {
    --tw-translate-x: -67px;
  }

  .\32xl\:hover\:-translate-x-68px:hover {
    --tw-translate-x: -68px;
  }

  .\32xl\:hover\:-translate-x-69px:hover {
    --tw-translate-x: -69px;
  }

  .\32xl\:hover\:-translate-x-70px:hover {
    --tw-translate-x: -70px;
  }

  .\32xl\:hover\:-translate-x-71px:hover {
    --tw-translate-x: -71px;
  }

  .\32xl\:hover\:-translate-x-72px:hover {
    --tw-translate-x: -72px;
  }

  .\32xl\:hover\:-translate-x-73px:hover {
    --tw-translate-x: -73px;
  }

  .\32xl\:hover\:-translate-x-74px:hover {
    --tw-translate-x: -74px;
  }

  .\32xl\:hover\:-translate-x-75px:hover {
    --tw-translate-x: -75px;
  }

  .\32xl\:hover\:-translate-x-76px:hover {
    --tw-translate-x: -76px;
  }

  .\32xl\:hover\:-translate-x-77px:hover {
    --tw-translate-x: -77px;
  }

  .\32xl\:hover\:-translate-x-78px:hover {
    --tw-translate-x: -78px;
  }

  .\32xl\:hover\:-translate-x-79px:hover {
    --tw-translate-x: -79px;
  }

  .\32xl\:hover\:-translate-x-80px:hover {
    --tw-translate-x: -80px;
  }

  .\32xl\:hover\:-translate-x-81px:hover {
    --tw-translate-x: -81px;
  }

  .\32xl\:hover\:-translate-x-82px:hover {
    --tw-translate-x: -82px;
  }

  .\32xl\:hover\:-translate-x-83px:hover {
    --tw-translate-x: -83px;
  }

  .\32xl\:hover\:-translate-x-84px:hover {
    --tw-translate-x: -84px;
  }

  .\32xl\:hover\:-translate-x-85px:hover {
    --tw-translate-x: -85px;
  }

  .\32xl\:hover\:-translate-x-86px:hover {
    --tw-translate-x: -86px;
  }

  .\32xl\:hover\:-translate-x-87px:hover {
    --tw-translate-x: -87px;
  }

  .\32xl\:hover\:-translate-x-88px:hover {
    --tw-translate-x: -88px;
  }

  .\32xl\:hover\:-translate-x-89px:hover {
    --tw-translate-x: -89px;
  }

  .\32xl\:hover\:-translate-x-90px:hover {
    --tw-translate-x: -90px;
  }

  .\32xl\:hover\:-translate-x-91px:hover {
    --tw-translate-x: -91px;
  }

  .\32xl\:hover\:-translate-x-92px:hover {
    --tw-translate-x: -92px;
  }

  .\32xl\:hover\:-translate-x-93px:hover {
    --tw-translate-x: -93px;
  }

  .\32xl\:hover\:-translate-x-94px:hover {
    --tw-translate-x: -94px;
  }

  .\32xl\:hover\:-translate-x-95px:hover {
    --tw-translate-x: -95px;
  }

  .\32xl\:hover\:-translate-x-96px:hover {
    --tw-translate-x: -96px;
  }

  .\32xl\:hover\:-translate-x-97px:hover {
    --tw-translate-x: -97px;
  }

  .\32xl\:hover\:-translate-x-98px:hover {
    --tw-translate-x: -98px;
  }

  .\32xl\:hover\:-translate-x-99px:hover {
    --tw-translate-x: -99px;
  }

  .\32xl\:hover\:-translate-x-100px:hover {
    --tw-translate-x: -100px;
  }

  .\32xl\:hover\:-translate-x-101px:hover {
    --tw-translate-x: -101px;
  }

  .\32xl\:hover\:-translate-x-102px:hover {
    --tw-translate-x: -102px;
  }

  .\32xl\:hover\:-translate-x-103px:hover {
    --tw-translate-x: -103px;
  }

  .\32xl\:hover\:-translate-x-104px:hover {
    --tw-translate-x: -104px;
  }

  .\32xl\:hover\:-translate-x-105px:hover {
    --tw-translate-x: -105px;
  }

  .\32xl\:hover\:-translate-x-106px:hover {
    --tw-translate-x: -106px;
  }

  .\32xl\:hover\:-translate-x-107px:hover {
    --tw-translate-x: -107px;
  }

  .\32xl\:hover\:-translate-x-108px:hover {
    --tw-translate-x: -108px;
  }

  .\32xl\:hover\:-translate-x-109px:hover {
    --tw-translate-x: -109px;
  }

  .\32xl\:hover\:-translate-x-110px:hover {
    --tw-translate-x: -110px;
  }

  .\32xl\:hover\:-translate-x-111px:hover {
    --tw-translate-x: -111px;
  }

  .\32xl\:hover\:-translate-x-112px:hover {
    --tw-translate-x: -112px;
  }

  .\32xl\:hover\:-translate-x-113px:hover {
    --tw-translate-x: -113px;
  }

  .\32xl\:hover\:-translate-x-114px:hover {
    --tw-translate-x: -114px;
  }

  .\32xl\:hover\:-translate-x-115px:hover {
    --tw-translate-x: -115px;
  }

  .\32xl\:hover\:-translate-x-116px:hover {
    --tw-translate-x: -116px;
  }

  .\32xl\:hover\:-translate-x-117px:hover {
    --tw-translate-x: -117px;
  }

  .\32xl\:hover\:-translate-x-118px:hover {
    --tw-translate-x: -118px;
  }

  .\32xl\:hover\:-translate-x-119px:hover {
    --tw-translate-x: -119px;
  }

  .\32xl\:hover\:-translate-x-120px:hover {
    --tw-translate-x: -120px;
  }

  .\32xl\:hover\:-translate-x-121px:hover {
    --tw-translate-x: -121px;
  }

  .\32xl\:hover\:-translate-x-122px:hover {
    --tw-translate-x: -122px;
  }

  .\32xl\:hover\:-translate-x-123px:hover {
    --tw-translate-x: -123px;
  }

  .\32xl\:hover\:-translate-x-124px:hover {
    --tw-translate-x: -124px;
  }

  .\32xl\:hover\:-translate-x-125px:hover {
    --tw-translate-x: -125px;
  }

  .\32xl\:hover\:-translate-x-126px:hover {
    --tw-translate-x: -126px;
  }

  .\32xl\:hover\:-translate-x-127px:hover {
    --tw-translate-x: -127px;
  }

  .\32xl\:hover\:-translate-x-128px:hover {
    --tw-translate-x: -128px;
  }

  .\32xl\:hover\:-translate-x-129px:hover {
    --tw-translate-x: -129px;
  }

  .\32xl\:hover\:-translate-x-130px:hover {
    --tw-translate-x: -130px;
  }

  .\32xl\:hover\:-translate-x-133px:hover {
    --tw-translate-x: -133px;
  }

  .\32xl\:hover\:-translate-x-140px:hover {
    --tw-translate-x: -140px;
  }

  .\32xl\:hover\:-translate-x-195px:hover {
    --tw-translate-x: -195px;
  }

  .\32xl\:hover\:-translate-x-200px:hover {
    --tw-translate-x: -200px;
  }

  .\32xl\:hover\:-translate-x-210px:hover {
    --tw-translate-x: -210px;
  }

  .\32xl\:hover\:-translate-x-222px:hover {
    --tw-translate-x: -222px;
  }

  .\32xl\:hover\:-translate-x-258px:hover {
    --tw-translate-x: -258px;
  }

  .\32xl\:hover\:-translate-x-280px:hover {
    --tw-translate-x: -280px;
  }

  .\32xl\:hover\:-translate-x-334px:hover {
    --tw-translate-x: -334px;
  }

  .\32xl\:hover\:-translate-x-388px:hover {
    --tw-translate-x: -388px;
  }

  .\32xl\:hover\:-translate-x-480px:hover {
    --tw-translate-x: -480px;
  }

  .\32xl\:hover\:-translate-x-490px:hover {
    --tw-translate-x: -490px;
  }

  .\32xl\:hover\:-translate-x-505px:hover {
    --tw-translate-x: -505px;
  }

  .\32xl\:hover\:-translate-x-507px:hover {
    --tw-translate-x: -507px;
  }

  .\32xl\:hover\:-translate-x-760px:hover {
    --tw-translate-x: -760px;
  }

  .\32xl\:hover\:-translate-x-780px:hover {
    --tw-translate-x: -780px;
  }

  .\32xl\:hover\:-translate-x-980px:hover {
    --tw-translate-x: -980px;
  }

  .\32xl\:hover\:-translate-x-1366px:hover {
    --tw-translate-x: -1366px;
  }

  .\32xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .\32xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .\32xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .\32xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .\32xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .\32xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .\32xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .\32xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .\32xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .\32xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .\32xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .\32xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .\32xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .\32xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .\32xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .\32xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .\32xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .\32xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .\32xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .\32xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .\32xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .\32xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .\32xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .\32xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .\32xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .\32xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .\32xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .\32xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .\32xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .\32xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .\32xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .\32xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:hover\:translate-y-1px:hover {
    --tw-translate-y: 1px;
  }

  .\32xl\:hover\:translate-y-2px:hover {
    --tw-translate-y: 2px;
  }

  .\32xl\:hover\:translate-y-3px:hover {
    --tw-translate-y: 3px;
  }

  .\32xl\:hover\:translate-y-4px:hover {
    --tw-translate-y: 4px;
  }

  .\32xl\:hover\:translate-y-5px:hover {
    --tw-translate-y: 5px;
  }

  .\32xl\:hover\:translate-y-6px:hover {
    --tw-translate-y: 6px;
  }

  .\32xl\:hover\:translate-y-7px:hover {
    --tw-translate-y: 7px;
  }

  .\32xl\:hover\:translate-y-8px:hover {
    --tw-translate-y: 8px;
  }

  .\32xl\:hover\:translate-y-9px:hover {
    --tw-translate-y: 9px;
  }

  .\32xl\:hover\:translate-y-10px:hover {
    --tw-translate-y: 10px;
  }

  .\32xl\:hover\:translate-y-11px:hover {
    --tw-translate-y: 11px;
  }

  .\32xl\:hover\:translate-y-12px:hover {
    --tw-translate-y: 12px;
  }

  .\32xl\:hover\:translate-y-13px:hover {
    --tw-translate-y: 13px;
  }

  .\32xl\:hover\:translate-y-14px:hover {
    --tw-translate-y: 14px;
  }

  .\32xl\:hover\:translate-y-15px:hover {
    --tw-translate-y: 15px;
  }

  .\32xl\:hover\:translate-y-16px:hover {
    --tw-translate-y: 16px;
  }

  .\32xl\:hover\:translate-y-17px:hover {
    --tw-translate-y: 17px;
  }

  .\32xl\:hover\:translate-y-18px:hover {
    --tw-translate-y: 18px;
  }

  .\32xl\:hover\:translate-y-19px:hover {
    --tw-translate-y: 19px;
  }

  .\32xl\:hover\:translate-y-20px:hover {
    --tw-translate-y: 20px;
  }

  .\32xl\:hover\:translate-y-21px:hover {
    --tw-translate-y: 21px;
  }

  .\32xl\:hover\:translate-y-22px:hover {
    --tw-translate-y: 22px;
  }

  .\32xl\:hover\:translate-y-23px:hover {
    --tw-translate-y: 23px;
  }

  .\32xl\:hover\:translate-y-24px:hover {
    --tw-translate-y: 24px;
  }

  .\32xl\:hover\:translate-y-25px:hover {
    --tw-translate-y: 25px;
  }

  .\32xl\:hover\:translate-y-26px:hover {
    --tw-translate-y: 26px;
  }

  .\32xl\:hover\:translate-y-27px:hover {
    --tw-translate-y: 27px;
  }

  .\32xl\:hover\:translate-y-28px:hover {
    --tw-translate-y: 28px;
  }

  .\32xl\:hover\:translate-y-29px:hover {
    --tw-translate-y: 29px;
  }

  .\32xl\:hover\:translate-y-30px:hover {
    --tw-translate-y: 30px;
  }

  .\32xl\:hover\:translate-y-31px:hover {
    --tw-translate-y: 31px;
  }

  .\32xl\:hover\:translate-y-32px:hover {
    --tw-translate-y: 32px;
  }

  .\32xl\:hover\:translate-y-33px:hover {
    --tw-translate-y: 33px;
  }

  .\32xl\:hover\:translate-y-34px:hover {
    --tw-translate-y: 34px;
  }

  .\32xl\:hover\:translate-y-35px:hover {
    --tw-translate-y: 35px;
  }

  .\32xl\:hover\:translate-y-36px:hover {
    --tw-translate-y: 36px;
  }

  .\32xl\:hover\:translate-y-37px:hover {
    --tw-translate-y: 37px;
  }

  .\32xl\:hover\:translate-y-38px:hover {
    --tw-translate-y: 38px;
  }

  .\32xl\:hover\:translate-y-39px:hover {
    --tw-translate-y: 39px;
  }

  .\32xl\:hover\:translate-y-40px:hover {
    --tw-translate-y: 40px;
  }

  .\32xl\:hover\:translate-y-41px:hover {
    --tw-translate-y: 41px;
  }

  .\32xl\:hover\:translate-y-42px:hover {
    --tw-translate-y: 42px;
  }

  .\32xl\:hover\:translate-y-43px:hover {
    --tw-translate-y: 43px;
  }

  .\32xl\:hover\:translate-y-44px:hover {
    --tw-translate-y: 44px;
  }

  .\32xl\:hover\:translate-y-45px:hover {
    --tw-translate-y: 45px;
  }

  .\32xl\:hover\:translate-y-46px:hover {
    --tw-translate-y: 46px;
  }

  .\32xl\:hover\:translate-y-47px:hover {
    --tw-translate-y: 47px;
  }

  .\32xl\:hover\:translate-y-48px:hover {
    --tw-translate-y: 48px;
  }

  .\32xl\:hover\:translate-y-49px:hover {
    --tw-translate-y: 49px;
  }

  .\32xl\:hover\:translate-y-50px:hover {
    --tw-translate-y: 50px;
  }

  .\32xl\:hover\:translate-y-51px:hover {
    --tw-translate-y: 51px;
  }

  .\32xl\:hover\:translate-y-52px:hover {
    --tw-translate-y: 52px;
  }

  .\32xl\:hover\:translate-y-53px:hover {
    --tw-translate-y: 53px;
  }

  .\32xl\:hover\:translate-y-54px:hover {
    --tw-translate-y: 54px;
  }

  .\32xl\:hover\:translate-y-55px:hover {
    --tw-translate-y: 55px;
  }

  .\32xl\:hover\:translate-y-56px:hover {
    --tw-translate-y: 56px;
  }

  .\32xl\:hover\:translate-y-57px:hover {
    --tw-translate-y: 57px;
  }

  .\32xl\:hover\:translate-y-58px:hover {
    --tw-translate-y: 58px;
  }

  .\32xl\:hover\:translate-y-59px:hover {
    --tw-translate-y: 59px;
  }

  .\32xl\:hover\:translate-y-60px:hover {
    --tw-translate-y: 60px;
  }

  .\32xl\:hover\:translate-y-61px:hover {
    --tw-translate-y: 61px;
  }

  .\32xl\:hover\:translate-y-62px:hover {
    --tw-translate-y: 62px;
  }

  .\32xl\:hover\:translate-y-63px:hover {
    --tw-translate-y: 63px;
  }

  .\32xl\:hover\:translate-y-64px:hover {
    --tw-translate-y: 64px;
  }

  .\32xl\:hover\:translate-y-65px:hover {
    --tw-translate-y: 65px;
  }

  .\32xl\:hover\:translate-y-66px:hover {
    --tw-translate-y: 66px;
  }

  .\32xl\:hover\:translate-y-67px:hover {
    --tw-translate-y: 67px;
  }

  .\32xl\:hover\:translate-y-68px:hover {
    --tw-translate-y: 68px;
  }

  .\32xl\:hover\:translate-y-69px:hover {
    --tw-translate-y: 69px;
  }

  .\32xl\:hover\:translate-y-70px:hover {
    --tw-translate-y: 70px;
  }

  .\32xl\:hover\:translate-y-71px:hover {
    --tw-translate-y: 71px;
  }

  .\32xl\:hover\:translate-y-72px:hover {
    --tw-translate-y: 72px;
  }

  .\32xl\:hover\:translate-y-73px:hover {
    --tw-translate-y: 73px;
  }

  .\32xl\:hover\:translate-y-74px:hover {
    --tw-translate-y: 74px;
  }

  .\32xl\:hover\:translate-y-75px:hover {
    --tw-translate-y: 75px;
  }

  .\32xl\:hover\:translate-y-76px:hover {
    --tw-translate-y: 76px;
  }

  .\32xl\:hover\:translate-y-77px:hover {
    --tw-translate-y: 77px;
  }

  .\32xl\:hover\:translate-y-78px:hover {
    --tw-translate-y: 78px;
  }

  .\32xl\:hover\:translate-y-79px:hover {
    --tw-translate-y: 79px;
  }

  .\32xl\:hover\:translate-y-80px:hover {
    --tw-translate-y: 80px;
  }

  .\32xl\:hover\:translate-y-81px:hover {
    --tw-translate-y: 81px;
  }

  .\32xl\:hover\:translate-y-82px:hover {
    --tw-translate-y: 82px;
  }

  .\32xl\:hover\:translate-y-83px:hover {
    --tw-translate-y: 83px;
  }

  .\32xl\:hover\:translate-y-84px:hover {
    --tw-translate-y: 84px;
  }

  .\32xl\:hover\:translate-y-85px:hover {
    --tw-translate-y: 85px;
  }

  .\32xl\:hover\:translate-y-86px:hover {
    --tw-translate-y: 86px;
  }

  .\32xl\:hover\:translate-y-87px:hover {
    --tw-translate-y: 87px;
  }

  .\32xl\:hover\:translate-y-88px:hover {
    --tw-translate-y: 88px;
  }

  .\32xl\:hover\:translate-y-89px:hover {
    --tw-translate-y: 89px;
  }

  .\32xl\:hover\:translate-y-90px:hover {
    --tw-translate-y: 90px;
  }

  .\32xl\:hover\:translate-y-91px:hover {
    --tw-translate-y: 91px;
  }

  .\32xl\:hover\:translate-y-92px:hover {
    --tw-translate-y: 92px;
  }

  .\32xl\:hover\:translate-y-93px:hover {
    --tw-translate-y: 93px;
  }

  .\32xl\:hover\:translate-y-94px:hover {
    --tw-translate-y: 94px;
  }

  .\32xl\:hover\:translate-y-95px:hover {
    --tw-translate-y: 95px;
  }

  .\32xl\:hover\:translate-y-96px:hover {
    --tw-translate-y: 96px;
  }

  .\32xl\:hover\:translate-y-97px:hover {
    --tw-translate-y: 97px;
  }

  .\32xl\:hover\:translate-y-98px:hover {
    --tw-translate-y: 98px;
  }

  .\32xl\:hover\:translate-y-99px:hover {
    --tw-translate-y: 99px;
  }

  .\32xl\:hover\:translate-y-100px:hover {
    --tw-translate-y: 100px;
  }

  .\32xl\:hover\:translate-y-101px:hover {
    --tw-translate-y: 101px;
  }

  .\32xl\:hover\:translate-y-102px:hover {
    --tw-translate-y: 102px;
  }

  .\32xl\:hover\:translate-y-103px:hover {
    --tw-translate-y: 103px;
  }

  .\32xl\:hover\:translate-y-104px:hover {
    --tw-translate-y: 104px;
  }

  .\32xl\:hover\:translate-y-105px:hover {
    --tw-translate-y: 105px;
  }

  .\32xl\:hover\:translate-y-106px:hover {
    --tw-translate-y: 106px;
  }

  .\32xl\:hover\:translate-y-107px:hover {
    --tw-translate-y: 107px;
  }

  .\32xl\:hover\:translate-y-108px:hover {
    --tw-translate-y: 108px;
  }

  .\32xl\:hover\:translate-y-109px:hover {
    --tw-translate-y: 109px;
  }

  .\32xl\:hover\:translate-y-110px:hover {
    --tw-translate-y: 110px;
  }

  .\32xl\:hover\:translate-y-111px:hover {
    --tw-translate-y: 111px;
  }

  .\32xl\:hover\:translate-y-112px:hover {
    --tw-translate-y: 112px;
  }

  .\32xl\:hover\:translate-y-113px:hover {
    --tw-translate-y: 113px;
  }

  .\32xl\:hover\:translate-y-114px:hover {
    --tw-translate-y: 114px;
  }

  .\32xl\:hover\:translate-y-115px:hover {
    --tw-translate-y: 115px;
  }

  .\32xl\:hover\:translate-y-116px:hover {
    --tw-translate-y: 116px;
  }

  .\32xl\:hover\:translate-y-117px:hover {
    --tw-translate-y: 117px;
  }

  .\32xl\:hover\:translate-y-118px:hover {
    --tw-translate-y: 118px;
  }

  .\32xl\:hover\:translate-y-119px:hover {
    --tw-translate-y: 119px;
  }

  .\32xl\:hover\:translate-y-120px:hover {
    --tw-translate-y: 120px;
  }

  .\32xl\:hover\:translate-y-121px:hover {
    --tw-translate-y: 121px;
  }

  .\32xl\:hover\:translate-y-122px:hover {
    --tw-translate-y: 122px;
  }

  .\32xl\:hover\:translate-y-123px:hover {
    --tw-translate-y: 123px;
  }

  .\32xl\:hover\:translate-y-124px:hover {
    --tw-translate-y: 124px;
  }

  .\32xl\:hover\:translate-y-125px:hover {
    --tw-translate-y: 125px;
  }

  .\32xl\:hover\:translate-y-126px:hover {
    --tw-translate-y: 126px;
  }

  .\32xl\:hover\:translate-y-127px:hover {
    --tw-translate-y: 127px;
  }

  .\32xl\:hover\:translate-y-128px:hover {
    --tw-translate-y: 128px;
  }

  .\32xl\:hover\:translate-y-129px:hover {
    --tw-translate-y: 129px;
  }

  .\32xl\:hover\:translate-y-130px:hover {
    --tw-translate-y: 130px;
  }

  .\32xl\:hover\:translate-y-133px:hover {
    --tw-translate-y: 133px;
  }

  .\32xl\:hover\:translate-y-140px:hover {
    --tw-translate-y: 140px;
  }

  .\32xl\:hover\:translate-y-195px:hover {
    --tw-translate-y: 195px;
  }

  .\32xl\:hover\:translate-y-200px:hover {
    --tw-translate-y: 200px;
  }

  .\32xl\:hover\:translate-y-210px:hover {
    --tw-translate-y: 210px;
  }

  .\32xl\:hover\:translate-y-222px:hover {
    --tw-translate-y: 222px;
  }

  .\32xl\:hover\:translate-y-258px:hover {
    --tw-translate-y: 258px;
  }

  .\32xl\:hover\:translate-y-280px:hover {
    --tw-translate-y: 280px;
  }

  .\32xl\:hover\:translate-y-334px:hover {
    --tw-translate-y: 334px;
  }

  .\32xl\:hover\:translate-y-388px:hover {
    --tw-translate-y: 388px;
  }

  .\32xl\:hover\:translate-y-480px:hover {
    --tw-translate-y: 480px;
  }

  .\32xl\:hover\:translate-y-490px:hover {
    --tw-translate-y: 490px;
  }

  .\32xl\:hover\:translate-y-505px:hover {
    --tw-translate-y: 505px;
  }

  .\32xl\:hover\:translate-y-507px:hover {
    --tw-translate-y: 507px;
  }

  .\32xl\:hover\:translate-y-760px:hover {
    --tw-translate-y: 760px;
  }

  .\32xl\:hover\:translate-y-780px:hover {
    --tw-translate-y: 780px;
  }

  .\32xl\:hover\:translate-y-980px:hover {
    --tw-translate-y: 980px;
  }

  .\32xl\:hover\:translate-y-1366px:hover {
    --tw-translate-y: 1366px;
  }

  .\32xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .\32xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .\32xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .\32xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .\32xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .\32xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .\32xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .\32xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .\32xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .\32xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .\32xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .\32xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .\32xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .\32xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .\32xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .\32xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .\32xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .\32xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .\32xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .\32xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .\32xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .\32xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:hover\:-translate-y-1px:hover {
    --tw-translate-y: -1px;
  }

  .\32xl\:hover\:-translate-y-2px:hover {
    --tw-translate-y: -2px;
  }

  .\32xl\:hover\:-translate-y-3px:hover {
    --tw-translate-y: -3px;
  }

  .\32xl\:hover\:-translate-y-4px:hover {
    --tw-translate-y: -4px;
  }

  .\32xl\:hover\:-translate-y-5px:hover {
    --tw-translate-y: -5px;
  }

  .\32xl\:hover\:-translate-y-6px:hover {
    --tw-translate-y: -6px;
  }

  .\32xl\:hover\:-translate-y-7px:hover {
    --tw-translate-y: -7px;
  }

  .\32xl\:hover\:-translate-y-8px:hover {
    --tw-translate-y: -8px;
  }

  .\32xl\:hover\:-translate-y-9px:hover {
    --tw-translate-y: -9px;
  }

  .\32xl\:hover\:-translate-y-10px:hover {
    --tw-translate-y: -10px;
  }

  .\32xl\:hover\:-translate-y-11px:hover {
    --tw-translate-y: -11px;
  }

  .\32xl\:hover\:-translate-y-12px:hover {
    --tw-translate-y: -12px;
  }

  .\32xl\:hover\:-translate-y-13px:hover {
    --tw-translate-y: -13px;
  }

  .\32xl\:hover\:-translate-y-14px:hover {
    --tw-translate-y: -14px;
  }

  .\32xl\:hover\:-translate-y-15px:hover {
    --tw-translate-y: -15px;
  }

  .\32xl\:hover\:-translate-y-16px:hover {
    --tw-translate-y: -16px;
  }

  .\32xl\:hover\:-translate-y-17px:hover {
    --tw-translate-y: -17px;
  }

  .\32xl\:hover\:-translate-y-18px:hover {
    --tw-translate-y: -18px;
  }

  .\32xl\:hover\:-translate-y-19px:hover {
    --tw-translate-y: -19px;
  }

  .\32xl\:hover\:-translate-y-20px:hover {
    --tw-translate-y: -20px;
  }

  .\32xl\:hover\:-translate-y-21px:hover {
    --tw-translate-y: -21px;
  }

  .\32xl\:hover\:-translate-y-22px:hover {
    --tw-translate-y: -22px;
  }

  .\32xl\:hover\:-translate-y-23px:hover {
    --tw-translate-y: -23px;
  }

  .\32xl\:hover\:-translate-y-24px:hover {
    --tw-translate-y: -24px;
  }

  .\32xl\:hover\:-translate-y-25px:hover {
    --tw-translate-y: -25px;
  }

  .\32xl\:hover\:-translate-y-26px:hover {
    --tw-translate-y: -26px;
  }

  .\32xl\:hover\:-translate-y-27px:hover {
    --tw-translate-y: -27px;
  }

  .\32xl\:hover\:-translate-y-28px:hover {
    --tw-translate-y: -28px;
  }

  .\32xl\:hover\:-translate-y-29px:hover {
    --tw-translate-y: -29px;
  }

  .\32xl\:hover\:-translate-y-30px:hover {
    --tw-translate-y: -30px;
  }

  .\32xl\:hover\:-translate-y-31px:hover {
    --tw-translate-y: -31px;
  }

  .\32xl\:hover\:-translate-y-32px:hover {
    --tw-translate-y: -32px;
  }

  .\32xl\:hover\:-translate-y-33px:hover {
    --tw-translate-y: -33px;
  }

  .\32xl\:hover\:-translate-y-34px:hover {
    --tw-translate-y: -34px;
  }

  .\32xl\:hover\:-translate-y-35px:hover {
    --tw-translate-y: -35px;
  }

  .\32xl\:hover\:-translate-y-36px:hover {
    --tw-translate-y: -36px;
  }

  .\32xl\:hover\:-translate-y-37px:hover {
    --tw-translate-y: -37px;
  }

  .\32xl\:hover\:-translate-y-38px:hover {
    --tw-translate-y: -38px;
  }

  .\32xl\:hover\:-translate-y-39px:hover {
    --tw-translate-y: -39px;
  }

  .\32xl\:hover\:-translate-y-40px:hover {
    --tw-translate-y: -40px;
  }

  .\32xl\:hover\:-translate-y-41px:hover {
    --tw-translate-y: -41px;
  }

  .\32xl\:hover\:-translate-y-42px:hover {
    --tw-translate-y: -42px;
  }

  .\32xl\:hover\:-translate-y-43px:hover {
    --tw-translate-y: -43px;
  }

  .\32xl\:hover\:-translate-y-44px:hover {
    --tw-translate-y: -44px;
  }

  .\32xl\:hover\:-translate-y-45px:hover {
    --tw-translate-y: -45px;
  }

  .\32xl\:hover\:-translate-y-46px:hover {
    --tw-translate-y: -46px;
  }

  .\32xl\:hover\:-translate-y-47px:hover {
    --tw-translate-y: -47px;
  }

  .\32xl\:hover\:-translate-y-48px:hover {
    --tw-translate-y: -48px;
  }

  .\32xl\:hover\:-translate-y-49px:hover {
    --tw-translate-y: -49px;
  }

  .\32xl\:hover\:-translate-y-50px:hover {
    --tw-translate-y: -50px;
  }

  .\32xl\:hover\:-translate-y-51px:hover {
    --tw-translate-y: -51px;
  }

  .\32xl\:hover\:-translate-y-52px:hover {
    --tw-translate-y: -52px;
  }

  .\32xl\:hover\:-translate-y-53px:hover {
    --tw-translate-y: -53px;
  }

  .\32xl\:hover\:-translate-y-54px:hover {
    --tw-translate-y: -54px;
  }

  .\32xl\:hover\:-translate-y-55px:hover {
    --tw-translate-y: -55px;
  }

  .\32xl\:hover\:-translate-y-56px:hover {
    --tw-translate-y: -56px;
  }

  .\32xl\:hover\:-translate-y-57px:hover {
    --tw-translate-y: -57px;
  }

  .\32xl\:hover\:-translate-y-58px:hover {
    --tw-translate-y: -58px;
  }

  .\32xl\:hover\:-translate-y-59px:hover {
    --tw-translate-y: -59px;
  }

  .\32xl\:hover\:-translate-y-60px:hover {
    --tw-translate-y: -60px;
  }

  .\32xl\:hover\:-translate-y-61px:hover {
    --tw-translate-y: -61px;
  }

  .\32xl\:hover\:-translate-y-62px:hover {
    --tw-translate-y: -62px;
  }

  .\32xl\:hover\:-translate-y-63px:hover {
    --tw-translate-y: -63px;
  }

  .\32xl\:hover\:-translate-y-64px:hover {
    --tw-translate-y: -64px;
  }

  .\32xl\:hover\:-translate-y-65px:hover {
    --tw-translate-y: -65px;
  }

  .\32xl\:hover\:-translate-y-66px:hover {
    --tw-translate-y: -66px;
  }

  .\32xl\:hover\:-translate-y-67px:hover {
    --tw-translate-y: -67px;
  }

  .\32xl\:hover\:-translate-y-68px:hover {
    --tw-translate-y: -68px;
  }

  .\32xl\:hover\:-translate-y-69px:hover {
    --tw-translate-y: -69px;
  }

  .\32xl\:hover\:-translate-y-70px:hover {
    --tw-translate-y: -70px;
  }

  .\32xl\:hover\:-translate-y-71px:hover {
    --tw-translate-y: -71px;
  }

  .\32xl\:hover\:-translate-y-72px:hover {
    --tw-translate-y: -72px;
  }

  .\32xl\:hover\:-translate-y-73px:hover {
    --tw-translate-y: -73px;
  }

  .\32xl\:hover\:-translate-y-74px:hover {
    --tw-translate-y: -74px;
  }

  .\32xl\:hover\:-translate-y-75px:hover {
    --tw-translate-y: -75px;
  }

  .\32xl\:hover\:-translate-y-76px:hover {
    --tw-translate-y: -76px;
  }

  .\32xl\:hover\:-translate-y-77px:hover {
    --tw-translate-y: -77px;
  }

  .\32xl\:hover\:-translate-y-78px:hover {
    --tw-translate-y: -78px;
  }

  .\32xl\:hover\:-translate-y-79px:hover {
    --tw-translate-y: -79px;
  }

  .\32xl\:hover\:-translate-y-80px:hover {
    --tw-translate-y: -80px;
  }

  .\32xl\:hover\:-translate-y-81px:hover {
    --tw-translate-y: -81px;
  }

  .\32xl\:hover\:-translate-y-82px:hover {
    --tw-translate-y: -82px;
  }

  .\32xl\:hover\:-translate-y-83px:hover {
    --tw-translate-y: -83px;
  }

  .\32xl\:hover\:-translate-y-84px:hover {
    --tw-translate-y: -84px;
  }

  .\32xl\:hover\:-translate-y-85px:hover {
    --tw-translate-y: -85px;
  }

  .\32xl\:hover\:-translate-y-86px:hover {
    --tw-translate-y: -86px;
  }

  .\32xl\:hover\:-translate-y-87px:hover {
    --tw-translate-y: -87px;
  }

  .\32xl\:hover\:-translate-y-88px:hover {
    --tw-translate-y: -88px;
  }

  .\32xl\:hover\:-translate-y-89px:hover {
    --tw-translate-y: -89px;
  }

  .\32xl\:hover\:-translate-y-90px:hover {
    --tw-translate-y: -90px;
  }

  .\32xl\:hover\:-translate-y-91px:hover {
    --tw-translate-y: -91px;
  }

  .\32xl\:hover\:-translate-y-92px:hover {
    --tw-translate-y: -92px;
  }

  .\32xl\:hover\:-translate-y-93px:hover {
    --tw-translate-y: -93px;
  }

  .\32xl\:hover\:-translate-y-94px:hover {
    --tw-translate-y: -94px;
  }

  .\32xl\:hover\:-translate-y-95px:hover {
    --tw-translate-y: -95px;
  }

  .\32xl\:hover\:-translate-y-96px:hover {
    --tw-translate-y: -96px;
  }

  .\32xl\:hover\:-translate-y-97px:hover {
    --tw-translate-y: -97px;
  }

  .\32xl\:hover\:-translate-y-98px:hover {
    --tw-translate-y: -98px;
  }

  .\32xl\:hover\:-translate-y-99px:hover {
    --tw-translate-y: -99px;
  }

  .\32xl\:hover\:-translate-y-100px:hover {
    --tw-translate-y: -100px;
  }

  .\32xl\:hover\:-translate-y-101px:hover {
    --tw-translate-y: -101px;
  }

  .\32xl\:hover\:-translate-y-102px:hover {
    --tw-translate-y: -102px;
  }

  .\32xl\:hover\:-translate-y-103px:hover {
    --tw-translate-y: -103px;
  }

  .\32xl\:hover\:-translate-y-104px:hover {
    --tw-translate-y: -104px;
  }

  .\32xl\:hover\:-translate-y-105px:hover {
    --tw-translate-y: -105px;
  }

  .\32xl\:hover\:-translate-y-106px:hover {
    --tw-translate-y: -106px;
  }

  .\32xl\:hover\:-translate-y-107px:hover {
    --tw-translate-y: -107px;
  }

  .\32xl\:hover\:-translate-y-108px:hover {
    --tw-translate-y: -108px;
  }

  .\32xl\:hover\:-translate-y-109px:hover {
    --tw-translate-y: -109px;
  }

  .\32xl\:hover\:-translate-y-110px:hover {
    --tw-translate-y: -110px;
  }

  .\32xl\:hover\:-translate-y-111px:hover {
    --tw-translate-y: -111px;
  }

  .\32xl\:hover\:-translate-y-112px:hover {
    --tw-translate-y: -112px;
  }

  .\32xl\:hover\:-translate-y-113px:hover {
    --tw-translate-y: -113px;
  }

  .\32xl\:hover\:-translate-y-114px:hover {
    --tw-translate-y: -114px;
  }

  .\32xl\:hover\:-translate-y-115px:hover {
    --tw-translate-y: -115px;
  }

  .\32xl\:hover\:-translate-y-116px:hover {
    --tw-translate-y: -116px;
  }

  .\32xl\:hover\:-translate-y-117px:hover {
    --tw-translate-y: -117px;
  }

  .\32xl\:hover\:-translate-y-118px:hover {
    --tw-translate-y: -118px;
  }

  .\32xl\:hover\:-translate-y-119px:hover {
    --tw-translate-y: -119px;
  }

  .\32xl\:hover\:-translate-y-120px:hover {
    --tw-translate-y: -120px;
  }

  .\32xl\:hover\:-translate-y-121px:hover {
    --tw-translate-y: -121px;
  }

  .\32xl\:hover\:-translate-y-122px:hover {
    --tw-translate-y: -122px;
  }

  .\32xl\:hover\:-translate-y-123px:hover {
    --tw-translate-y: -123px;
  }

  .\32xl\:hover\:-translate-y-124px:hover {
    --tw-translate-y: -124px;
  }

  .\32xl\:hover\:-translate-y-125px:hover {
    --tw-translate-y: -125px;
  }

  .\32xl\:hover\:-translate-y-126px:hover {
    --tw-translate-y: -126px;
  }

  .\32xl\:hover\:-translate-y-127px:hover {
    --tw-translate-y: -127px;
  }

  .\32xl\:hover\:-translate-y-128px:hover {
    --tw-translate-y: -128px;
  }

  .\32xl\:hover\:-translate-y-129px:hover {
    --tw-translate-y: -129px;
  }

  .\32xl\:hover\:-translate-y-130px:hover {
    --tw-translate-y: -130px;
  }

  .\32xl\:hover\:-translate-y-133px:hover {
    --tw-translate-y: -133px;
  }

  .\32xl\:hover\:-translate-y-140px:hover {
    --tw-translate-y: -140px;
  }

  .\32xl\:hover\:-translate-y-195px:hover {
    --tw-translate-y: -195px;
  }

  .\32xl\:hover\:-translate-y-200px:hover {
    --tw-translate-y: -200px;
  }

  .\32xl\:hover\:-translate-y-210px:hover {
    --tw-translate-y: -210px;
  }

  .\32xl\:hover\:-translate-y-222px:hover {
    --tw-translate-y: -222px;
  }

  .\32xl\:hover\:-translate-y-258px:hover {
    --tw-translate-y: -258px;
  }

  .\32xl\:hover\:-translate-y-280px:hover {
    --tw-translate-y: -280px;
  }

  .\32xl\:hover\:-translate-y-334px:hover {
    --tw-translate-y: -334px;
  }

  .\32xl\:hover\:-translate-y-388px:hover {
    --tw-translate-y: -388px;
  }

  .\32xl\:hover\:-translate-y-480px:hover {
    --tw-translate-y: -480px;
  }

  .\32xl\:hover\:-translate-y-490px:hover {
    --tw-translate-y: -490px;
  }

  .\32xl\:hover\:-translate-y-505px:hover {
    --tw-translate-y: -505px;
  }

  .\32xl\:hover\:-translate-y-507px:hover {
    --tw-translate-y: -507px;
  }

  .\32xl\:hover\:-translate-y-760px:hover {
    --tw-translate-y: -760px;
  }

  .\32xl\:hover\:-translate-y-780px:hover {
    --tw-translate-y: -780px;
  }

  .\32xl\:hover\:-translate-y-980px:hover {
    --tw-translate-y: -980px;
  }

  .\32xl\:hover\:-translate-y-1366px:hover {
    --tw-translate-y: -1366px;
  }

  .\32xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .\32xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .\32xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .\32xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .\32xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .\32xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .\32xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .\32xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .\32xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .\32xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .\32xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .\32xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .\32xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .\32xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .\32xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .\32xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .\32xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .\32xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .\32xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .\32xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .\32xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .\32xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .\32xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .\32xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .\32xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .\32xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .\32xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .\32xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .\32xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .\32xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .\32xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .\32xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:focus\:translate-x-1px:focus {
    --tw-translate-x: 1px;
  }

  .\32xl\:focus\:translate-x-2px:focus {
    --tw-translate-x: 2px;
  }

  .\32xl\:focus\:translate-x-3px:focus {
    --tw-translate-x: 3px;
  }

  .\32xl\:focus\:translate-x-4px:focus {
    --tw-translate-x: 4px;
  }

  .\32xl\:focus\:translate-x-5px:focus {
    --tw-translate-x: 5px;
  }

  .\32xl\:focus\:translate-x-6px:focus {
    --tw-translate-x: 6px;
  }

  .\32xl\:focus\:translate-x-7px:focus {
    --tw-translate-x: 7px;
  }

  .\32xl\:focus\:translate-x-8px:focus {
    --tw-translate-x: 8px;
  }

  .\32xl\:focus\:translate-x-9px:focus {
    --tw-translate-x: 9px;
  }

  .\32xl\:focus\:translate-x-10px:focus {
    --tw-translate-x: 10px;
  }

  .\32xl\:focus\:translate-x-11px:focus {
    --tw-translate-x: 11px;
  }

  .\32xl\:focus\:translate-x-12px:focus {
    --tw-translate-x: 12px;
  }

  .\32xl\:focus\:translate-x-13px:focus {
    --tw-translate-x: 13px;
  }

  .\32xl\:focus\:translate-x-14px:focus {
    --tw-translate-x: 14px;
  }

  .\32xl\:focus\:translate-x-15px:focus {
    --tw-translate-x: 15px;
  }

  .\32xl\:focus\:translate-x-16px:focus {
    --tw-translate-x: 16px;
  }

  .\32xl\:focus\:translate-x-17px:focus {
    --tw-translate-x: 17px;
  }

  .\32xl\:focus\:translate-x-18px:focus {
    --tw-translate-x: 18px;
  }

  .\32xl\:focus\:translate-x-19px:focus {
    --tw-translate-x: 19px;
  }

  .\32xl\:focus\:translate-x-20px:focus {
    --tw-translate-x: 20px;
  }

  .\32xl\:focus\:translate-x-21px:focus {
    --tw-translate-x: 21px;
  }

  .\32xl\:focus\:translate-x-22px:focus {
    --tw-translate-x: 22px;
  }

  .\32xl\:focus\:translate-x-23px:focus {
    --tw-translate-x: 23px;
  }

  .\32xl\:focus\:translate-x-24px:focus {
    --tw-translate-x: 24px;
  }

  .\32xl\:focus\:translate-x-25px:focus {
    --tw-translate-x: 25px;
  }

  .\32xl\:focus\:translate-x-26px:focus {
    --tw-translate-x: 26px;
  }

  .\32xl\:focus\:translate-x-27px:focus {
    --tw-translate-x: 27px;
  }

  .\32xl\:focus\:translate-x-28px:focus {
    --tw-translate-x: 28px;
  }

  .\32xl\:focus\:translate-x-29px:focus {
    --tw-translate-x: 29px;
  }

  .\32xl\:focus\:translate-x-30px:focus {
    --tw-translate-x: 30px;
  }

  .\32xl\:focus\:translate-x-31px:focus {
    --tw-translate-x: 31px;
  }

  .\32xl\:focus\:translate-x-32px:focus {
    --tw-translate-x: 32px;
  }

  .\32xl\:focus\:translate-x-33px:focus {
    --tw-translate-x: 33px;
  }

  .\32xl\:focus\:translate-x-34px:focus {
    --tw-translate-x: 34px;
  }

  .\32xl\:focus\:translate-x-35px:focus {
    --tw-translate-x: 35px;
  }

  .\32xl\:focus\:translate-x-36px:focus {
    --tw-translate-x: 36px;
  }

  .\32xl\:focus\:translate-x-37px:focus {
    --tw-translate-x: 37px;
  }

  .\32xl\:focus\:translate-x-38px:focus {
    --tw-translate-x: 38px;
  }

  .\32xl\:focus\:translate-x-39px:focus {
    --tw-translate-x: 39px;
  }

  .\32xl\:focus\:translate-x-40px:focus {
    --tw-translate-x: 40px;
  }

  .\32xl\:focus\:translate-x-41px:focus {
    --tw-translate-x: 41px;
  }

  .\32xl\:focus\:translate-x-42px:focus {
    --tw-translate-x: 42px;
  }

  .\32xl\:focus\:translate-x-43px:focus {
    --tw-translate-x: 43px;
  }

  .\32xl\:focus\:translate-x-44px:focus {
    --tw-translate-x: 44px;
  }

  .\32xl\:focus\:translate-x-45px:focus {
    --tw-translate-x: 45px;
  }

  .\32xl\:focus\:translate-x-46px:focus {
    --tw-translate-x: 46px;
  }

  .\32xl\:focus\:translate-x-47px:focus {
    --tw-translate-x: 47px;
  }

  .\32xl\:focus\:translate-x-48px:focus {
    --tw-translate-x: 48px;
  }

  .\32xl\:focus\:translate-x-49px:focus {
    --tw-translate-x: 49px;
  }

  .\32xl\:focus\:translate-x-50px:focus {
    --tw-translate-x: 50px;
  }

  .\32xl\:focus\:translate-x-51px:focus {
    --tw-translate-x: 51px;
  }

  .\32xl\:focus\:translate-x-52px:focus {
    --tw-translate-x: 52px;
  }

  .\32xl\:focus\:translate-x-53px:focus {
    --tw-translate-x: 53px;
  }

  .\32xl\:focus\:translate-x-54px:focus {
    --tw-translate-x: 54px;
  }

  .\32xl\:focus\:translate-x-55px:focus {
    --tw-translate-x: 55px;
  }

  .\32xl\:focus\:translate-x-56px:focus {
    --tw-translate-x: 56px;
  }

  .\32xl\:focus\:translate-x-57px:focus {
    --tw-translate-x: 57px;
  }

  .\32xl\:focus\:translate-x-58px:focus {
    --tw-translate-x: 58px;
  }

  .\32xl\:focus\:translate-x-59px:focus {
    --tw-translate-x: 59px;
  }

  .\32xl\:focus\:translate-x-60px:focus {
    --tw-translate-x: 60px;
  }

  .\32xl\:focus\:translate-x-61px:focus {
    --tw-translate-x: 61px;
  }

  .\32xl\:focus\:translate-x-62px:focus {
    --tw-translate-x: 62px;
  }

  .\32xl\:focus\:translate-x-63px:focus {
    --tw-translate-x: 63px;
  }

  .\32xl\:focus\:translate-x-64px:focus {
    --tw-translate-x: 64px;
  }

  .\32xl\:focus\:translate-x-65px:focus {
    --tw-translate-x: 65px;
  }

  .\32xl\:focus\:translate-x-66px:focus {
    --tw-translate-x: 66px;
  }

  .\32xl\:focus\:translate-x-67px:focus {
    --tw-translate-x: 67px;
  }

  .\32xl\:focus\:translate-x-68px:focus {
    --tw-translate-x: 68px;
  }

  .\32xl\:focus\:translate-x-69px:focus {
    --tw-translate-x: 69px;
  }

  .\32xl\:focus\:translate-x-70px:focus {
    --tw-translate-x: 70px;
  }

  .\32xl\:focus\:translate-x-71px:focus {
    --tw-translate-x: 71px;
  }

  .\32xl\:focus\:translate-x-72px:focus {
    --tw-translate-x: 72px;
  }

  .\32xl\:focus\:translate-x-73px:focus {
    --tw-translate-x: 73px;
  }

  .\32xl\:focus\:translate-x-74px:focus {
    --tw-translate-x: 74px;
  }

  .\32xl\:focus\:translate-x-75px:focus {
    --tw-translate-x: 75px;
  }

  .\32xl\:focus\:translate-x-76px:focus {
    --tw-translate-x: 76px;
  }

  .\32xl\:focus\:translate-x-77px:focus {
    --tw-translate-x: 77px;
  }

  .\32xl\:focus\:translate-x-78px:focus {
    --tw-translate-x: 78px;
  }

  .\32xl\:focus\:translate-x-79px:focus {
    --tw-translate-x: 79px;
  }

  .\32xl\:focus\:translate-x-80px:focus {
    --tw-translate-x: 80px;
  }

  .\32xl\:focus\:translate-x-81px:focus {
    --tw-translate-x: 81px;
  }

  .\32xl\:focus\:translate-x-82px:focus {
    --tw-translate-x: 82px;
  }

  .\32xl\:focus\:translate-x-83px:focus {
    --tw-translate-x: 83px;
  }

  .\32xl\:focus\:translate-x-84px:focus {
    --tw-translate-x: 84px;
  }

  .\32xl\:focus\:translate-x-85px:focus {
    --tw-translate-x: 85px;
  }

  .\32xl\:focus\:translate-x-86px:focus {
    --tw-translate-x: 86px;
  }

  .\32xl\:focus\:translate-x-87px:focus {
    --tw-translate-x: 87px;
  }

  .\32xl\:focus\:translate-x-88px:focus {
    --tw-translate-x: 88px;
  }

  .\32xl\:focus\:translate-x-89px:focus {
    --tw-translate-x: 89px;
  }

  .\32xl\:focus\:translate-x-90px:focus {
    --tw-translate-x: 90px;
  }

  .\32xl\:focus\:translate-x-91px:focus {
    --tw-translate-x: 91px;
  }

  .\32xl\:focus\:translate-x-92px:focus {
    --tw-translate-x: 92px;
  }

  .\32xl\:focus\:translate-x-93px:focus {
    --tw-translate-x: 93px;
  }

  .\32xl\:focus\:translate-x-94px:focus {
    --tw-translate-x: 94px;
  }

  .\32xl\:focus\:translate-x-95px:focus {
    --tw-translate-x: 95px;
  }

  .\32xl\:focus\:translate-x-96px:focus {
    --tw-translate-x: 96px;
  }

  .\32xl\:focus\:translate-x-97px:focus {
    --tw-translate-x: 97px;
  }

  .\32xl\:focus\:translate-x-98px:focus {
    --tw-translate-x: 98px;
  }

  .\32xl\:focus\:translate-x-99px:focus {
    --tw-translate-x: 99px;
  }

  .\32xl\:focus\:translate-x-100px:focus {
    --tw-translate-x: 100px;
  }

  .\32xl\:focus\:translate-x-101px:focus {
    --tw-translate-x: 101px;
  }

  .\32xl\:focus\:translate-x-102px:focus {
    --tw-translate-x: 102px;
  }

  .\32xl\:focus\:translate-x-103px:focus {
    --tw-translate-x: 103px;
  }

  .\32xl\:focus\:translate-x-104px:focus {
    --tw-translate-x: 104px;
  }

  .\32xl\:focus\:translate-x-105px:focus {
    --tw-translate-x: 105px;
  }

  .\32xl\:focus\:translate-x-106px:focus {
    --tw-translate-x: 106px;
  }

  .\32xl\:focus\:translate-x-107px:focus {
    --tw-translate-x: 107px;
  }

  .\32xl\:focus\:translate-x-108px:focus {
    --tw-translate-x: 108px;
  }

  .\32xl\:focus\:translate-x-109px:focus {
    --tw-translate-x: 109px;
  }

  .\32xl\:focus\:translate-x-110px:focus {
    --tw-translate-x: 110px;
  }

  .\32xl\:focus\:translate-x-111px:focus {
    --tw-translate-x: 111px;
  }

  .\32xl\:focus\:translate-x-112px:focus {
    --tw-translate-x: 112px;
  }

  .\32xl\:focus\:translate-x-113px:focus {
    --tw-translate-x: 113px;
  }

  .\32xl\:focus\:translate-x-114px:focus {
    --tw-translate-x: 114px;
  }

  .\32xl\:focus\:translate-x-115px:focus {
    --tw-translate-x: 115px;
  }

  .\32xl\:focus\:translate-x-116px:focus {
    --tw-translate-x: 116px;
  }

  .\32xl\:focus\:translate-x-117px:focus {
    --tw-translate-x: 117px;
  }

  .\32xl\:focus\:translate-x-118px:focus {
    --tw-translate-x: 118px;
  }

  .\32xl\:focus\:translate-x-119px:focus {
    --tw-translate-x: 119px;
  }

  .\32xl\:focus\:translate-x-120px:focus {
    --tw-translate-x: 120px;
  }

  .\32xl\:focus\:translate-x-121px:focus {
    --tw-translate-x: 121px;
  }

  .\32xl\:focus\:translate-x-122px:focus {
    --tw-translate-x: 122px;
  }

  .\32xl\:focus\:translate-x-123px:focus {
    --tw-translate-x: 123px;
  }

  .\32xl\:focus\:translate-x-124px:focus {
    --tw-translate-x: 124px;
  }

  .\32xl\:focus\:translate-x-125px:focus {
    --tw-translate-x: 125px;
  }

  .\32xl\:focus\:translate-x-126px:focus {
    --tw-translate-x: 126px;
  }

  .\32xl\:focus\:translate-x-127px:focus {
    --tw-translate-x: 127px;
  }

  .\32xl\:focus\:translate-x-128px:focus {
    --tw-translate-x: 128px;
  }

  .\32xl\:focus\:translate-x-129px:focus {
    --tw-translate-x: 129px;
  }

  .\32xl\:focus\:translate-x-130px:focus {
    --tw-translate-x: 130px;
  }

  .\32xl\:focus\:translate-x-133px:focus {
    --tw-translate-x: 133px;
  }

  .\32xl\:focus\:translate-x-140px:focus {
    --tw-translate-x: 140px;
  }

  .\32xl\:focus\:translate-x-195px:focus {
    --tw-translate-x: 195px;
  }

  .\32xl\:focus\:translate-x-200px:focus {
    --tw-translate-x: 200px;
  }

  .\32xl\:focus\:translate-x-210px:focus {
    --tw-translate-x: 210px;
  }

  .\32xl\:focus\:translate-x-222px:focus {
    --tw-translate-x: 222px;
  }

  .\32xl\:focus\:translate-x-258px:focus {
    --tw-translate-x: 258px;
  }

  .\32xl\:focus\:translate-x-280px:focus {
    --tw-translate-x: 280px;
  }

  .\32xl\:focus\:translate-x-334px:focus {
    --tw-translate-x: 334px;
  }

  .\32xl\:focus\:translate-x-388px:focus {
    --tw-translate-x: 388px;
  }

  .\32xl\:focus\:translate-x-480px:focus {
    --tw-translate-x: 480px;
  }

  .\32xl\:focus\:translate-x-490px:focus {
    --tw-translate-x: 490px;
  }

  .\32xl\:focus\:translate-x-505px:focus {
    --tw-translate-x: 505px;
  }

  .\32xl\:focus\:translate-x-507px:focus {
    --tw-translate-x: 507px;
  }

  .\32xl\:focus\:translate-x-760px:focus {
    --tw-translate-x: 760px;
  }

  .\32xl\:focus\:translate-x-780px:focus {
    --tw-translate-x: 780px;
  }

  .\32xl\:focus\:translate-x-980px:focus {
    --tw-translate-x: 980px;
  }

  .\32xl\:focus\:translate-x-1366px:focus {
    --tw-translate-x: 1366px;
  }

  .\32xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .\32xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .\32xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .\32xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .\32xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .\32xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .\32xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .\32xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .\32xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .\32xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .\32xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .\32xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .\32xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .\32xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .\32xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .\32xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .\32xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .\32xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .\32xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .\32xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .\32xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .\32xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:focus\:-translate-x-1px:focus {
    --tw-translate-x: -1px;
  }

  .\32xl\:focus\:-translate-x-2px:focus {
    --tw-translate-x: -2px;
  }

  .\32xl\:focus\:-translate-x-3px:focus {
    --tw-translate-x: -3px;
  }

  .\32xl\:focus\:-translate-x-4px:focus {
    --tw-translate-x: -4px;
  }

  .\32xl\:focus\:-translate-x-5px:focus {
    --tw-translate-x: -5px;
  }

  .\32xl\:focus\:-translate-x-6px:focus {
    --tw-translate-x: -6px;
  }

  .\32xl\:focus\:-translate-x-7px:focus {
    --tw-translate-x: -7px;
  }

  .\32xl\:focus\:-translate-x-8px:focus {
    --tw-translate-x: -8px;
  }

  .\32xl\:focus\:-translate-x-9px:focus {
    --tw-translate-x: -9px;
  }

  .\32xl\:focus\:-translate-x-10px:focus {
    --tw-translate-x: -10px;
  }

  .\32xl\:focus\:-translate-x-11px:focus {
    --tw-translate-x: -11px;
  }

  .\32xl\:focus\:-translate-x-12px:focus {
    --tw-translate-x: -12px;
  }

  .\32xl\:focus\:-translate-x-13px:focus {
    --tw-translate-x: -13px;
  }

  .\32xl\:focus\:-translate-x-14px:focus {
    --tw-translate-x: -14px;
  }

  .\32xl\:focus\:-translate-x-15px:focus {
    --tw-translate-x: -15px;
  }

  .\32xl\:focus\:-translate-x-16px:focus {
    --tw-translate-x: -16px;
  }

  .\32xl\:focus\:-translate-x-17px:focus {
    --tw-translate-x: -17px;
  }

  .\32xl\:focus\:-translate-x-18px:focus {
    --tw-translate-x: -18px;
  }

  .\32xl\:focus\:-translate-x-19px:focus {
    --tw-translate-x: -19px;
  }

  .\32xl\:focus\:-translate-x-20px:focus {
    --tw-translate-x: -20px;
  }

  .\32xl\:focus\:-translate-x-21px:focus {
    --tw-translate-x: -21px;
  }

  .\32xl\:focus\:-translate-x-22px:focus {
    --tw-translate-x: -22px;
  }

  .\32xl\:focus\:-translate-x-23px:focus {
    --tw-translate-x: -23px;
  }

  .\32xl\:focus\:-translate-x-24px:focus {
    --tw-translate-x: -24px;
  }

  .\32xl\:focus\:-translate-x-25px:focus {
    --tw-translate-x: -25px;
  }

  .\32xl\:focus\:-translate-x-26px:focus {
    --tw-translate-x: -26px;
  }

  .\32xl\:focus\:-translate-x-27px:focus {
    --tw-translate-x: -27px;
  }

  .\32xl\:focus\:-translate-x-28px:focus {
    --tw-translate-x: -28px;
  }

  .\32xl\:focus\:-translate-x-29px:focus {
    --tw-translate-x: -29px;
  }

  .\32xl\:focus\:-translate-x-30px:focus {
    --tw-translate-x: -30px;
  }

  .\32xl\:focus\:-translate-x-31px:focus {
    --tw-translate-x: -31px;
  }

  .\32xl\:focus\:-translate-x-32px:focus {
    --tw-translate-x: -32px;
  }

  .\32xl\:focus\:-translate-x-33px:focus {
    --tw-translate-x: -33px;
  }

  .\32xl\:focus\:-translate-x-34px:focus {
    --tw-translate-x: -34px;
  }

  .\32xl\:focus\:-translate-x-35px:focus {
    --tw-translate-x: -35px;
  }

  .\32xl\:focus\:-translate-x-36px:focus {
    --tw-translate-x: -36px;
  }

  .\32xl\:focus\:-translate-x-37px:focus {
    --tw-translate-x: -37px;
  }

  .\32xl\:focus\:-translate-x-38px:focus {
    --tw-translate-x: -38px;
  }

  .\32xl\:focus\:-translate-x-39px:focus {
    --tw-translate-x: -39px;
  }

  .\32xl\:focus\:-translate-x-40px:focus {
    --tw-translate-x: -40px;
  }

  .\32xl\:focus\:-translate-x-41px:focus {
    --tw-translate-x: -41px;
  }

  .\32xl\:focus\:-translate-x-42px:focus {
    --tw-translate-x: -42px;
  }

  .\32xl\:focus\:-translate-x-43px:focus {
    --tw-translate-x: -43px;
  }

  .\32xl\:focus\:-translate-x-44px:focus {
    --tw-translate-x: -44px;
  }

  .\32xl\:focus\:-translate-x-45px:focus {
    --tw-translate-x: -45px;
  }

  .\32xl\:focus\:-translate-x-46px:focus {
    --tw-translate-x: -46px;
  }

  .\32xl\:focus\:-translate-x-47px:focus {
    --tw-translate-x: -47px;
  }

  .\32xl\:focus\:-translate-x-48px:focus {
    --tw-translate-x: -48px;
  }

  .\32xl\:focus\:-translate-x-49px:focus {
    --tw-translate-x: -49px;
  }

  .\32xl\:focus\:-translate-x-50px:focus {
    --tw-translate-x: -50px;
  }

  .\32xl\:focus\:-translate-x-51px:focus {
    --tw-translate-x: -51px;
  }

  .\32xl\:focus\:-translate-x-52px:focus {
    --tw-translate-x: -52px;
  }

  .\32xl\:focus\:-translate-x-53px:focus {
    --tw-translate-x: -53px;
  }

  .\32xl\:focus\:-translate-x-54px:focus {
    --tw-translate-x: -54px;
  }

  .\32xl\:focus\:-translate-x-55px:focus {
    --tw-translate-x: -55px;
  }

  .\32xl\:focus\:-translate-x-56px:focus {
    --tw-translate-x: -56px;
  }

  .\32xl\:focus\:-translate-x-57px:focus {
    --tw-translate-x: -57px;
  }

  .\32xl\:focus\:-translate-x-58px:focus {
    --tw-translate-x: -58px;
  }

  .\32xl\:focus\:-translate-x-59px:focus {
    --tw-translate-x: -59px;
  }

  .\32xl\:focus\:-translate-x-60px:focus {
    --tw-translate-x: -60px;
  }

  .\32xl\:focus\:-translate-x-61px:focus {
    --tw-translate-x: -61px;
  }

  .\32xl\:focus\:-translate-x-62px:focus {
    --tw-translate-x: -62px;
  }

  .\32xl\:focus\:-translate-x-63px:focus {
    --tw-translate-x: -63px;
  }

  .\32xl\:focus\:-translate-x-64px:focus {
    --tw-translate-x: -64px;
  }

  .\32xl\:focus\:-translate-x-65px:focus {
    --tw-translate-x: -65px;
  }

  .\32xl\:focus\:-translate-x-66px:focus {
    --tw-translate-x: -66px;
  }

  .\32xl\:focus\:-translate-x-67px:focus {
    --tw-translate-x: -67px;
  }

  .\32xl\:focus\:-translate-x-68px:focus {
    --tw-translate-x: -68px;
  }

  .\32xl\:focus\:-translate-x-69px:focus {
    --tw-translate-x: -69px;
  }

  .\32xl\:focus\:-translate-x-70px:focus {
    --tw-translate-x: -70px;
  }

  .\32xl\:focus\:-translate-x-71px:focus {
    --tw-translate-x: -71px;
  }

  .\32xl\:focus\:-translate-x-72px:focus {
    --tw-translate-x: -72px;
  }

  .\32xl\:focus\:-translate-x-73px:focus {
    --tw-translate-x: -73px;
  }

  .\32xl\:focus\:-translate-x-74px:focus {
    --tw-translate-x: -74px;
  }

  .\32xl\:focus\:-translate-x-75px:focus {
    --tw-translate-x: -75px;
  }

  .\32xl\:focus\:-translate-x-76px:focus {
    --tw-translate-x: -76px;
  }

  .\32xl\:focus\:-translate-x-77px:focus {
    --tw-translate-x: -77px;
  }

  .\32xl\:focus\:-translate-x-78px:focus {
    --tw-translate-x: -78px;
  }

  .\32xl\:focus\:-translate-x-79px:focus {
    --tw-translate-x: -79px;
  }

  .\32xl\:focus\:-translate-x-80px:focus {
    --tw-translate-x: -80px;
  }

  .\32xl\:focus\:-translate-x-81px:focus {
    --tw-translate-x: -81px;
  }

  .\32xl\:focus\:-translate-x-82px:focus {
    --tw-translate-x: -82px;
  }

  .\32xl\:focus\:-translate-x-83px:focus {
    --tw-translate-x: -83px;
  }

  .\32xl\:focus\:-translate-x-84px:focus {
    --tw-translate-x: -84px;
  }

  .\32xl\:focus\:-translate-x-85px:focus {
    --tw-translate-x: -85px;
  }

  .\32xl\:focus\:-translate-x-86px:focus {
    --tw-translate-x: -86px;
  }

  .\32xl\:focus\:-translate-x-87px:focus {
    --tw-translate-x: -87px;
  }

  .\32xl\:focus\:-translate-x-88px:focus {
    --tw-translate-x: -88px;
  }

  .\32xl\:focus\:-translate-x-89px:focus {
    --tw-translate-x: -89px;
  }

  .\32xl\:focus\:-translate-x-90px:focus {
    --tw-translate-x: -90px;
  }

  .\32xl\:focus\:-translate-x-91px:focus {
    --tw-translate-x: -91px;
  }

  .\32xl\:focus\:-translate-x-92px:focus {
    --tw-translate-x: -92px;
  }

  .\32xl\:focus\:-translate-x-93px:focus {
    --tw-translate-x: -93px;
  }

  .\32xl\:focus\:-translate-x-94px:focus {
    --tw-translate-x: -94px;
  }

  .\32xl\:focus\:-translate-x-95px:focus {
    --tw-translate-x: -95px;
  }

  .\32xl\:focus\:-translate-x-96px:focus {
    --tw-translate-x: -96px;
  }

  .\32xl\:focus\:-translate-x-97px:focus {
    --tw-translate-x: -97px;
  }

  .\32xl\:focus\:-translate-x-98px:focus {
    --tw-translate-x: -98px;
  }

  .\32xl\:focus\:-translate-x-99px:focus {
    --tw-translate-x: -99px;
  }

  .\32xl\:focus\:-translate-x-100px:focus {
    --tw-translate-x: -100px;
  }

  .\32xl\:focus\:-translate-x-101px:focus {
    --tw-translate-x: -101px;
  }

  .\32xl\:focus\:-translate-x-102px:focus {
    --tw-translate-x: -102px;
  }

  .\32xl\:focus\:-translate-x-103px:focus {
    --tw-translate-x: -103px;
  }

  .\32xl\:focus\:-translate-x-104px:focus {
    --tw-translate-x: -104px;
  }

  .\32xl\:focus\:-translate-x-105px:focus {
    --tw-translate-x: -105px;
  }

  .\32xl\:focus\:-translate-x-106px:focus {
    --tw-translate-x: -106px;
  }

  .\32xl\:focus\:-translate-x-107px:focus {
    --tw-translate-x: -107px;
  }

  .\32xl\:focus\:-translate-x-108px:focus {
    --tw-translate-x: -108px;
  }

  .\32xl\:focus\:-translate-x-109px:focus {
    --tw-translate-x: -109px;
  }

  .\32xl\:focus\:-translate-x-110px:focus {
    --tw-translate-x: -110px;
  }

  .\32xl\:focus\:-translate-x-111px:focus {
    --tw-translate-x: -111px;
  }

  .\32xl\:focus\:-translate-x-112px:focus {
    --tw-translate-x: -112px;
  }

  .\32xl\:focus\:-translate-x-113px:focus {
    --tw-translate-x: -113px;
  }

  .\32xl\:focus\:-translate-x-114px:focus {
    --tw-translate-x: -114px;
  }

  .\32xl\:focus\:-translate-x-115px:focus {
    --tw-translate-x: -115px;
  }

  .\32xl\:focus\:-translate-x-116px:focus {
    --tw-translate-x: -116px;
  }

  .\32xl\:focus\:-translate-x-117px:focus {
    --tw-translate-x: -117px;
  }

  .\32xl\:focus\:-translate-x-118px:focus {
    --tw-translate-x: -118px;
  }

  .\32xl\:focus\:-translate-x-119px:focus {
    --tw-translate-x: -119px;
  }

  .\32xl\:focus\:-translate-x-120px:focus {
    --tw-translate-x: -120px;
  }

  .\32xl\:focus\:-translate-x-121px:focus {
    --tw-translate-x: -121px;
  }

  .\32xl\:focus\:-translate-x-122px:focus {
    --tw-translate-x: -122px;
  }

  .\32xl\:focus\:-translate-x-123px:focus {
    --tw-translate-x: -123px;
  }

  .\32xl\:focus\:-translate-x-124px:focus {
    --tw-translate-x: -124px;
  }

  .\32xl\:focus\:-translate-x-125px:focus {
    --tw-translate-x: -125px;
  }

  .\32xl\:focus\:-translate-x-126px:focus {
    --tw-translate-x: -126px;
  }

  .\32xl\:focus\:-translate-x-127px:focus {
    --tw-translate-x: -127px;
  }

  .\32xl\:focus\:-translate-x-128px:focus {
    --tw-translate-x: -128px;
  }

  .\32xl\:focus\:-translate-x-129px:focus {
    --tw-translate-x: -129px;
  }

  .\32xl\:focus\:-translate-x-130px:focus {
    --tw-translate-x: -130px;
  }

  .\32xl\:focus\:-translate-x-133px:focus {
    --tw-translate-x: -133px;
  }

  .\32xl\:focus\:-translate-x-140px:focus {
    --tw-translate-x: -140px;
  }

  .\32xl\:focus\:-translate-x-195px:focus {
    --tw-translate-x: -195px;
  }

  .\32xl\:focus\:-translate-x-200px:focus {
    --tw-translate-x: -200px;
  }

  .\32xl\:focus\:-translate-x-210px:focus {
    --tw-translate-x: -210px;
  }

  .\32xl\:focus\:-translate-x-222px:focus {
    --tw-translate-x: -222px;
  }

  .\32xl\:focus\:-translate-x-258px:focus {
    --tw-translate-x: -258px;
  }

  .\32xl\:focus\:-translate-x-280px:focus {
    --tw-translate-x: -280px;
  }

  .\32xl\:focus\:-translate-x-334px:focus {
    --tw-translate-x: -334px;
  }

  .\32xl\:focus\:-translate-x-388px:focus {
    --tw-translate-x: -388px;
  }

  .\32xl\:focus\:-translate-x-480px:focus {
    --tw-translate-x: -480px;
  }

  .\32xl\:focus\:-translate-x-490px:focus {
    --tw-translate-x: -490px;
  }

  .\32xl\:focus\:-translate-x-505px:focus {
    --tw-translate-x: -505px;
  }

  .\32xl\:focus\:-translate-x-507px:focus {
    --tw-translate-x: -507px;
  }

  .\32xl\:focus\:-translate-x-760px:focus {
    --tw-translate-x: -760px;
  }

  .\32xl\:focus\:-translate-x-780px:focus {
    --tw-translate-x: -780px;
  }

  .\32xl\:focus\:-translate-x-980px:focus {
    --tw-translate-x: -980px;
  }

  .\32xl\:focus\:-translate-x-1366px:focus {
    --tw-translate-x: -1366px;
  }

  .\32xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .\32xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .\32xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .\32xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .\32xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .\32xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .\32xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .\32xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .\32xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .\32xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .\32xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .\32xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .\32xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .\32xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .\32xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .\32xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .\32xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .\32xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .\32xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .\32xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .\32xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .\32xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .\32xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .\32xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .\32xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .\32xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .\32xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .\32xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .\32xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .\32xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .\32xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .\32xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:focus\:translate-y-1px:focus {
    --tw-translate-y: 1px;
  }

  .\32xl\:focus\:translate-y-2px:focus {
    --tw-translate-y: 2px;
  }

  .\32xl\:focus\:translate-y-3px:focus {
    --tw-translate-y: 3px;
  }

  .\32xl\:focus\:translate-y-4px:focus {
    --tw-translate-y: 4px;
  }

  .\32xl\:focus\:translate-y-5px:focus {
    --tw-translate-y: 5px;
  }

  .\32xl\:focus\:translate-y-6px:focus {
    --tw-translate-y: 6px;
  }

  .\32xl\:focus\:translate-y-7px:focus {
    --tw-translate-y: 7px;
  }

  .\32xl\:focus\:translate-y-8px:focus {
    --tw-translate-y: 8px;
  }

  .\32xl\:focus\:translate-y-9px:focus {
    --tw-translate-y: 9px;
  }

  .\32xl\:focus\:translate-y-10px:focus {
    --tw-translate-y: 10px;
  }

  .\32xl\:focus\:translate-y-11px:focus {
    --tw-translate-y: 11px;
  }

  .\32xl\:focus\:translate-y-12px:focus {
    --tw-translate-y: 12px;
  }

  .\32xl\:focus\:translate-y-13px:focus {
    --tw-translate-y: 13px;
  }

  .\32xl\:focus\:translate-y-14px:focus {
    --tw-translate-y: 14px;
  }

  .\32xl\:focus\:translate-y-15px:focus {
    --tw-translate-y: 15px;
  }

  .\32xl\:focus\:translate-y-16px:focus {
    --tw-translate-y: 16px;
  }

  .\32xl\:focus\:translate-y-17px:focus {
    --tw-translate-y: 17px;
  }

  .\32xl\:focus\:translate-y-18px:focus {
    --tw-translate-y: 18px;
  }

  .\32xl\:focus\:translate-y-19px:focus {
    --tw-translate-y: 19px;
  }

  .\32xl\:focus\:translate-y-20px:focus {
    --tw-translate-y: 20px;
  }

  .\32xl\:focus\:translate-y-21px:focus {
    --tw-translate-y: 21px;
  }

  .\32xl\:focus\:translate-y-22px:focus {
    --tw-translate-y: 22px;
  }

  .\32xl\:focus\:translate-y-23px:focus {
    --tw-translate-y: 23px;
  }

  .\32xl\:focus\:translate-y-24px:focus {
    --tw-translate-y: 24px;
  }

  .\32xl\:focus\:translate-y-25px:focus {
    --tw-translate-y: 25px;
  }

  .\32xl\:focus\:translate-y-26px:focus {
    --tw-translate-y: 26px;
  }

  .\32xl\:focus\:translate-y-27px:focus {
    --tw-translate-y: 27px;
  }

  .\32xl\:focus\:translate-y-28px:focus {
    --tw-translate-y: 28px;
  }

  .\32xl\:focus\:translate-y-29px:focus {
    --tw-translate-y: 29px;
  }

  .\32xl\:focus\:translate-y-30px:focus {
    --tw-translate-y: 30px;
  }

  .\32xl\:focus\:translate-y-31px:focus {
    --tw-translate-y: 31px;
  }

  .\32xl\:focus\:translate-y-32px:focus {
    --tw-translate-y: 32px;
  }

  .\32xl\:focus\:translate-y-33px:focus {
    --tw-translate-y: 33px;
  }

  .\32xl\:focus\:translate-y-34px:focus {
    --tw-translate-y: 34px;
  }

  .\32xl\:focus\:translate-y-35px:focus {
    --tw-translate-y: 35px;
  }

  .\32xl\:focus\:translate-y-36px:focus {
    --tw-translate-y: 36px;
  }

  .\32xl\:focus\:translate-y-37px:focus {
    --tw-translate-y: 37px;
  }

  .\32xl\:focus\:translate-y-38px:focus {
    --tw-translate-y: 38px;
  }

  .\32xl\:focus\:translate-y-39px:focus {
    --tw-translate-y: 39px;
  }

  .\32xl\:focus\:translate-y-40px:focus {
    --tw-translate-y: 40px;
  }

  .\32xl\:focus\:translate-y-41px:focus {
    --tw-translate-y: 41px;
  }

  .\32xl\:focus\:translate-y-42px:focus {
    --tw-translate-y: 42px;
  }

  .\32xl\:focus\:translate-y-43px:focus {
    --tw-translate-y: 43px;
  }

  .\32xl\:focus\:translate-y-44px:focus {
    --tw-translate-y: 44px;
  }

  .\32xl\:focus\:translate-y-45px:focus {
    --tw-translate-y: 45px;
  }

  .\32xl\:focus\:translate-y-46px:focus {
    --tw-translate-y: 46px;
  }

  .\32xl\:focus\:translate-y-47px:focus {
    --tw-translate-y: 47px;
  }

  .\32xl\:focus\:translate-y-48px:focus {
    --tw-translate-y: 48px;
  }

  .\32xl\:focus\:translate-y-49px:focus {
    --tw-translate-y: 49px;
  }

  .\32xl\:focus\:translate-y-50px:focus {
    --tw-translate-y: 50px;
  }

  .\32xl\:focus\:translate-y-51px:focus {
    --tw-translate-y: 51px;
  }

  .\32xl\:focus\:translate-y-52px:focus {
    --tw-translate-y: 52px;
  }

  .\32xl\:focus\:translate-y-53px:focus {
    --tw-translate-y: 53px;
  }

  .\32xl\:focus\:translate-y-54px:focus {
    --tw-translate-y: 54px;
  }

  .\32xl\:focus\:translate-y-55px:focus {
    --tw-translate-y: 55px;
  }

  .\32xl\:focus\:translate-y-56px:focus {
    --tw-translate-y: 56px;
  }

  .\32xl\:focus\:translate-y-57px:focus {
    --tw-translate-y: 57px;
  }

  .\32xl\:focus\:translate-y-58px:focus {
    --tw-translate-y: 58px;
  }

  .\32xl\:focus\:translate-y-59px:focus {
    --tw-translate-y: 59px;
  }

  .\32xl\:focus\:translate-y-60px:focus {
    --tw-translate-y: 60px;
  }

  .\32xl\:focus\:translate-y-61px:focus {
    --tw-translate-y: 61px;
  }

  .\32xl\:focus\:translate-y-62px:focus {
    --tw-translate-y: 62px;
  }

  .\32xl\:focus\:translate-y-63px:focus {
    --tw-translate-y: 63px;
  }

  .\32xl\:focus\:translate-y-64px:focus {
    --tw-translate-y: 64px;
  }

  .\32xl\:focus\:translate-y-65px:focus {
    --tw-translate-y: 65px;
  }

  .\32xl\:focus\:translate-y-66px:focus {
    --tw-translate-y: 66px;
  }

  .\32xl\:focus\:translate-y-67px:focus {
    --tw-translate-y: 67px;
  }

  .\32xl\:focus\:translate-y-68px:focus {
    --tw-translate-y: 68px;
  }

  .\32xl\:focus\:translate-y-69px:focus {
    --tw-translate-y: 69px;
  }

  .\32xl\:focus\:translate-y-70px:focus {
    --tw-translate-y: 70px;
  }

  .\32xl\:focus\:translate-y-71px:focus {
    --tw-translate-y: 71px;
  }

  .\32xl\:focus\:translate-y-72px:focus {
    --tw-translate-y: 72px;
  }

  .\32xl\:focus\:translate-y-73px:focus {
    --tw-translate-y: 73px;
  }

  .\32xl\:focus\:translate-y-74px:focus {
    --tw-translate-y: 74px;
  }

  .\32xl\:focus\:translate-y-75px:focus {
    --tw-translate-y: 75px;
  }

  .\32xl\:focus\:translate-y-76px:focus {
    --tw-translate-y: 76px;
  }

  .\32xl\:focus\:translate-y-77px:focus {
    --tw-translate-y: 77px;
  }

  .\32xl\:focus\:translate-y-78px:focus {
    --tw-translate-y: 78px;
  }

  .\32xl\:focus\:translate-y-79px:focus {
    --tw-translate-y: 79px;
  }

  .\32xl\:focus\:translate-y-80px:focus {
    --tw-translate-y: 80px;
  }

  .\32xl\:focus\:translate-y-81px:focus {
    --tw-translate-y: 81px;
  }

  .\32xl\:focus\:translate-y-82px:focus {
    --tw-translate-y: 82px;
  }

  .\32xl\:focus\:translate-y-83px:focus {
    --tw-translate-y: 83px;
  }

  .\32xl\:focus\:translate-y-84px:focus {
    --tw-translate-y: 84px;
  }

  .\32xl\:focus\:translate-y-85px:focus {
    --tw-translate-y: 85px;
  }

  .\32xl\:focus\:translate-y-86px:focus {
    --tw-translate-y: 86px;
  }

  .\32xl\:focus\:translate-y-87px:focus {
    --tw-translate-y: 87px;
  }

  .\32xl\:focus\:translate-y-88px:focus {
    --tw-translate-y: 88px;
  }

  .\32xl\:focus\:translate-y-89px:focus {
    --tw-translate-y: 89px;
  }

  .\32xl\:focus\:translate-y-90px:focus {
    --tw-translate-y: 90px;
  }

  .\32xl\:focus\:translate-y-91px:focus {
    --tw-translate-y: 91px;
  }

  .\32xl\:focus\:translate-y-92px:focus {
    --tw-translate-y: 92px;
  }

  .\32xl\:focus\:translate-y-93px:focus {
    --tw-translate-y: 93px;
  }

  .\32xl\:focus\:translate-y-94px:focus {
    --tw-translate-y: 94px;
  }

  .\32xl\:focus\:translate-y-95px:focus {
    --tw-translate-y: 95px;
  }

  .\32xl\:focus\:translate-y-96px:focus {
    --tw-translate-y: 96px;
  }

  .\32xl\:focus\:translate-y-97px:focus {
    --tw-translate-y: 97px;
  }

  .\32xl\:focus\:translate-y-98px:focus {
    --tw-translate-y: 98px;
  }

  .\32xl\:focus\:translate-y-99px:focus {
    --tw-translate-y: 99px;
  }

  .\32xl\:focus\:translate-y-100px:focus {
    --tw-translate-y: 100px;
  }

  .\32xl\:focus\:translate-y-101px:focus {
    --tw-translate-y: 101px;
  }

  .\32xl\:focus\:translate-y-102px:focus {
    --tw-translate-y: 102px;
  }

  .\32xl\:focus\:translate-y-103px:focus {
    --tw-translate-y: 103px;
  }

  .\32xl\:focus\:translate-y-104px:focus {
    --tw-translate-y: 104px;
  }

  .\32xl\:focus\:translate-y-105px:focus {
    --tw-translate-y: 105px;
  }

  .\32xl\:focus\:translate-y-106px:focus {
    --tw-translate-y: 106px;
  }

  .\32xl\:focus\:translate-y-107px:focus {
    --tw-translate-y: 107px;
  }

  .\32xl\:focus\:translate-y-108px:focus {
    --tw-translate-y: 108px;
  }

  .\32xl\:focus\:translate-y-109px:focus {
    --tw-translate-y: 109px;
  }

  .\32xl\:focus\:translate-y-110px:focus {
    --tw-translate-y: 110px;
  }

  .\32xl\:focus\:translate-y-111px:focus {
    --tw-translate-y: 111px;
  }

  .\32xl\:focus\:translate-y-112px:focus {
    --tw-translate-y: 112px;
  }

  .\32xl\:focus\:translate-y-113px:focus {
    --tw-translate-y: 113px;
  }

  .\32xl\:focus\:translate-y-114px:focus {
    --tw-translate-y: 114px;
  }

  .\32xl\:focus\:translate-y-115px:focus {
    --tw-translate-y: 115px;
  }

  .\32xl\:focus\:translate-y-116px:focus {
    --tw-translate-y: 116px;
  }

  .\32xl\:focus\:translate-y-117px:focus {
    --tw-translate-y: 117px;
  }

  .\32xl\:focus\:translate-y-118px:focus {
    --tw-translate-y: 118px;
  }

  .\32xl\:focus\:translate-y-119px:focus {
    --tw-translate-y: 119px;
  }

  .\32xl\:focus\:translate-y-120px:focus {
    --tw-translate-y: 120px;
  }

  .\32xl\:focus\:translate-y-121px:focus {
    --tw-translate-y: 121px;
  }

  .\32xl\:focus\:translate-y-122px:focus {
    --tw-translate-y: 122px;
  }

  .\32xl\:focus\:translate-y-123px:focus {
    --tw-translate-y: 123px;
  }

  .\32xl\:focus\:translate-y-124px:focus {
    --tw-translate-y: 124px;
  }

  .\32xl\:focus\:translate-y-125px:focus {
    --tw-translate-y: 125px;
  }

  .\32xl\:focus\:translate-y-126px:focus {
    --tw-translate-y: 126px;
  }

  .\32xl\:focus\:translate-y-127px:focus {
    --tw-translate-y: 127px;
  }

  .\32xl\:focus\:translate-y-128px:focus {
    --tw-translate-y: 128px;
  }

  .\32xl\:focus\:translate-y-129px:focus {
    --tw-translate-y: 129px;
  }

  .\32xl\:focus\:translate-y-130px:focus {
    --tw-translate-y: 130px;
  }

  .\32xl\:focus\:translate-y-133px:focus {
    --tw-translate-y: 133px;
  }

  .\32xl\:focus\:translate-y-140px:focus {
    --tw-translate-y: 140px;
  }

  .\32xl\:focus\:translate-y-195px:focus {
    --tw-translate-y: 195px;
  }

  .\32xl\:focus\:translate-y-200px:focus {
    --tw-translate-y: 200px;
  }

  .\32xl\:focus\:translate-y-210px:focus {
    --tw-translate-y: 210px;
  }

  .\32xl\:focus\:translate-y-222px:focus {
    --tw-translate-y: 222px;
  }

  .\32xl\:focus\:translate-y-258px:focus {
    --tw-translate-y: 258px;
  }

  .\32xl\:focus\:translate-y-280px:focus {
    --tw-translate-y: 280px;
  }

  .\32xl\:focus\:translate-y-334px:focus {
    --tw-translate-y: 334px;
  }

  .\32xl\:focus\:translate-y-388px:focus {
    --tw-translate-y: 388px;
  }

  .\32xl\:focus\:translate-y-480px:focus {
    --tw-translate-y: 480px;
  }

  .\32xl\:focus\:translate-y-490px:focus {
    --tw-translate-y: 490px;
  }

  .\32xl\:focus\:translate-y-505px:focus {
    --tw-translate-y: 505px;
  }

  .\32xl\:focus\:translate-y-507px:focus {
    --tw-translate-y: 507px;
  }

  .\32xl\:focus\:translate-y-760px:focus {
    --tw-translate-y: 760px;
  }

  .\32xl\:focus\:translate-y-780px:focus {
    --tw-translate-y: 780px;
  }

  .\32xl\:focus\:translate-y-980px:focus {
    --tw-translate-y: 980px;
  }

  .\32xl\:focus\:translate-y-1366px:focus {
    --tw-translate-y: 1366px;
  }

  .\32xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .\32xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .\32xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .\32xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .\32xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .\32xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .\32xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .\32xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .\32xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .\32xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .\32xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .\32xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .\32xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .\32xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .\32xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .\32xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .\32xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .\32xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .\32xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .\32xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .\32xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .\32xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:focus\:-translate-y-1px:focus {
    --tw-translate-y: -1px;
  }

  .\32xl\:focus\:-translate-y-2px:focus {
    --tw-translate-y: -2px;
  }

  .\32xl\:focus\:-translate-y-3px:focus {
    --tw-translate-y: -3px;
  }

  .\32xl\:focus\:-translate-y-4px:focus {
    --tw-translate-y: -4px;
  }

  .\32xl\:focus\:-translate-y-5px:focus {
    --tw-translate-y: -5px;
  }

  .\32xl\:focus\:-translate-y-6px:focus {
    --tw-translate-y: -6px;
  }

  .\32xl\:focus\:-translate-y-7px:focus {
    --tw-translate-y: -7px;
  }

  .\32xl\:focus\:-translate-y-8px:focus {
    --tw-translate-y: -8px;
  }

  .\32xl\:focus\:-translate-y-9px:focus {
    --tw-translate-y: -9px;
  }

  .\32xl\:focus\:-translate-y-10px:focus {
    --tw-translate-y: -10px;
  }

  .\32xl\:focus\:-translate-y-11px:focus {
    --tw-translate-y: -11px;
  }

  .\32xl\:focus\:-translate-y-12px:focus {
    --tw-translate-y: -12px;
  }

  .\32xl\:focus\:-translate-y-13px:focus {
    --tw-translate-y: -13px;
  }

  .\32xl\:focus\:-translate-y-14px:focus {
    --tw-translate-y: -14px;
  }

  .\32xl\:focus\:-translate-y-15px:focus {
    --tw-translate-y: -15px;
  }

  .\32xl\:focus\:-translate-y-16px:focus {
    --tw-translate-y: -16px;
  }

  .\32xl\:focus\:-translate-y-17px:focus {
    --tw-translate-y: -17px;
  }

  .\32xl\:focus\:-translate-y-18px:focus {
    --tw-translate-y: -18px;
  }

  .\32xl\:focus\:-translate-y-19px:focus {
    --tw-translate-y: -19px;
  }

  .\32xl\:focus\:-translate-y-20px:focus {
    --tw-translate-y: -20px;
  }

  .\32xl\:focus\:-translate-y-21px:focus {
    --tw-translate-y: -21px;
  }

  .\32xl\:focus\:-translate-y-22px:focus {
    --tw-translate-y: -22px;
  }

  .\32xl\:focus\:-translate-y-23px:focus {
    --tw-translate-y: -23px;
  }

  .\32xl\:focus\:-translate-y-24px:focus {
    --tw-translate-y: -24px;
  }

  .\32xl\:focus\:-translate-y-25px:focus {
    --tw-translate-y: -25px;
  }

  .\32xl\:focus\:-translate-y-26px:focus {
    --tw-translate-y: -26px;
  }

  .\32xl\:focus\:-translate-y-27px:focus {
    --tw-translate-y: -27px;
  }

  .\32xl\:focus\:-translate-y-28px:focus {
    --tw-translate-y: -28px;
  }

  .\32xl\:focus\:-translate-y-29px:focus {
    --tw-translate-y: -29px;
  }

  .\32xl\:focus\:-translate-y-30px:focus {
    --tw-translate-y: -30px;
  }

  .\32xl\:focus\:-translate-y-31px:focus {
    --tw-translate-y: -31px;
  }

  .\32xl\:focus\:-translate-y-32px:focus {
    --tw-translate-y: -32px;
  }

  .\32xl\:focus\:-translate-y-33px:focus {
    --tw-translate-y: -33px;
  }

  .\32xl\:focus\:-translate-y-34px:focus {
    --tw-translate-y: -34px;
  }

  .\32xl\:focus\:-translate-y-35px:focus {
    --tw-translate-y: -35px;
  }

  .\32xl\:focus\:-translate-y-36px:focus {
    --tw-translate-y: -36px;
  }

  .\32xl\:focus\:-translate-y-37px:focus {
    --tw-translate-y: -37px;
  }

  .\32xl\:focus\:-translate-y-38px:focus {
    --tw-translate-y: -38px;
  }

  .\32xl\:focus\:-translate-y-39px:focus {
    --tw-translate-y: -39px;
  }

  .\32xl\:focus\:-translate-y-40px:focus {
    --tw-translate-y: -40px;
  }

  .\32xl\:focus\:-translate-y-41px:focus {
    --tw-translate-y: -41px;
  }

  .\32xl\:focus\:-translate-y-42px:focus {
    --tw-translate-y: -42px;
  }

  .\32xl\:focus\:-translate-y-43px:focus {
    --tw-translate-y: -43px;
  }

  .\32xl\:focus\:-translate-y-44px:focus {
    --tw-translate-y: -44px;
  }

  .\32xl\:focus\:-translate-y-45px:focus {
    --tw-translate-y: -45px;
  }

  .\32xl\:focus\:-translate-y-46px:focus {
    --tw-translate-y: -46px;
  }

  .\32xl\:focus\:-translate-y-47px:focus {
    --tw-translate-y: -47px;
  }

  .\32xl\:focus\:-translate-y-48px:focus {
    --tw-translate-y: -48px;
  }

  .\32xl\:focus\:-translate-y-49px:focus {
    --tw-translate-y: -49px;
  }

  .\32xl\:focus\:-translate-y-50px:focus {
    --tw-translate-y: -50px;
  }

  .\32xl\:focus\:-translate-y-51px:focus {
    --tw-translate-y: -51px;
  }

  .\32xl\:focus\:-translate-y-52px:focus {
    --tw-translate-y: -52px;
  }

  .\32xl\:focus\:-translate-y-53px:focus {
    --tw-translate-y: -53px;
  }

  .\32xl\:focus\:-translate-y-54px:focus {
    --tw-translate-y: -54px;
  }

  .\32xl\:focus\:-translate-y-55px:focus {
    --tw-translate-y: -55px;
  }

  .\32xl\:focus\:-translate-y-56px:focus {
    --tw-translate-y: -56px;
  }

  .\32xl\:focus\:-translate-y-57px:focus {
    --tw-translate-y: -57px;
  }

  .\32xl\:focus\:-translate-y-58px:focus {
    --tw-translate-y: -58px;
  }

  .\32xl\:focus\:-translate-y-59px:focus {
    --tw-translate-y: -59px;
  }

  .\32xl\:focus\:-translate-y-60px:focus {
    --tw-translate-y: -60px;
  }

  .\32xl\:focus\:-translate-y-61px:focus {
    --tw-translate-y: -61px;
  }

  .\32xl\:focus\:-translate-y-62px:focus {
    --tw-translate-y: -62px;
  }

  .\32xl\:focus\:-translate-y-63px:focus {
    --tw-translate-y: -63px;
  }

  .\32xl\:focus\:-translate-y-64px:focus {
    --tw-translate-y: -64px;
  }

  .\32xl\:focus\:-translate-y-65px:focus {
    --tw-translate-y: -65px;
  }

  .\32xl\:focus\:-translate-y-66px:focus {
    --tw-translate-y: -66px;
  }

  .\32xl\:focus\:-translate-y-67px:focus {
    --tw-translate-y: -67px;
  }

  .\32xl\:focus\:-translate-y-68px:focus {
    --tw-translate-y: -68px;
  }

  .\32xl\:focus\:-translate-y-69px:focus {
    --tw-translate-y: -69px;
  }

  .\32xl\:focus\:-translate-y-70px:focus {
    --tw-translate-y: -70px;
  }

  .\32xl\:focus\:-translate-y-71px:focus {
    --tw-translate-y: -71px;
  }

  .\32xl\:focus\:-translate-y-72px:focus {
    --tw-translate-y: -72px;
  }

  .\32xl\:focus\:-translate-y-73px:focus {
    --tw-translate-y: -73px;
  }

  .\32xl\:focus\:-translate-y-74px:focus {
    --tw-translate-y: -74px;
  }

  .\32xl\:focus\:-translate-y-75px:focus {
    --tw-translate-y: -75px;
  }

  .\32xl\:focus\:-translate-y-76px:focus {
    --tw-translate-y: -76px;
  }

  .\32xl\:focus\:-translate-y-77px:focus {
    --tw-translate-y: -77px;
  }

  .\32xl\:focus\:-translate-y-78px:focus {
    --tw-translate-y: -78px;
  }

  .\32xl\:focus\:-translate-y-79px:focus {
    --tw-translate-y: -79px;
  }

  .\32xl\:focus\:-translate-y-80px:focus {
    --tw-translate-y: -80px;
  }

  .\32xl\:focus\:-translate-y-81px:focus {
    --tw-translate-y: -81px;
  }

  .\32xl\:focus\:-translate-y-82px:focus {
    --tw-translate-y: -82px;
  }

  .\32xl\:focus\:-translate-y-83px:focus {
    --tw-translate-y: -83px;
  }

  .\32xl\:focus\:-translate-y-84px:focus {
    --tw-translate-y: -84px;
  }

  .\32xl\:focus\:-translate-y-85px:focus {
    --tw-translate-y: -85px;
  }

  .\32xl\:focus\:-translate-y-86px:focus {
    --tw-translate-y: -86px;
  }

  .\32xl\:focus\:-translate-y-87px:focus {
    --tw-translate-y: -87px;
  }

  .\32xl\:focus\:-translate-y-88px:focus {
    --tw-translate-y: -88px;
  }

  .\32xl\:focus\:-translate-y-89px:focus {
    --tw-translate-y: -89px;
  }

  .\32xl\:focus\:-translate-y-90px:focus {
    --tw-translate-y: -90px;
  }

  .\32xl\:focus\:-translate-y-91px:focus {
    --tw-translate-y: -91px;
  }

  .\32xl\:focus\:-translate-y-92px:focus {
    --tw-translate-y: -92px;
  }

  .\32xl\:focus\:-translate-y-93px:focus {
    --tw-translate-y: -93px;
  }

  .\32xl\:focus\:-translate-y-94px:focus {
    --tw-translate-y: -94px;
  }

  .\32xl\:focus\:-translate-y-95px:focus {
    --tw-translate-y: -95px;
  }

  .\32xl\:focus\:-translate-y-96px:focus {
    --tw-translate-y: -96px;
  }

  .\32xl\:focus\:-translate-y-97px:focus {
    --tw-translate-y: -97px;
  }

  .\32xl\:focus\:-translate-y-98px:focus {
    --tw-translate-y: -98px;
  }

  .\32xl\:focus\:-translate-y-99px:focus {
    --tw-translate-y: -99px;
  }

  .\32xl\:focus\:-translate-y-100px:focus {
    --tw-translate-y: -100px;
  }

  .\32xl\:focus\:-translate-y-101px:focus {
    --tw-translate-y: -101px;
  }

  .\32xl\:focus\:-translate-y-102px:focus {
    --tw-translate-y: -102px;
  }

  .\32xl\:focus\:-translate-y-103px:focus {
    --tw-translate-y: -103px;
  }

  .\32xl\:focus\:-translate-y-104px:focus {
    --tw-translate-y: -104px;
  }

  .\32xl\:focus\:-translate-y-105px:focus {
    --tw-translate-y: -105px;
  }

  .\32xl\:focus\:-translate-y-106px:focus {
    --tw-translate-y: -106px;
  }

  .\32xl\:focus\:-translate-y-107px:focus {
    --tw-translate-y: -107px;
  }

  .\32xl\:focus\:-translate-y-108px:focus {
    --tw-translate-y: -108px;
  }

  .\32xl\:focus\:-translate-y-109px:focus {
    --tw-translate-y: -109px;
  }

  .\32xl\:focus\:-translate-y-110px:focus {
    --tw-translate-y: -110px;
  }

  .\32xl\:focus\:-translate-y-111px:focus {
    --tw-translate-y: -111px;
  }

  .\32xl\:focus\:-translate-y-112px:focus {
    --tw-translate-y: -112px;
  }

  .\32xl\:focus\:-translate-y-113px:focus {
    --tw-translate-y: -113px;
  }

  .\32xl\:focus\:-translate-y-114px:focus {
    --tw-translate-y: -114px;
  }

  .\32xl\:focus\:-translate-y-115px:focus {
    --tw-translate-y: -115px;
  }

  .\32xl\:focus\:-translate-y-116px:focus {
    --tw-translate-y: -116px;
  }

  .\32xl\:focus\:-translate-y-117px:focus {
    --tw-translate-y: -117px;
  }

  .\32xl\:focus\:-translate-y-118px:focus {
    --tw-translate-y: -118px;
  }

  .\32xl\:focus\:-translate-y-119px:focus {
    --tw-translate-y: -119px;
  }

  .\32xl\:focus\:-translate-y-120px:focus {
    --tw-translate-y: -120px;
  }

  .\32xl\:focus\:-translate-y-121px:focus {
    --tw-translate-y: -121px;
  }

  .\32xl\:focus\:-translate-y-122px:focus {
    --tw-translate-y: -122px;
  }

  .\32xl\:focus\:-translate-y-123px:focus {
    --tw-translate-y: -123px;
  }

  .\32xl\:focus\:-translate-y-124px:focus {
    --tw-translate-y: -124px;
  }

  .\32xl\:focus\:-translate-y-125px:focus {
    --tw-translate-y: -125px;
  }

  .\32xl\:focus\:-translate-y-126px:focus {
    --tw-translate-y: -126px;
  }

  .\32xl\:focus\:-translate-y-127px:focus {
    --tw-translate-y: -127px;
  }

  .\32xl\:focus\:-translate-y-128px:focus {
    --tw-translate-y: -128px;
  }

  .\32xl\:focus\:-translate-y-129px:focus {
    --tw-translate-y: -129px;
  }

  .\32xl\:focus\:-translate-y-130px:focus {
    --tw-translate-y: -130px;
  }

  .\32xl\:focus\:-translate-y-133px:focus {
    --tw-translate-y: -133px;
  }

  .\32xl\:focus\:-translate-y-140px:focus {
    --tw-translate-y: -140px;
  }

  .\32xl\:focus\:-translate-y-195px:focus {
    --tw-translate-y: -195px;
  }

  .\32xl\:focus\:-translate-y-200px:focus {
    --tw-translate-y: -200px;
  }

  .\32xl\:focus\:-translate-y-210px:focus {
    --tw-translate-y: -210px;
  }

  .\32xl\:focus\:-translate-y-222px:focus {
    --tw-translate-y: -222px;
  }

  .\32xl\:focus\:-translate-y-258px:focus {
    --tw-translate-y: -258px;
  }

  .\32xl\:focus\:-translate-y-280px:focus {
    --tw-translate-y: -280px;
  }

  .\32xl\:focus\:-translate-y-334px:focus {
    --tw-translate-y: -334px;
  }

  .\32xl\:focus\:-translate-y-388px:focus {
    --tw-translate-y: -388px;
  }

  .\32xl\:focus\:-translate-y-480px:focus {
    --tw-translate-y: -480px;
  }

  .\32xl\:focus\:-translate-y-490px:focus {
    --tw-translate-y: -490px;
  }

  .\32xl\:focus\:-translate-y-505px:focus {
    --tw-translate-y: -505px;
  }

  .\32xl\:focus\:-translate-y-507px:focus {
    --tw-translate-y: -507px;
  }

  .\32xl\:focus\:-translate-y-760px:focus {
    --tw-translate-y: -760px;
  }

  .\32xl\:focus\:-translate-y-780px:focus {
    --tw-translate-y: -780px;
  }

  .\32xl\:focus\:-translate-y-980px:focus {
    --tw-translate-y: -980px;
  }

  .\32xl\:focus\:-translate-y-1366px:focus {
    --tw-translate-y: -1366px;
  }

  .\32xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .\32xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .\32xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .\32xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .\32xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .\32xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .\32xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .\32xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .\32xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .\32xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .\32xl\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .\32xl\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .\32xl\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .\32xl\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .\32xl\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .\32xl\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .\32xl\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .\32xl\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .\32xl\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .\32xl\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .\32xl\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .\32xl\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .\32xl\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .\32xl\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .\32xl\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .\32xl\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .\32xl\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .\32xl\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .\32xl\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .\32xl\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .\32xl\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .\32xl\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .\32xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .\32xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .\32xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .\32xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .\32xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .\32xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .\32xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .\32xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .\32xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .\32xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .\32xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .\32xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .\32xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .\32xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .\32xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .\32xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .\32xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .\32xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .\32xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .\32xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .\32xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .\32xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .\32xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .\32xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .\32xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .\32xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .\32xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .\32xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .\32xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .\32xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .\32xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .\32xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .\32xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .\32xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .\32xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .\32xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .\32xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .\32xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .\32xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .\32xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .\32xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .\32xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .\32xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .\32xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .\32xl\:transition-none {
    transition-property: none;
  }

  .\32xl\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:ease-linear {
    transition-timing-function: linear;
  }

  .\32xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\32xl\:duration-75 {
    transition-duration: 75ms;
  }

  .\32xl\:duration-100 {
    transition-duration: 100ms;
  }

  .\32xl\:duration-150 {
    transition-duration: 150ms;
  }

  .\32xl\:duration-200 {
    transition-duration: 200ms;
  }

  .\32xl\:duration-300 {
    transition-duration: 300ms;
  }

  .\32xl\:duration-500 {
    transition-duration: 500ms;
  }

  .\32xl\:duration-700 {
    transition-duration: 700ms;
  }

  .\32xl\:duration-1000 {
    transition-duration: 1000ms;
  }

  .\32xl\:delay-75 {
    transition-delay: 75ms;
  }

  .\32xl\:delay-100 {
    transition-delay: 100ms;
  }

  .\32xl\:delay-150 {
    transition-delay: 150ms;
  }

  .\32xl\:delay-200 {
    transition-delay: 200ms;
  }

  .\32xl\:delay-300 {
    transition-delay: 300ms;
  }

  .\32xl\:delay-500 {
    transition-delay: 500ms;
  }

  .\32xl\:delay-700 {
    transition-delay: 700ms;
  }

  .\32xl\:delay-1000 {
    transition-delay: 1000ms;
  }

  .\32xl\:animate-none {
    animation: none;
  }

  .\32xl\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .\32xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:animate-bounce {
    animation: bounce 1s infinite;
  }
}
